| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-12-18 | Fixed #25869 -- Added trim and precision properties to WKTWriter. | Sergey Fedoseev | |
| 2015-12-18 | Fixed #25915 -- Allowed language not in Django's default LANGUAGES | Claude Paroz | |
| This fixes a regression introduced by a5f6cbce07. Thanks Gavin Wahl for the report and Tim Graham for the review. | |||
| 2015-12-18 | Fixed #25063 -- Added path to makemigration's output of migration file. | Niels Van Och | |
| 2015-12-18 | Fixed a typo in docs/ref/contrib/gis/geos.txt. | Sergey Fedoseev | |
| 2015-12-17 | Fixed #25845 -- Fixed incorrect timezone warnings in custom admin templates. | Sven Grunewaldt | |
| 2015-12-17 | Fixed #25942 -- Fixed TypedChoiceField.has_changed with nullable field | Claude Paroz | |
| This fixes a regression introduced by 871440361. | |||
| 2015-12-17 | Refs #13110 -- Fixed typo in Feed class reference. | Garrison Benson | |
| 2015-12-15 | Fixed #25852 -- Made sure AlterModelManager forces a reload of its model state. | Simon Charette | |
| Thanks to Geoffrey Sechter and the Django NYC group for the report and Markus for the review. | |||
| 2015-12-15 | Refs #10060 -- Corrected description of multiple annotations bug. | Tim Graham | |
| 2015-12-15 | Fixed #25894 -- Fixed evaluation of zero-length slices of QuerySet.values(). | Sergey Fedoseev | |
| 2015-12-14 | Fixed #25939 -- Removed redundant transaction in QuerySet.update_or_create(). | Ed Bartosh | |
| There is no need to wrap the save() call in transaction.atomic() as it's already done down the call stack in Model.save_base(). | |||
| 2015-12-14 | Fixed #25662 -- Allowed creation of empty GEOS geometries. | Sergey Fedoseev | |
| 2015-12-14 | Fixed #25882 -- Prevented fast deletes matching no rows from crashing on MySQL. | Simon Charette | |
| Thanks to Trac aliases gerricom for the report, raphaelmerx for the attempts to reproduce and Sergey Fedoseev and Tim for the review. Refs #16891 | |||
| 2015-12-14 | Fixed #25725 -- Made HttpReponse immediately close objects. | Johannes Hoppe | |
| 2015-12-14 | Fixed #25934 -- Added missing app_name in tutorial 4's urls.py. | Tim Graham | |
| 2015-12-12 | Fixed #20223 -- Added keep_lazy() as a replacement for allow_lazy(). | Iacopo Spalletti | |
| Thanks to bmispelon and uruz for the initial patch. | |||
| 2015-12-12 | Fixed #25924 -- Removed gis.utils.srs.add_postgis_srs() ↵ | Sergey Fedoseev | |
| backwards-compatibility alias. | |||
| 2015-12-12 | Fixed #25909 -- Added unicode_literals import to apps.py generated by startapp. | Tim Graham | |
| 2015-12-11 | Refs #25918 -- Fixed typo in 1.10 release notes. | Tim Graham | |
| 2015-12-11 | Fixed #25918 -- Removed unused LOGOUT_URL setting. | Tim Graham | |
| Thanks hop for the report and patch. | |||
| 2015-12-11 | Fixed #25893 -- Corrected custom lookups example. | Bruno Alla | |
| 2015-12-11 | Refs #25899 -- Improved visibility of TEST database settings in testing docs. | Tim Graham | |
| 2015-12-10 | Fixed #25883 -- Fixed admin deletion page summary counts for related objects. | Sergey Fedoseev | |
| 2015-12-10 | Fixed incorrect examples in ArrayField docs. | Dotan Agmon | |
| 2015-12-10 | Fixed #25412 -- Fixed missing PostgreSQL index on Char/TextField when using ↵ | Federico Frenguelli | |
| AlterField. Thanks to Emanuele Palazzetti for the help. | |||
| 2015-12-10 | Fixed #21221 -- Made form Media and static template tag use staticfiles if ↵ | Johannes Hoppe | |
| installed. | |||
| 2015-12-10 | Fixed #25900 -- Fixed regression in CommonMiddleware ETag support. | Derek J. Curtis | |
| 2015-12-10 | Refs #25099 -- Added removal of build_request_repr() to 1.9 release notes. | Damien | |
| 2015-12-09 | Fixed #25896 -- Fixed state bug in ↵ | Amos Onn | |
| SeparateDatabaseAndState.database_backwards(). | |||
| 2015-12-09 | Removed redundant highlight/code-block directives in ↵ | Tim Graham | |
| docs/ref/templates/builtins.txt. | |||
| 2015-12-09 | Fixed typo in docs/ref/forms/validation.txt. | Andrew Plummer | |
| 2015-12-08 | Fixed #25672 -- Clarified why related ManyToManyFields with a custom ↵ | bphillips | |
| intermediate model disable the remove() method. | |||
| 2015-12-08 | Fixed user_passes_test() signature in docs. | Gavin Wahl | |
| 2015-12-08 | Fixed #25637 -- Added URLValidator hostname length validation. | Raphael Michel | |
| URLValidator now validates the maximum length of a hostname and the maximum length of all labels inside the hostname. | |||
| 2015-12-08 | Fixed #25895 -- Used a consistent style for UserAdmin overrides. | Tim Graham | |
| Thanks Justin Abrahms for the report. | |||
| 2015-12-08 | Refs #25886 -- Improved language in Python compatibility section of the ↵ | Tim Graham | |
| release notes. | |||
| 2015-12-08 | Fixed #25881 -- Marked Python 3.2 in Django 1.8 as unsupported at the end of ↵ | Tim Graham | |
| 2016. | |||
| 2015-12-07 | Clarified a docstring in tutorial05. | Qile Wang | |
| 2015-12-07 | Fixed #25860 -- Documented a transaction leak possiblity in TestCase. | Tim Graham | |
| Thanks Jonas Haag for report and review. | |||
| 2015-12-07 | Fixed #25867 -- Fixed a system check crash with nested ArrayFields. | Simon Charette | |
| Thanks to Jean Gourds for the report, Tim and Claude for the review. | |||
| 2015-12-07 | Added "Regressions from older versions of Django" as a backport qualification. | Tim Graham | |
| 2015-12-07 | Refs #25548 -- Forwardported 1.9.1 release note. | Tim Graham | |
| 2015-12-05 | Refs #25584 -- Corrected note about source of SyntaxErrors when installing ↵ | Tim Graham | |
| Django 1.9. | |||
| 2015-12-05 | Fixed #25165 -- Removed inline JavaScript from the admin. | Thomas Grainger | |
| This allows setting a Content-Security-Policy HTTP header (refs #15727). Special thanks to blighj, the original author of this patch. | |||
| 2015-12-05 | Removed deprecated usage of url tag from auth docs. | Florian Apolloner | |
| 2015-12-04 | Fixed #25740 -- Documented GEOSGeometry operators. | Sergey Fedoseev | |
| 2015-12-04 | Fixed #25840 -- Fixed BaseCache.get_or_set() on the DummyCache backend. | Emre Yilmaz | |
| This also fixes a possible data eviction race condition between setting and getting a key. Another thread could remove the key before get_and_set() accesses it again. In this case, now the default value will be returned instead of None. | |||
| 2015-12-04 | Fixed #25853 -- Added support for GeoHash function on SpatiaLite. | Sergey Fedoseev | |
| 2015-12-04 | Fixed #13774 -- Added models.Field.rel_db_type(). | Alexander Sosnovskiy | |
| 2015-12-03 | Fixed #25761 -- Added __cause__.__traceback__ to reraised exceptions. | Raphaël Hertzog | |
| When Django reraises an exception, it sets the __cause__ attribute even in Python 2, mimicking Python's 3 behavior for "raise Foo from Bar". However, Python 3 also ensures that all exceptions have a __traceback__ attribute and thus the "traceback2" Python 2 module (backport of Python 3's "traceback" module) relies on the fact that whenever you have a __cause__ attribute, the recorded exception also has a __traceback__ attribute. This is breaking testtools which is using traceback2 (see https://github.com/testing-cabal/testtools/issues/162). This commit fixes this inconsistency by ensuring that Django sets the __traceback__ attribute on any exception stored in a __cause__ attribute of a reraised exception. | |||
