summaryrefslogtreecommitdiff
path: root/AUTHORS
AgeCommit message (Expand)Author
2008-08-22Fixed a typo from [8461] and deleted the real duplicate name (restored theMalcolm Tredinnick
2008-08-21We value Petr Marhoun's contributions very much, but he should still onlyMalcolm Tredinnick
2008-08-19Fixed #8308 -- Updated Danish translation from Finn Gruwier Larsen.Malcolm Tredinnick
2008-08-12Updated my URL in the AUTHORS fileSimon Willison
2008-08-09Fixed #5801: admin requests with GET args now get properly bounced through lo...Jacob Kaplan-Moss
2008-08-09Fixed #8176 -- Updated Japanese translation from Takashi Matsuo.Malcolm Tredinnick
2008-08-05Fixed Chris' name in AUTHORS -- sorryJacob Kaplan-Moss
2008-08-05Fixed #7016: use correct time zones for Atom feeds. Thanks, Chris Cahoon.Jacob Kaplan-Moss
2008-07-29Fixed #6095 -- Added the ability to specify the model to use to manage a Many...Russell Keith-Magee
2008-07-28Put back [8120] along with a small tweak. Fixed #6217.Malcolm Tredinnick
2008-07-28Back out [8120] for a bit. Refs #6217. It's having unintended side-effects (a...Malcolm Tredinnick
2008-07-27Fixed #6217 -- Reduced the memory used by each ugettext_lazy() call.Malcolm Tredinnick
2008-07-27Fixed #6427 -- Added some more features to the Austrian localflavor.Malcolm Tredinnick
2008-07-27Fixed #7778 -- Fixed a tricky case of foreign key clearing with inheritedMalcolm Tredinnick
2008-07-26Fixed #7793 -- Handle sitemaps with more than 50,000 URLs in them (by usingMalcolm Tredinnick
2008-07-25Fixed #7398 -- Allow for custom cache-backends to be used.Malcolm Tredinnick
2008-07-22Fixed #6755: model inheritance now works in the admin. Thanks, sloonz and Mic...Jacob Kaplan-Moss
2008-07-21Fixed #7414: fixed setup.py on OSX 10.5. Thanks, ajs.Jacob Kaplan-Moss
2008-07-21Fixed #7727 -- Improved the checks for import failure when using PIL. Under P...Russell Keith-Magee
2008-07-18Merged the newforms-admin branch into trunk.Brian Rosner
2008-07-12Fixed #7675: corrected TemporaryUploadedFile.temporary_file_path. Thanks, Flo...Jacob Kaplan-Moss
2008-07-07Fixed #7163 -- Fixed a translation-sharing problem so that you can have en-gbMalcolm Tredinnick
2008-07-06Fixed #7621 -- Enable superclassing of the various metaclasses we use.Malcolm Tredinnick
2008-07-01Fixed #2070: refactored Django's file upload capabilities.Jacob Kaplan-Moss
2008-06-30Fixed #6994 -- For fastcgi, set a more sensible default umask.Malcolm Tredinnick
2008-06-30Make sure we only create the minimum number of table indexes for MySQL.Malcolm Tredinnick
2008-06-26Fixed #7215 -- Create correct reverse-relation accessors when using abstract ...Malcolm Tredinnick
2008-06-18Fixed #4860: added 'for' attributes to labels in newforms widgets. Thanks to ...Jacob Kaplan-Moss
2008-06-18Fixed #3393: login view no longer assumes that set_test_cookie has been calle...Jacob Kaplan-Moss
2008-06-08Fixed #7394: fixed bug with syncdb and createsuperuser introduced in [7590]. ...Jacob Kaplan-Moss
2008-06-08Fixed #4371 -- Improved error checking when loading fixtures. Code now catche...Russell Keith-Magee
2008-06-07Fixed #2548: added get/set_expiry methods to session objects. Thanks, Amit Up...Jacob Kaplan-Moss
2008-06-07Fixed #5836 -- Corrected the logic in the Test Client when an exception raise...Russell Keith-Magee
2008-06-06Removed a stray tab from [7578]. Russell Keith-Magee
2008-06-06Fixed #7165 -- Added an assertNotContains() method to the test client. Thanks...Russell Keith-Magee
2008-05-29Fixed #6430 -- Corrected the loading of templates from eggs, which was broken...Russell Keith-Magee
2008-05-29Updated an entry in the AUTHORS file at the request of the individual in ques...Russell Keith-Magee
2008-04-26Fixed #7086 -- Updated the Romanian translation. Thanks, Mihai Damian.Malcolm Tredinnick
2008-04-05Fixed #6942 -- A few small updates to the Simplified Chinese translation.Malcolm Tredinnick
2008-04-05Fixed #6910 -- Updated Brazilian Portugese translation from Guilherme M. GondimMalcolm Tredinnick
2008-03-20Fixed #6616 -- Added an is_ajax() method to HttpRequest that uses the de factoMalcolm Tredinnick
2008-03-20Fixed #5982 -- Changed test client's URL processing to match core's (everythingMalcolm Tredinnick
2008-03-19Oops, forgot AUTHORS for [7324].Jacob Kaplan-Moss
2008-03-19Fixed #5894: added FilePathField to newforms. Thanks, Alex Gaynor.Jacob Kaplan-Moss
2008-03-19Fixed a corner case in management.setup_environ (it was triggered under Cygwi...Jacob Kaplan-Moss
2008-03-18Added more robust processing to parameterised syndication feeds for the caseMalcolm Tredinnick
2008-03-18Fixed #6351: added more examples to template filters. Thanks, David Tulig and...Jacob Kaplan-Moss
2008-03-17Changed the project-id string to "Django" throughout the translation files (weMalcolm Tredinnick
2008-03-17Fixed #6794 -- Updated French translation. Thanks Karderio.Malcolm Tredinnick
2008-03-10Fixed #6374: cross-app and circular FK constraints are now detected and added...Jacob Kaplan-Moss