| Age | Commit message (Collapse) | Author |
|
|
|
|
|
Regression in 374e6230ca9f9bb84cc9dd760dfb6395fbb5ff0f.
Thanks Florian Apolloner for the report and analysis.
|
|
Unused (always True) after 3e43d24ad36d45cace57e6a7efd34638577ae744.
|
|
|
|
|
|
|
|
|
|
DisallowedRedirect is raised.
|
|
OneToOneField.
|
|
|
|
|
|
|
|
|
|
Thanks Anton Gilgur for the report and review.
|
|
|
|
|
|
|
|
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
|
|
MySQL schema changes must be done in TransactionTestCase.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixed a regression in bacdfbf3d1eb23ff8e8110681728a5b467443446.
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
Thanks Tim for the review.
|
|
None.
Restored the behavior before 727d7ce6cba21363470aaefb2dc5353017531be3.
|
|
|