django1/django/db
Baptiste Mispelon c679cb7f60 Fixed #22168 -- Fixed migrations failing on sqlite when column names are SQL keywords
Thanks to trac user fallen_flint for the report and initial patch.
2014-03-01 13:45:45 +01:00
..
backends Fixed #22168 -- Fixed migrations failing on sqlite when column names are SQL keywords 2014-03-01 13:45:45 +01:00
migrations Fix keyword agument names in RunPython to be positional 2014-02-28 09:22:48 -08:00
models Fixed bad grammar in a comment. 2014-02-25 21:02:35 -05: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 Silence deprecation warnings. 2014-02-09 17:48:15 +00:00