| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-05-25 | [1.7.x] Fixed #22692 -- Added docs for `makemigrations` two command options. | Moayad Mardini | |
| Added documentation about `--dry-run` and `--merge`. Backport of e98d303562 from master | |||
| 2014-05-25 | [1.7.x] Fixed typo in docs/ref/models/custom-lookups.txt. | Matthew Schinckel | |
| Backport of 2b432d4634 from master | |||
| 2014-05-24 | [1.7.x] Fixed #22688 -- Documented ready() may be called more than once | Claude Paroz | |
| Backport of b8fc167b32 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-22 | [1.7.x] Used link label in models FAQ to ease translation | Claude Paroz | |
| Backport of d9d924250 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-19 | [1.7.x] Fixed #22655 -- Fixed GeoQuerySet doc about strictly_below | Moayad Mardini | |
| The paragraph was a copy of strictly_above. Backport of 2f43229c2f from master | |||
| 2014-05-19 | [1.7.x] Fixed #22368 -- clarified connecting to Oracle DB using service name | Moayad Mardini | |
| Used the official terminology listed in http://docs.oracle.com/cd/B19306_01/network.102/b14212/glossary.htm#i997309 Thanks michael.cherkasov for the report. Backport of bfac6bef83 from master | |||
| 2014-05-17 | [1.7.x] Fixed #22644 -- Clarified documentation for NamedUrlWizardView | Erik Romijn | |
| Backport of 727d048f0991ccbd1564c6fb225ffbfd2f1a2102 from master. | |||
| 2014-05-16 | [1.7.x] Added stub release notes for 1.6.6. | Tim Graham | |
| Backport of 79e9da3d1e from master | |||
| 2014-05-16 | [1.7.x] Fixed case in form widgets docs | Claude Paroz | |
| Backport of 9494f29d from master | |||
| 2014-05-16 | [1.7.x] Fixed #22167 -- Improved documentation on context processors | Moritz | |
| Backport of e7ffba8f78849fbf60b98fb8d67ef4577b585e3b 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-15 | [1.7.x] Minor edits to latest release notes. | Tim Graham | |
| Backport of 860d31ac7a from master | |||
| 2014-05-15 | [1.7.x] Fixed #17642 -- Added min_num support to modelformsets, inlines, and ↵ | Anders Steinlein | |
| the admin. Thanks Stephen Burrows for work on the patch as well. | |||
| 2014-05-15 | [1.7.x] Fixed typo that disabled code example highlighting | Éric Araujo | |
| Backport of 5ab95168cc from master | |||
| 2014-05-14 | Added release notes for 1.4.13, 1.5.8, 1.6.5. | Jacob Kaplan-Moss | |
| 2014-05-13 | [1.7.x] Removed an unnecessary anchor in the docs. | Tim Graham | |
| Backport of a06808d370 from master | |||
| 2014-05-13 | [1.7.x] Fixed spelling mistake and added a word to the word list. | Tim Graham | |
| Backport of 1165e9992e from master | |||
| 2014-05-13 | [1.7.x] Fixed typo in transactions.txt | Haris Ibrahim K. V | |
| Backport of f2a8e47cfd from master | |||
| 2014-05-13 | [1.7.x] Fixed #22618 -- Improved import_string example. | Tim Graham | |
| Thanks ewjoachim for the sugggestion. Backport of c501662f3c from master | |||
| 2014-05-12 | [1.7.x] Fixed #22619 -- Corrected description of os.path. | Tim Graham | |
| Thanks Collin Anderson for the report. Backport of a1be7237ca from master | |||
| 2014-05-12 | [1.7.x] Added 1.6.5 release note for refs #22508. | Tim Graham | |
| Backport of 13087020a9 from master | |||
| 2014-05-12 | [1.7.x] Fixed #22613 -- Added formfield_for_choice_field() to the list of ↵ | Tim Graham | |
| methods that InlineModelAdmin supports. Backport of 986bd41f8a from master | |||
| 2014-05-11 | [1.7.x] Insert space. | Markus Amalthea Magnuson | |
| Backport of 8eb51a8cf6 from master | |||
| 2014-05-10 | [1.7.x] Link new testing tools document from main index. | Ramiro Morales | |
| 63df886df7 from master. | |||
| 2014-05-10 | [1.7.x] Fixed a few release notes typos. | Ramiro Morales | |
| 38036e16c8f from master. | |||
| 2014-05-07 | [1.7.x] Fixed #22496: Data migrations get transactions again! | Andrew Godwin | |
| 2014-05-07 | [1.7.x] Updated some docs for the delayed deprecation of legacy table ↵ | Tim Graham | |
| creation; refs #22340. Backport of a2e3c96948 from master | |||
| 2014-05-07 | [1.7.x] Fixed some markup problems in docs/releases/security.txt. | Tim Graham | |
| 2014-05-07 | [1.7.x] Bump DatabaseCreation deprecation to 2.0 (refs #22340) | Tim Graham | |
| Backport of 61da5f3f02 from master | |||
| 2014-05-06 | [1.7.x] Improve docs around deconstruction/serialisation (refs #22337) | Andrew Godwin | |
| 2014-05-06 | [1.7.x] Updated the messages context processor docs | Claude Paroz | |
| Refs #20610. Backport of 7951f125e frmo master. | |||
| 2014-05-05 | [1.7.x] Reordered tutorial 1 so that the database is configured first. | Tom | |
| This change is required after the introduction of SessionAuthenticationMiddleware to the default middleware Backport of 6923fdbbf1 from master | |||
| 2014-05-05 | [1.7.x] Fixed #1349 -- Clarified docs on serving files from STATIC/MEDIA_URL. | Tim Graham | |
| Backport of fb7c347f7b from master | |||
| 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-05-05 | [1.7.x] Fixed #22429 -- Incorrect SQL when using ~Q and F | Anssi Kääriäinen | |
| Backport of 5e1f4656b9 from master | |||
| 2014-05-03 | [1.7.x] Fix docs error with deconstruct() docs | Andrew Godwin | |
| 2014-05-02 | [1.7.x] Fixed #22565 -- Prevented pgettext_lazy crash with bytestring input | Claude Paroz | |
| Thanks ygbo for the report. Backport of 142c27218 from master. | |||
| 2014-05-02 | [1.7.x] Fixed #22558 -- Added missing word in contributing docs | Brenda J. Butler | |
| Backport of c8d257e81 from master. | |||
| 2014-05-01 | [1.7.x] Fixed #22551 -- Made oracle backend method Python 3 compatible | Claude Paroz | |
| Thanks fatal10110 at gmail.com for the report. The fix is 1.6-only because that code has been refactored in 1.7 (6983201cfb). 'Docs-only' forward port of 120a98120 from 1.6.x. | |||
| 2014-04-30 | [1.7.x] Fixed #22547 -- Added some links to tutorial 2. | Tim Graham | |
| Thanks bjb at sourcer.ca for the suggestion. Backport of b0d032f9fc from master | |||
| 2014-04-30 | [1.7.x] Fixed #22546 -- Removed idioms in tutorial 2. | Moayad Mardini | |
| Thanks bjb at sourcerer.ca for the suggestion. Backport of 927245ccd8 from master | |||
| 2014-04-30 | [1.7.x] Fixed #19195 -- Allow explicit ordering by a relation `_id` field. | Simon Charette | |
| Thanks to chrisedgemon for the report and shaib, akaariai and timgraham for the review. Backport of 24ec9538b7 from master | |||
| 2014-04-30 | [1.7.x] Fixed #22537 -- Add tests and improved docs for field subclass with ↵ | Mike Fogel | |
| choices. Backport of 7fd1b35ed7 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] Added stub release notes for 1.6.5. | Tim Graham | |
| Backport of 650065f0ef from master | |||
