| Age | Commit message (Collapse) | Author |
|
|
|
|
|
types.
|
|
|
|
|
|
without installing contrib.auth."
The code was reverted in f3fa86a89b3b85242f49b2b9acf58b5ea35acc1f.
|
|
GenericRelation is declared on an abstract base model.
Regression in 4ab027b94409e6415b774797bf9d3593da9d9ea8.
Thanks Lauri Kainulainen for the report.
|
|
add permission to a TabularInline.
Regression in 825f0beda804e48e9197fcf3b0d909f9f548aa47.
|
|
|
|
|
|
error message.
|
|
lists.
Regression in fc6528b25ab1834be1a478b405bf8f7ec5cf860c.
|
|
AttributeError.
|
|
methods.
|
|
|
|
functions.
|
|
|
|
|
|
|
|
|
|
|
|
password field.
|
|
Behavior changed in f734e2d4b2fc4391a4d097b80357724815c1d414
(refs #27334).
|
|
|
|
Unnecessary since their introduction in
fa75b2cb512409116b6f1b5229d6f99074d8e452.
|
|
|
|
required fields.
|
|
|
|
|
|
|
|
|
|
|
|
user can't create databases.
Regression in e776dd2db677d58dcb50aea20d3bb191537df25b.
Thanks Tim Graham for the review.
|
|
Regression in 7d96f0c49ab750799860e42716d7105e11de44de.
|
|
|
|
A race condition happened when the object didn't already exist and
another process/thread created the object before update_or_create()
did and then attempted to update the object, also before update_or_create()
saved the object. The update by the other process/thread could be lost.
|
|
|
|
|
|
|
|
|
|
|
|
Thanks Akshesh Doshi for the initial implementation.
|
|
unsupported.
|
|
- Added mixin to make tests more DRY.
- Removed redundant equality tests.
|
|
|
|
|
|
|
|
|
|
|
|
|