summaryrefslogtreecommitdiff
path: root/django/db/models
AgeCommit message (Expand)Author
2016-01-20[1.9.x] Fixed #26092 -- Fixed QuerySet.order_by() regression with an M2M thro...Anssi Kääriäinen
2016-01-11[1.9.x] Fixed #25858 -- Bound abstract model application relative relationships.Simon Charette
2016-01-02[1.9.x] Fixed #25316 -- Fixed a crash with order_by() and values() after anno...varunnaganathan
2015-12-24[1.9.x] Fixed #25984 -- Corrected RuntimeError message in ModelBase.__new__().Varun Sharma
2015-12-24[1.9.x] Discouraged use of /tmp with predictable names.Chris Lamb
2015-12-24[1.9.x] Fixed #25981 -- Added need to update migrations to on_delete deprecat...Luis San Pablo
2015-12-24[1.9.x] Fixed #25972 -- Restored support for the isnull lookup with ForeignOb...Tomo Otsuka
2015-12-17[1.9.x] Refs #25894 -- Fixed evaluation of zero-length slices of QuerySet.val...Sergey Fedoseev
2015-12-15[1.9.x] Fixed #25894 -- Fixed evaluation of zero-length slices of QuerySet.va...Sergey Fedoseev
2015-12-14[1.9.x] Fixed #25882 -- Prevented fast deletes matching no rows from crashing...Simon Charette
2015-12-03[1.9.x] Fixed many spelling mistakes in code, comments, and docs.Josh Soref
2015-12-02[1.9.x] Refs #25846 -- Added stacklevel to SubfieldBase warning.Sergey Fedoseev
2015-11-22[1.9.x] Fixed #25685 -- Fixed a duplicate query regression on deletion of pro...Simon Charette
2015-11-21[1.9.x] Fixed #25715 -- Fixed Model.refresh_from_db() with ForeignKey w/on_de...Tim Graham
2015-11-14[1.9.x] Fixed #25723 -- Made related field checks lookup against their local ...Simon Charette
2015-11-11[1.9.x] Refs #25693 -- Avoided redundant calls to get_fields() in `to_attr` v...Simon Charette
2015-11-11[1.9.x] Fixed #25730 -- Made Model.__str__() always return str instances.Simon Charette
2015-11-10[1.9.x] Fixed #25693 -- Prevented data loss with Prefetch and ManyToManyField.Ian Foote
2015-10-27[1.9.x] Fixed #25609 -- Fixed regression in related field nested lookup error.Ian Foote
2015-10-27[1.9.x] Revert "Fixed #25417 -- Added a field check for invalid default values."Simon Charette
2015-10-19[1.9.x] Fixed #25563 -- Cached deferred models in their proxied model's _meta...Simon Charette
2015-10-19[1.9.x] Fixed #25560 -- Made empty string related_name invalid.Simon Charette
2015-10-17[1.9.x] Fixed #25517 -- Made Concat function idempotent on SQLite.Josh Smeaton
2015-10-14[1.9.x] Fixed #25506 -- Allowed filtering over a RawSQL annotation.Antoine Catton
2015-10-14[1.9.x] Fixed #25535 -- Made ForeignObject checks less strict.Antoine Catton
2015-10-09[1.9.x] Fixed #14368 -- Allowed setting a reverse OneToOne relation to None.Tim Graham
2015-10-06[1.9.x] Fixed #25503 -- Fixed system check crash on ForeignKey to abstract mo...Mariusz Felisiak
2015-09-24[1.9.x] Removed unused Aggregate.input_field.Tim Graham
2015-09-22Fixed #24509 -- Added Expression support to SQLInsertCompilerAlex Hill
2015-09-21Documented "rel objects".Aymeric Augustin
2015-09-21Renamed descriptor classes for related objects.Aymeric Augustin
2015-09-21Added comments in related instances descriptors.Aymeric Augustin
2015-09-21Documented related models descriptors.Aymeric Augustin
2015-09-21Fixed #22341 -- Split django.db.models.fields.related.Aymeric Augustin
2015-09-21Fixed #24629 -- Unified Transform and Expression APIsJosh Smeaton
2015-09-19Fixed #25296 -- Prevented model related object cache pollution when create() ...Raphael Merx
2015-09-19Fixed #25160 (again) -- Moved data loss check on reverse relations.Aymeric Augustin
2015-09-18Fixed #25417 -- Added a field check for invalid default values.Simon Charette
2015-09-18Fixed #24636 -- Added model field validation for decimal places and max digits.Iulia Chiriac
2015-09-17Removed the unused JoinPromoter.outer_votes attribute.Simon Charette
2015-09-14Fixed #25377 -- Changed Count queries to execute COUNT(*) instead of COUNT('*').Adam Chainz
2015-09-12Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić
2015-09-07Fixed typos in django/db/models/query.py docstrings.Nick Pope
2015-09-05Fixed #24525 -- Fixed AssertionError in some complex queries.Tim Graham
2015-09-04Fixed #19263 -- Fixed crash when filtering using __in and an empty QuerySet.Tim Graham
2015-09-03Fixed #25058 -- Added GenericRelations with related_query_name to the admin's...sarthakmeh
2015-09-03Fixed #25335 -- Fixed regression where QuerySet.iterator() didn't return an i...Gavin Wahl
2015-09-01Removed obsolete TODO about moving CommaSeparatedIntegerField into contrib.Tim Graham
2015-09-01Fixed #25320 -- Reverted ManyToManyField.null to False for backwards compatib...Tim Graham
2015-08-31Fixed #25331 -- Removed trailing blank lines in docstrings.Maxime Lorant