| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-09-04 | Fixed documentation links to Query Expression API. | Thomas Chaumeny | |
| 2014-09-03 | Fixed #18757, #14462, #21565 -- Reworked database-python type conversions | Marc Tamlyn | |
| Complete rework of translating data values from database Deprecation of SubfieldBase, removal of resolve_columns and convert_values in favour of a more general converter based approach and public API Field.from_db_value(). Now works seamlessly with aggregation, .values() and raw queries. Thanks to akaariai in particular for extensive advice and inspiration, also to shaib, manfre and timograham for their reviews. | |||
| 2014-09-03 | Fixed #23409 -- Extract PasswordResetForm.get_users method. | Carl Meyer | |
| Allows easier customization of policies regarding which users are allowed to reset their password. Thanks Aymeric for review. | |||
| 2014-09-03 | Fixed typo in docs/topics/db/transactions.txt. | Corey Farwell | |
| 2014-09-02 | Added stub release notes for 1.7.1. | Tim Graham | |
| 2014-09-02 | Added dates to release notes. | Tim Graham | |
| 2014-09-02 | Fixed #23302 -- Added --name/-n option to makemigrations command | Raffaele Salmaso | |
| 2014-09-02 | Fixed #23400 -- Added "Remove 'south' from INSTALLED_APPS" to upgrade ↵ | Tim Graham | |
| instructions. Thanks dgrant for the report. | |||
| 2014-09-02 | Cleanup run on the 1.7 release notes. | James Bennett | |
| 2014-09-02 | Merge pull request #3120 from alex/use-sha256 | James Bennett | |
| Document that we should also offer sha256 checksums for packages | |||
| 2014-09-02 | Fixed comments in en_GB and en_AU formats.py files. | Duncan Parkes | |
| Changed comments in en_GB and en_AU formats files replacing 'pm' with 'p.m.' to match what is actually output. | |||
| 2014-09-02 | Added missing import in docs/ref/signals.txt. | Alexey Efimov | |
| 2014-09-02 | Revert "Undocumented SeparateDatabaseAndState so crash is not RB. Refs #22918" | Tim Graham | |
| This reverts commit a8521a2c228bd9e981dc8a2bea4e26f4544a52a7. | |||
| 2014-09-02 | Fixed #22918 -- Fixed SeparateDatabaseAndState crash | Dave Hall | |
| 2014-09-02 | Fixed ping_google management command to use argparse. | R3v1L | |
| 2014-09-01 | Undocumented SeparateDatabaseAndState so crash is not RB. Refs #22918 | Andrew Godwin | |
| 2014-09-01 | Fixed #23371 -- Changed en_GB first day of the week to Monday. | Duncan Parkes | |
| 2014-08-31 | Fixed #23391 -- Removed an erroneous backtip from the form's documentation. | Simon Charette | |
| Thanks to Trac alias nessita for the report. | |||
| 2014-08-31 | Removed sentence from docs about migrate prompting to add a superuser. | Michael Angeletti | |
| 2014-08-31 | Fixed #23388 -- Made django.utils.timezone.override usable as a decorator | Thomas Chaumeny | |
| 2014-08-30 | Added a missing word in a skip message | Alex Gaynor | |
| 2014-08-30 | Fixed #22820 -- Treated int and long types alike in lazy_number | Claude Paroz | |
| Thanks kwist for the report and the initial patch. | |||
| 2014-08-30 | Fixed #23055 -- Made generic admin filter obey ModelAdmin queryset. | Ramiro Morales | |
| Thanks to Trac user synasius and to Ola Sitarska for helping in identifying the issue and helping with the test case. | |||
| 2014-08-30 | Fixed a PEP 8 error. | Aymeric Augustin | |
| 2014-08-30 | Converted sql_queries into a lazily evaluated list. | Bas Peschier | |
| Fixed #23364. Thanks Markush2010 for the report. | |||
| 2014-08-30 | Fixed #23370 -- defer() + select_related() crashed with inherited models. | Akis Kesoglou | |
| 2014-08-30 | Fixed #23384 -- Allowed overriding part of a dictionary-type setting | Claude Paroz | |
| This change is needed for upcoming changes where settings might be grouped in a parent dictionary. Thanks Tim Graham for the review. | |||
| 2014-08-29 | Corrected a usage example of `related_query_name`. | Simon Charette | |
| Thanks to Petr Glotov for spotting this. | |||
| 2014-08-29 | Fixed a non-deterministic test; refs #23099. | Tim Graham | |
| 2014-08-29 | Documented translation.override as a decorator. | Simon Charette | |
| refs #23323. | |||
| 2014-08-29 | Update Daniele Procida's bio | evildmp | |
| 2014-08-29 | Fixed a typo in the 1.8 release notes. | Simon Charette | |
| 2014-08-29 | Fixed #21483 -- Added WSGI environ to kwargs sent to request_started signal. | Joshua "jag" Ginsberg | |
| 2014-08-29 | Fixed flake8 warning. | Tim Graham | |
| 2014-08-29 | Fixed #21201 -- Improved customization of ClearableFileInput. | Vlastimil Zíma | |
| 2014-08-29 | Removed unnecessary release notes for django.utils.translation.override(). | Tim Graham | |
| Undocumented functions don't need to be mentioned. | |||
| 2014-08-29 | Clarified a comment in django.core.files.temp. | Tim Graham | |
| 2014-08-29 | Fixed #23313 -- Corrected repr(RawQuery) with dict parameters. | Andrew Torpedov | |
| 2014-08-29 | Fixed #22786 -- Documented value_from_datadict caveat | Claude Paroz | |
| Thanks blueyed for the report and Tim Graham for the review. | |||
| 2014-08-28 | Fixed an Oracle test failure introduced by 1e404180c1. | Simon Charette | |
| 2014-08-28 | Fixed #23381 -- Context manager restored state should be determined in __enter__ | Thomas Chaumeny | |
| 2014-08-28 | Documented correct kwargs for post_syncdb/migrate. | Aymeric Augustin | |
| d562527a rename the db to using in the wrong signal. Thanks Maik Hoepfel for the report. | |||
| 2014-08-28 | Fixed #23379 -- Corrected a referencing issue in sql_create. | Simon Charette | |
| Thanks to Trac alias flakfizer for the report. | |||
| 2014-08-28 | Fixed #23323 -- Made django.utils.translation.override usable as a decorator. | Thomas Chaumeny | |
| 2014-08-28 | Factorize some code using ContextDecorator. | Thomas Chaumeny | |
| 2014-08-28 | Fixed #23375 -- Added missing security issues to the archive. | Simon Charette | |
| Also adjusted the pre-release process to prevent future omissions. | |||
| 2014-08-28 | Fixed #23374 -- Renamed StaticLiveServerCase to StaticLiveServerTestCase | Claude Paroz | |
| Refs #20739. Thanks Raphaël Hertzog for the report and the initial patch. | |||
| 2014-08-27 | Fixed #23329 -- Allowed inherited and m2m fields to be referenced in the admin. | Simon Charette | |
| Thanks to Trac alias Markush2010 and ross for the detailed reports. | |||
| 2014-08-27 | Removed an unused import. | Simon Charette | |
| 2014-08-27 | Fixed #23349 -- Clarified details about RunPython's apps argument. | Richard Eames | |
