django1/django/db
Claude Paroz 0dce44e16b Fixed #22540 -- Made _create_object_from_params() call create()
So as the save step is centralized in create(), especially useful
when customizing behavior in subclasses.
Thanks craig.labenz@gmail.com for the report.
2014-05-02 09:06:15 +02:00
..
backends Fix many many typos in comments throughout the codebase 2014-04-26 10:18:45 -07:00
migrations Fix migration autodector to work correctly with custom deconstructed values 2014-05-02 15:08:19 +12:00
models Fixed #22540 -- Made _create_object_from_params() call create() 2014-05-02 09:06:15 +02:00
__init__.py Removed unused imports. 2014-03-21 20:18:19 -04:00
transaction.py Improved a comment. Thanks intgr for the report. 2014-04-11 23:01:00 +02:00
utils.py Removed deprecated TRANSACTIONS_MANAGED setting. 2014-03-21 21:34:47 +01:00