django1/django/db
Josh Smeaton 4718296546 Fixed #23753 -- Added a suite of SQL Functions
Added functions and tests
Added docs and more tests
Added TextField converter to mysql backend
Aliased Value as V in example docs and tests
Removed unicode_compatible in example
Fixed console emulation in examples
2014-12-27 15:27:27 +11:00
..
backends Fixed #23753 -- Added a suite of SQL Functions 2014-12-27 15:27:27 +11:00
migrations Fixed #23866 -- Harmonized refs to Django documentation from code 2014-12-25 13:53:13 +01:00
models Fixed #23753 -- Added a suite of SQL Functions 2014-12-27 15:27:27 +11: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 Replaced set([foo, ...]) by {foo, ...} literals. Refs PR 3282. 2014-09-29 00:01:38 +07:00
utils.py Restored the 'TEST_' prefix in the warning about deprecated test database settings 2014-12-01 02:12:19 +02:00