| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-09-09 | Fixed syntax error on Python 3.2; refs #20889. | Tim Graham | |
| 2013-09-09 | Fixed #16895 -- Warned about cost of QuerySet ordering | e0ne | |
| Thanks outofculture at gmail.com for the suggestion. | |||
| 2013-09-09 | Fixed #20707 -- Added explicit quota assignment to Oracle test user | Садовский Николай | |
| To enable testing on Oracle 12c | |||
| 2013-09-09 | Add myself to authors file | Curtis Maloney | |
| 2013-09-09 | Simplify FilterExpression.args_check | Curtis Maloney | |
| 2013-09-09 | Fixed #20889 -- Prevented email.Header from inserting newlines | Daniel Boeve | |
| Passed large maxlinelen to email.Header to prevent newlines from being inserted into value returned by _convert_to_charset Thanks mjl at laubach.at for the report. | |||
| 2013-09-09 | Added a test to show that the user.is_staff check in admin base.html is ↵ | Tim Graham | |
| necessary. refs #21067 | |||
| 2013-09-08 | Fix #20745: Don't silence TypeError raised inside templates. | Baptiste Mispelon | |
| Thanks to robin for the report and claudep for the review. | |||
| 2013-09-08 | Removed some more unused local vars | Alex Gaynor | |
| 2013-09-08 | Further hardening. Refs #18766. | Aymeric Augustin | |
| 2013-09-08 | Hardened the test introduced in ded11aa6. Refs #18766. | Aymeric Augustin | |
| Inputs acceptable to time.mktime are platform-dependent. | |||
| 2013-09-08 | Removed a ton of unused local vars | Alex Gaynor | |
| 2013-09-08 | Removed an unused local var | Alex Gaynor | |
| 2013-09-08 | Repositioned two paragraphs in the release notes. | Aymeric Augustin | |
| 2013-09-08 | Fixed #18766 -- Pointed to pytz when LocalTimezone fails. | Aymeric Augustin | |
| Thanks void for the report. | |||
| 2013-09-07 | Fixed #16869 -- BaseGenericInlineFormSet.save_new should use form's save() ↵ | Pablo Mouzo | |
| method Thanks mattaustin for the report and Pablo Recio (pyriku) for the patch. | |||
| 2013-09-07 | Fixed some flake8 warnings | Alex Gaynor | |
| 2013-09-07 | Fixed #21068 -- Added some docs for DiscoverRunner | Tim Graham | |
| Thanks jcd. | |||
| 2013-09-07 | Fixed #21013 -- Ensure that ModelAdmin.get_queryset is considered for the ↵ | Juan Catalano | |
| admin history view. | |||
| 2013-09-07 | Fixed #20409 -- Clarified how unique_for_date works when USE_TZ is set. | Aymeric Augustin | |
| 2013-09-07 | Negligible style fix. | Aymeric Augustin | |
| 2013-09-07 | Merge pull request #1594 from garrypolley/patch-1 | Alex Gaynor | |
| adding myself to authors file | |||
| 2013-09-07 | adding myself to authors file | Garry Polley | |
| Alex requested I add myself in IRC, so I am. =) | |||
| 2013-09-07 | Merge pull request #1565 from garrypolley/#19988-ordinal-html-i18n-fix | Alex Gaynor | |
| fixes #19988, allow html in ordinal for humanize | |||
| 2013-09-07 | Fixed #20005 -- Documented that Oracle databases need execute permission on ↵ | Tim Graham | |
| SYS.DBMS_LOB. Thanks jafula for the suggestion. | |||
| 2013-09-07 | Added a note about LTS releases. | Jacob Kaplan-Moss | |
| 2013-09-07 | Fixed a test failure introduced in 55a11683f7b094ae4fd0b9fa030d18a12657ba98. | Julien Phalip | |
| 2013-09-07 | Fixed #20876 -- Changed Poll model name in tutorial to Question | Rodolfo | |
| 2013-09-07 | Fixed #20836 -- Ensure that the ForeignKey's to_field attribute is properly ↵ | Julien Phalip | |
| considered by the admin's interface when creating related objects. Many thanks to Collin Anderson for the report and patch and to Peter Sheats for the test. | |||
| 2013-09-07 | Fixed #20938 -- Added cached sessions note to deployment checklist. | Tim Graham | |
| Thanks mjtamlyn for the suggestion. | |||
| 2013-09-07 | Fixed #20530 -- Properly decoded non-ASCII query strings on Python 3. | Aymeric Augustin | |
| Thanks mitsuhiko for the report. This commit just adds a test since the problem was fixed in 8aaca651. | |||
| 2013-09-07 | Merge pull request #1592 from pablomouzo/fix-admin-view-response-methods-docs | Tim Graham | |
| Improved docs for `contrib.admin.options.ModelAdmin.response_*` | |||
| 2013-09-07 | Improved docs for `contrib.admin.options.ModelAdmin.response_*` | Pablo Mouzo | |
| Added links to code references in the docs for `response_add`, `response_change` and `response_delete`. | |||
| 2013-09-07 | Oops :( | Aymeric Augustin | |
| 2013-09-07 | Fixed an encoding issue in the test client. | Aymeric Augustin | |
| Fixed comment_tests.tests.test_comment_view.CommentViewTests.testCommentPostRedirectWithInvalidIntegerPK. Refs #20530. | |||
| 2013-09-07 | Fixed 16992 -- Added InnoDB warning regarding reuse of AUTO_INCREMENT values. | Keith Edmiston | |
| Thanks kent at nsc.liu.se for the report. | |||
| 2013-09-07 | RunSQL migration operation and alpha SeparateDatabaseAndState op'n. | Andrew Godwin | |
| 2013-09-07 | Add docs for `response_add`, `response_change` and `response_delete` | Pablo Mouzo | |
| 2013-09-07 | Add `response_delete` and `render_delete_form` methods to `ModelAdmin` | Pablo Mouzo | |
| This make it easier to control the delete flow. | |||
| 2013-09-07 | Fixed tests introduced in previous commit on Python 2. Refs #20557. | Aymeric Augustin | |
| 2013-09-07 | Fixed #20557 -- Properly decoded non-ASCII cookies on Python 3. | Aymeric Augustin | |
| Thanks mitsuhiko for the report. Non-ASCII values are supported. Non-ASCII keys still aren't, because the current parser mangles them. That's another bug. | |||
| 2013-09-07 | Minor cleanup in the WSGI handler. | Aymeric Augustin | |
| 2013-09-07 | Refactored the unmangling of the WSGI environ. | Aymeric Augustin | |
| 2013-09-07 | Moved two WSGI-specific functions to the WSGI handler. | Aymeric Augustin | |
| They were defined in base when the mod_python handler used them. See bfcecbff. | |||
| 2013-09-07 | Fixed regression introduced by a962286, changed ugettext to ugettext_lazy. | Loic Bistuer | |
| 2013-09-06 | Fixed this syntax error on py32 | Alex Gaynor | |
| 2013-09-06 | Fixed a number of flake8 errors -- particularly around unused imports and ↵ | Alex Gaynor | |
| local variables | |||
| 2013-09-06 | Fixed #21032 -- pip 1.4 can't install pytz. | Aymeric Augustin | |
| 2013-09-07 | Fixed regression introduced by efd1e60, 'map' returns an iterator on PY3. | Loic Bistuer | |
| 2013-09-06 | Fixed #20007 -- Configured psycopg2 to return UnicodeArrays | Eric Boersma | |
| Thanks hogbait for the report. | |||
