django1/django/db
Aymeric Augustin 20d487c27b Replaced Options.object_name.lower() by Options.model_name.
Thanks Simon for the suggestion.

Also removed inappropriate lowercasing of app labels in migrations.
Unlike model names, they are case sensitive.
2013-12-29 18:48:37 +01:00
..
backends Added generation of SQLite FK DDL in initial migrations. 2013-12-28 18:00:16 -03:00
migrations Replaced Options.object_name.lower() by Options.model_name. 2013-12-29 18:48:37 +01:00
models Replaced Options.object_name.lower() by Options.model_name. 2013-12-29 18:48:37 +01:00
__init__.py A large number of stylistic cleanups across django/db/ 2013-07-08 10:39:54 +10:00
transaction.py Fixed #21288 -- Fixed E126 pep8 warnings 2013-10-21 08:31:30 -04:00
utils.py Renamed AppCache to Apps. 2013-12-24 12:25:17 +01:00