summaryrefslogtreecommitdiff
path: root/AUTHORS
AgeCommit message (Expand)Author
2008-02-22Fixed #6436 -- Added check for absolute paths in fixture loading. Fixtures sp...Russell Keith-Magee
2008-02-19Fixed #6617 -- Added new Georgian (ka) translation from David Avsajanishvili.Malcolm Tredinnick
2008-02-15Fixed #6607 -- Added a new Basque (eu) translation. Thanks ibonso@gmail.com.Malcolm Tredinnick
2008-02-03Fixed #6530 -- Updated Swedish translation form Mikko Hellsing.Malcolm Tredinnick
2008-02-03Fixed #6522 -- Updated Farsi translation. Thanks, cmorgh@gmail.com.Malcolm Tredinnick
2008-02-03Fixed #6415 -- Updated Icelandic translation from Jökull Sólberg Auðunsson.Malcolm Tredinnick
2008-02-03Fixed #6305 -- Always emit the got_request_exception signal, even whenMalcolm Tredinnick
2008-01-09Fixed #6277 -- Updated Turkish translation (and moved authors into AUTHORS fi...Malcolm Tredinnick
2007-12-19Fixed #6208 -- Updated Dutch translation. Thanks, arien and v.oostveen@idca.nl.Malcolm Tredinnick
2007-12-03Fixed #5523 -- Added counties and regions for the United Kingdom toMalcolm Tredinnick
2007-12-02Fixed #3228 -- Added new APPEND_SLASH handling behaviour in the common middle...Malcolm Tredinnick
2007-12-02Fixed #6071 -- Fixed another infinite recursion problem in SafeString andMalcolm Tredinnick
2007-12-02Fixed #2437, #6091 -- Added "paste to dpaste" button to debug page. Thanks,Malcolm Tredinnick
2007-12-01Updated a couple of missing people in AUTHORS.Malcolm Tredinnick
2007-12-01Added Leah to AUTHORS.Malcolm Tredinnick
2007-11-29Fixed #5939 -- Added normalization for New Brunswick in the Canadian provinces.Malcolm Tredinnick
2007-11-29Fixed #5854 -- Added an example to the newforms documentation showing how toMalcolm Tredinnick
2007-11-29Fixed #4653 -- Improved the logic to decide when to include (and select asMalcolm Tredinnick
2007-11-29Fixed #1291 -- Fixed a potential infinite loop for some URL constructions inMalcolm Tredinnick
2007-11-11Fixed #5900 -- Updated traditional Chinese translation. Thanks, terryh.tp@gma...Malcolm Tredinnick
2007-11-11Fixed #5687 -- Updated Swedish translation. A bit of a group effort from DmitriMalcolm Tredinnick
2007-10-21Fixed #5013 -- Corrected the documentation about which how further middlewareMalcolm Tredinnick
2007-10-20Fixed #3502 -- Added TTL support for RSS (not Atom) feeds. Patch fromMalcolm Tredinnick
2007-10-20Fixed #4902 -- Added some missing Czech uppercase characters to urlify.js.Malcolm Tredinnick
2007-10-20Fixed #4036 -- Added Spanish localflavor. Thanks, ricardojbarrios@gmail.com andMalcolm Tredinnick
2007-10-20Fixed #5678 -- Added Polish transliteration to urlify.js. Thanks,Malcolm Tredinnick
2007-10-03Fixed #3955 -- Handled the case when there is no LOCALE_PATHS setting from [6...Malcolm Tredinnick
2007-09-28Fixed #5557: URLs are now properly escaped in the cache_page decorator. Thank...Jacob Kaplan-Moss
2007-09-28Fixed #5047: patch_cache_control now respects existing max-age settings. Than...Jacob Kaplan-Moss
2007-09-23Updated AUTHORS file with a full name for pigletto.Russell Keith-Magee
2007-09-19Fixed #231: all fields that should take max_length now do. Thanks, Don Spauld...Jacob Kaplan-Moss
2007-09-19Fixed $5457 - the auth system now delegates permission checking to auth backe...Jacob Kaplan-Moss
2007-09-17Fixed #5496 -- Added test cases for some of the built-in Django views. Thanks...Russell Keith-Magee
2007-09-16Refs #5513: improved session performance after [6333]'s session refactoring. ...Jacob Kaplan-Moss
2007-09-16Fixed #4975 -- Allow the default label suffix character to be configured. Tha...Malcolm Tredinnick
2007-09-16Fixed #3993 -- Added some useful dictionary methods to SortedDict, plus an in...Malcolm Tredinnick
2007-09-15Fixed #2066: session data can now be stored in the cache or on the filesystem...Jacob Kaplan-Moss
2007-09-15Fixed #5242 -- Fixed table processing for some databases with case insensitiv...Malcolm Tredinnick
2007-09-15Fixed #5243 -- Allow loading of templatetags from subdirectories (via dotted ...Malcolm Tredinnick
2007-09-15Fixed #5177 -- Changed content type creation to also remove the types for any...Malcolm Tredinnick
2007-09-15Fixed #5470 -- Fixed the 'Z' time format marker in templates to handle timezo...Malcolm Tredinnick
2007-09-15Added Vsevolod Solovyov (a.k.a. Murkt) to AUTHORS.Malcolm Tredinnick
2007-09-15Fixed #5387 -- Added is_multipart method to forms. Original patch from Petr M...Malcolm Tredinnick
2007-09-15Fixed #4879 -- Added 'created' arg to post_save signal. This is True is a new...Malcolm Tredinnick
2007-09-15Fixed #5456 -- Added a new Irish translation. Thanks, Michael Thornhill.Malcolm Tredinnick
2007-09-14Fixed #5432 -- Added docs/form_preview.txt. Thanks, ryankannoAdrian Holovaty
2007-09-14Fixed #5445: added some compatibility code for the lack of __iter__ in Jython...Jacob Kaplan-Moss
2007-09-14Fixed #3988: added a localflavor for our friends to the north (i.e. Canada). ...Jacob Kaplan-Moss
2007-09-14Fixed #5448: you can now use unicode characters in primary keys. Thanks, pigl...Jacob Kaplan-Moss
2007-09-14Fixed #3146: DateFields no longer barf when confronted by strings. Thanks, De...Jacob Kaplan-Moss