summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-09-09Fixed syntax error on Python 3.2; refs #20889.Tim Graham
2013-09-09Fixed #16895 -- Warned about cost of QuerySet orderinge0ne
2013-09-09Fixed #20707 -- Added explicit quota assignment to Oracle test userСадовский Николай
2013-09-09Add myself to authors fileCurtis Maloney
2013-09-09Simplify FilterExpression.args_checkCurtis Maloney
2013-09-09Fixed #20889 -- Prevented email.Header from inserting newlinesDaniel Boeve
2013-09-09Added a test to show that the user.is_staff check in admin base.html is neces...Tim Graham
2013-09-08Fix #20745: Don't silence TypeError raised inside templates.Baptiste Mispelon
2013-09-08Removed some more unused local varsAlex Gaynor
2013-09-08Further hardening. Refs #18766.Aymeric Augustin
2013-09-08Hardened the test introduced in ded11aa6. Refs #18766.Aymeric Augustin
2013-09-08Removed a ton of unused local varsAlex Gaynor
2013-09-08Removed an unused local varAlex Gaynor
2013-09-08Repositioned two paragraphs in the release notes.Aymeric Augustin
2013-09-08Fixed #18766 -- Pointed to pytz when LocalTimezone fails.Aymeric Augustin
2013-09-07Fixed #16869 -- BaseGenericInlineFormSet.save_new should use form's save() me...Pablo Mouzo
2013-09-07Fixed some flake8 warningsAlex Gaynor
2013-09-07Fixed #21068 -- Added some docs for DiscoverRunnerTim Graham
2013-09-07Fixed #21013 -- Ensure that ModelAdmin.get_queryset is considered for the adm...Juan Catalano
2013-09-07Fixed #20409 -- Clarified how unique_for_date works when USE_TZ is set.Aymeric Augustin
2013-09-07Negligible style fix.Aymeric Augustin
2013-09-07Merge pull request #1594 from garrypolley/patch-1Alex Gaynor
2013-09-07adding myself to authors fileGarry Polley
2013-09-07Merge pull request #1565 from garrypolley/#19988-ordinal-html-i18n-fixAlex Gaynor
2013-09-07Fixed #20005 -- Documented that Oracle databases need execute permission on S...Tim Graham
2013-09-07Added a note about LTS releases.Jacob Kaplan-Moss
2013-09-07Fixed a test failure introduced in 55a11683f7b094ae4fd0b9fa030d18a12657ba98.Julien Phalip
2013-09-07Fixed #20876 -- Changed Poll model name in tutorial to QuestionRodolfo
2013-09-07Fixed #20836 -- Ensure that the ForeignKey's to_field attribute is properly c...Julien Phalip
2013-09-07Fixed #20938 -- Added cached sessions note to deployment checklist.Tim Graham
2013-09-07Fixed #20530 -- Properly decoded non-ASCII query strings on Python 3.Aymeric Augustin
2013-09-07Merge pull request #1592 from pablomouzo/fix-admin-view-response-methods-docsTim Graham
2013-09-07Improved docs for `contrib.admin.options.ModelAdmin.response_*`Pablo Mouzo
2013-09-07Oops :(Aymeric Augustin
2013-09-07Fixed an encoding issue in the test client.Aymeric Augustin
2013-09-07Fixed 16992 -- Added InnoDB warning regarding reuse of AUTO_INCREMENT values.Keith Edmiston
2013-09-07RunSQL migration operation and alpha SeparateDatabaseAndState op'n.Andrew Godwin
2013-09-07Add docs for `response_add`, `response_change` and `response_delete`Pablo Mouzo
2013-09-07Add `response_delete` and `render_delete_form` methods to `ModelAdmin`Pablo Mouzo
2013-09-07Fixed tests introduced in previous commit on Python 2. Refs #20557.Aymeric Augustin
2013-09-07Fixed #20557 -- Properly decoded non-ASCII cookies on Python 3.Aymeric Augustin
2013-09-07Minor cleanup in the WSGI handler.Aymeric Augustin
2013-09-07Refactored the unmangling of the WSGI environ.Aymeric Augustin
2013-09-07Moved two WSGI-specific functions to the WSGI handler.Aymeric Augustin
2013-09-07Fixed regression introduced by a962286, changed ugettext to ugettext_lazy.Loic Bistuer
2013-09-06Fixed this syntax error on py32Alex Gaynor
2013-09-06Fixed a number of flake8 errors -- particularly around unused imports and loc...Alex Gaynor
2013-09-06Fixed #21032 -- pip 1.4 can't install pytz.Aymeric Augustin
2013-09-07Fixed regression introduced by efd1e60, 'map' returns an iterator on PY3.Loic Bistuer
2013-09-06Fixed #20007 -- Configured psycopg2 to return UnicodeArraysEric Boersma