| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | Fixed minor typo in Cryptography section of 1.8 release notes | Ian Lee | |
| 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-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-03-31 | Fixed typo in docs/ref/templates/builtins.txt | Joost Rijneveld | |
| 2015-03-31 | Fixed typo in docs/topics/cache.txt | Kostochko Dmitriy | |
| 2015-03-30 | Documented jinja2 install requirement. | Tim Graham | |
| 2015-03-30 | Fixed #24115 -- Allowed bcrypt hashers to upgrade passwords on rounds change. | Tim Graham | |
| Thanks Florian Apolloner for the review. | |||
| 2015-03-30 | Fixed #24301 -- Added PostgreSQL-specific aggregate functions | Andriy Sokolovskiy | |
| 2015-03-30 | Fixed #15590 -- Documented how the path of a FileField can be changed. | Jorge Barata González | |
| Thanks simon29 for report, and freakboy3742, floledermann, jacob, claudep and collinanderson for discussing the task. | |||
| 2015-03-30 | Fixed #24550 -- Added migration operation description to sqlmigrate output | Markus Holtermann | |
| Thanks Tim Graham for the review. | |||
| 2015-03-29 | Improved docs for timezone handling for auto_now and auto_now_add | Christopher Luc | |
| Thanks djbug for the report and Aymeric Augustin and Carl Meyer for the review. | |||
| 2015-03-28 | Fixed #24541 -- Clarified ModelFormSet's handling of initial data. | Tim Graham | |
| 2015-03-28 | Fixed syntax highlighting in docs/topics/auth/default.txt | Tim Graham | |
| 2015-03-28 | Fixed typo in docs/topics/forms/modelforms.txt | SaeX | |
| 2015-03-27 | Fixed #24469 -- Refined escaping of Django's form elements in non-Django ↵ | Moritz Sichert | |
| templates. | |||
| 2015-03-27 | Fixed #18773 -- Added logging for template variable resolving | Caroline Simpson | |
| Added a django.template logger without a default handler. Added logging if there is an exception while resolving variables in a template. | |||
| 2015-03-27 | Dropped support for PostgreSQL 9.0. | Tim Graham | |
| 2015-03-27 | Fixed #24519 -- Clarified location of templates directory in tutorial 2. | Tim Graham | |
| 2015-03-26 | Fixed #24510 -- Clarified FileField.upload_to docs. | Matt Seymour | |
| 2015-03-25 | Fixed #24531 -- Improved CommaSeparatedIntegerField validation. | Bertrand Bordage | |
| `','`, `'1,,1'`, `',1'` etc. are no longer considered as valid comma-separated integer lists. | |||
| 2015-03-25 | Added some missing newlines in docs/ref/validators.txt. | Tim Graham | |
| 2015-03-25 | Fixed #24215 -- Refactored lazy model operations | Alex Hill | |
| This adds a new method, Apps.lazy_model_operation(), and a helper function, lazy_related_operation(), which together supersede add_lazy_relation() and make lazy model operations the responsibility of the App registry. This system no longer uses the class_prepared signal. | |||
| 2015-03-25 | Corrected typo in documentation | David Seddon | |
| 2015-03-25 | Fixed #23814 -- Documented apps refactored out of Django. | Fabio Natali | |
| 2015-03-25 | Renamed Field.rel attribute to remote_field | Anssi Kääriäinen | |
| Field.rel is now deprecated. Rel objects have now also remote_field attribute. This means that self == self.remote_field.remote_field. In addition, made the Rel objects a bit more like Field objects. Still, marked ManyToManyFields as null=True. | |||
| 2015-03-24 | Fixed #24361 -- Clarified docs on reconfiguring logging. | Tim Graham | |
| Thanks Tuttle for the report and draft patch, and Carl Meyer for help and review. | |||
| 2015-03-24 | Fixed #23666 -- Recommended Git Bash for running unit tests on Windows. | Carolina | |
| 2015-03-24 | Fixed #24501 -- Improved auth.decorators.user_passes_test() example. | Matt Seymour | |
| 2015-03-23 | Fixed #16362 -- Allowed lookaround assertions in URL patterns. | Bas Peschier | |
| 2015-03-23 | Fixed #13525 -- Added tests and docs for nested parameters in URL patterns. | Bas Peschier | |
| When reversing, only outer parameters are used if captured parameters are nested. Added tests to check the edge cases and documentation for the behavior with an example to avoid it. | |||
| 2015-03-22 | Fixed #23814 -- Pointed localflavor documentation to external package | Iacopo Spalletti | |
| Edited localflavor doc to point to the external package documentation, leaving just the 'How to migrate' section in Django. | |||
| 2015-03-22 | Fixed #24485 -- Allowed combined expressions to set output_field | Josh Smeaton | |
| 2015-03-21 | Fixed #24479 -- Added system check to prevent both ordering and order_wrt. | Jon Dufresne | |
| 2015-03-20 | Refs #14645 -- Documented bug with exclude() and multi-value relations | David Seddon | |
| 2015-03-20 | Fixed #22106 -- Allowed using more than one instance of javascript_catalog ↵ | Moritz Sichert | |
| per project. | |||
| 2015-03-20 | Fixed #23520 -- Explained that custom plural forms should be avoided | Claude Paroz | |
| Thanks aruseni for the report. | |||
