| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-03-14 | [1.7.x] Fixed doc typos. | Floris den Hengst | |
| Backport of e42a720ba22a51c68d2316d425234a197eaff467 from master | |||
| 2015-03-13 | [1.7.x] Fixed #24052 -- Doc'd how to write data migrations with models in ↵ | Andrei Kulakov | |
| multiple apps. Backport of b089759d6025582f36fbea3c4be3855c50b82462 from master | |||
| 2015-03-13 | [1.7.x] Refs #23559 -- warned about consequences of letting users edit User ↵ | Remco Kranenburg | |
| model in admin. Backport of f6b09a7f85c3b67b2011553838b079788c413432 from master | |||
| 2015-03-11 | [1.7.x] Fixed typo in docs/topics/forms/modelforms.txt. | Dan Fellin | |
| Backport of 6ff826e12ea99c0eb871716cfedc2c8e199695f3 from master | |||
| 2015-03-09 | [1.7.x] Fixed #24456 -- Added links to topics/forms/modelforms.txt. | Psilo Cybin | |
| Backport of 866e71140f9612e45087b8acafefa2e51ffc4a29 from master | |||
| 2015-03-08 | [1.7.x] Fixed #21661 -- Expanded authentication views documentation | Rik | |
| Backport of eb9b7abb833a6d317e355265552d47e0d8f24af8 from master. | |||
| 2015-03-05 | [1.7.x] Stressed authentication should be successful before logging in a user. | Marten Kenbeek | |
| Backport of 8e744fa1507b6d425860c54e7673e603279367eb from master | |||
| 2015-03-02 | [1.7.x] Fixed #13015 -- Clarified language about model instances attached to ↵ | Tim Graham | |
| forms. Backport of a40a34a4b2d79dbf798df538c26222148d42b17c from master | |||
| 2015-02-22 | [1.7.x] Fixed #24358 -- Corrected code-block directives for console sessions. | Sean Wang | |
| Backport of eba6dff581aa8bd6a1c08456e83e68ad09ae4ec3 from master | |||
| 2015-02-17 | [1.7.x] Added an import to docs/topics/testing/advanced.txt example. | Tim Graham | |
| Backport of 32b67b3fd1d252566f60cf38fe1459bb83de2ce2 from master | |||
| 2015-02-16 | [1.7.x] Fixed #24350 -- Freshened up database install topic section. | Tim Graham | |
| Backport of 35f0cae19de226d9d7771304fc8dd2619e644998 from master | |||
| 2015-02-16 | [1.7.x] Fixed #23892 -- Clarified compatibility policy for migrations. | Carl Meyer | |
| Backport of e35c70bef44805d47f6a4ae692be878184c4fe1f from master | |||
| 2015-02-13 | [1.7.x] Fixed #24337 - Added stronger documentation warning about automatic ↵ | Carl Meyer | |
| fake-initial. | |||
| 2015-02-12 | [1.7.x] Clarified timeout=0 in cache docs. | Thomas Güttler | |
| Backport of e519ee1d352e0e36fcb8edc9d33ec2845f663d3a from master | |||
| 2015-02-03 | [1.7.x] Demoted "Installing a distribution-specific package" in install notes. | Tim Graham | |
| Backport of 281fc03474ac18c8281ed4cf289128c87bda2030 from master | |||
| 2015-02-01 | [1.7.x] Simplified a versionchanged note for LiveServerTestCase. | Tim Graham | |
| Backport of 6d0538bd8c38e83a605c987a40081149b254b802 from stable/1.7.x | |||
| 2015-01-30 | [1.7.x] Updated recommendation for testing keyword arg in custom fields. | Andrei Kulakov | |
| Backport of dbabf43920bfd99f0e720c7c20228c17128a2af8 from master | |||
| 2015-01-16 | [1.7.x] Fixed a typo in the test responses docs. | Rick Hutcheson | |
| Backport of 996292d6498d25c6b3e84435e82edeff5aaa0257 from master | |||
| 2015-01-16 | [1.7.x] Fixed #24143 -- Encouraged use of Http404 messages for debugging. | Keryn Knight | |
| Backport of 726a9550db5129badc1c44809b0bed728fa1ad90 from master | |||
| 2015-01-06 | [1.7.x] Fixed #24083 -- Corrected is_bound nature in forms topic docs | Claude Paroz | |
| Thanks ajenhl Trac user for the report. Backport of e0080cf57 from master. | |||
| 2015-01-03 | [1.7.x] Fixed #23749 -- Documented how to use the database alias in RunPython. | Alfred Perlstein | |
| Thanks Markus Holtermann for review and feedback. Backport of db3f7c15cbf4c9025e83065d1302d0e61d570331 from master | |||
| 2015-01-02 | [1.7.x] Updated six to 1.9.0. | Tim Graham | |
| Backport of 52f0b2b62262743d5f935ddae29428e661b5d8ea from master | |||
| 2015-01-01 | [1.7.x] Removed doc note about PasswordResetForm requiring an integer PK. | Tim Graham | |
| This limitation was lifted in refs #14881. Backport of a7aaabfaf1fa4c20065ab1133d49f40d4de6b409 from master | |||
| 2014-12-27 | [1.7.x] Fixed #24056 -- Fixed syntax highlighting in topics/testing/tools.txt. | Tim Graham | |
| Backport of 3d0c3a0482496fc1914a40ec3c3eb70e67f0d643 from master | |||
| 2014-12-24 | [1.7.x] Fixed #24041 -- Documented effect of changing a model instance's ↵ | Helen Sherwood-Taylor | |
| primary key. Backport of 4ccdf6e57f49d7e981dcd88c1db65229b8b92487 from master | |||
| 2014-12-23 | [1.7.x] Fixed #24035 -- Clarified docs on CACHE_MIDDLEWARE_KEY_PREFIX vs ↵ | Frankie Robertson | |
| KEY_PREFIX Backport of 446b50b90e9e60760618b236d8b0ea75a3b19d5a from master | |||
| 2014-12-22 | [1.7.x] Fixed #23959 -- Clarified when checks automatically run. | Alexander Schulze | |
| Backport of cf2390be164bcb3c5670f73b0a7062d6141f8664 from master | |||
| 2014-12-22 | [1.7.x] Corrected scoping of savepoint example | David Cramer | |
| Backport of 27f68f8659a648cc9ed3e71f690959ed8a130c5a from master | |||
| 2014-12-17 | [1.7.x] Fixed display of lists after website redesign | Markus Holtermann | |
| Thanks Brian Jacobel for the report. refs django/djangoproject.com#197 Backport of c7786550c4ed396b8580db58f7da60e850894d19 from master | |||
| 2014-12-13 | [1.7.x] Updated advice on six.moves.range/xrange; refs #23812. | Tim Graham | |
| Backport of bc88ec550afd5ce972b8c902572c6447d89c0cc9 from master | |||
| 2014-12-12 | [1.7.x] Fixed #23982 -- Added doc note on generating Python 2/3 ↵ | Carl Meyer | |
| cross-compatible migrations. Thanks Luke Plant for the report, and Tim Graham, Simon Charette, and Markus Holtermann for review and discussion. This is a backport of d4bdddeefe35214f194cb85e40dbb761c206e7fa from master. | |||
| 2014-12-11 | [1.7.x] Fixed incorrect filter name in docs/topics/i18n/translation.txt. | Yohan Boniface | |
| Backport of 38fc463fbfb9b74c38f1e8c33e4c99bc2274a880 from master | |||
| 2014-12-06 | [1.7.x] Cleaned up a note in docs/topics/db/sql.txt. | wrwrwr | |
| Backport of 34a06d99e0fc96a0f0648bfde141d342e963e971 from master | |||
| 2014-12-05 | [1.7.x] Fixed #23955 -- Corrected formset fields in topic guide. | Young Yang | |
| Backport of f0c7a6f36005d489e049236922abe0bd3a3eac2c from master | |||
| 2014-12-03 | [1.7.x] Fixed typo in aggregation docs. | Tim Graham | |
| 2014-12-03 | [1.7.x] Documented a current limitation of multiple table annotation; refs ↵ | Benjamin Bach | |
| #10060. Backport of 4b23a6c7a9232cc07ec95fe98be17efbd4449822 from master | |||
| 2014-11-27 | [1.7.x] Added notes on registering signals in ready() and using dispatch_uid. | wrwrwr | |
| Refs #23641. Backport of d66bda60590daabe21f60a532a613a31a10fedbd from master | |||
| 2014-11-27 | [1.7.x] Fixed typo in docs/topics/forms/modelforms.txt. | wrwrwr | |
| Backport of a15aba66f2fc650f70a791fb7fa880cf85cb1229 from master | |||
| 2014-11-27 | [1.7.x] Fixed #23847 -- Improved the email_check example in the auth ↵ | Berker Peksag | |
| documentation. Backport of 87bd13617c57a806deb550e3af1c06ce00517a9c from master. | |||
| 2014-11-24 | [1.7.x] Fixed #23543 -- Added docs on testing management command output. | Danilo Bargen | |
| Backport of cdee8659763ee7044c1507bcd2202581b1744f0b from master | |||
| 2014-11-23 | [1.7.x] Fixed #23900 -- Added missing imports in code example. | Kevin Ndung'u | |
| The Preventing header injection example included classes that are not imported. Thanks to Collin Anderson and Berker Peksağ for the reviews. Backport of 0d74209ef66111f29f122d5f5fdf8e2964890cc5 from master. | |||
| 2014-11-21 | [1.7.x] Fixed #23778 -- Added a doc section on using the Django runner for ↵ | Stanislas Guerra | |
| reusable apps. Backport of 06726965c3e53e9a6b87e1532951a93d5f94f426 from master. | |||
| 2014-11-17 | [1.7.x] Fix malformed note directive. | Carl Meyer | |
| 2014-11-16 | [1.7.x] Fixed #23690 - fixed examples of manual rendering of form fields | nmundar | |
| Documentation for rendering form fields manually is now updated to use fields id_for_label instead of hardcoded values with additional mention of label_tag for alternative generation of complete label tag. Backport of 48515ee1f7bec437544a0a958332483298f4028b from master | |||
| 2014-11-15 | [1.7.x] Fixed #23793 -- Clarified password reset behavior in auth docs | Erik Romijn | |
| Backport of c5132382f081bd1b5a3618bbf23fa0cf720af14b from master. | |||
| 2014-11-13 | [1.7.x] Removed thread customizations of six which are now built-in. | Tim Graham | |
| Backport of 7ef81b5cdd from master | |||
| 2014-11-04 | [1.7.x] Added a warning about nonexistent FK constraints when unmigrated ↵ | Tim Graham | |
| apps depend on migrated ones. Thanks NotSqrt for the report; refs #23741. Backport of f0ff452451 from master | |||
| 2014-11-03 | [1.7.x] Fixed versionchanged indentation in docs/. | Berker Peksag | |
| Backport of 5c517ec218 from master | |||
| 2014-11-01 | [1.7.x] Fixed #23744 -- Fixed typo in selenium testing example. | Tim Graham | |
| Thanks djbug for the report. Backport of 6d0547c1ad from master | |||
| 2014-10-31 | [1.7.x] Added a warning about direct settings manipulation in tests. | Tim Graham | |
| Thanks Thomas Chaumeny for the initial patch. Backport of 3f651b3e88 from master | |||
