| Age | Commit message (Collapse) | Author |
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
Thanks Mariusz Felisiak for finishing the patch.
|
|
|
|
docs.
|
|
|
|
another.
|
|
|
|
|
|
|
|
BaseSpatialField.get_db_prep_save().
|
|
|
|
in data.
|
|
|
|
doesn't require it.
|
|
|
|
calls.
https://bugs.python.org/issue23722
Thanks Nick Coghlan for advice and review.
|
|
keys on Oracle.
|