| Age | Commit message (Collapse) | Author |
|
|
|
|
|
GenericIPAddressField.
|
|
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 adamchainz for the report and 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.
|
|
|
|
|
|
|
|
on SQLite.
|
|
Pass type to sql_alter_column*.
|
|
This helps databases which need the database type when changing the default
(Just like MySQL needs it for changing null…)
|
|
Thanks Akshesh Doshi for the initial patch and Tim Graham for the review
|
|
Thanks Tim Graham for the review.
|
|
|
|
objects.
PostgreSQL support only.
Thanks Vladislav Manchev and alesasnouski for working on the patch.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Added the Migration.atomic attribute which can be set to False
for non-atomic migrations.
|
|
|
|
|
|
|
|
If SQLITE_MAX_VARIABLE_NUMBER (default = 999) is changed at compile time
to be greater than SQLITE_MAX_COLUMN (default = 2000), which Debian does
by setting the former to 250000, Django raised an exception on queries
containing more than 2000 parameters when DEBUG = True.
|
|
|
|
|
|
Char/TextField with unique=True and db_index=True.
Thanks Simon Charette for review.
|
|
|
|
|
|
on Oracle.
|
|
|
|
AlterField.
Thanks to Emanuele Palazzetti for the help.
|
|
Positive(Small)IntegerField on MySQL.
|
|
|
|
|
|
|
|
Oracle.
Fixed on other backends by 134ca4d438bd7cbe8f0f287a00d545f96fa04a01.
Thanks Mariusz Felisiak for the solution.
|
|
|
|
|
|
Left over Oracle mostly as-is since it's more complicated.
|
|
|
|
other backends.
|
|
|
|
unhashable default.
|
|
|
|
|