summaryrefslogtreecommitdiff
path: root/AUTHORS
Commit message (Expand)AuthorAgeFilesLines
* [1.2.X] Migrated forms (minus localflavor) doctests. A huge thanks to Daniel ...Russell Keith-Magee2010-11-161-1/+1
* [1.2.X] Add myself to committers. Backport of [14118]Chris Beaven2010-10-101-1/+1
* [1.2.X] Fixed #14354 -- Normalized the handling of empty/null passwords in co...Russell Keith-Magee2010-10-091-0/+1
* [1.2.X] Added myself to the committers list.Ramiro Morales2010-10-091-1/+1
* [1.2.X] Added myself to committers. Backport of [14047].Carl Meyer2010-10-091-1/+1
* [1.2.X] Fixed #13241. order_with_respect_to now works with ForeignKeys who r...Alex Gaynor2010-10-081-0/+1
* [1.2.X] Adding my bio. This is a backport of [14309].Andrew Godwin2010-10-081-0/+1
* [1.2.X] Added myself to the committers docs. This is a backport of [14034] a...Alex Gaynor2010-10-081-1/+1
* [1.2.X] Corrected the spelling of David Brenneman's name in the AUTHORS file....Russell Keith-Magee2010-09-281-1/+1
* [1.2.X] Migrated fixtures_regress doctests. Thanks to David Brenneman for the...Russell Keith-Magee2010-09-281-0/+1
* [1.2.X] Added Stephan Jaekel to AUTHORS for his excellent work purging doctests.Russell Keith-Magee2010-09-271-0/+1
* [1.2.X] Fixed #11486 -- Corrected the XML serializer to allow for the seriali...Russell Keith-Magee2010-09-191-0/+1
* [1.2.X] Fixed #14102 -- Ensure that fields that have been excluded from a for...Russell Keith-Magee2010-08-171-0/+1
* [1.2.X] Corrected some alphabetization and dupe issues in the AUTHORS file.Russell Keith-Magee2010-08-141-14/+11
* [1.2.X] Fixed #13610 -- Improved error reporting when the ENGINE setting is o...Russell Keith-Magee2010-08-051-0/+1
* Refs #8901 -- Reverted r13328 because the patch imposes a minimum version req...Russell Keith-Magee2010-06-101-1/+0
* Fixed #8901 -- Corrected the PostgreSQL sequence reset code when field identi...Russell Keith-Magee2010-06-071-0/+1
* Fixed #13496 - Added Indonesian translation (id). Thanks, Selwin Ong.Jannis Leidel2010-05-091-0/+1
* Fixed #13328 -- Added a __getstate__/__setstate__ pair to fields so that call...Russell Keith-Magee2010-04-151-0/+1
* Fixed #13023 - Removed ambiguity with regard to the max_num option of formset...Jannis Leidel2010-03-271-0/+1
* Fixed #5691 - Adds the active language to the cache key. Thanks, Antoni Aloy,...Jannis Leidel2010-02-231-0/+2
* Fixed #12561. InlineAdmin now respects can_delete=False. Thanks, nessita.Joseph Kocherhans2010-02-231-1/+1
* Fixed #12485 -- Added links to polls templates in tutorial. Thanks, gungadin...Justin Bronn2010-02-231-1/+1
* Fixed #12776 -- `User.get_profile` now raises `SiteProfileNotAvailable` inste...Justin Bronn2010-02-231-1/+1
* Fixed #12608 -- No longer return inconsistent results when using `values` and...Justin Bronn2010-02-231-0/+1
* Fixed #12806 -- Added an implementation of `RawQuerySet.__getitem__`. Thanks...Justin Bronn2010-02-231-0/+1
* Fixed #12072 -- Certain characters no longer break url tag. Thanks, Alexande...Justin Bronn2010-02-231-0/+1
* Fixed #12820. Implemented other dict methods for MergeDict. Thanks, Gisle Aas.Joseph Kocherhans2010-02-221-0/+1
* Fixed #5971 - Fixed inconsistent behaviour of the TokenParser when parsing fi...Jannis Leidel2010-02-211-0/+1
* Fixed #6188, #6304, #6618, #6969, #8758, #8989, #10334, #11069, #11973 and #1...Russell Keith-Magee2010-01-281-0/+1
* Fixed #12671 -- Added set_many(), get_many(), and clear() methods to the cach...Russell Keith-Magee2010-01-271-0/+1
* Fixed #12508 - Added ability to dynamically add inlines in the admin app.Jannis Leidel2010-01-261-0/+2
* Fixed #10314 -- Added a message prefix argument to Django's test assertions. ...Russell Keith-Magee2010-01-221-0/+1
* Fixed #12560. Changed validate_unique to stop checking null primary key value...Joseph Kocherhans2010-01-141-1/+1
* Fixed #11697 - Allow shift clicking for selecting multiple action checkboxes ...Jannis Leidel2010-01-091-0/+1
* Fixed #11301 - Properly hide SplitHiddenDateTimeWidget. Thanks to David Gould...Jannis Leidel2010-01-091-0/+1
* Fixed #9638 - Added %(app_label)s to the related_name format string for abstr...Jannis Leidel2010-01-091-1/+1
* Merged soc2009/model-validation to trunk. Thanks, Honza!Joseph Kocherhans2010-01-051-0/+1
* Fixed #7262 - Added ISO 8601 and microsecond format string to utils.dateforma...Jannis Leidel2010-01-011-0/+1
* Fixed #12220 - Added Serbian Latin to list of languages in global settings. T...Jannis Leidel2010-01-011-0/+1
* Fixed #8735 - Added Portuguese (pt) local flavor. Thanks Alcides Fonseca for ...Jannis Leidel2010-01-011-0/+1
* Fixed #8612 - Added Indonesian (id) localflavor. Thanks to Ronny Haryanto for...Jannis Leidel2010-01-011-0/+1
* Fixed #8068 - Added Kuwaiti (kw) localflavor. Thanks to Ahmad Al-Ibrahim for ...Jannis Leidel2010-01-011-0/+1
* Fixed #10736 - Added Uruguayan (uy) localflavor. Thanks to Gonzalo Saavedra f...Jannis Leidel2010-01-011-0/+1
* Fixed #9289 - Added Swedish localflavor. Thanks to Andreas Pelme, Ludvig Eric...Jannis Leidel2009-12-221-0/+2
* Fixed #399: Added big integer field. Thanks to Tomáš Kopeček for persisten...Karen Tracey2009-12-171-0/+1
* Fixed #10263 -- Added a queryset argument to BaseInlineFormSet, normalizing w...Russell Keith-Magee2009-12-161-0/+1
* Fixed #6262 -- Added a cached template loader, and modified existing template...Russell Keith-Magee2009-12-141-0/+1
* Fixed #10969: Made US State field a CharField, fixing a few oddities in its b...Karen Tracey2009-12-131-0/+1
* Update an email address in AUTHORS.Karen Tracey2009-12-121-1/+1