index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
schema
/
models.py
Age
Commit message (
Expand
)
Author
2015-06-15
[1.8.x] Fixed #24972 -- Fixed removing unique_together indexes on MySQL.
Adam Brenecki
2015-06-02
[1.8.x] Fixed #24893 -- Fixed lack of unique constraint when changing a field...
Tim Graham
2015-06-02
[1.8.x] Fixed #24892 -- Fixed quoting of SQL when renaming a field to AutoFie...
Tim Graham
2015-05-28
[1.8.x] Fixed #24817 -- Prevented loss of null info in MySQL field renaming.
Andriy Sokolovskiy
2015-04-19
[1.8.x] Fixed #24658 -- Added missing Meta attribute in schema tests
Claude Paroz
2015-02-05
[1.8.x] Cleaned up schema tests
Markus Holtermann
2015-01-19
[1.8.x] Fixed #24163 -- Removed unique constraint after index on MySQL
Markus Holtermann
2014-12-04
Fixed #23920 -- Fixed MySQL crash when adding blank=True to TextField.
Tim Graham
2014-10-31
Fixed #23738 -- Allowed migrating from NULL to NOT NULL with the same default...
Markus Holtermann
2014-08-09
Fixed #23264: Schema backends honour db_constraint
Andrew Godwin
2014-07-21
Fixed #23009: Shorten FK identifiers in add_field and make consistent
Andrew Godwin
2014-05-08
Fixed #22476: Couldn't alter attributes on M2Ms with through= set
Andrew Godwin
2014-03-08
Fixed #22183: Through M2Ms now correctly handled
Andrew Godwin
2013-12-27
Amend test table name so it doesn't clash.
Ramiro Morales
2013-12-27
Fixed #21692 -- Quote table name when creating it.
Ramiro Morales
2013-12-24
Renamed AppCache to Apps.
Aymeric Augustin
2013-12-22
Moved apps back in the toplevel django namespace.
Aymeric Augustin
2013-12-17
Deborgified the app cache.
Aymeric Augustin
2013-12-17
Moved the new app cache inside core.
Aymeric Augustin
2013-12-17
Moved django.db.models.loading to django.apps.cache.
Aymeric Augustin
2013-11-24
Fixed #21497 -- Forced conversion to bytes for very long index names
Joel Bohman
2013-09-03
Updated syncdb -> migrate in tests.
Tim Graham
2013-08-19
Add more stringent M2M tests and fix the bug they exposed
Andrew Godwin
2013-08-11
Support index_together during model creation
Andrew Godwin
2013-05-09
Split out a BaseAppCache, make AppCache borg again, add _meta.app_cache
Andrew Godwin
2013-04-18
Merge branch 'master' into schema-alteration
Andrew Godwin