| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-12-05 | Fixed #23957 -- Started deprecation toward requiring session verification. | Tim Graham | |
| Thanks Carl Meyer for review. | |||
| 2014-12-04 | Added versionadded annotation for contrib.postgres. | Tim Graham | |
| 2014-12-04 | Removed stray conflict line in 1.7.2 release notes. | Tim Graham | |
| 2014-12-04 | Fixed #23954 -- Added special text/varchar PostgreSQL indexes in migrations | Claude Paroz | |
| Thanks adityagupta104 for the report and Tim Graham for the review. | |||
| 2014-12-04 | Fixed #23920 -- Fixed MySQL crash when adding blank=True to TextField. | Tim Graham | |
| Thanks wkornewald for the report and Markus Holtermann for review. | |||
| 2014-12-04 | Fixed #23911 -- Added support for buffer file uploads in the test client | Thomas Tanner | |
| 2014-12-03 | Fixed typo in aggregation docs link. | Tim Graham | |
| 2014-12-03 | Fixed a typo in aggregation docs. | Benjamin Bach | |
| 2014-12-03 | Documented a current limitation of multiple table annotation; refs #10060. | Benjamin Bach | |
| 2014-12-03 | Fixed typo in docs/ref/request-response.txt. | Theodoros Ikonomou | |
| 2014-12-03 | Removed redundant numbered parameters from str.format(). | Berker Peksag | |
| Since Python 2.7 and 3.1, "{0} {1}" is equivalent to "{} {}". | |||
| 2014-12-03 | Fixed #23939 -- Moved session verification out of ↵ | Tim Graham | |
| SessionAuthenticationMiddleware. Thanks andrewbadr for the report and Carl Meyer for the review. | |||
| 2014-12-03 | Fixed #20392 -- Added TestCase.setUpTestData() | Thomas Chaumeny | |
| Each TestCase is also now wrapped in a class-wide transaction. | |||
| 2014-12-03 | Fixed #23950 -- Prevented calling deconstruct on classes in MigrationWriter. | Gavin Wahl | |
| 2014-12-02 | Fixed #23946 -- Fixed runserver crash when socket error contains Unicode chars. | Andriy Sokolovskiy | |
| 2014-12-02 | Fixed #23934 -- Fixed regression in admin views obj parameter. | Kamil Braun | |
| 2014-12-02 | Fixed incorrect use of rst section heirarchy in form fields docs. | Elena Williams | |
| 2014-12-01 | Fixed #23945 -- Made default site use the configured SITE_ID. | wrwrwr | |
| 2014-12-01 | Fixed #23289 -- Added mock as a test dependency. | Tim Graham | |
| 2014-12-01 | Fixed #23909 -- Prevented crash when collecting SQL for RunSQL | Claude Paroz | |
| Thanks James Rivett-Carnac for the report and Markus Holtermann for the review. | |||
| 2014-12-01 | Fixed #23933 -- Made override_settings(DATABASE_ROUTERS) affect the master ↵ | wrwrwr | |
| router. | |||
| 2014-12-01 | Fixed #23880 -- Added missing index_together handling for SQLite | Markus Holtermann | |
| 2014-11-29 | Fixed #17890 -- Added an extra_context parameter to AdminSite.password_change(). | Berker Peksag | |
| 2014-11-29 | Fixed #23923 -- Promoted Django's deprecation warnings to errors in runtests.py | Tim Graham | |
| 2014-11-29 | Removed instructions to create a PostgreSQL cluster in GIS docs | Claude Paroz | |
| Creating a new cluster is neither required not recommendable for most users. The previous section explains how to create a user with sufficient permissions to automatically create a database during tests. | |||
| 2014-11-28 | Fixed #23423 -- Added unaccent lookup in django.contrib.postgres | Thomas Chaumeny | |
| 2014-11-28 | Added 1.9/removed 1.5 on Python version support table. | Tim Graham | |
| 2014-11-28 | Fixed #23728 -- Added the --exit option to makemigrations. | Tim Heap | |
| If no changes that need migrations are found, `makemigrations --exit` exits with error code 1. | |||
| 2014-11-28 | Fixed #901 -- Added Model.refresh_from_db() method | Anssi Kääriäinen | |
| Thanks to github aliases dbrgn, carljm, slurms, dfunckt, and timgraham for reviews. | |||
| 2014-11-28 | Fixed #23910 -- Added reply_to parameter to EmailMessage | Martin Blech | |
| Thanks to Berker Peksag and Tim Graham for the review and suggestions. | |||
| 2014-11-28 | Fixed #16731 -- Made pattern lookups work properly with F() expressions | Thomas Chaumeny | |
| 2014-11-27 | Fixed #23338 -- Added warning when unique=True on ForeigKey | Diego Guimarães | |
| Thanks Jonathan Lindén for the initial patch, and Tim Graham and Gabe Jackson for the suggestions. | |||
| 2014-11-27 | Added notes on registering signals in ready() and using dispatch_uid. | wrwrwr | |
| Refs #23641. | |||
| 2014-11-27 | Fixed typo in docs/topics/forms/modelforms.txt. | wrwrwr | |
| 2014-11-27 | Fixed #14664 -- Logged a warning if MiddlewareNotUsed is raised in DEBUG mode. | Berker Peksag | |
| 2014-11-27 | Fixed #23847 -- Improved the email_check example in the auth documentation. | Berker Peksag | |
| 2014-11-26 | Fixed #23801 -- Added warning when max_length is used with IntegerField | MattBlack85 | |
| 2014-11-26 | Fixed #23901 -- Documented how to use SpatiaLite with Homebrew. | Kenial Lee | |
| 2014-11-26 | Updated GIS docs to use doc links. | Tim Graham | |
| 2014-11-26 | Updated formtools docs to point at new package outside the Django repo. | Jannis Leidel | |
| Refs #23677. | |||
| 2014-11-26 | Release notes for ff3d746e8d8e8fbe6de287bd0f4c3a9fa23c18dc | Luke Plant | |
| 2014-11-25 | Fixed #23914 -- Improved {% now %} to allow storing its result in the context. | Baptiste Mispelon | |
| Thanks to Tim for the review. | |||
| 2014-11-25 | Fixed #23754 -- Always allowed reference to the primary key in the admin | Simon Charette | |
| This change allows dynamically created inlines "Add related" button to work correcly as long as their associated foreign key is pointing to the primary key of the related model. Thanks to amorce for the report, Julien Phalip for the initial patch, and Collin Anderson for the review. | |||
| 2014-11-25 | Added warning about get_inline_instances() permission checking; refs #23754. | Simon Charette | |
| 2014-11-25 | Fixed #23898 -- Added missing context to admin's deleted_selected view. | Redouane Zait | |
| Thanks Redouane Zait for the report. | |||
| 2014-11-25 | Fixed #23682 -- Enhanced circular redirects detection in tests. | wrwrwr | |
| When the test client detects a redirect to a URL seen in the currently followed chain it will now raise a RedirectCycleError instead of just returning the first repeated response. It will also complain when a single chain of redirects is longer than 20, as this often means a redirect loop with varying URLs, and even if it's not actually one, such long chains are likely to be treated as loops by browsers. Thanks Preston Timmons, Berker Peksag, and Tim Graham for reviews. | |||
| 2014-11-25 | Fixed #21587 -- Added a warning for changing default of RedirectView.permanent. | Berker Peksag | |
| 2014-11-25 | Fixed typo in docs/ref/django-admin.txt | Richard Olsson | |
| 2014-11-24 | Fixed #23742 -- Added an option to reverse tests order. | wrwrwr | |
| This is useful for debugging side effects affecting tests that are usually executed before a given test. Full suite and pair tests sort cases more or less deterministically, thus some test cross-dependencies are easier to reveal by reversing the order. Thanks Preston Timmons for the review. | |||
| 2014-11-24 | Improved line breaking in runtests docs. | wrwrwr | |
