| Age | Commit message (Collapse) | Author |
|
Regression in d2a26c1a90e837777dabdf3d67ceec4d2a70fb86.
Thanks Adam Alton for the report and test, and Adam Johnson for
suggesting the fix.
|
|
Thanks Tim Graham and Adam Johnson for the reviews.
|
|
key's parent model as the lookup value.
Thanks Simon Charette for review.
|
|
model.
Regression in 38575b007a722d6af510ea46d46393a4cda9ca29.
|
|
Thanks Tim Graham for the review.
|
|
|
|
|
|
OneToOneField pk.
Regression in 1bc249c2a67c24fcd28436c85388eff1d826e305.
|
|
Fixed #27777 -- Made File.open() work with the with statement
|
|
with choices.
|
|
|
|
Thanks Tim Graham for the review.
|
|
|
|
|
|
|
|
Regression in 2f9861d823620da7ecb291a8f005f53da12b1e89.
|
|
|
|
Thanks Tim Graham for the review.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
__ne__() defaults to the opposite of __eq__() on Python 3
when it doesn't return NotImplemented.
|
|
|
|
Thanks Tim Graham and Simon Charette for the reviews.
|
|
Thanks Tim Graham for the review.
|
|
|
|
|
|
Per deprecation timeline. Refs ed0ff913c648b16c4471fc9a9441d1ee48cb5420.
|
|
|
|
Per deprecation timeline.
|
|
|
|
a related set.
|
|
|
|
|
|
Per deprecation timeline.
|
|
|
|
db_table on Oracle.
|
|
|
|
|
|
These values are duplicated in the super().
|
|
* 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
|
|
|
|
another.
|
|
|
|
starting with a slash.
Thanks Frank Bijlsma for the initial patch.
|
|
|