summaryrefslogtreecommitdiff
path: root/django/db/models
AgeCommit message (Expand)Author
2014-05-06Added a bunch of missing unicode_literalsClaude Paroz
2014-05-05Fixed #22466 -- ordering by reverse foreign keyAnssi Kääriäinen
2014-05-05Fixed #22489 -- missing implemenation for search lookupJakub Roztocil
2014-05-05Fixed #22429 -- Incorrect SQL when using ~Q and FAnssi Kääriäinen
2014-05-03Moved misplaced transaction.atomic from 0dce44e16bClaude Paroz
2014-05-02Fixed #22540 -- Made _create_object_from_params() call create()Claude Paroz
2014-05-01Fixed #22539 -- Copied exclude argument in Model.full_clean() to prevent side...Yehonatan Daniv
2014-04-30Fixed #19195 -- Allow explicit ordering by a relation `_id` field.Simon Charette
2014-04-29Use the new implementation of `six.with_metaclass`.Simon Charette
2014-04-26Fix many many typos in comments throughout the codebaseAlex Gaynor
2014-04-21Fixed queries that may return unexpected results on MySQL due to typecasting.Erik Romijn
2014-04-21Appeased flake8 2.1.0.Aymeric Augustin
2014-04-16Fixed #22434 -- Retain ordering on related sliced subqueries.Justin Hamade
2014-04-14Fixed #22356 -- Added a check to make sure unique_together fields are local.Marc Egli
2014-04-13Fixed #21760 -- prefetch_related used an inefficient query for reverse FK.valtron
2014-04-10Fixed #22343 -- Disallowed select_for_update in autocommit modeShai Berger
2014-04-05Fixed #22236 -- Removed inappropriate usage of signalsClaude Paroz
2014-03-30Corrected many style guide violations that the newest version of flake8 catchesAlex Gaynor
2014-03-30Fixed #19816 -- Pre-evaluate querysets used in direct relation assignments.Loic Bistuer
2014-03-30Fixed transaction handling for a number of operations on related objects.Loic Bistuer
2014-03-26Fixed the PostGIS circular imports caused by 1506c71a95.Simon Charette
2014-03-25Fixed field deconstruction tests failures introduced by 1506c71a95.Simon Charette
2014-03-25Fixed #12030 -- Validate integer field range at the model level.Simon Charette
2014-03-21Removed legacy transaction management per the deprecation timeline.Aymeric Augustin
2014-03-21Removed Model._meta.module_name per deprecation timeline.Tim Graham
2014-03-21Removed PIL compatability layer per deprecation timeline.Tim Graham
2014-03-21Removed Model._meta.get_(add|change|delete)_permission methods per deprecatio...Tim Graham
2014-03-21Removed backward compatible shims to rename get_query_set and similar queryse...Tim Graham
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
2014-03-08Fix weird autodetector errorAndrew Godwin
2014-03-084 flake8 warning fixesAlex Gaynor
2014-03-08Fixed #22183: Through M2Ms now correctly handledAndrew Godwin
2014-03-08Fixed #22199: Bad max_length deconstruction for FileFieldAndrew Godwin
2014-03-08Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warningsClaude Paroz
2014-03-07Fixed #21863 -- supplemented get_lookup() with get_transform()Anssi Kääriäinen
2014-03-06Revert "Fixed #22183: Don't make a table for M2Ms with through="Andrew Godwin
2014-03-06Fixed #22183: Don't make a table for M2Ms with through=Andrew Godwin
2014-03-05Fixed #22207 -- Added support for GenericRelation reverse lookupsGabe Jackson
2014-03-05Fixed #14549 - Removed restriction of single FKs on intermediary tablesAkis Kesoglou
2014-03-05Fixed #22206 -- Passed models.TextField.max_length to forms.CharField.maxlengthChris Wilson
2014-03-04Fixed typo in internal CharField methodChris Wilson
2014-03-03Allowed custom querysets when prefetching single valued relationsLoic Bistuer
2014-03-03Fixed many typos in comments and docstrings.Rodolfo Carvalho
2014-03-03Edited model and field checks for grammar and consistency.Russell Keith-Magee
2014-03-03Edited model check messages for grammar and consistency.Russell Keith-Magee