| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-06-02 | Fixed #26616 -- Improved error message when AppConfig.name is invalid. | inondle | |
| 2016-06-01 | Fixed #26694 -- Made FileBasedCache.get() reraise non-ENOENT IOErrors. | Jon Dufresne | |
| 2016-06-01 | Fixed #26084 -- Documented that deprecation warnings are no longer loud. | Tim Graham | |
| 2016-06-01 | Ignored new warnings when building the docs with Sphinx 1.4. | Tim Graham | |
| 2016-06-01 | Refs #25645 -- Removed SpatiaLite 3.x compatibility in ↵ | Sergey Fedoseev | |
| SpatialiteSpatialRefSys.wkt. Complements 47f22e828618581ecd4203d369a939fdfcff3a8b. | |||
| 2016-06-01 | Fixed #26692 -- Relaxed an i18n compilemessages test. | Ramiro Morales | |
| The actual non-ASCII character differs on Windows. | |||
| 2016-06-01 | Fixed #26695 -- Clarified return value of View.options(). | Tim Graham | |
| Thanks mmoreaux and DheerendraRathor. | |||
| 2016-06-01 | Fixed #26675 -- Dropped support for PostgreSQL 9.2/PostGIS 2.0. | Tim Graham | |
| 2016-05-31 | Avoided uncessary table creation in model_inheritance tests. | Simon Charette | |
| 2016-05-31 | Fixed #26676 -- Prevented prefetching to_attr from caching its result in ↵ | Simon Charette | |
| through attr. Thanks Ursidours for the report. | |||
| 2016-05-31 | Fixed #26691 -- Removed checking for a file's existence before deleting. | Jon Dufresne | |
| File operations always raise a ENOENT error when a file doesn't exist. Checking the file exists before the operation adds a race condition condition where the file could be removed between operations. As the operation already raises an error on a missing file, avoid this race and avoid checking the file exists twice. Instead only check a file exists by catching the ENOENT error. | |||
| 2016-05-31 | Fixed #26687 -- Made an i18n test not use a hardcoded path separator. | Ramiro Morales | |
| Fixed a failure on Windows. | |||
| 2016-05-31 | Fixed #25645 -- Dropped support for SpatiaLite < 4.0. | Tim Graham | |
| 2016-05-31 | Fixed a typo in the docs. | Florian Apolloner | |
| 2016-05-31 | Fixed #26503 -- Removed an outdated example from session docs. | Berker Peksag | |
| 2016-05-31 | Fixed #26679 -- Documented which methods are disabled on RelatedManager if ↵ | Ketan Bhatt | |
| there's an intermediate table. | |||
| 2016-05-30 | Refs #26653 -- Fixed a feedgenerator test that requires a database query on ↵ | Tim Graham | |
| PostgreSQL. | |||
| 2016-05-30 | Fixed #26653 -- Made SyndicationFeed.latest_post_date() return time in UTC. | Ketan Bhatt | |
| 2016-05-30 | Fixed #26684 -- Removed incorrect index example in ↵ | Christophe Pettus | |
| docs/ref/contrib/postgres/search.txt. | |||
| 2016-05-30 | Fixed #25044 -- Fixed migrations for renaming ManyToManyField's through model. | Vytis Banaitis | |
| 2016-05-30 | Refs #26621 -- Added tests for admindocs.views.simplify_regex(). | Tim Graham | |
| 2016-05-30 | Fixed #13080 -- Corrected accepted values of sender parameter in ↵ | Berker Peksag | |
| Signal.connect() docstring. | |||
| 2016-05-29 | Fixed #26674 -- Corrected a i18n makemessages test. | Ramiro Morales | |
| Made it consistently read the PO file, decode its contents and then check for the non-breaking space Unicode code point. Previously we were erroneously skipping the interpretation of what we read as UTF-8 text. This was causing the test to fail on Windows with Python 3.5. | |||
| 2016-05-28 | Added RemovedInDjango21Warning | Tim Graham | |
| 2016-05-28 | Confirmed support for PostGIS 2.2. | Tim Graham | |
| 2016-05-28 | Refs #22634 -- Removed unneeded app_label in custom session engine example. | Tim Graham | |
| 2016-05-28 | Fixed #26673 -- Fixed a I18N test case error on Windows+Python 2.7. | Ramiro Morales | |
| `subprocess.Popen` doesn't accept enviroment vars with Unicode var name or value. | |||
| 2016-05-28 | Refs #24227 -- Fixed crash of ManyToManyField.value_from_object() on unsaved ↵ | Tim Graham | |
| model instances. This behavior was removed in 67d984413c9540074e4fe6aa033081a35cf192bc but is needed to prevent a crash in formtools. | |||
| 2016-05-27 | Fixed #26646 -- Added IOBase methods required by TextIOWrapper to File. | Simon Charette | |
| Thanks Tim for the review. | |||
| 2016-05-27 | Fixed #26645 -- Fixed potential makemessages failures on Windows. | Ramiro Morales | |
| This was reflected by 27 i18n test errors (not failures) on such platform caused by corrupt intermediate PO catalog files fed to `msgmerge(1)`. Made it handle in-memory PO/POT file contents with normalized line separators (`'\n'`). We need to perform manually this after using `subprocess.Popen` as we can't pass it `universal_newlines=True`. Also fixes #26670 in the process as this commit refactors the same code section. | |||
| 2016-05-27 | Fixed #26635 -- Clarified Argon2PasswordHasher's memory_cost differs from ↵ | Bas Westerbaan | |
| command line utility. | |||
| 2016-05-27 | Fixed #26573 -- Added descriptive error message for malformed if/else/elif ↵ | inondle | |
| template tags. | |||
| 2016-05-27 | Fixed #26642 -- Made ModelSignal.disconnect() work with lazy references. | Alex Hill | |
| 2016-05-27 | Refs #25588 -- Fixed GDAL dependency in spatial lookups. | Daniel Wiesmann | |
| 2016-05-27 | Fixed #26652 -- Documented removal of model instance _(default/base)_manager ↵ | Tim Graham | |
| attributes. | |||
| 2016-05-27 | Fixed typo in docs/topics/forms/modelforms.txt | Sergey Fedoseev | |
| 2016-05-27 | Fixed typo in docs/ref/models/querysets.txt | Nick Smith | |
| 2016-05-26 | Fixed #26647 -- Included the state of all applied migrations when migrating ↵ | Simon Charette | |
| forward. Thanks Jasper Maes for the detailed report. | |||
| 2016-05-25 | Added imports to docs/topics/db/aggregation.txt example. | MariKiev | |
| 2016-05-25 | Added missing quotes in openlayers.html template. | Aleksey | |
| 2016-05-24 | Refs #26134 -- Updated deprecated MySQL GIS function names. | Tim Graham | |
| 2016-05-23 | Updated GeoIP test for latest database. | Tim Graham | |
| 2016-05-21 | Refs #24067 -- Fixed contenttypes rename tests failures on Oracle. | Simon Charette | |
| Broke the initial migration in two to work around #25530 and added 'django.contrib.auth' to the available_apps to make sure its tables are also flushed as Oracle doesn't implement cascade deletion in sql_flush(). Thanks Tim for the report. | |||
| 2016-05-21 | Removed an obsolete comment about a fixed ticket. | Simon Charette | |
| 2016-05-21 | Revert "Disable patch coverage checks" | Markus Holtermann | |
| Mistakenly pushed to django/django instead of another repo This reverts commit 6dde884c01156e36681aa51a5e0de4efa9575cfd. | |||
| 2016-05-21 | Disable patch coverage checks | Markus Holtermann | |
| 2016-05-20 | Removed versionadded/changed annotations for 1.9. | Tim Graham | |
| 2016-05-20 | Increased the default PBKDF2 iterations. | Tim Graham | |
| 2016-05-19 | Added stub 1.11 release notes. | Tim Graham | |
| 2016-05-19 | Bumped version; master is now 1.11 pre-alpha. | Tim Graham | |
