| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-09-10 | [1.6.x] Took advantage of django.utils.six.moves.urllib.*. | Aymeric Augustin | |
| Backport of 6a6428a36 from master. | |||
| 2013-09-09 | [1.6.x] Fixed #16895 -- Warned about cost of QuerySet ordering | e0ne | |
| Thanks outofculture at gmail.com for the suggestion. Backport of cbf08c6b0c from master | |||
| 2013-09-07 | [1.6.x] Fixed #21068 -- Added some docs for DiscoverRunner | Tim Graham | |
| Thanks jcd. Backport of e4b012feeb from master | |||
| 2013-09-06 | [1.6.x] Fixed a link in topics/testing/overview.txt | Tim Graham | |
| Backport of 0c295a7718 from master | |||
| 2013-09-06 | [1.6.x] Fixed #20646 -- Clarified the use of AbstractBaseUser.REQUIRED_FIELDS | Tim Graham | |
| Thanks craigbruce. Backport of db3de52807 from master | |||
| 2013-09-05 | [1.6.x] Fixed #21035 -- Changed docs to treat the acronym SQL phonetically. | Eric Boersma | |
| The documentation and comments now all use 'an' to refer to the word SQL and not 'a'. Backport of 4d13cc56de from master | |||
| 2013-09-03 | [1.6.x] Replaced "not PY3" by "PY2", new in six 1.4.0. | Aymeric Augustin | |
| Conflicts: django/db/backends/oracle/base.py django/db/backends/sqlite3/base.py django/db/models/base.py Backport of 365c3e8b from master. | |||
| 2013-09-03 | [1.6.x] Fixed #21002 -- Documented JSON session serialization requires ↵ | Tim Graham | |
| string keys Thanks jeroen.pulles at redslider.net for the report. Backport of 3baf1d1042 from master | |||
| 2013-08-31 | [1.6.x] Made the doc about translating string literals in templates more ↵ | Loic Bistuer | |
| prominent. Backport of 9885f07757 from master | |||
| 2013-08-28 | [1.6.x] Minor spelling correction in ModelForms docs | Phaneendra Chiruvella | |
| Backport of 2fbf949760 from master | |||
| 2013-08-27 | [1.6.x] Fixed #20981 -- Noted the default value of disable_existing_loggers. | Krzysztof Jurewicz | |
| Backport of 095643e691 from master | |||
| 2013-08-27 | [1.6.x] Fixed typo in docs/topics/conditional-view-processing.txt | Jan Böcker | |
| Backport of 5fd2c979cb from master | |||
| 2013-08-22 | [1.6.x] Typos introduced in 57c82f909b. | Ramiro Morales | |
| 2013-08-22 | [1.6.x] Fixed #20922 -- Allowed customizing the serializer used by ↵ | Tim Graham | |
| contrib.sessions Added settings.SESSION_SERIALIZER which is the import path of a serializer to use for sessions. Thanks apollo13, carljm, shaib, akaariai, charettes, and dstufft for reviews. Backport of b0ce6fe656 from master | |||
| 2013-08-22 | [1.6.x] Documentation -- Clarified use of 'view' in test client introduction. | Kevin Christopher Henry | |
| Backport of 2e926b041c from master | |||
| 2013-08-22 | [1.6.x] Made description of LANGUAGE_CODE setting more clear. | Ramiro Morales | |
| 297f5af222bde02a7cdd005da2e4b00ec81801de from master. | |||
| 2013-08-10 | [1.6.x] Fixed #20890 -- Added missing import in class-based view docs. | Tim Graham | |
| Thanks André Augusto. Backport of ab680725bf from master | |||
| 2013-08-06 | [1.6.x] Added section labels in cache docs | Leandro Regueiro | |
| Backport of 709cd2c4b7 from master | |||
| 2013-08-05 | [1.6.x] Fixed #20862 -- Updated startproject MIDDLEWARE_CLASSES in docs. | Tim Graham | |
| Thanks Keryn Knight. Backport of 26c4bd38ac from master | |||
| 2013-08-04 | [1.6.x] Fixed #20855 -- Added documentation of current_app and extra_context ↵ | Justin Michalicek | |
| params to django.contrib.auth views refs #5298 and refs #8342 Backport of 61ecb5f48a from master | |||
| 2013-08-03 | [1.6.x] Added missing request argument to example in URL dispatcher docs | Alasdair Nicol | |
| Backport of a0c58113b9 from master | |||
| 2013-07-29 | [1.6.x] Misc doc cleanups. | minusf | |
| Backport of 70c080fcdb from master | |||
| 2013-07-29 | [1.6.x] Fixed #20774 -- Mention the new django-localflavor app as a ↵ | Jannis Leidel | |
| replacement for the contrib app. Backport from master. | |||
| 2013-07-28 | [1.6.x] Fixed ReST typo in topics/class-based-views/mixins.txt | Tim Graham | |
| Backport of 0b35a2cce3 from master | |||
| 2013-07-19 | [1.6.x] LocaleMiddleware isn't default anymore (corrected docs) | Sergio Oliveira | |
| Changed in @23229061fcb836ecca2195cc75f91e331279a5d1 Backport of cf6c754629 from master | |||
| 2013-07-19 | [1.6.x] Fixed Croatia's country code in `localflavor` docs | Matt Deacalion Stevens | |
| Backport of 97e5398629 from master | |||
| 2013-07-19 | [1.6.x] Fixed #20772 -- Fixed minor typo in form media docs. | Loic Bistuer | |
| Backport of aa41eb9b8b from master | |||
| 2013-07-18 | [1.6.x] Fixed #20762 -- Clarified that add_fieldsets is not a standard ↵ | Tim Graham | |
| ModelAdmin attribute. Backport of dce8945ea6 from master | |||
| 2013-07-16 | [1.6.x] Reworked docs for ModelForm validation. | Loic Bistuer | |
| Backport of fba6c2ede7 from master | |||
| 2013-07-14 | [1.6.x] Fixed grammatical error in auth docs | David Binetti | |
| Backport of 51b50c47c7 from master | |||
| 2013-07-11 | [1.6.x] Fixed #20730 -- Fixed "Programmatically creating permissions" error. | Tim Graham | |
| Thanks glarrain for the report. Backport of 684a606a4e from master | |||
| 2013-07-09 | [1.6.x] Fixed #18261 -- Clarified 'project root directory' | SusanTan | |
| Backport of ef3fddf26e from master | |||
| 2013-07-08 | [1.6.x] Fixed #19695 -- Retitle "Form Media" to "Form Assets". | James Bennett | |
| Backport of c0f03175ce from master | |||
| 2013-07-08 | [1.6.x] Fixed #16965 -- Clarified Formset can_delete docs. | Tim Graham | |
| Thanks gregcorey@ for the suggestion. Backport of 660c30ed95 from master | |||
| 2013-07-08 | [1.6.x] Fixed #12346 -- Added a note on how to validate InlineFormSets. | Tim Graham | |
| Thanks johnsmith for the suggestion. Backport of 181f63c22d from master | |||
| 2013-07-05 | [1.6.x] Fixed #20224 -- Update docs examples which mention __unicode__ | Claude Paroz | |
| Thanks Marc Tamlyn and Tim Graham for the review. Backport of 7442eb1a24 from master. | |||
| 2013-07-04 | [1.6.x] Fixed #20134 -- Correct list of fields that UserManager requires. | Tim Graham | |
| Thanks semenov and pegler. Backport of da5069f68f from master. | |||
| 2013-07-04 | [1.6.x] Fixed #20690 -- Mentioned LOCALE_PATHS earlier in translation docs. | Tim Graham | |
| Thanks rene@ for the suggestion. Backport of 231e31c690 from master. | |||
| 2013-07-03 | [1.6.x] Fixed #20609 -- Documented how to use request.user with RequestFactory | SusanTan | |
| Thanks michel@ for the suggestion. Backport of 067e0424ce from master. | |||
| 2013-07-03 | [1.6.x] Fixed #20687 -- Added documentation for django.core.signing API. | Tomáš Ehrlich | |
| Thanks Baptiste Mispelon for the suggestion. Backport of c5bc98d7e1 from master. | |||
| 2013-07-02 | [1.6.x] A couple more semicolon -> colon fixes; refs #18134. | Tim Graham | |
| Backport of 3632d289de from master. | |||
| 2013-07-01 | [1.6.x] Fixed #20659 -- Fixed PublisherDetail in CBV topic documentation. | Baptiste Mispelon | |
| Backport of 88de53d4a86548016f245a1413b856aa334bc737 from master. | |||
| 2013-07-01 | Stopped branding Python 3 support as experimental. | Aymeric Augustin | |
| 2013-06-30 | [1.6.x] Fixed #20667 - Removed discussion of DEBUG from tutorial. | Tim Graham | |
| Backport of 0d642aac86 from master. | |||
| 2013-06-28 | Support 'pyformat' style parameters in raw queries, Refs #10070 | Shai Berger | |
| Add support for Oracle, fix an issue with the repr of RawQuerySet, add tests and documentations. Also added a 'supports_paramstyle_pyformat' database feature, True by default, False for SQLite. Thanks Donald Stufft for review of documentation. | |||
| 2013-06-27 | Fixed #20571 -- Added an API to control connection.needs_rollback. | Aymeric Augustin | |
| This is useful: - to force a rollback on the exit of an atomic block without having to raise and catch an exception; - to prevent a rollback after handling an exception manually. | |||
| 2013-06-27 | Fixed #20590: Documented new test case ordering | Andrew Godwin | |
| 2013-06-26 | Fixed #14881 -- Modified password reset to work with a non-integer UserModel.pk. | Tim Graham | |
| uid is now base64 encoded in password reset URLs/views. A backwards compatible password_reset_confirm view/URL will allow password reset links generated before this change to continue to work. This view will be removed in Django 1.7. Thanks jonash for the initial patch and claudep for the review. | |||
| 2013-06-26 | Fixed #20658 -- Fixed bad reST formatting and missing parentheses in the ↵ | Loic Bistuer | |
| docs for CBV mixins Thanks to Keryn Knight for the report. | |||
| 2013-06-24 | Clarified get_list_or_404 docs, refs #14150. | Tim Graham | |
