Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/schema/models.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #21127 -- Started deprecation toward requiring on_d...Flavio Curella2015-07-281-5/+8
* Fixed #25128 -- Fixed SQLite SchemaEditor crash when addi...Tim Graham2015-07-151-0/+8
* Fixed #24972 -- Fixed removing unique_together indexes on...Adam Brenecki2015-06-151-0/+9
* Fixed #24893 -- Fixed lack of unique constraint when chan...Tim Graham2015-06-021-0/+1
* Fixed #24892 -- Fixed quoting of SQL when renaming a fiel...Tim Graham2015-06-021-0/+8
* Fixed #24817 -- Prevented loss of null info in MySQL fiel...Andriy Sokolovskiy2015-05-281-0/+8
* Fixed #24658 -- Added missing Meta attribute in schema testsClaude Paroz2015-04-191-0/+3
* Cleaned up schema testsMarkus Holtermann2015-02-051-69/+21
* Fixed #24163 -- Removed unique constraint after index on ...Markus Holtermann2015-01-191-0/+10
* Fixed #23920 -- Fixed MySQL crash when adding blank=True ...Tim Graham2014-12-041-0/+4
* Fixed #23738 -- Allowed migrating from NULL to NOT NULL w...Markus Holtermann2014-10-311-0/+8
* Fixed #23264: Schema backends honour db_constraintAndrew Godwin2014-08-091-0/+9
* Fixed #23009: Shorten FK identifiers in add_field and mak...Andrew Godwin2014-07-211-1/+9
* Fixed #22476: Couldn't alter attributes on M2Ms with thro...Andrew Godwin2014-05-081-0/+16
* Fixed #22183: Through M2Ms now correctly handledAndrew Godwin2014-03-091-0/+15
* Amend test table name so it doesn't clash.Ramiro Morales2013-12-281-1/+1
* Fixed #21692 -- Quote table name when creating it.Ramiro Morales2013-12-271-0/+13
* Renamed AppCache to Apps.Aymeric Augustin2013-12-241-14/+14
* Moved apps back in the toplevel django namespace.Aymeric Augustin2013-12-221-1/+1
* Deborgified the app cache.Aymeric Augustin2013-12-171-2/+2
* Moved the new app cache inside core.Aymeric Augustin2013-12-171-1/+1
* Moved django.db.models.loading to django.apps.cache.Aymeric Augustin2013-12-171-1/+1
* Fixed #21497 -- Forced conversion to bytes for very long ...Joel Bohman2013-11-241-0/+7
* Updated syncdb -> migrate in tests.Tim Graham2013-09-031-1/+1
* Add more stringent M2M tests and fix the bug they exposedAndrew Godwin2013-08-191-1/+9
* Support index_together during model creationAndrew Godwin2013-08-111-0/+9
* Split out a BaseAppCache, make AppCache borg again, add _...Andrew Godwin2013-05-091-11/+14
* Merge branch 'master' into schema-alterationAndrew Godwin2013-04-181-0/+77