summaryrefslogtreecommitdiff
path: root/AUTHORS
AgeCommit message (Expand)Author
2011-02-04[1.2.X] Fixed #14046 -- Made {% include %} behave the same, regardless of whe...Russell Keith-Magee
2011-01-24[1.2.X] Fixed #14240 -- Enabled localization for the filesize filter. Thanks ...Russell Keith-Magee
2010-11-16[1.2.X] Migrated forms (minus localflavor) doctests. A huge thanks to Daniel ...Russell Keith-Magee
2010-10-10[1.2.X] Add myself to committers. Backport of [14118]Chris Beaven
2010-10-09[1.2.X] Fixed #14354 -- Normalized the handling of empty/null passwords in co...Russell Keith-Magee
2010-10-09[1.2.X] Added myself to the committers list.Ramiro Morales
2010-10-09[1.2.X] Added myself to committers. Backport of [14047].Carl Meyer
2010-10-08[1.2.X] Fixed #13241. order_with_respect_to now works with ForeignKeys who r...Alex Gaynor
2010-10-08[1.2.X] Adding my bio. This is a backport of [14309].Andrew Godwin
2010-10-08[1.2.X] Added myself to the committers docs. This is a backport of [14034] a...Alex Gaynor
2010-09-28[1.2.X] Corrected the spelling of David Brenneman's name in the AUTHORS file....Russell Keith-Magee
2010-09-28[1.2.X] Migrated fixtures_regress doctests. Thanks to David Brenneman for the...Russell Keith-Magee
2010-09-27[1.2.X] Added Stephan Jaekel to AUTHORS for his excellent work purging doctests.Russell Keith-Magee
2010-09-19[1.2.X] Fixed #11486 -- Corrected the XML serializer to allow for the seriali...Russell Keith-Magee
2010-08-17[1.2.X] Fixed #14102 -- Ensure that fields that have been excluded from a for...Russell Keith-Magee
2010-08-14[1.2.X] Corrected some alphabetization and dupe issues in the AUTHORS file.Russell Keith-Magee
2010-08-05[1.2.X] Fixed #13610 -- Improved error reporting when the ENGINE setting is o...Russell Keith-Magee
2010-06-10Refs #8901 -- Reverted r13328 because the patch imposes a minimum version req...Russell Keith-Magee
2010-06-07Fixed #8901 -- Corrected the PostgreSQL sequence reset code when field identi...Russell Keith-Magee
2010-05-09Fixed #13496 - Added Indonesian translation (id). Thanks, Selwin Ong.Jannis Leidel
2010-04-15Fixed #13328 -- Added a __getstate__/__setstate__ pair to fields so that call...Russell Keith-Magee
2010-03-27Fixed #13023 - Removed ambiguity with regard to the max_num option of formset...Jannis Leidel
2010-02-23Fixed #5691 - Adds the active language to the cache key. Thanks, Antoni Aloy,...Jannis Leidel
2010-02-23Fixed #12561. InlineAdmin now respects can_delete=False. Thanks, nessita.Joseph Kocherhans
2010-02-23Fixed #12485 -- Added links to polls templates in tutorial. Thanks, gungadin...Justin Bronn
2010-02-23Fixed #12776 -- `User.get_profile` now raises `SiteProfileNotAvailable` inste...Justin Bronn
2010-02-23Fixed #12608 -- No longer return inconsistent results when using `values` and...Justin Bronn
2010-02-23Fixed #12806 -- Added an implementation of `RawQuerySet.__getitem__`. Thanks...Justin Bronn
2010-02-23Fixed #12072 -- Certain characters no longer break url tag. Thanks, Alexande...Justin Bronn
2010-02-22Fixed #12820. Implemented other dict methods for MergeDict. Thanks, Gisle Aas.Joseph Kocherhans
2010-02-21Fixed #5971 - Fixed inconsistent behaviour of the TokenParser when parsing fi...Jannis Leidel
2010-01-28Fixed #6188, #6304, #6618, #6969, #8758, #8989, #10334, #11069, #11973 and #1...Russell Keith-Magee
2010-01-27Fixed #12671 -- Added set_many(), get_many(), and clear() methods to the cach...Russell Keith-Magee
2010-01-26Fixed #12508 - Added ability to dynamically add inlines in the admin app.Jannis Leidel
2010-01-22Fixed #10314 -- Added a message prefix argument to Django's test assertions. ...Russell Keith-Magee
2010-01-14Fixed #12560. Changed validate_unique to stop checking null primary key value...Joseph Kocherhans
2010-01-09Fixed #11697 - Allow shift clicking for selecting multiple action checkboxes ...Jannis Leidel
2010-01-09Fixed #11301 - Properly hide SplitHiddenDateTimeWidget. Thanks to David Gould...Jannis Leidel
2010-01-09Fixed #9638 - Added %(app_label)s to the related_name format string for abstr...Jannis Leidel
2010-01-05Merged soc2009/model-validation to trunk. Thanks, Honza!Joseph Kocherhans
2010-01-01Fixed #7262 - Added ISO 8601 and microsecond format string to utils.dateforma...Jannis Leidel
2010-01-01Fixed #12220 - Added Serbian Latin to list of languages in global settings. T...Jannis Leidel
2010-01-01Fixed #8735 - Added Portuguese (pt) local flavor. Thanks Alcides Fonseca for ...Jannis Leidel
2010-01-01Fixed #8612 - Added Indonesian (id) localflavor. Thanks to Ronny Haryanto for...Jannis Leidel
2010-01-01Fixed #8068 - Added Kuwaiti (kw) localflavor. Thanks to Ahmad Al-Ibrahim for ...Jannis Leidel
2010-01-01Fixed #10736 - Added Uruguayan (uy) localflavor. Thanks to Gonzalo Saavedra f...Jannis Leidel
2009-12-22Fixed #9289 - Added Swedish localflavor. Thanks to Andreas Pelme, Ludvig Eric...Jannis Leidel
2009-12-17Fixed #399: Added big integer field. Thanks to Tomáš Kopeček for persisten...Karen Tracey
2009-12-16Fixed #10263 -- Added a queryset argument to BaseInlineFormSet, normalizing w...Russell Keith-Magee
2009-12-14Fixed #6262 -- Added a cached template loader, and modified existing template...Russell Keith-Magee