summaryrefslogtreecommitdiff
path: root/AUTHORS
AgeCommit message (Expand)Author
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
2008-12-07Fixed #9728 -- Updated Macedonian translation from Georgi Stanojevski and Vas...Malcolm Tredinnick
2008-12-07Fixed #9639 -- Updated Ukranian translation from Mykola Zamkovoi.Malcolm Tredinnick
2008-11-24Fixed #4924: added support for loading compressed fixtures. Thanks to Lars Ye...Jacob Kaplan-Moss
2008-11-13Quit being a complete mystery.Karen Tracey
2008-11-10New Thai translation from Kowito Charoenratchatabhan and Kadesarin Sanjek.Malcolm Tredinnick
2008-11-04Fixed #9418 -- When saving a model form, defer saving of file-type fields unt...Karen Tracey
2008-10-24Fixed #9372 -- Updated Slovakian translation from Marian Andre.Malcolm Tredinnick
2008-10-24Fixed #9383 -- Don't open a network connection for sending email if there'sMalcolm Tredinnick
2008-10-09Fixed #9328 -- Added Scot Hacker to AUTHORS and moved a couple of other namesMalcolm Tredinnick
2008-10-07Fixed #9215 -- Added a view/template example of using pagination.Malcolm Tredinnick
2008-10-07Fixed #5888 -- Added methods to the test client to support HEAD, PUT, DELETEMalcolm Tredinnick
2008-09-05Corrected my email address in AUTHORS.Matt Boersma
2008-09-03Fixed #5900 -- Updated Traditional Chinese translation from Terry Huang .Malcolm Tredinnick
2008-09-03Cleaned up the list of authors/contributors so that people actually working o...Jacob Kaplan-Moss
2008-09-03Typo fix in AUTHORS.Malcolm Tredinnick
2008-09-03Fixed #8830 -- Updated the recently changed string for the Polish translation.Malcolm Tredinnick
2008-09-03Fixed #8796 -- Another small Brazilian Portugese update. Thanks, Luciano Rama...Malcolm Tredinnick
2008-09-03Added a couple of missing names to AUTHORS.Malcolm Tredinnick
2008-09-01Fixed #8709 -- Updated Slovakian translation from Frantisek Malina.Malcolm Tredinnick
2008-08-30Fixed #8616 (again): prevent a race condition in the session file backend. Ma...Jacob Kaplan-Moss
2008-08-30Added Jeff Anderson (programmerq) to the AUTHORS file. Fixed #8714.Malcolm Tredinnick
2008-08-30Fixed #8708 -- Updated Arabic translation from Ossama M. Khayat.Malcolm Tredinnick
2008-08-29Fixed #8689 -- Updated Russian translation from Grigory Fateyev.Malcolm Tredinnick
2008-08-29Fixed #8692 -- Added Sebastian Hillig to AUTHORS.Brian Rosner
2008-08-29Reverted #8688 for now, since it merely introduced different bugs, rather thanMalcolm Tredinnick
2008-08-29Fixed #8616 -- Fixed a race condition in the file-based session backend.Malcolm Tredinnick
2008-08-28Fixed #8221: added some better `NoReverseMatch` error strings. Thanks, mrts.Jacob Kaplan-Moss
2008-08-26Fixed #7201 -- Fixed the timeuntil filter to work correctly with timezone-awareMalcolm Tredinnick
2008-08-26Added a few people to the AUTHORS file who have made recent contributions.Malcolm Tredinnick
2008-08-25Refactored Django's comment system.Jacob Kaplan-Moss
2008-08-25Fixed #8529 -- Added Petr Lewandowski to the AUTHORS file.Malcolm Tredinnick
2008-08-25Fixed #7496 -- It's now possible to pickle SortedDicts with pickle protocol 2Malcolm Tredinnick
2008-08-25Added Kevin McConnell to AUTHORS (fixed #8524). Also turned Julia Elman into ...Malcolm Tredinnick
2008-08-23Massive reorganization of the docs. See the new docs online at http://docs.dj...Jacob Kaplan-Moss
2008-08-23Tests for password change process. Thanks, Mike Richardson. Fixed #8402.Malcolm Tredinnick
2008-08-23Fixed #1390 -- Added an app index in the admin interface. Thanks juliae and e...Brian Rosner