| Age | Commit message (Collapse) | Author |
|
The latest version (16.1) is backwards-incompatible for Django.
|
|
|
|
|
|
|
|
set.
|
|
Thanks NotSqrt for the excellent report and Tim Graham for the review.
|
|
Thanks adamchainz for the report and review.
|
|
Thanks Sergey Fedoseev for the report.
|
|
Thanks Fabien Schwob for the initial patch.
|
|
|
|
|
|
Thanks Tim Graham for the review.
|
|
|
|
Thanks Cristiano Coelho and Tim Graham for the reviews.
|
|
|
|
|
|
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.
|
|
|
|
Thanks Tim for the review.
|
|
|
|
field type.
Thanks Tim for the review and Josh for the input.
|
|
cache keys.
|
|
|
|
|
|
|
|
|
|
isn't in INSTALLED_APPS.
|
|
The bug was introduced commit 3389c5ea229884a1943873fe7e7ffc2800cefc22.
|
|
Leading slashes in the second urljoin argument will return exactly that
argument, breaking FileSystemStorage.url behavior if called with a
parameter with leading slashes.
Also added test cases for null bytes and None. Thanks to Markus for
help and review.
|
|
Used the same test and fix as in #25867.
This required initializing base_field in RangeField.__init__,
not when setting the attribute.
|
|
|
|
Thanks Common Code for financing the work on this commit.
|
|
Thanks Trac alias master for the report and review.
|
|
|
|
|
|
Thanks David Szotten for the report and Tommy Beadle for code inspiration.
Thanks Tim Graham for the review.
|