summaryrefslogtreecommitdiff
path: root/AUTHORS
AgeCommit message (Expand)Author
2010-02-26[1.1.X] Fixed #5971 - Fixed inconsistent behaviour of the TokenParser when pa...Jannis Leidel
2010-02-23[1.1.X] Fixed #12561. InlineAdmin now respects can_delete=False. Backport of ...Joseph Kocherhans
2010-02-23[1.1.X] Fixed #12820. Implemented other dict methods for MergeDict. Backport ...Joseph Kocherhans
2010-01-17[1.1.X] Fixed #11301 - Properly hide SplitHiddenDateTimeWidget. Thanks to Dav...Jannis Leidel
2010-01-17[1.1.X] Fixed #12220 - Added Serbian Latin to list of languages in global set...Jannis Leidel
2009-12-16[1.1.X] Fixed #10263 -- Added a queryset argument to BaseInlineFormSet, norma...Russell Keith-Magee
2009-12-13[1.1.X] Fixed #10969: Made US State field a CharField, fixing a few oddities ...Karen Tracey
2009-12-12[1.1.X] Update an email address in AUTHORS. Karen Tracey
2009-12-12[1.1.X] Fixed #12281: Added some helpful messages when Go is pressed in admin...Karen Tracey
2009-12-12[1.1.X] Fixed #11632: Fixed the id for hidden initial widget so that it is di...Karen Tracey
2009-12-12[1.1.X] Fixed #11972: Corrected title filter handling of numbers followed by ...Karen Tracey
2009-11-19[1.1.X] Added myself to committers listJames Tauber
2009-10-29[1.1.X] Fixed #12057 -- Corrected regression of caching performance when a mo...Russell Keith-Magee
2009-10-28[1.1.X] Added bio for myselfJannis Leidel
2009-09-12[1.1.X] Fixed #11660 -- Corrected the CONTENT_TYPE and CONTENT_LENGTH headers...Russell Keith-Magee
2009-07-24Fixed #11527 -- Added unit tests and documentation for the use of F() express...Russell Keith-Magee
2009-07-23Fixed #11040 -- Updated Finnish translation. Thanks to Leo Honkanen, Antti Ka...Russell Keith-Magee
2009-07-17Added myself to AUTHORS and updated my bio.Justin Bronn
2009-07-11Fixed #11107 -- Corrected the generation of sequence reset SQL for m2m fields...Russell Keith-Magee
2009-06-18Fixed #10848 -- Added prairiedogg to AUTHORS.Russell Keith-Magee
2009-04-18Fixed #9122: generic inline formsets now respect exclude and max_num. Thanks,...Jacob Kaplan-Moss
2009-04-11Fixed #10571 -- Ensured that unicode POST data is correctly encoded by the te...Russell Keith-Magee
2009-04-10Applied latest changes to `ListMixin` from Aryeh Leib Taurog and added him to...Justin Bronn
2009-04-10Fixed #10652 -- Updated Slovenian translation from Gasper Zejn.Malcolm Tredinnick
2009-04-10Fixed #9315 -- Handle spaces in URL tag arguments.Malcolm Tredinnick
2009-04-09Fixed #7944: date-based generic views no longer get confused with a numeric m...Jacob Kaplan-Moss
2009-04-01Fixed #10684: updated Carl's name in AUTHORS.Jacob Kaplan-Moss
2009-03-31A whole lotta documentation fixes: Fixes #8704, #8826, #8980, #9243, #9343, #...Jacob Kaplan-Moss
2009-03-30Fixed #10149. FileFields in a form now validate max_length. Based on a patch ...Joseph Kocherhans
2009-03-23Fixed #10505: added support for bulk admin actions, including a globally-avai...Jacob Kaplan-Moss
2009-03-22Fixed #8962 -- Consistently support format and input_format in the various (i...Karen Tracey
2009-03-18Fixed #8193: all dynamic imports in Django are now done correctly. I know thi...Jacob Kaplan-Moss
2009-03-18Fixed #10356 -- Added pure-Python inheritance for models (a.k.a proxy models).Malcolm Tredinnick
2009-03-12Fixed #10472 -- Fixed a race condition in reverse URL resolving.Malcolm Tredinnick
2009-03-10Fixed #10271, #10281 -- Fixed the handling multiple inline models that share...Russell Keith-Magee
2009-03-09Fixed #3163 -- Add a "Meta.managed" option to models.Malcolm Tredinnick
2009-03-06Fixed #6710 -- Made DATABASE_OPTIONS work with postgresql_psycopg2 backend.Malcolm Tredinnick
2009-03-02Fixed #10013 -- Updated French translation.Malcolm Tredinnick
2009-02-28Fixed #9634 -- Updated Slovak translation. Thanks Marcel Telka and scrool.Malcolm Tredinnick
2009-02-23Fixed #8630: finished the custom comment app API that was left out of 1.0. Th...Jacob Kaplan-Moss
2009-02-22Added Tomáš Ehrlich to the AUTHORS list (Elvard from r9876)Russell Keith-Magee
2009-02-16Fixed #10196: Restored setting of image file width and height fields lost in ...Karen Tracey
2009-02-08Fixed #7672 -- Added a 'week_day' lookup type. Many thanks to Ross Poulton fo...Karen Tracey
2009-01-19Fixed #9789 -- Handle jython's compiled settings filename correctly.Malcolm Tredinnick
2009-01-16Fixed #8138 -- Changed django.test.TestCase to rollback tests (when the datab...Karen Tracey
2009-01-15Fixed #3566 -- Added support for aggregation to the ORM. See the documentatio...Russell Keith-Magee
2009-01-15Updated name as per author's request.Gary Wilson Jr
2009-01-10Fixed #6791: added a write-through cache session backend: session data is wri...Jacob Kaplan-Moss
2009-01-03Modified the entry for David Larlet in the AUTHORS file to be consistent with...Russell Keith-Magee
2009-01-03Fixed #9942 -- Added a to_python handler for FloatField to ensure correct typ...Russell Keith-Magee