summaryrefslogtreecommitdiff
path: root/django/db/models
AgeCommit message (Expand)Author
2014-08-30[1.7.x] Fixed #23370 -- defer() + select_related() crashed with inherited mod...Akis Kesoglou
2014-08-14[1.7.x] Fixed #23288: deconstruct() ignoring related_nameAndrew Godwin
2014-08-11[1.7.x] Fixed #23259 -- Corrected insertion order of extra() select_paramsRajiv Makhijani
2014-08-07[1.7.x] Fixed flake8 warning.Tim Graham
2014-08-05[1.7.x] Fixed #23061: Avoided setting a limit on a query for get with select_...Shai Berger
2014-08-03[1.7.x] Fixed #23156 -- Added missing BinaryField.deconstruct() method.Baptiste Mispelon
2014-08-03[1.7.x] Added missing logic to TimeField.deconstruct().Baptiste Mispelon
2014-08-03[1.7.x] Removed unnecessary code in ManyToManyField.deconstruct()Baptiste Mispelon
2014-07-30[1.7.x] Fixed #23112 -- Field.get_choices tries to index an iterableareski
2014-07-27[1.7.x] Fixed #23098 -- Checked that lazy choices are not evaluated too soonFlorian Apolloner
2014-07-26Fixed #23101 db_table wasn't copied in deconstructAbraham Martin
2014-07-26[1.7.x] Fixed #22887 -- Added comment for translators on unique_for_date erro...Federico Frenguelli
2014-07-16[1.7.x] Fixed #22998 -- Updated the fast_delete logic for GFKsGavin Wahl
2014-07-14[1.7.x] Fixed #22994 -- regression with generic FK + admin list_viewAnssi Kääriäinen
2014-07-05[1.7.x] Fixed various minor doc typos / references.Daniel Hahler
2014-06-23[1.7.x] Fixed #22889: Unneeded to_field in fk.deconstruct causing swap issuesAndrew Godwin
2014-06-17[1.7.x] Fixed #22819 -- Renamed output_type -> output_field in query expressi...Tim Graham
2014-06-02[1.7.x] Fixed #22690 -- Added a check for proxy models containing fields.Craig de Stigter
2014-06-01[1.7.x] Fixed #22711 -- Adjusted ordering checks to allow implicit relation f...Vincent-Vega
2014-05-29[1.7.x] Fixed several typos in DjangoAlex Gaynor
2014-05-29[1.7.x] Fixed #22720 -- Migrations attempt to create _order twice.Víðir Valberg Guðmundsson
2014-05-22[1.7.x] Fixed #22421 -- Regression in fixtures loading.Ramiro Morales
2014-05-21[1.7.x] Fixed the ordering of prefetch lookups so that latter lookups can ref...Loic Bistuer
2014-05-21[1.7.x] Fixed #22650 -- Fixed regression on prefetch_related.Loic Bistuer
2014-05-19[1.7.x] Fixed #22648 -- Transform.output_type should respect overridden custo...Marc Tamlyn
2014-05-10[1.7.x] Fixed #22508 -- Avoided overwriting select_related.Aymeric Augustin
2014-05-06[1.7.x] Fixed #22564 -- Prevented unneeded bytestrings in migrationsClaude Paroz
2014-05-06[1.7.x] Added a bunch of missing unicode_literalsClaude Paroz
2014-05-05[1.7.x] Fixed #22466 -- ordering by reverse foreign keyAnssi Kääriäinen
2014-05-05[1.7.x] Fixed #22489 -- missing implemenation for search lookupJakub Roztocil
2014-05-05[1.7.x] Fixed #22429 -- Incorrect SQL when using ~Q and FAnssi Kääriäinen
2014-05-01[1.7.x] Fixed #22539 -- Copied exclude argument in Model.full_clean() to prev...Yehonatan Daniv
2014-04-30[1.7.x] Fixed #19195 -- Allow explicit ordering by a relation `_id` field.Simon Charette
2014-04-29[1.7.x] Use the new implementation of `six.with_metaclass`.Simon Charette
2014-04-26[1.7.x] Fix many many typos in comments throughout the codebaseAlex Gaynor
2014-04-21[1.7.x] Fixed queries that may return unexpected results on MySQL due to type...Erik Romijn
2014-04-21[1.7.x] Appeased flake8 2.1.0.Aymeric Augustin
2014-04-21[1.7.x] Corrected many style guide violations that the newest version of flak...Alex Gaynor
2014-04-16[1.7.x] Fixed #22434 -- Retain ordering on related sliced subqueries.Justin Hamade
2014-04-13[1.7.x] Fixed #21760 -- prefetch_related used an inefficient query for revers...valtron
2014-04-10[1.7.x] Fixed #22343 -- Disallowed select_for_update in autocommit modeShai Berger
2014-03-26[1.7.x] Fixed the PostGIS circular imports caused by 1506c71a95.Simon Charette
2014-03-25[1.7.x] Fixed field deconstruction tests failures introduced by 1506c71a95.Simon Charette
2014-03-25[1.7.x] Fixed #12030 -- Validate integer field range at the model level.Simon Charette
2014-03-20Fixed #22163 -- Stopped ignoring unhandled kwargs in select_for_update.Aymeric Augustin
2014-03-14Fixed #22001 -- Ensure db_type is respected.Marc Tamlyn
2014-03-14Fixed #22272 -- Fixed regression in DecimalField when using decimal_places=0.Baptiste Mispelon
2014-03-12Flake8 correctionsShai Berger
2014-03-11Fixed #22217 - ManyToManyField.through_fields fixes.Akis Kesoglou
2014-03-10Fixed #22210 -- Saving model instances to non-related fields.Daniel Pyrathon