| Age | Commit message (Expand) | Author |
| 2011-03-22 | Added Idan to primary authors. | Idan Gazit |
| 2011-02-12 | Fixed #9964 -- Ensure that all database operations make transactions dirty, n... | Russell Keith-Magee |
| 2011-02-04 | Fixed #14046 -- Made {% include %} behave the same, regardless of whether the... | Russell Keith-Magee |
| 2011-01-24 | Fixed #14240 -- Enabled localization for the filesize filter. Thanks to David... | Russell Keith-Magee |
| 2011-01-24 | Fixed #15144 -- Corrected some problems with the Cache middleware when used w... | Russell Keith-Magee |
| 2011-01-05 | Fixed #15010 -- Added current_app parameter to close gap between TemplateResp... | Jannis Leidel |
| 2010-12-19 | Fixed #14655 -- Made formsets iterable. This allows a slightly more natural i... | Russell Keith-Magee |
| 2010-12-07 | Fixed #12815 -- Added TemplateResponse, a lazy-evaluated Response class. Than... | Russell Keith-Magee |
| 2010-11-16 | Migrated forms (minus localflavor) doctests. A huge thanks to Daniel Lindsley... | Russell Keith-Magee |
| 2010-10-29 | Fixed #14181 -- Added a template tag and filters to allow localization to be ... | Russell Keith-Magee |
| 2010-10-28 | Fixed #14504 -- Corrected the way object_list is used in ListView to avoid ov... | Russell Keith-Magee |
| 2010-10-18 | Fixed #14479 -- Added initial Punjabi (pa) translation. Thanks, A S Alam. | Jannis Leidel |
| 2010-10-12 | Added myself to committers | Honza Král |
| 2010-10-10 | Add myself to committers | Chris Beaven |
| 2010-10-09 | Fixed #14354 -- Normalized the handling of empty/null passwords in contrib.au... | Russell Keith-Magee |
| 2010-10-09 | Added myself to the committers list. | Ramiro Morales |
| 2010-10-09 | Added myself to contributors. | Carl Meyer |
| 2010-10-08 | Fixed #13241. order_with_respect_to now works with ForeignKeys who refer to ... | Alex Gaynor |
| 2010-10-08 | Adding my bio. Andrew enjoys writing about himself in the third person. | Andrew Godwin |
| 2010-10-08 | Added myself to the committers docs. | Alex Gaynor |
| 2010-09-28 | Corrected the spelling of David Brenneman's name in the AUTHORS file. Apologi... | Russell Keith-Magee |
| 2010-09-28 | Migrated fixtures_regress doctests. Thanks to David Brenneman for the patch. | Russell Keith-Magee |
| 2010-09-27 | Added Stephan Jaekel to AUTHORS for his excellent work purging doctests. | Russell Keith-Magee |
| 2010-09-19 | Fixed #11486 -- Corrected the XML serializer to allow for the serialization o... | Russell Keith-Magee |
| 2010-09-10 | Added more readable __str__ and __repr__ methods to MergeDict. | Malcolm Tredinnick |
| 2010-08-17 | Fixed #14102 -- Ensure that fields that have been excluded from a form aren't... | Russell Keith-Magee |
| 2010-08-14 | Corrected some alphabetization and dupe issues in the AUTHORS file | Russell Keith-Magee |
| 2010-08-14 | Fixed #14002 -- Updated filesize filter to support terabyte and petabyte file... | Russell Keith-Magee |
| 2010-08-14 | Fixed #14002 -- Updated filesize filter to support terabyte and petabyte file... | Russell Keith-Magee |
| 2010-08-07 | Fixed #13552 -- Added a 'using' parameter to database signals. Thanks to gman... | Russell Keith-Magee |
| 2010-08-06 | Fixed #12775 -- Modified the --exclude argument to dumpdata to allow exclusio... | Russell Keith-Magee |
| 2010-08-05 | Fixed #13610 -- Improved error reporting when the ENGINE setting is ommitted ... | Russell Keith-Magee |
| 2010-06-21 | Fixed #8901 -- Reapplied r13328 (with extra docs) now that we have a 1.3 deve... | Russell Keith-Magee |
| 2010-06-10 | Refs #8901 -- Reverted r13328 because the patch imposes a minimum version req... | Russell Keith-Magee |
| 2010-06-07 | Fixed #8901 -- Corrected the PostgreSQL sequence reset code when field identi... | Russell Keith-Magee |
| 2010-05-09 | Fixed #13496 - Added Indonesian translation (id). Thanks, Selwin Ong. | Jannis Leidel |
| 2010-04-15 | Fixed #13328 -- Added a __getstate__/__setstate__ pair to fields so that call... | Russell Keith-Magee |
| 2010-03-27 | Fixed #13023 - Removed ambiguity with regard to the max_num option of formset... | Jannis Leidel |
| 2010-02-23 | Fixed #5691 - Adds the active language to the cache key. Thanks, Antoni Aloy,... | Jannis Leidel |
| 2010-02-23 | Fixed #12561. InlineAdmin now respects can_delete=False. Thanks, nessita. | Joseph Kocherhans |
| 2010-02-23 | Fixed #12485 -- Added links to polls templates in tutorial. Thanks, gungadin... | Justin Bronn |
| 2010-02-23 | Fixed #12776 -- `User.get_profile` now raises `SiteProfileNotAvailable` inste... | Justin Bronn |
| 2010-02-23 | Fixed #12608 -- No longer return inconsistent results when using `values` and... | Justin Bronn |
| 2010-02-23 | Fixed #12806 -- Added an implementation of `RawQuerySet.__getitem__`. Thanks... | Justin Bronn |
| 2010-02-23 | Fixed #12072 -- Certain characters no longer break url tag. Thanks, Alexande... | Justin Bronn |
| 2010-02-22 | Fixed #12820. Implemented other dict methods for MergeDict. Thanks, Gisle Aas. | Joseph Kocherhans |
| 2010-02-21 | Fixed #5971 - Fixed inconsistent behaviour of the TokenParser when parsing fi... | Jannis Leidel |
| 2010-01-28 | Fixed #6188, #6304, #6618, #6969, #8758, #8989, #10334, #11069, #11973 and #1... | Russell Keith-Magee |
| 2010-01-27 | Fixed #12671 -- Added set_many(), get_many(), and clear() methods to the cach... | Russell Keith-Magee |
| 2010-01-26 | Fixed #12508 - Added ability to dynamically add inlines in the admin app. | Jannis Leidel |