django1/django/db/models
Aymeric Augustin e16c48e001 Fixed #15124 -- Changed the default for BooleanField.
Thanks to the many contributors who updated and improved the patch over
the life of this ticket.
2013-03-24 13:47:01 +01:00
..
fields Fixed #15124 -- Changed the default for BooleanField. 2013-03-24 13:47:01 +01:00
sql Fixed #20094 - Be more careful when checking for Iterator 2013-03-22 17:31:29 +01:00
__init__.py Removed unneeded imports in db.models init 2013-02-08 17:11:33 +01:00
aggregates.py Refactored qs.add_q() and utils/tree.py 2013-03-13 10:44:49 +02:00
base.py Fixed #16649 -- Refactored save_base logic 2013-03-14 11:01:47 +02:00
constants.py Refactored qs.add_q() and utils/tree.py 2013-03-13 10:44:49 +02:00
deletion.py Used commit_on_success_unless_managed to make ORM operations atomic. 2013-03-11 15:05:05 +01:00
expressions.py Refactored qs.add_q() and utils/tree.py 2013-03-13 10:44:49 +02:00
loading.py Fixed #19689 -- Renamed `Model._meta.module_name` to `model_name`. 2013-02-05 04:16:07 -05:00
manager.py Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that return a QuerySet. 2013-03-08 10:11:45 -05:00
options.py Fixed #19689 -- Renamed `Model._meta.module_name` to `model_name`. 2013-02-05 04:16:07 -05:00
query.py Revert "Fixed 19895 -- Made second iteration over invalid queryset raise an exception too" 2013-03-20 10:41:53 +01:00
query_utils.py Refactored qs.add_q() and utils/tree.py 2013-03-13 10:44:49 +02:00
related.py Fixed #19689 -- Renamed `Model._meta.module_name` to `model_name`. 2013-02-05 04:16:07 -05:00
signals.py Added documentation for the 'db' argument of the post-syncdb signal. 2013-01-03 22:04:55 +01:00