Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 authored Aug 12, 2021
1 parent 419e636 commit e392000
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ Create copies of a model instance with explicit control on how the instance shou

* [CloneMixin attributes](#clonemixin-attributes)

* [Explicit](#explicit)
* [Implicit](#implicit)
* [Explicit (Cloneable fields)](#explicit-cloneable-fields)
* [Implicit (Cloneable fields)](#implicit-cloneable-fields)

* [Creating clones without subclassing `CloneMixin`.](#creating-clones-without-subclassing-clonemixin)

Expand Down Expand Up @@ -225,7 +225,6 @@ Out[10]: 'replica'
`USE_UNIQUE_DUPLICATE_SUFFIX` | Enable appending the `UNIQUE_DUPLICATE_SUFFIX` to new cloned instances. |
`MAX_UNIQUE_DUPLICATE_QUERY_ATTEMPTS` | The max query attempt while generating unique values for a case of unique conflicts. |


#### Explicit (Cloneable fields)

| Attribute | Description |
Expand All @@ -244,7 +243,6 @@ Out[10]: 'replica'
`_clone_excluded_m2o_or_o2m_fields` | Excluded Many to One/One to Many fields. |
`_clone_excluded_o2o_fields` | Excluded one to one fields. |


> **NOTE:** :warning:
>
> * Ensure to either set `_clone_excluded_*` or `_clone_*`. Using both would raise errors.
Expand Down

0 comments on commit e392000

Please sign in to comment.