| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-07-26 | [1.7.x] Fixed #23097 -- Switched to new octal format in docs | David Hoffman | |
| Backport of e1c85167a3 from master. | |||
| 2014-07-25 | [1.7.x] Fixed #22827 -- clarified what each cache middleware does. | Moayad Mardini | |
| Thanks Keryn Knight for the report. Backport of f9b7a0383c from master | |||
| 2014-07-21 | [1.7.x] Replaced instances of 'his/her' with 'their'. | Iain Dawson | |
| Backport of 8fbf13a6c8 from master | |||
| 2014-07-16 | [1.7.x] Fixed #23023 -- Added warning against local-memory cache. | Tim Graham | |
| Thanks django at kerz.id.au. Backport of 7d0519c725 from master | |||
| 2014-07-10 | [1.7.x] Add south upgrade note to 1.7 release notes | Andrew Godwin | |
| 2014-07-09 | [1.7.x] Revert "Improve cookie based session backend docs." refs #20418 | Tim Graham | |
| This reverts commit d9c01da1f8ba3d4e0947fd1d619c8f4a9b013360. This is poor advice as it breaks the test client login (refs #22934). We can add a note like this back after refs #22986 is resolved. Backport of 3a85aae2ea from master | |||
| 2014-07-08 | [1.7.x] Fixed #22978 -- Removed a USA-centric example that didn't add much. | Tim Graham | |
| Backport of 9f18b6bcb0 from master | |||
| 2014-07-02 | [1.7.x] Clarified that LocMemCache is per-process; refs #7639. | Tim Graham | |
| Thanks projectgus for the suggestion. Backport of c37000ab04 from master | |||
| 2014-07-02 | [1.7.x] Removed non-existent reference to args/kwargs in manager docs. | Éric Araujo | |
| Backport of 5842d8eba4 from master | |||
| 2014-07-01 | [1.7.x] Fixed #22932: Documented circular dependency issues with swappable user | Andrew Godwin | |
| 2014-06-30 | [1.7.x] Fixed #19489 -- Documented host parameter of assertRedirects(). | Tim Graham | |
| Thanks mrknacky at gmail.com for the report and gajimenezmaggiora for the draft patch. Backport of e3c7af18a3 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-25 | [1.7.x] Fixed typo in revamped forms intro doc. | Ramiro Morales | |
| Backport of 77c0a904cb 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-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-17 | [1.7.x] Fixed #22853: Swapped models are now ignored for migration operations. | Andrew Godwin | |
| 2014-06-15 | [1.7.x] Fixed #22660: Doc'd you can't have unmigrated apps depend on migrated | Andrew Godwin | |
| 2014-06-12 | [1.7.x] Fixed #22349 -- Added a note clarifying `RawQuerySet` has no `__len__`. | Moayad Mardini | |
| Thanks cdestigter for the report. Backport of 2d425116e2 from master | |||
| 2014-06-10 | [1.7.x] Fixed #22801 -- Added 'www.' to diveintopython.net links | Maxime Turcotte | |
| Backport of f97c53c098 from master | |||
| 2014-06-10 | [1.7.x] Fixed #22770 -- Removed create_superuser from post_migrate signals. | Tim Graham | |
| Moved logic to syncdb command for backwards compatibility. Backport of 93d05536fd from master | |||
| 2014-06-10 | [1.7.x] Corrected some indentation in docs/topics/auth/default.txt. | Tim Graham | |
| Backport of 34f4fd7024 from master | |||
| 2014-06-09 | [1.7.x] Doc edits for refs #22487. | Tim Graham | |
| Backport of c17cd151d8 from master | |||
| 2014-06-08 | [1.7.x] Fixed #22487: Optional rollback emulation for migrated apps | Andrew Godwin | |
| Conflicts: django/db/backends/creation.py django/test/runner.py docs/ref/settings.txt docs/topics/testing/advanced.txt | |||
| 2014-06-07 | [1.7.x] Fixed #22436: More careful checking on method ref'ce serialization | Andrew Godwin | |
| 2014-06-05 | [1.7.x] Fix missing highlighting in some code examples | Éric Araujo | |
| Backport of 84cafc2b35 from master | |||
| 2014-06-04 | [1.7.x] Fixed #22747 -- Add backwards compatibility tip for new behavior of ↵ | Tim Graham | |
| formset.save(commit=False). Thanks django at patjack.co.uk. Backport of 2f7a7842ba from master | |||
| 2014-06-01 | [1.7.x] Fixed #21938 -- Moved documentation for error views to reference guide. | Jonathan Lindén | |
| Backport of 5b98ba08e2cc8760525fc1e0a2c917c063b0d5e2 from master | |||
| 2014-05-27 | [1.7.x] Fixed #22601 -- Added a note about model inheritance. | Moayad Mardini | |
| Thanks semenov for the report. Backport of 2ea1e70b85 from master | |||
| 2014-05-24 | [1.7.x] Fixed #22510 -- Harden field removal to only None. | Marc Tamlyn | |
| Refs #8620. If we allow any value to remove form fields then we get name clashes with method names, media classes etc. There was a backwards incompatibility introduced meaning ModelForm subclasses with declared fields called media or clean would lose those fields. Field removal is now only permitted by using the sentinel value None. The docs have been slightly reworded to refer to removal of fields rather than shadowing. Thanks to gcbirzan for the report and initial patch, and several of the core team for opinions. Backport of 9fb0f5dddc4cf7f2d294af1bcde2c359cffd90a5 from master | |||
| 2014-05-22 | [1.7.x] Fixed #20816 -- Added hints about Django middleware ordering | Claude Paroz | |
| Thanks gthb Trac user for the report, kolypto StackOverflow user for the initial list and Tim Graham for the review. Backport of 756c390fb5 from master. | |||
| 2014-05-21 | [1.7.x] Fixed #22639 -- Added missing imports in docs | Niclas Åhdén | |
| Added ModelForm and NON_FIELD_ERRORS imports. Backport of 64ee097b3b from master | |||
| 2014-05-16 | [1.7.x] Fixed #22622 -- Added ugettext_lazy import in docs | Niclas Åhdén | |
| Backport of 7271f5db78 from master | |||
| 2014-05-15 | [1.7.x] Harmonized some PEP 0263 coding preambles | Claude Paroz | |
| Backport of e520a73ee from master. | |||
| 2014-05-13 | [1.7.x] Fixed typo in transactions.txt | Haris Ibrahim K. V | |
| Backport of f2a8e47cfd from master | |||
| 2014-05-06 | [1.7.x] Improve docs around deconstruction/serialisation (refs #22337) | Andrew Godwin | |
| 2014-05-05 | [1.7.x] Fixed #22575 -- Fixed typo in ↵ | Tim Graham | |
| docs/topics/class-based-views/generic-editing.txt. Thanks adminq80 at gmail.com. Backport of 87776859af from master | |||
| 2014-04-30 | [1.7.x] Fixed #22442 -- Provided additional documentation regarding id ↵ | Tim Graham | |
| fields clashing. Thanks benjaoming for raising the issue and Loic for the examples. Backport of 8ec388a69d from master | |||
| 2014-04-29 | [1.7.x] Fixed #22523 -- Clarified pytz requirement. | Aymeric Augustin | |
| Thanks z for the report and timo for the proposal. Backport of 0fb7570 from master | |||
| 2014-04-28 | [1.7.x] Revert "Fixed #15179 -- middlewares not applied for test client login()" | Tim Graham | |
| This reverts commit 4fdd51b73240bf9c8d9472fcc45df699f0714755. See the ticket for concerns with this implementation; it will be revisited. Backport of aabceadd7d from master | |||
| 2014-04-28 | [1.7.x] Fixed #22254 -- Noted the requirement of calling django.setup() when ↵ | Tim Graham | |
| running Thanks Peter Landry for the report. Backport of 26b03f2526 from master | |||
| 2014-04-28 | [1.7.x] Fix a typo in logging.txt | Zhaorong Ma | |
| Backport of dd3f3e4e89 from master | |||
| 2014-04-28 | [1.7.x] Fixed #22497 -- Highlighted difference between field and class ↵ | Tim Graham | |
| deconstruction. Thanks nliberg for the suggestion. Backport of b829d53b37 from master | |||
| 2014-04-27 | [1.7.x] Fixed #22445 -- Added how to perform a reverse data migration to ↵ | Tim Graham | |
| topic guide. Thanks Karen Tracey for the report. Backport of 1ce759b69f from master | |||
| 2014-04-27 | [1.7.x] Improved formatting and links of migration docs. | Tim Graham | |
| Backport of ab8d8e00c9 from master | |||
| 2014-04-26 | [1.7.x] Updated doc links to point to Python 3 documentation | Claude Paroz | |
| Backport of 680a0f08b from master. | |||
| 2014-04-25 | [1.7.x] Fixed #22507 -- Clarified nature of the sender argument of signals | Claude Paroz | |
| Backport of d1f93e9c1e from master. | |||
| 2014-04-25 | [1.7.x] Fixed #22504 -- Corrected domain terminology in security guide. | Tim Graham | |
| Thanks chris at chrullrich.net. Backport of f65eb15ac6 from master | |||
| 2014-04-25 | [1.7.x] Fixed #22493 - Added warnings to raw() and extra() docs about SQL ↵ | Moayad Mardini | |
| injection Thanks Erik Romijn for the suggestion. Backport of 3776926cfe from master | |||
