summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-06-28Fixed #16363 -- Fixed tests introduced in r16472. Thanks, EnTeQuAk.Jannis Leidel
2011-06-28Fixed #12761 -- Added Paraguayan local flavor. Thanks, dschulz and BernhardEssl.Jannis Leidel
2011-06-28Fixed #16175 -- Modified the sitemaps views to return TemplateResponse instan...Jannis Leidel
2011-06-28Fixed #12347 -- Added a mimetype option to sitemaps views to further customiz...Jannis Leidel
2011-06-28Fixed #10907, #14190 and #15829 -- Pass item to sitemaps template to allow fu...Jannis Leidel
2011-06-28Fixed #5535 -- Allow using an explicit foreign key in get() calls. Thanks, Mi...Jannis Leidel
2011-06-28Make the email parameter of User.objects.create_user optional.Chris Beaven
2011-06-27Fixed #16354 -- Fixed typo in signing docstring. Thanks, charettes.Jannis Leidel
2011-06-27More accurate documentation for how the urlize template works. Refs #9189.Chris Beaven
2011-06-26Fixed #16297 -- make_list documentation error regarding integers. Thanks ned ...Simon Meers
2011-06-26Fixed a typo, and added an ``__future__`` import to the new signed cookie tets.Alex Gaynor
2011-06-26Fixed #16199 -- Added a Cookie based session backend. Many thanks to Eric Flo...Jannis Leidel
2011-06-26Fixed #16344 -- Fixed typo in render() docs. Thanks, Jure Cuhalev.Jannis Leidel
2011-06-26Fixed #16343 -- Fixed path to the file that explains how to run the tests in ...Jannis Leidel
2011-06-26Fixed #16169 -- Updated tutorial to match the current project template, speci...Jannis Leidel
2011-06-26Fixed #15669 -- Included app label in admin validation messages. Thanks, lamb...Jannis Leidel
2011-06-26Fixed #16230 -- Correctly escape errors message passed to ErrorDict. Thanks, ...Jannis Leidel
2011-06-26Fixed #16209 -- Added notes about the DVCS mirrors to the install docs. Thank...Jannis Leidel
2011-06-26Fixed #16272 -- Removed stale format class attributes of date-related widgets...Jannis Leidel
2011-06-26Fixed #16285 -- Removed a misleading comment from the signing code, thanks Pa...Jannis Leidel
2011-06-26Fixed #16322 -- Fixed Accept-Language parsing to allow spaces around semicolo...Jannis Leidel
2011-06-26Fixed #14390 and #16262 -- Moved password related functions from auth models ...Jannis Leidel
2011-06-26Fixed #14674 -- Prevent user accounts with an unusable password from resettin...Jannis Leidel
2011-06-26Fixed #15266 -- Applied login_required decorator to password_change_done view...Jannis Leidel
2011-06-26Fixed #13969 -- Extended length of salt used when setting the password. Thank...Jannis Leidel
2011-06-25Fixed #15852 -- Modified cookie parsing so it can handle duplicate invalid co...Ramiro Morales
2011-06-25Fixed #6189 -- Modified test that need Internet access so they use a mock ins...Ramiro Morales
2011-06-25Fixed #16207 -- Enhanced documentation about user profile model instance crea...Ramiro Morales
2011-06-25Fixed #16214 -- Enhanced documentation about HTTP 404 and 500 status views an...Ramiro Morales
2011-06-25Fixed #16223 -- Removed a duplicate item from India normalized states names l...Ramiro Morales
2011-06-25Fixed #16338 -- Fixed Austrian postal codes validation. Thanks Bernhard Essl ...Ramiro Morales
2011-06-25Its always good to get it's apostophe right.Andrew Godwin
2011-06-22Fixed typos in admin views wrt list_filter. Refs #16311.Jannis Leidel
2011-06-22Fixed #16288 -- Enabled django.request exception logger regardless of DEBUG s...Carl Meyer
2011-06-19Removed more code for handling of PostgreSQL versions older than 8.2; use alw...Ramiro Morales
2011-06-19Fixed #16258 - typo in middleware docs.Timo Graham
2011-06-19Fixed broken i18n tests after r16437.Jannis Leidel
2011-06-19Fixed #11065, #11285 -- Streamlined PostgreSQL version detection, fixing inco...Ramiro Morales
2011-06-19Fixed #12202 -- Removed hardcoded password reset subject and added a subject_...Jannis Leidel
2011-06-19Added '.txt' to list of file extensions that the makemessages management comm...Jannis Leidel
2011-06-18Fixed #16292 -- Removed broken link for Swiss localflavor documentation. Than...Jannis Leidel
2011-06-18Fixed another typo in the docs.Jannis Leidel
2011-06-18Fixed typos introduced in r16430 and r16431. Thanks, magopian.Jannis Leidel
2011-06-17Fixed #15943 -- Documented `raw` argument of pre_save and post_save signals. ...Jannis Leidel
2011-06-17Fixed #16071 -- Added note to fix_ampersands documentation about its limitati...Jannis Leidel
2011-06-17Fixed #16126 -- Added documentation about DELETE and ORDER fields in formsets...Jannis Leidel
2011-06-17Fixed #16076 -- Updated Hungarian l10n formats. Thanks, slink.Jannis Leidel
2011-06-17Fixed help message introduced in r16427.Jannis Leidel
2011-06-17Fixed #16099 -- Enabled threading for the runserver management command and ad...Jannis Leidel
2011-06-17Backed out [16356] due to later rejection of #16182.Andrew Godwin