| Age | Commit message (Collapse) | Author |
|
|
|
non-empty first value.
|
|
|
|
|
|
Thanks Carl Meyer and Tim Graham for contributing to the patch.
|
|
|
|
header.
|
|
|
|
|
|
This allows running foreign key data and schema altering operations in the
same migration on PostgreSQL.
Thanks Tim for review.
|
|
|
|
reloading after an admin actions failure.
|
|
|
|
|
|
|
|
|
|
|
|
starttls(), login(), and other connection methods already call
the method as needed.
|
|
get_list_display() is overridden.
|
|
Thanks Adam Chainz for review and guidance.
|
|
|
|
|
|
Thanks Jaap Roes for the initial patch.
|
|
|
|
These values are duplicated in the super().
|
|
|
|
|
|
Regression in 374e6230ca9f9bb84cc9dd760dfb6395fbb5ff0f.
Thanks Florian Apolloner for the report and analysis.
|
|
Unused (always True) after 3e43d24ad36d45cace57e6a7efd34638577ae744.
|
|
DisallowedRedirect is raised.
|
|
OneToOneField.
|
|
|
|
|
|
|
|
LineStringField.
|
|
|
|
|
|
unavailable.
|
|
Area function, Distance function, and distance lookups now work with
geodetic coordinates on SpatiaLite.
|
|
|
|
|
|
* Avoid some unnecessary attribute lookups, e.g. access signals directly rather than from module
* Alias some repeat accesses inside the method to use the slightly faster local lookups
* Use tuple to iterate remaining kwargs as it's faster to construct
* Cache Field.get_default() to avoid running through all the logic on every call
* Use a cached list of the properties on the model class to avoid repeat isinstance() calls
|
|
|
|
|
|
|
|
|
|
|
|
Thanks Carl Meyer for review.
|
|
OneToOneField.
Fixed definition of `klass_info['from_parent']` so that two models aren't
considered from a parent class if the model classes are the same.
|
|
|