django1/django/contrib/admin/migrations
Jon Dufresne b9fe7f9294 Fixed #30947 -- Changed tuples to lists in model Meta options in django.contrib modules.
The Django "Model Meta options" docs provide examples and generally
point the reader to use lists for the unique_together and ordering
options. Follow our own advice for contrib models.

More generally, lists should be used for homogeneous sequences of
arbitrary lengths of which both unique_together and ordering are.
2019-11-05 08:16:31 +01:00
..
0001_initial.py Fixed #30947 -- Changed tuples to lists in model Meta options in django.contrib modules. 2019-11-05 08:16:31 +01:00
0002_logentry_remove_auto_add.py Refs #23919 -- Removed encoding preambles and future imports 2017-01-18 09:55:19 +01:00
0003_logentry_add_action_flag_choices.py Fixed #29370 -- Added choices to LogEntry.action_flag field. 2018-05-07 10:07:45 -04:00
__init__.py