| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-06-26 | [1.7.x] Bump version number for 1.7 RC 1.1.7c1 | James Bennett | |
| 2014-06-26 | [1.7.x] Fixed #22857 -- Reset translations when only .mo file changed | Claude Paroz | |
| No need to restart the server when a translation file changes. Refs #9523. Thanks artscoop for the report and Tim Graham for the review. Backport of 0d363b25b8 from master | |||
| 2014-06-26 | [1.7.x] Fixed and enhanced new HTML form docs. | Matt Deacalion Stevens | |
| Backport of ec85df2fa5 from master | |||
| 2014-06-26 | [1.7.x] Fixed copy/paste typos in StreamingHttpResponse doc. | Éric Araujo | |
| Backport of e9c730f6be from master | |||
| 2014-06-26 | [1.7.x] Fixed typo in parameter name doc for BaseCommand.check(). | Gert Van Gool | |
| Backport of a8c5630c98 from master | |||
| 2014-06-25 | [1.7.x] Fixed typo in revamped forms intro doc. | Ramiro Morales | |
| Backport of 77c0a904cb from master | |||
| 2014-06-25 | [1.7.x] Fixed #22903 -- Fixed migration generation if index_together or ↵ | Tim Graham | |
| unique_together is removed from a model. Backport of e0cd07ec2f from master | |||
| 2014-06-25 | [1.7.x] Fixed #22814 -- Allowed ISO-8601 [+-]hh timezone format in ↵ | Richard Eames | |
| parse_datetime Backport of 7beaeeed from master. | |||
| 2014-06-24 | [1.7.x] Improved documentation for QueryDict. | Duncan Parkes | |
| Backport of 7f4e2ef1e9 from master | |||
| 2014-06-24 | [1.7.x] Fixed typo in middleware docs. | Peter Kowalczyk | |
| Function definition should have an ending colon. Backport of 48241ec9c4 from master | |||
| 2014-06-24 | [1.7.x] Fixed #22796 -- Added a more basic explanations of forms. | Daniele Procida | |
| Thanks bmispelon, kezabelle, jorgecarleitao, and timgraham for reviews. Backport of cd20b5d186 from master | |||
| 2014-06-24 | [1.7.x] refs #22487: Don't flush out data from before normal TestCases ↵ | Tim Graham | |
| (spatialite) | |||
| 2014-06-24 | [1.7.x] Fixed #22880 -- Added FAQ entry about UnicodeDecodeError | Claude Paroz | |
| Thanks Víðir Valberg Guðmundsson for the report and Tim Graham for the review. Backport of 460ec09d2e from master. | |||
| 2014-06-23 | [1.7.x] Fixed #22708: Typo in autodetector base dependency gen | Andrew Godwin | |
| 2014-06-23 | [1.7.x] Fixed #22889: Unneeded to_field in fk.deconstruct causing swap issues | Andrew Godwin | |
| 2014-06-23 | [1.7.x] Fixed #22487: Don't flush out data from before normal TestCases | Andrew Godwin | |
| 2014-06-23 | [1.7.x] Removed 'to_field' from ForeignKey(settings.AUTH_USER_MODEL) in ↵ | Uriel Corfa | |
| admin's initial migration. This enables using a custom user model with a primary key with a name different than 'id'; refs #22889. Backport of bcd2e6c697 from master | |||
| 2014-06-23 | [1.7.x] Fixed test failures introduced by refs #22881. | Tim Graham | |
| Backport of 908160f692 from master | |||
| 2014-06-23 | [1.7.x] Fixed #22888 -- Removed some unnecessary text in tutorial 3. | Tim Graham | |
| Backport of 1bbffe7867 from master | |||
| 2014-06-23 | [1.7.x] Created import-time test temp dirs in known location | Claude Paroz | |
| Refs #17215. In the same spirit as 5de31cb8cb. Backport of 809362518d from master. | |||
| 2014-06-23 | [1.7.x] Ensured cache tests do not leak temp dirs | Claude Paroz | |
| Refs #17215. Backport of 1d9596025e from master. | |||
| 2014-06-23 | [1.7.x] Cleaned temp dir in symlinks_supported() | Claude Paroz | |
| Refs #21482. Backport of 18b3788401 from master. | |||
| 2014-06-23 | [1.7.x] Fixed #8033 -- Explained app registry error during translation setup | Claude Paroz | |
| Thanks Tim Graham and Aymeric Augustin for the review. Backport of 9618d68b34 from master. | |||
| 2014-06-23 | [1.7.x] Fixed #22881 -- Better soft_applied migration detection | Chris Beaven | |
| 2014-06-22 | [1.7.x] Clean up syncdb parts of migrate output if no synced apps | Andrew Godwin | |
| 2014-06-22 | [1.7.x] Include swapped apps in autodetector state | Andrew Godwin | |
| 2014-06-22 | [1.7.x] Fixed #22875: Optimizer did not take through= into account. | Andrew Godwin | |
| 2014-06-21 | [1.7.x] Prevented evaluation of a possible lazy message | Claude Paroz | |
| As far as possible, message evaluation should not happen in field __init__ (often run at import time). Backport of cecbb71312a from master. | |||
| 2014-06-20 | [1.7.x] Added refs #22514 to 1.6.6 release notes. | Tim Graham | |
| Backport of 1892ced10a from master | |||
| 2014-06-20 | [1.7.x] Removed two unused translations | Claude Paroz | |
| These strings were unmarked for translation in e692c5818. | |||
| 2014-06-20 | [1.7.x] Added HTTP 308 status and its description. | Yazhong Liu | |
| Backport of 97adfc2bf8 from master | |||
| 2014-06-20 | [1.7.x] Fixed #22514 -- Prevented indexes on virtual fields [postgres]. | Vlastimil Zíma | |
| Backport of 78c32f1caa from master | |||
| 2014-06-20 | [1.7.x] Fixed #22862 -- Added --noinput option to makemigrations. | Huu Nguyen | |
| Thanks artortenburger for the report. Backport of fbb684d95e from master | |||
| 2014-06-20 | [1.7.x] Fixed #22836 -- Linked tutorial05 to the right section of tutorial04. | Maxime Turcotte | |
| Backport of 608aa8d101 from master | |||
| 2014-06-20 | [1.7.x] Swapped placeholders in [sql]migrate command error | Claude Paroz | |
| Backport of b67e9ed8c9 from master. | |||
| 2014-06-19 | [1.7.x] Fixed #22874: Document that AUTH_USER_MODEL must be in first migration | Andrew Godwin | |
| 2014-06-19 | [1.7.x] Fixed #22863: Improve clarity of makemigrations for non-db params | Andrew Godwin | |
| 2014-06-19 | [1.7.x] Added feature for implied null (needed for Firebird backend) | Tim Graham | |
| Backport of 1b07781292 from master | |||
| 2014-06-18 | [1.7.x] Fixed #22859 -- Improved crossDomain technique in CSRF example. | Tim Graham | |
| Thanks flisky for the report. Backport of 0be4d64487 from master | |||
| 2014-06-18 | [1.7.x] Fixed #14481 -- Documented implicit "through" class created by ↵ | Jorge C. Leitão | |
| ManyToManyField. Thanks to jonathanmorgan for the report and initial patch. Backport of de90129070 from master | |||
| 2014-06-18 | [1.7.x] Fixed several flake8 errors | Alex Gaynor | |
| Backport of d015c9d11c from master | |||
| 2014-06-17 | [1.7.x] Fixed #22861: Internal migrations done first so __first__ works | Andrew Godwin | |
| Thanks to Chris Beaven. | |||
| 2014-06-17 | [1.7.x] Fix __latest__ to actually resolve to the latest migration | Andrew Godwin | |
| 2014-06-17 | [1.7.x] Fix broken test | Andrew Godwin | |
| 2014-06-17 | [1.7.x] Fixed #22853: Swapped models are now ignored for migration operations. | Andrew Godwin | |
| 2014-06-17 | [1.7.x] Fix previous commit on python 2 | Andrew Godwin | |
| 2014-06-17 | [1.7.x] Fixed #22577: Python 3 broke on non-module migrations directory | Víðir Valberg Guðmundsson | |
| 2014-06-17 | [1.7.x] Fixed #22819 -- Renamed output_type -> output_field in query ↵ | Tim Graham | |
| expression API. Thanks jorgecarleitao for the suggestion. Backport of 95cc0e15b4 from master | |||
| 2014-06-17 | [1.7.x] Fix test breakage on MySQL | Andrew Godwin | |
| 2014-06-16 | [1.7.x] Fixed #22851: BinaryView wasn't getting a binary default | Andrew Godwin | |
