| Age | Commit message (Collapse) | Author |
|
|
|
KeyError.
|
|
changelist.
|
|
|
|
set.
|
|
|
|
Thanks adamchainz for the report and review.
|
|
permission cache.
|
|
|
|
Thanks Sergey Fedoseev for the report.
|
|
|
|
|
|
Thanks Tim Graham for the review.
|
|
- Update installer option for PATH installation
- Add link directly to pip install docu, ref get-pip.py
- Add note about installing Django to the virtualenv that was setup in the previous step
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
backend.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
isn't in INSTALLED_APPS.
|
|
There was confusion about how to migrate data from third-party
applications when you are going to uninstall the application later on.
Thanks to Markus, Marten and Sergei 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 Trac alias master for the report and review.
|
|
|
|
Thanks Sai Krishna for the initial patch.
|