| Age | Commit message (Expand) | Author |
| 2010-01-14 | Fixed #12560. Changed validate_unique to stop checking null primary key value... | Joseph Kocherhans |
| 2010-01-09 | Fixed #11697 - Allow shift clicking for selecting multiple action checkboxes ... | Jannis Leidel |
| 2010-01-09 | Fixed #11301 - Properly hide SplitHiddenDateTimeWidget. Thanks to David Gould... | Jannis Leidel |
| 2010-01-09 | Fixed #9638 - Added %(app_label)s to the related_name format string for abstr... | Jannis Leidel |
| 2010-01-05 | Merged soc2009/model-validation to trunk. Thanks, Honza! | Joseph Kocherhans |
| 2010-01-01 | Fixed #7262 - Added ISO 8601 and microsecond format string to utils.dateforma... | Jannis Leidel |
| 2010-01-01 | Fixed #12220 - Added Serbian Latin to list of languages in global settings. T... | Jannis Leidel |
| 2010-01-01 | Fixed #8735 - Added Portuguese (pt) local flavor. Thanks Alcides Fonseca for ... | Jannis Leidel |
| 2010-01-01 | Fixed #8612 - Added Indonesian (id) localflavor. Thanks to Ronny Haryanto for... | Jannis Leidel |
| 2010-01-01 | Fixed #8068 - Added Kuwaiti (kw) localflavor. Thanks to Ahmad Al-Ibrahim for ... | Jannis Leidel |
| 2010-01-01 | Fixed #10736 - Added Uruguayan (uy) localflavor. Thanks to Gonzalo Saavedra f... | Jannis Leidel |
| 2009-12-22 | Fixed #9289 - Added Swedish localflavor. Thanks to Andreas Pelme, Ludvig Eric... | Jannis Leidel |
| 2009-12-17 | Fixed #399: Added big integer field. Thanks to Tomáš Kopeček for persisten... | Karen Tracey |
| 2009-12-16 | Fixed #10263 -- Added a queryset argument to BaseInlineFormSet, normalizing w... | Russell Keith-Magee |
| 2009-12-14 | Fixed #6262 -- Added a cached template loader, and modified existing template... | Russell Keith-Magee |
| 2009-12-13 | Fixed #10969: Made US State field a CharField, fixing a few oddities in its b... | Karen Tracey |
| 2009-12-12 | Update an email address in AUTHORS. | Karen Tracey |
| 2009-12-12 | Fixed #12218: Added some helpful messages when Go is pressed in admin actions... | Karen Tracey |
| 2009-12-12 | Fixed #11632: Fixed the id for hidden initial widget so that it is different ... | Karen Tracey |
| 2009-12-12 | Fixed #11972: Corrected title filter handling of numbers followed by letters.... | Karen Tracey |
| 2009-12-09 | Fixed #4604 - Configurable message passing system, supporting anonymous users | Luke Plant |
| 2009-11-19 | added myself to committers list | James Tauber |
| 2009-11-03 | Fixed #10355 -- Added an API for pluggable e-mail backends. | Russell Keith-Magee |
| 2009-10-29 | Fixed #12057 -- Corrected regression of caching performance when a model cont... | Russell Keith-Magee |
| 2009-10-28 | Added bio for myself | Jannis Leidel |
| 2009-10-27 | Completed a name in AUTHORS file, now I know it. | Luke Plant |
| 2009-10-26 | Fixed #9977 - CsrfMiddleware gets template tag added, session dependency remo... | Luke Plant |
| 2009-09-12 | Fixed #11660 -- Corrected the CONTENT_TYPE and CONTENT_LENGTH headers provide... | Russell Keith-Magee |
| 2009-09-11 | Fixed #10752. Added more advanced bash completion. Thanks, Arthur Koziel. | Joseph Kocherhans |
| 2009-07-24 | Fixed #11527 -- Added unit tests and documentation for the use of F() express... | Russell Keith-Magee |
| 2009-07-23 | Fixed #11040 -- Updated Finnish translation. Thanks to Leo Honkanen, Antti Ka... | Russell Keith-Magee |
| 2009-07-17 | Added myself to AUTHORS and updated my bio. | Justin Bronn |
| 2009-07-11 | Fixed #11107 -- Corrected the generation of sequence reset SQL for m2m fields... | Russell Keith-Magee |
| 2009-06-18 | Fixed #10848 -- Added prairiedogg to AUTHORS. | Russell Keith-Magee |
| 2009-04-18 | Fixed #9122: generic inline formsets now respect exclude and max_num. Thanks,... | Jacob Kaplan-Moss |
| 2009-04-11 | Fixed #10571 -- Ensured that unicode POST data is correctly encoded by the te... | Russell Keith-Magee |
| 2009-04-10 | Applied latest changes to `ListMixin` from Aryeh Leib Taurog and added him to... | Justin Bronn |
| 2009-04-10 | Fixed #10652 -- Updated Slovenian translation from Gasper Zejn. | Malcolm Tredinnick |
| 2009-04-10 | Fixed #9315 -- Handle spaces in URL tag arguments. | Malcolm Tredinnick |
| 2009-04-09 | Fixed #7944: date-based generic views no longer get confused with a numeric m... | Jacob Kaplan-Moss |
| 2009-04-01 | Fixed #10684: updated Carl's name in AUTHORS. | Jacob Kaplan-Moss |
| 2009-03-31 | A whole lotta documentation fixes: Fixes #8704, #8826, #8980, #9243, #9343, #... | Jacob Kaplan-Moss |
| 2009-03-30 | Fixed #10149. FileFields in a form now validate max_length. Based on a patch ... | Joseph Kocherhans |
| 2009-03-23 | Fixed #10505: added support for bulk admin actions, including a globally-avai... | Jacob Kaplan-Moss |
| 2009-03-22 | Fixed #8962 -- Consistently support format and input_format in the various (i... | Karen Tracey |
| 2009-03-18 | Fixed #8193: all dynamic imports in Django are now done correctly. I know thi... | Jacob Kaplan-Moss |
| 2009-03-18 | Fixed #10356 -- Added pure-Python inheritance for models (a.k.a proxy models). | Malcolm Tredinnick |
| 2009-03-12 | Fixed #10472 -- Fixed a race condition in reverse URL resolving. | Malcolm Tredinnick |
| 2009-03-10 | Fixed #10271, #10281 -- Fixed the handling multiple inline models that share... | Russell Keith-Magee |
| 2009-03-09 | Fixed #3163 -- Add a "Meta.managed" option to models. | Malcolm Tredinnick |