| Age | Commit message (Collapse) | Author |
|
|
|
Adds a reasonably feature complete implementation of full text search
using the built in PostgreSQL engine. It uses public APIs from
Expression and Lookup.
With thanks to Tim Graham, Simon Charettes, Josh Smeaton, Mikey Ariel
and many others for their advice and review. Particular thanks also go
to the supporters of the contrib.postgres kickstarter.
|
|
Thanks Tim Graham for the review.
|
|
fields.
|
|
|
|
|
|
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.
|