django1/django/db
Tim Graham c9ece2e6b9 Refs #24324 -- Fixed UnicodeDecodeError in makemigrations.
If the project path contained a non-ASCII character, Python 2 crashed.
2015-02-17 08:12:49 -05:00
..
backends Refs #24324 -- Fixed UnicodeEncodeError in SQLite backend while testing. 2015-02-17 08:09:46 -05:00
migrations Refs #24324 -- Fixed UnicodeDecodeError in makemigrations. 2015-02-17 08:12:49 -05:00
models Reworked docstrings and comments in related.py. 2015-02-16 20:40:04 +07:00
__init__.py Fixed #21430 -- Added a RuntimeWarning when unpickling Models and QuerySets from a different Django version. 2014-06-11 10:03:34 -04:00
transaction.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
utils.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00