| Age | Commit message (Collapse) | Author |
|
|
|
Unused since f212b24b6469b66424354bf970f3051df180b88d.
|
|
|
|
|
|
|
|
|
|
The only reason why GenericForeignKey and GenericRelation are stored
separately inside _meta is that they need to be cloned for every model
subclass, but that's not true for any other virtual field. Actually,
it's only true for GenericRelation.
|
|
|
|
Thanks Tim Graham for the review.
|
|
|
|
|
|
A regression introduced in 0d3c616fbb2f49fa7ff6809e5a6777275352b35b;
refs #26351.
|
|
The test that used these was removed in 9114fe8adabe626619665c9853ba952798da5530.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Added the IsValid and MakeValid database functions, and the isvalid lookup,
all for PostGIS.
Thanks Tim Graham for the review.
|
|
|
|
|
|
Thanks Adam Chainz for the initial implementation in django-mysql.
Thanks Adam Chainz, Tim Graham, and Shai Berger for the reviews.
|
|
Thanks Tim Graham and Shai Berger for the reviews.
|
|
|
|
|
|
|
|
The double equals operator was removed in
2ccfac1a651ff35cd243cd272b2202ae1ccd5740.
|
|
|
|
|
|
Thanks Tim for the review.
|
|
|
|
|
|
Unused since b0c56b895fd2694d7f5d4595bdbbc41916607f45.
|
|
|
|
|
|
|
|
This enables the admin to display the correct localized month name if %B
is used in the date format.
|
|
field type.
Thanks Tim for the review and Josh for the input.
|
|
backend.
|
|
cache keys.
|
|
|
|
|
|
|
|
|
|
|
|
|