summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-01-15[1.5.x] Fixed a typo in the error reporting docs.Aymeric Augustin
2013-01-15[1.5.x] Fixed #19614 -- Missing request argument in render call.Aymeric Augustin
2013-01-15[1.5.x] Clarified WizardView.get_form_prefix doc, refs #19024Tim Graham
2013-01-15[1.5.x] Fixed #19605 - Removed unused url imports from doc examples.Tim Graham
2013-01-15[1.5.x] Fixed #19092 -- Completed Lithuanian date/time formatsClaude Paroz
2013-01-14[1.5.x] Minor DEBUG setting reference formatting edit.Ramiro Morales
2013-01-14[1.5.x] Fixed code examples in which render() calls were missing `request` pa...Vinod Kurup
2013-01-13[1.5.X] Added details on minified jQuery and DEBUG mode for contrib.admin.Tim Graham
2013-01-13[1.5.x] Fixed typo in file storage docs.Aymeric Augustin
2013-01-12[1.5.x] Fixed #19024 -- Corrected form wizard docs for get_form_prefix.Stephan Jaekel
2013-01-12[1.5.x] Fixed #18026 -- Don't return an anonymous dict if extra_data in stora...Stephan Jaekel
2013-01-11[1.5.x] Fixed #19488 -- Made i18n_patterns redirect work with non-slash-endin...Claude Paroz
2013-01-11[1.5.x] Fixed #19585 -- Fixed loading cookie value as a dictClaude Paroz
2013-01-11[1.5.x] Fixed #19437 - Clarified pip install instructions in contributing tut...Tim Graham
2013-01-11[1.5.x] Fixed #10239 - Added docs for modelform_factoryTim Graham
2013-01-10[1.5.x] Fixed #19588 - Added create_superuser to UserManager docs.Tim Graham
2013-01-10[1.5.x] Fixed #19573 -- Allow override of username field label in Authenticat...Nick Sandford
2013-01-09[1.5.x] Addeded CSS to bold deprecation notices.Tim Graham
2013-01-09[1.5.x] Fixed #19586 - Removed URL_VALIDATOR_USER_AGENT from setting docs.Tim Graham
2013-01-09[1.5.X] Fixed lockups in jenkins, refs #19546.Florian Apolloner
2013-01-09[1.5.x] Skipped deprecation warning test on Python 2.6Claude Paroz
2013-01-09[1.5.x] Fixed #19546 - ensure that deprecation warnings are shown during testsPreston Holmes
2013-01-08[1.5.x] Added sphinx substitutions in place of hardcoded version numbers.Tim Graham
2013-01-08[1.5.x] Fixed #19555 - Removed '2012' from tutorial 1.Tim Graham
2013-01-08[1.5.x] Fixed #19576 -- Use `six.with_metaclass` uniformously accross code base.Simon Charette
2013-01-08[1.5.x] Fixed #17541 -- Fixed non-saved/nullable fk queryingAnssi Kääriäinen
2013-01-08[1.5.x] Updated deprecated test assertionsClaude Paroz
2013-01-07[1.5.x] Fixed typo in 1.5 release notes; thanks Jonas Obrist.Carl Meyer
2013-01-07[1.5.x] Created special PostgreSQL text indexes when unique is TrueClaude Paroz
2013-01-06[1.5.x] Fixed #19571 -- Updated runserver output in the tutorialClaude Paroz
2013-01-04[1.5.x] Fixed #19562 -- cleaned up password storage docsPreston Holmes
2013-01-04[1.5.x] Bump version numbers for 1.5 RC 1.1.5c1James Bennett
2013-01-04[1.5.x] Fixed #19192 -- Allowed running tests with dummy db backendClaude Paroz
2013-01-03[1.5.x] Replaced deprecated sslerror by ssl.SSLErrorClaude Paroz
2013-01-03[1.5.x] Fixed #19382 -- Stopped smtp backend raising exception when already c...Claude Paroz
2013-01-03[1.5.x] Fixed #19134 -- Allowed closing smtp backend when the server is stoppedClaude Paroz
2013-01-03Fixed #19426 -- Adapted EmptyQuerySet.distinct signatureClaude Paroz
2013-01-03[1.5.x] Fixed #19545 -- Make sure media/is_multipart work with empty formsetsSimon Charette
2013-01-02[1.5.x] Fixed #19516 - Fixed remaining broken links.Tim Graham
2013-01-03[1.5.x] Update doc example for overriding change_form.htmlChris Beaven
2013-01-02[1.5.x] Minor fixes in the known_related_objects tests.Aymeric Augustin
2013-01-02[1.5.x] Fixed #19547 -- Caching of related instances.Aymeric Augustin
2013-01-02[1.5.X] Fixed #19549 - Typo in docs/topics/auth/default.txtTim Graham
2013-01-01[1.5.X] Fixed #19520 - Corrected some misleading docs about template_name_suf...Tim Graham
2013-01-01[1.5.x] Removed unusable parameters to empty_form propertyClaude Paroz
2013-01-01[1.5.x] Added a helper script for managing django translationsClaude Paroz
2013-01-01[1.5.x] Updated translation catalogs for core and adminClaude Paroz
2013-01-01[1.5.x] Fixed #19519 again -- Regression in LiveServerTestCase after fd1279a4.Aymeric Augustin
2012-12-31[1.5.x] Fixed #19453 -- Ensured that the decorated function's arguments are o...Julien Phalip
2012-12-31[1.5.x] Fixed #19519 -- Fired request_finished in the WSGI iterable's close().Aymeric Augustin