| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-09-08 | Removed dead link in release notes. | Marc Tamlyn | |
| 2014-09-08 | Fixed #23307 -- Clarified the way max_num limits the output of formsets. | Octowl | |
| Thanks velle for the report. | |||
| 2014-09-08 | Fixed #23281 -- Added "concrete model" to glossary. | Tim Graham | |
| Thanks knowledgepoint-devs for the suggestion. | |||
| 2014-09-08 | Fixed #22951 -- Checked for types during deep_deconstruct migration ↵ | Andrew Pinkham | |
| serialization process. Thanks Sam Hartsfield for the report. | |||
| 2014-09-07 | Fixed typo in docs/howto/custom-lookups.txt. | Sébastien Fievet | |
| 2014-09-06 | Added the inaugural technical board. | Tim Graham | |
| 2014-09-06 | Fixed #23416 -- Make sure DatabaseCreation respects checks. | Marc Tamlyn | |
| Migrations respected Field.db_parameters()['check'], but DatabaseCreation was still using just Field.db_type(). | |||
| 2014-09-06 | Move Gabriel Hurley to "Past Team Members" | Paul McMillan | |
| 2014-09-06 | Update bio for Paul McMillan to remove dead links | Paul McMillan | |
| 2014-09-06 | Convert myself to an emeritus member | Alex Gaynor | |
| 2014-09-06 | Fixed #23437 -- Documented required update of WSGI scripts for 1.7. | Aymeric Augustin | |
| Thanks Tim for the review. | |||
| 2014-09-06 | Refs #23430 -- gunicorn wants a module, not file | Collin Anderson | |
| 2014-09-06 | Fixed #22882 -- Fixed a UnicodeDecodeError in flush. | Tim Graham | |
| Thanks djbaldey for the report. | |||
| 2014-09-06 | Fixed #23340 -- Corrected naturaltime docs to match behavior. | Collin Anderson | |
| Thanks zachborboa for the report and blackguest for the patch. | |||
| 2014-09-06 | Fixed #23438 -- Added snippet & imports to docs/intro/overview.txt. | Tim Graham | |
| 2014-09-05 | Fixed #22161 -- Documented send() with no recipients won't raise an exception. | oromero | |
| 2014-09-05 | Fixed #23430 -- simplified gunicorn deployment docs. | Collin Anderson | |
| 2014-09-05 | Fixed #23427 -- Documented migrate is required before runserver for default ↵ | Patrick Beeson | |
| projects. | |||
| 2014-09-05 | Update docs to be more clear about nested classes (refs #23418) | Andrew Godwin | |
| 2014-09-05 | Fixed #23414 -- Updated version numbers in release process doc. | Tim Graham | |
| Thanks jaap3 for the report. | |||
| 2014-09-05 | Removed an admonition in the tutorial about the old project layout. | Tim Graham | |
| There are no supported versions that use the old layout (<=1.3). | |||
| 2014-09-05 | Fixed #22534: Reinforce swappable documentation | Andrew Godwin | |
| 2014-09-05 | Fixed typo in docs/topics/checks.txt. | Sébastien Fievet | |
| 2014-09-05 | Revert "Fixed #23384 -- Allowed overriding part of a dictionary-type setting" | Claude Paroz | |
| This reverts commit 66757fee7e921ad4c35e0b3f80c25e026100b31c. Discussions have led to think that this functionality does not bring significant benefits to justify the added complexity. Read also discussions on ticket #22734. | |||
| 2014-09-05 | Added missing periods in docs/ref/checks.txt. | Sébastien Fievet | |
| 2014-09-05 | Limited lines to 119 characters in django/ | Tim Graham | |
| refs #23395. | |||
| 2014-09-04 | Fixed imports in `Sitemap for static views` example | John-Scott Atlakson | |
| 2014-09-04 | Fixed typo in docs/ref/checks.txt. | Tim Graham | |
| 2014-09-04 | Fixed typo in 1.8 release notes. | Tim Graham | |
| 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 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 | 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-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 | 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 | Documented translation.override as a decorator. | Simon Charette | |
| refs #23323. | |||
