| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-10-20 | [1.7.x] Fixed #20609 -- Added instructions for using AnonymousUser with ↵ | Tim Graham | |
| RequestFactory. Backport of a39df37049 from master | |||
| 2014-10-16 | [1.7.x] Fixed some intersphinx references. | Tim Graham | |
| Backport of babbf18999 from master | |||
| 2014-10-15 | [1.7.x] Fixed pep8 in docs/topics/logging.txt | Ian Lee | |
| Backport of 947af46db3 from master | |||
| 2014-10-09 | [1.7.x] Fixed #23365 -- Added support for timezone-aware datetimes to ↵ | Rudy Mutter | |
| migrations. Backport of a407b846b4 from master | |||
| 2014-10-06 | [1.7.x] Fixed #23597 -- Clarified the manager that ↵ | Ismail Badawi | |
| {Single,Multiple}ObjectMixin.model uses. Backport of e501d4c505 from master | |||
| 2014-10-01 | [1.7.x] Fixed #23578 -- Changed examples in docs to use patterns | Alasdair Nicol | |
| 2014-09-29 | [1.7.x] Fixed #17638 -- Added crosslinks between topic and reference guides. | Duane Hilton | |
| Thanks oinopion for the suggestion and jarus for the initial patch. Backport of 054bdfeff1 from master | |||
| 2014-09-29 | [1.7.x] Fixed typo in docs/topics/db/managers.txt | Greg Brown | |
| Backport of 9e8658db51 from master | |||
| 2014-09-26 | [1.7.X] How many is two? | Carl Meyer | |
| 2014-09-26 | [1.7.X] Fixed #23561 -- Corrected a security doc example that requires an ↵ | Carl Meyer | |
| unquoted HTML attribute. Thanks "djbug" for the report. | |||
| 2014-09-25 | [1.7.x] Replaced input by textarea in forms docs | Claude Paroz | |
| Backport of 5066fda34d from master. | |||
| 2014-09-24 | [1.7.x] Fixed #23421 -- Corrected TEST SERIALIZE setting. | Tim Graham | |
| Thanks gkoller for the report and Markus Holtermann for review. | |||
| 2014-09-24 | [1.7.x] Fixed #23473 -- Documented that @deconstructible classes need __eq__. | Markus Holtermann | |
| Backport of 066e672d79 from master | |||
| 2014-09-24 | [1.7.x] Added SuspiciousOperation to list of caught exceptions in testing docs. | Thomas Grainger | |
| Backport of 21683011d5 from master | |||
| 2014-09-21 | [1.7.x] Fixed #23529 -- Replaced comments tag library with humanize in docs | Ola Sitarska | |
| Backport of ee442e97da390b7136dc12b66ddfa70263a60b5c from master. | |||
| 2014-09-11 | [1.7.x] Added link to LogRecord attributes in logging.txt | Gabe Jackson | |
| Backport of c5b4145fca from master | |||
| 2014-09-10 | [1.7.x] Fixed typo in topics/forms/formsets.txt | Tim Graham | |
| Backport of e265112cd1 from master | |||
| 2014-09-10 | [1.7.x] Fixed an instance of 'an' before a word beginning with a consonant. | Iain Dawson | |
| Backport of ef8ef2a42d from master | |||
| 2014-09-09 | [1.7.x] Note re migrations importing custom fields | Greg Brown | |
| Backport of b4d486c80f from master | |||
| 2014-09-08 | [1.7.x] Fixed #23307 -- Clarified the way max_num limits the output of formsets. | Octowl | |
| Thanks velle for the report. Backport of 5f3806b861 from master | |||
| 2014-09-05 | [1.7.x] Fixed #22161 -- Documented send() with no recipients won't raise an ↵ | oromero | |
| exception. Backport of 0f0a5c07f9 from master | |||
| 2014-09-05 | [1.7.x] Update docs to be more clear about nested classes (refs #23418) | Andrew Godwin | |
| 2014-09-05 | [1.7.x] Fixed typo in docs/topics/checks.txt. | Sébastien Fievet | |
| Backport of 0f90f741de from master | |||
| 2014-09-03 | [1.7.x] Fixed typo in docs/topics/db/transactions.txt. | Corey Farwell | |
| Backport of 4db75925be from master | |||
| 2014-09-02 | [1.7.x] Fixed #23400 -- Added "Remove 'south' from INSTALLED_APPS" to ↵ | Tim Graham | |
| upgrade instructions. Thanks dgrant for the report. Backport of bda2809712 from master | |||
| 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 | |||
