| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-08-31 | [1.7.x] Removed sentence from docs about migrate prompting to add a superuser. | Michael Angeletti | |
| Backport of 21a9e8adf0 from master | |||
| 2014-08-28 | [1.7.x] Fixed #23374 -- Renamed StaticLiveServerCase to StaticLiveServerTestCase | Claude Paroz | |
| Refs #20739. Thanks Raphaël Hertzog for the report and the initial patch. Backport of 3a44e2000 from master. | |||
| 2014-08-27 | [1.7.x] Fixed #23075 -- Added documentation on novalidate attribute and made ↵ | Erik Romijn | |
| it default for admin Backport of cbdda28208c9c2aea479d5a482ff27bf37869d34 from master. | |||
| 2014-08-26 | [1.7.x] Fixed #22620 -- Emphasized role of DATABASE_ROTERS in multi-db docs. | Tim Graham | |
| Thanks Mike O'Connor for the suggestions. Backport of 5ecead9ab9 from master | |||
| 2014-08-26 | [1.7.x] Fixed #17707, #20734 -- Added examples to URL namespacing docs. | Tim Graham | |
| Thanks Daniele Procida for review. Backport of a2bcec3491 from master | |||
| 2014-08-26 | [1.7.x] Clarified that makemessages -l takes a locale name, not a language code. | Mitch Davis | |
| Backport of 5473c36cef from master | |||
| 2014-08-24 | [1.7.x] Fixed #23131 -- Documented serialization of callable functions in ↵ | Tim Graham | |
| migrations. Backport of 50ae4b4b9e from master | |||
| 2014-08-23 | [1.7.x] Fixed #22154 -- Added "Built-in" to some class-based views titles. | Tim Graham | |
| Backport of 0c9f40f776 from master | |||
| 2014-08-23 | [1.7.x] Fixed #23344 -- Removed duplicate docs for file upload settings. | Tim Graham | |
| Backport of c7fa27d702 from master | |||
| 2014-08-22 | [1.7.x] Fixed #23342 -- Clarified warning about naive time objects. | Kristian Glass | |
| Thanks to apollo13 for suggested wording. Backport of b7336ec179 from master | |||
| 2014-08-21 | [1.7.x] Update squashmigration docs to also mention circ dep errs (refs #23337) | Andrew Godwin | |
| 2014-08-19 | [1.7.x] Fixed #23316 -- Added datetime.time serialization in migrations. | Lee Sanghyuck | |
| Backport of 11d9cbe2f4 from master | |||
| 2014-08-19 | [1.7.x] Fixed #23314 -- Tempered recommendation of storing profile data on ↵ | Tim Graham | |
| custom user. Thanks gavinwahl for the report. Backport of 3569536491 from master | |||
| 2014-08-19 | [1.7.x] Fixed #23282 -- Corrected inheritance and reverse relations example. | Tim Graham | |
| Thanks knowledgepoint-devs for the report and claudep for review. Backport of 7006187064 from master | |||
| 2014-08-18 | [1.7.x] Fixed some doc errors that caused syntax highlighting to fail. | Tim Graham | |
| Backport of 27fdac97ae from master | |||
| 2014-08-18 | [1.7.x] Fixed #23263 -- Added sqlmigrate to migration topic guide. | Tim Graham | |
| Backport of 7ed3d0bb61 from master | |||
| 2014-08-15 | [1.7.x] Fixed syntax highlighting and indentation in docs/topics/logging.txt. | areski | |
| Backport of 90b64db39c from master | |||
| 2014-08-15 | [1.7.x] Fixed #23278 -- Documented django.db.backends.schema logger | areski | |
| Backport of ef90d395ab from master | |||
| 2014-08-13 | [1.7.x] Fixed #23283 -- Added default=False to BooleanField's in the docs. | Ola Sitarska | |
| Thanks Baptiste for the suggestion. Backport of 6947885926 from master | |||
| 2014-08-13 | [1.7.x] Improved formatting of deconstruct() docs. | areski | |
| Backport of d441a9d006 from master | |||
| 2014-08-12 | [1.7.x] Refs #23276: Removed bad examples of passing views as strings to url() | Collin Anderson | |
| partial backport of a9fd740d22 from master | |||
| 2014-08-12 | [1.7.x] Fixed #23016 -- Updated FAQs per Aymeric's suggestions. | Ola Sitarska | |
| Backport of 549284faa4 from master | |||
| 2014-08-11 | [1.7.x] Fixed #23267 -- Fixed typo in Translation documentation | Ola Sitarska | |
| Thanks to Tomin1 for the report. Backport of 2e7be92b4df29ac851d570e57da5dcf756c5ac52 from master. | |||
| 2014-08-06 | [1.7.x] Removed a doc reference to the deprecated `mimetype` kwarg. | Mohammed Attia | |
| Backport of 61ed959235 from master | |||
| 2014-08-05 | [1.7.x] Fixed broken links in docs. | Tim Graham | |
| Backport of 0efd72dc90 from master | |||
| 2014-08-04 | [1.7.x] Fixed #23169 - Misc docs fixes. | areski | |
| Backport of e4dd8b5dde from master | |||
| 2014-08-02 | [1.7.x] Fixed #23149 -- Clarified note on HTTPOnly in cookie-based session docs | Erik Romijn | |
| Backport of e26366da44bb343e7a95d01ff0dd18b8026c2802 from master. | |||
| 2014-08-02 | [1.7.x] Updated MySQL links to version 5.6. | Tim Graham | |
| Backport of fb4f3e04b1 from master | |||
| 2014-08-01 | [1.7.x] Fixed typo in docs/topics/testing/tools.txt. | Tim Graham | |
| Backport of 7ce4ef58c9 from master | |||
| 2014-07-31 | [1.7.x] Used JsonResponse in CBV examples. | Loic Bistuer | |
| Thanks Hiroki Kiyohara and Tim Graham for the reviews. Backport of 7579080899 from master | |||
| 2014-07-31 | [1.7.x] Updated timezone docs to use timezone.now() | Tim Graham | |
| Thanks James Cleveland for the report and Aymeric for suggesting the solution. Backport of da59902250 from master | |||
| 2014-07-30 | [1.7.x] Fixed #23132 -- Removed confusing clause in auth docs. | Tim Graham | |
| Backport of abb97cffdf from master | |||
| 2014-07-29 | [1.7.x] Fixed #23127: south_migrations note in docs | Andrew Godwin | |
| 2014-07-29 | [1.7.x] Fixed #23090: Document and enforce not double-squashing migrations | Andrew Godwin | |
| 2014-07-29 | [1.7.x] Fixed #23114 -- Clarified documentation of template lookups. | Baptiste Mispelon | |
| Thanks to gmunumel and Tom Dalton for their help on the patch. Backport of 62c74abbb06a081708c2cb5cc459f39beb26acaa from master. | |||
| 2014-07-28 | [1.7.x] Fixed #22491 -- documented how select_for_update() should be tested. | Moayad Mardini | |
| Thanks Andreas Pelme for the report. Backport of 668d432d0a from master | |||
| 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 | |||
