summaryrefslogtreecommitdiff
path: root/django/db
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-12[1.1.X] Fixed #11900 -- Corrected an edge case of transaction handling in the...Russell Keith-Magee
2010-03-09[1.1.X] Changed last_executed_query to avoid raising exceptions on non-utf8-e...Karen Tracey
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] Corrected an edge case introduced in r12602. Thanks to Ramiro Morales...Russell Keith-Magee
2010-02-26[1.1.X] Fixed #1480 -- Added the ability to use the system timezone. Thanks t...Russell Keith-Magee
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 #12818. SQLite now properly quotes strings for date extraction ...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-25[1.1.X] Fixed #11017: Changed implementation of Oracle LIKE lookups to enable...Ian Kelly
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-19[1.1.X] Fixed #12234 -- Create additional indexes that use the appropriate op...Justin Bronn
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-08-24Fixed #10566: Added support for cx_Oracle compiled with the WITH_UNICODE flag.Ian Kelly
2009-08-21Fixed #11049: introspection on Oracle now identifies IntegerFields correctly.Matt Boersma
2009-07-27Fixed #11428 -- Ensured that SQL generating commands and dumpdata don't inclu...Russell Keith-Magee
2009-07-21Fixed #11487: pass long strings to Oracle as CLOB rather than NCLOB to preven...Ian Kelly
2009-07-11Fixed #11107 -- Corrected the generation of sequence reset SQL for m2m fields...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-14Fixed #11316 -- Fixed a Python 2.3 compatibilty issue with [10966] (in Python...Gary Wilson Jr
2009-06-09Fixed #9253 -- Modified the method used to generate constraint names so that ...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