summaryrefslogtreecommitdiff
path: root/django/db/models
AgeCommit message (Expand)Author
2010-03-12[1.1.X] Fixed #11891 -- Ensured that attributes of get_absolute_url are prese...Russell Keith-Magee
2010-03-08[1.1.X] Fixed #11940 - ModelForm evaluates callable default values on form cl...Luke Plant
2010-03-08[1.1.X] Fixed #12240 - select_related doesn't work correctly when mixing null...Luke Plant
2010-03-07[1.1.X] Fixed #12876 -- Corrected a problem with recursive relations under de...Russell Keith-Magee
2010-03-07[1.1.X] Fixed #12913. Fields with choices now respect show_hidden_initial as ...Joseph Kocherhans
2010-03-06[1.1.X] Fixed #12734. Deferred fields will now be properly converted to pytho...Joseph Kocherhans
2010-02-26[1.1.X] Fixed #12608 -- No longer return inconsistent results when using val...Justin Bronn
2010-02-26[1.1.X] Fixed #6191, #11296 -- Modified the admin deletion confirmation page ...Russell Keith-Magee
2010-02-26[1.1.X] Fixed #11226 -- Corrected an validation edge case with m2m relations ...Russell Keith-Magee
2010-02-26[1.1.X] Fixed a bunch of Python 2.3 incompatibilities that had crept into the...Karen Tracey
2010-02-24[1.1.X] Fixed #12546. Objects with a __len__ that returns 0 can now be serial...Joseph Kocherhans
2010-02-24[1.1.X] Fixed #12152. DoesNotExist and MultipleObjectsReturned now subclass t...Joseph Kocherhans
2010-02-23[1.1.X] Fixed a few more spots related to #11859. Backport of r12537 from trunk.Joseph Kocherhans
2010-02-23Fixed #12855 -- QuerySets? with extra where parameters now combine correctly....Justin Bronn
2010-02-10[1.1.X] Fixed #11535: Corrected SQL generated for queries involving generic r...Karen Tracey
2010-01-29[1.1.X] Really this time -- fixed #12721: Ensured objects with generic relati...Karen Tracey
2010-01-19[1.1.X] Fixed #10015 -- PostgreSQL 8.3+ no longer barfs when passing an integ...Karen Tracey
2010-01-17[1.1.X] Fixed #12059 - Let TimeField.to_python correctly return a datetime.ti...Jannis Leidel
2009-12-22[1.1.X] Fixed #11936 -- Removed deferred models from the list returned by the...Russell Keith-Magee
2009-12-17[1.1.X] Fixed #11753 - Q objects with callables no longer explode on Python 2...Jacob Kaplan-Moss
2009-12-16[1.1.X] Fixed #12385: Made built-in field type descriptions in admindocs tran...Karen Tracey
2009-12-12[1.1.X] Fixed #7977: Fixed admindocs to use docstrings instead of a static ar...Karen Tracey
2009-11-19[1.1.X] Fixed #12242 -- Corrected a problem with masking extra selects() in a...Russell Keith-Magee
2009-11-11[1.1.X] Fixed #12163 -- Corrected the unpickling of non-deferred models. Than...Russell Keith-Magee
2009-11-01[1.1.X] Fixed #12121 -- Modified __reduce__ on a model to avoid an infinite r...Russell Keith-Magee
2009-10-29[1.1.X] Fixed #12057 -- Corrected regression of caching performance when a mo...Russell Keith-Magee
2009-09-16[1.1.X] Fixed #11886 -- Corrected handling of F() expressions that use parent...Russell Keith-Magee
2009-06-15Fixed #9023 -- Corrected a problem where cached attribute values would cause ...Russell Keith-Magee
2009-06-15Fixed #11311 -- Reverted [10952], Refs #10785. Changeset [10952] caused probl...Russell Keith-Magee
2009-06-08Fixed #11194 -- Corrected loading of Proxy models from fixtures (and, by exte...Russell Keith-Magee
2009-06-08Fixed #10672 -- Altered save_base to ensure that proxy models send a post_sav...Russell Keith-Magee
2009-06-08Fixed #10785 -- Corrected a case for foreign key lookup where the related obj...Russell Keith-Magee
2009-06-06Fixed #11082 -- Ensured that subqueries used in an exclude(X__in=) clause are...Russell Keith-Magee
2009-06-06Fixed #10572 -- Corrected the operation of the defer() and only() clauses whe...Russell Keith-Magee
2009-06-03Fixed #9479 -- Corrected an edge case in bulk queryset deletion that could ca...Russell Keith-Magee
2009-05-29Fixed #11216 and #11218 -- Corrected a few typos, thanks buriy.Gary Wilson Jr
2009-05-28Changes to `ImageFileDescriptor` and `ImageField` to fix a few cases of setti...Gary Wilson Jr
2009-05-19Fixed #11116 -- Corrected the deletion of proxy objects. Thanks to Samuel Ada...Russell Keith-Magee
2009-05-19Fixed #9308 -- Corrected the updated of nullable foreign key fields when dele...Russell Keith-Magee
2009-05-11Fixed #10953, #10955: proxies of proxies now work correctly, though I still d...Jacob Kaplan-Moss
2009-05-11Fixed #10404: ImageField height_field and width_field options no longer depen...Jacob Kaplan-Moss
2009-05-08Fixed #7712, #9404, #10249, #10300: a light refactor and cleanup of file stor...Jacob Kaplan-Moss
2009-05-07Fixed #10153: foreign key `gte` and `lte` lookups now work. Thanks, joelhooks...Jacob Kaplan-Moss
2009-05-02Fixed #10349 -- Modified ManyToManyFields to allow initial form values to be ...Russell Keith-Magee
2009-04-30Fixed #10847 -- Modified handling of extra() to use a masking strategy, rathe...Russell Keith-Magee
2009-04-22Added a `QuerySet.ordered` property to check if a queryset is already ordered...Jacob Kaplan-Moss
2009-04-13Fixed #10237 -- Corrected the handling of self-referential m2m fields when us...Russell Keith-Magee
2009-04-12Fixed #10692 -- Fixed DecimalField lookups for extreme values.Malcolm Tredinnick
2009-04-12Fixed #10071 -- Changed some internal database data representations.Malcolm Tredinnick
2009-04-11Fixed #10796 -- Corrected a pickling problem introduced by [10522]. Thanks to...Russell Keith-Magee