| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-04-09 | Use mock.patch in migrations tests | Curtis Maloney | |
| Currently some of the migrations tests rely on the fact 'input' is aliased because of six, instead of using mock.patch. Replace this code with proper use of mock.patch. Also, replace one case of excessively specific python version check with testing six.PY3 | |||
| 2015-04-08 | Revert "Fixed #24474 -- Allowed configuring the admin's empty change list ↵ | Tim Graham | |
| value." This reverts commit 72f769f494822981db6df9524b92a2d86f8e69fe. There are several test failures that need to be fixed. | |||
| 2015-04-08 | Fixed #24474 -- Allowed configuring the admin's empty change list value. | Loek van Gent | |
| 2015-04-08 | Removed unused exception "as" variable. | Tim Graham | |
| 2015-04-08 | Fixed #24602 -- Removed obsolete reference to __metaclass__ in custom model ↵ | Tim Graham | |
| fields docs. Thanks schinckel for the report. | |||
| 2015-04-08 | Fixed #24600 -- Fixed inaccurate example in template Context docs. | Tim Graham | |
| Thanks pattypatpat for the report. | |||
| 2015-04-07 | Fixed #24544 -- Fixed get_image_dimensions() on image buffers that Pillow ↵ | steve | |
| fails to parse. Thanks Steve Kossouho for the report and original patch. | |||
| 2015-04-07 | Fixed typo in docs/ref/models/expressions.txt | lampslave | |
| 2015-04-07 | Fixed #24429 -- Doc'ed that Django 1.8 doesn't require an integer PK for ↵ | Tim Graham | |
| custom user models. | |||
| 2015-04-07 | Fixed #22993 -- Deprecated skipIfCustomUser decorator | Christopher Luc | |
| 2015-04-07 | Specified file names for example code in docs/topics/forms/index.txt | Patrik Lundin | |
| 2015-04-07 | Fixed #24513 -- Made sure a model is only rendered once during reloads | Patryk Zawadzki | |
| This also prevents state modifications from corrupting previous states. Previously, when a model defining a relation was unregistered first, clearing the cache would cause its related models' _meta to be cleared and would result in the old models losing track of their relations. | |||
| 2015-04-07 | Fixed typo in docs/intro/tutorial02.txt | Marios Zindilis | |
| 2015-04-06 | Added admonition about reusable apps and AUTH_USER_PROFILE. | Thomas Güttler | |
| 2015-04-06 | Fixed #24584 -- Fixed microsecond handling with older MySQLdb | Jon Dufresne | |
| 2015-04-06 | Fixed #24562 -- Renamed get_major_version() to get_main_version() | Tim Graham | |
| This reflects the actual behavior of the method. | |||
| 2015-04-05 | Fixed #24278 -- Fixed serialization of migration operations. | Marten Kenbeek | |
| Fixed MigrationWriter.serialize() to correctly handle migration operations by utilizing OperationWriter. Thanks Piotr Maliński for the report. | |||
| 2015-04-05 | Refs #24278 -- Allowed multi-line serializations in OperationWriter. | Marten Kenbeek | |
| Changed OperationWriter to support multi-line serialized values with correct indentation. | |||
| 2015-04-04 | Added myself to the list of releasers. | Tim Graham | |
| 2015-04-04 | Added the technical board for the 1.9 release cycle. | Tim Graham | |
| The current board has been re-elected. | |||
| 2015-04-04 | Added link to download page to find supported versions. | Tim Graham | |
| 2015-04-04 | Fixed #24569 -- Made some translation functions accept None value | Claude Paroz | |
| get_language() can return None when translations are deactivated. Thanks Nicola Peduzzi for the reporti and Tim Graham for the review. | |||
| 2015-04-04 | Fixed #24571 -- Restored testserver positional arguments parsing | Claude Paroz | |
| Thanks Domas Lapinskas for the report and Tim Graham for the review. | |||
| 2015-04-03 | Fixed #24556 -- Added reminder about HTTPS to passwords docs. | Sam Thursfield | |
| 2015-04-03 | Cleaned up use of context manager in SQLite schema editor | Alex Hill | |
| 2015-04-03 | Updated docstring for firstof tag to reflect new auto-escaping behavior. | Preston Timmons | |
| 2015-04-03 | Fixed minor typo in Cryptography section of 1.8 release notes | Ian Lee | |
| 2015-04-02 | Fixed typo in django.core.files.File docstring. | Matt Hooks | |
| 2015-04-02 | Fixed #24558 -- Made dumpdata mapping ordering deterministic. | Simon Charette | |
| Thanks to gfairchild for the report and Claude for the review. | |||
| 2015-04-02 | Removed Django 1.6 from the Python version chart. | Tim Graham | |
| 2015-04-02 | Fixed #24566 -- Added support for serializing timedelta | Baptiste Mispelon | |
| Thanks to knbk for the report. | |||
| 2015-04-02 | Fixed mistakes in tests unveiled by version bump to 1.8.1. | Tim Graham | |
| Forwardport of e7366ab1f908b8cbf8d7e83037b5f17d101b5ade from stable/1.8.x | |||
| 2015-04-01 | Added Ryan Hall to AUTHORS. Refs #24554 | Ryan Hall | |
| 2015-04-01 | Fixed spelling in docs/internals/howto-release-django.txt | Tim Graham | |
| 2015-04-01 | Fixed typo in 1.9 release notes. | Krzysztof Gogolewski | |
| 2015-04-01 | Documented that only wheel files are uploaded to PyPI for prereleases. | Tim Graham | |
| 2015-04-01 | Fixed typo in docs/internals/howto-release-django.txt | Tim Graham | |
| 2015-04-01 | Pointed Jinja2 users to Babel instead of makemessages. | Aymeric Augustin | |
| 2015-04-01 | Added stub release notes for 1.8.1. | Tim Graham | |
| 2015-04-01 | Added release date for Django 1.8. | Tim Graham | |
| 2015-04-01 | Removed unused import in makemessages | Claude Paroz | |
| 2015-04-01 | Refs #24500 -- Avoided locale.getpreferredencoding in makemessages | Claude Paroz | |
| Fixes a regression introduced in 53c2cf1e. | |||
| 2015-04-01 | Adapted form regression test to new translations | Claude Paroz | |
| 2015-04-01 | Fetched updated contrib translations from Transifex | Claude Paroz | |
| Forward port of 5483c66f85 from stable/1.8.x | |||
| 2015-04-01 | Fetched updated core translations from Transifex | Claude Paroz | |
| Forward port of d1b206daf8 from stable/1.8.x | |||
| 2015-04-01 | Removed source strings from translated po files | Claude Paroz | |
| Forward port of 05a781a47 from stable/1.8.x | |||
| 2015-04-01 | Refs #24538 -- Simplified a test per Aymeric's feedback. | Tim Graham | |
| 2015-04-01 | Fixed #23441, #24555 -- Improved the behavior of InclusionNode. | Preston Timmons | |
| This change: * Makes the InclusionNode cache-safe by removing render-time side effects to its nodelist. * Ensures the render_context stack is properly scoped and reset by updating the render call to use Template.render rather than Nodelist.render. | |||
| 2015-04-01 | Fixed #24538 -- Allowed self in Jinja context | Tim Heap | |
| Rendering a Jinja template with self in the context threw an error. While self is a reserved variable in Jinja, including self in the context is not an error, so Django should respect that. | |||
| 2015-03-31 | Fixed typo in docs/ref/templates/builtins.txt | Joost Rijneveld | |
