summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* [1.7.x] Made minor edits to docs/intro/tutorial01.textI am Clinton2015-05-191-9/+9
| | | | Backport of f3b51f51931d42cbba8a18e34d0aaee1b2f085bc from master
* [1.7.x] Fixed typos in docs/ref/request-response.txtI am Clinton2015-05-181-4/+4
| | | | Backport of e4f0e5a981e1965bd6b6b5d51f87499fa5f780b3 from master
* [1.7.x] Fixed #24789 -- Fixed wrong positional args order in doc exampleCharles Dee Rice2015-05-131-1/+1
| | | | | | | | | Arguments shown in example code (signal, sender, instance) appeared to be the incorrect positional arguments for a post_save signal (which might start as: sender, instance, created), as documented: ​https://docs.djangoproject.com/en/1.8/ref/signals/#post-save Backport of 4f3c44424187de20d7f75fdde6624b9f683a9cf2 from master.
* [1.7.x] Light edits to docs/topics/forms/index.txtI am Clinton2015-05-121-12/+12
| | | | Backport of ec74dba2ab3f04fb828c0b926b49f63ec8486dd8 from master
* [1.7.x] Fixed #24780 -- Removed outdated discussion of signals and custom users.Tim Graham2015-05-111-9/+0
| | | | Backport of 8e86d9d3dfd68bebbfd1dd5006e0c25696855269 from master
* [1.7.x] Fixed typos in docs/ref/contrib/gis/geoquerysets.txtSławomir Ehlert2015-05-061-2/+2
| | | | Backport of 64ed8cdc9f2f7333b2a9fd6b318f520278c39293 from master
* [1.7.x] Refs #21357 -- Added a working session example to the docs.Simon Baechler2015-05-051-8/+16
|
* [1.7.x] Fixed typo in translation import statementJosé Padilla2015-05-021-1/+1
| | | | Backport of b0bd1f0e19857ed8c085f4621c5b7fcfde5ec040 from master
* [1.7.x] Post-release version bump.Tim Graham2015-05-011-1/+1
|
* Bumped version for 1.7.8 release.1.7.8Tim Graham2015-05-011-1/+1
|
* [1.7.x] Added dates to release notes.Tim Graham2015-05-011-3/+3
| | | | Backport of 06aaed41a4a9b8da8aca5854a45e457c0b72210e from master
* [1.7.x] Added translation.override() context manager to docs.Dmitry Medvinsky2015-04-291-0/+11
| | | | Backport of cf34ee68f0d70cfbcba40524b5d1086ad94874e1 from master
* [1.7.x] Fixed typo in docs/topics/i18n/translation.txtMounir2015-04-281-1/+1
| | | | Backport of 25b52d04f6eace3b702adf7c6ab68daf1867c7e3 from master
* [1.7.x] Fixed #24704 -- Clarified system check interaction with runserver.Tim Graham2015-04-251-3/+3
| | | | Backport of 0f2e82b9ec9797147945a6f9a402b5ae0fb1d9f4 from master
* [1.7.x] Added missing comma in LocMemCache example.Nik Nyby2015-04-241-1/+1
| | | | Backport of 9d6914da668d9a38537d4c29e3601f06dd830477 from master
* [1.7.x] Updated startproject MIDDLEWARE_CLASSES in docs.Daniel Harding2015-04-241-0/+1
| | | | Backport of ad31bc0565914c4676bfb7c116c4be407a367be4 from master
* [1.7.x] Fixed #24613 -- Added example to QuerySet.defer() documentationRichard Eames2015-04-221-0/+24
| | | | Backport of dd99f57710bb4930561a6c049f54719af80850ec from master
* [1.7.x] Fixed #24684 -- Typo in docs/topics/forms/modelforms.txtTim Graham2015-04-221-1/+1
| | | | Backport of 1418f7530455abf3e6f743164ae15ee6b2566a3c from master
* [1.7.x] Fixed #24674 -- Documented the correct NullBooleanField formfield.Simon Charette2015-04-201-1/+1
| | | | | | Thanks to knbk for the report. Backport of 37e23c606031d5b34197e196fb6e6fed0137bb37 from master
* [1.7.x] Fixed typo in docs/topics/class-based-views/intro.txtAnton2015-04-201-4/+3
| | | | Backport of f5fbddf22f5e9b760e76ef35f104270026c60693 from master
* [1.7.x] Fixed #24668 -- Amended ModelAdmin.save_formset() example for #10284.Tim Graham2015-04-201-0/+2
| | | | | | Thanks Carsten Fuchs. Backport of e15c55e2bf5eb2f1073d18b4ee6fdce2369820f2 from master
* [1.7.x] Fixed #11078 -- Removed inaccurate docs about proxy models Meta.Marco Santamaria2015-04-201-3/+0
| | | | Backport of bae72bdd2aa93472617ed28fc3d5a01f0920ea6e from master
* [1.7.x] Fixed #24595 Oracle test failureShai Berger2015-04-181-4/+21
| | | | | | | The only problem for Oracle was the test, which tested nullity on text/char fields -- but Oracle interprets_empty_strings_as_null. Backport of d5a0acc from master
* [1.7.x] Fixed #24657 -- Fixed include template tag example.Tim Graham2015-04-171-2/+4
| | | | | | Thanks pattypatpat for the report. Backport of f47c796b52a3c504d487c2484153fa5d90a25a74 from master
* [1.7.x] Fixed #24595 -- Prevented loss of null info in MySQL field alterationClaude Paroz2015-04-176-29/+90
| | | | | | Thanks Simon Percivall for the report, and Simon Charette and Tim Graham for the reviews. Backport of 02260ea3f61b from master.
* [1.7.x] Fixed #24605 -- Fixed incorrect reference to alias in subquery.Anssi Kääriäinen2015-04-164-21/+67
| | | | | | | Thanks to charettes and priidukull for investigating the issue, and to kurevin for the report. Backport of 355c5edd9390caad5725375abca03460805f663b from master
* [1.7.x] Fixed #23984 -- Added Javascript i18n documentationDaniel Lindsley2015-04-161-7/+110
| | | | | | | | This fleshes out the documentation around all of the exported Javascript functions available from the ``javascript_catalog`` view. Backport of 8ca9bc5ec326c0b01634dac264a9ba6f0857483e from master
* [1.7.x] Fixed #24644 -- Added HTTP_ACCEPT to example headers list.Abdulrahman Alotaibi2015-04-161-2/+3
| | | | Backport of 62261ddd0f2d5f2e6bcce013f2913cdb1b1f0be0 from master
* [1.7.x] Fixed typos in the 1.7.7 release notes.Simon Charette2015-04-141-1/+1
| | | | Backport of 28e89783254ac0899a26eee324555a9033ccbe9a from master
* [1.7.x] Fixed title in 1.7.8 release notesMarkus Holtermann2015-04-141-1/+1
| | | | | | Refs d74903e4fb381576e5cb0cbfbd19555bcd255752 Backport of 825bb0ab08cec353edcd2b9aea651bfe9392ef97 from master
* [1.7.x] Fixed #24637 -- Fixed database introspection with SQLite 3.8.9.peterfarrell2015-04-143-1/+13
| | | | Backport of f8e8853b51476af1cc75a229dadc990c9ccf45ec from master
* [1.7.x] Fixed typos in docs/ref/templates/api.txtTim Graham2015-04-141-4/+4
| | | | Backport of c612786cf15e2e1d00162ed4e335e83b75e6c978 from master
* [1.7.x] Fixed formatting in docs/ref/templates/builtins.txtMaxime Lorant2015-04-141-7/+7
| | | | Backport of 6023312dde022d31d44373e8834431456095dc7c from master
* [1.7.x] Fixed typo in docs/howto/deployment/wsgi/apache-auth.txtAfriza N. Arief2015-04-131-1/+1
| | | | Backport of b295fcd19c00706d7f60db73741c1311ee141409 from master
* [1.7.x] Fixed #24600 -- Fixed inaccurate example in template Context docs.Tim Graham2015-04-081-1/+3
| | | | | | Thanks pattypatpat for the report. Backport of 3acefcefeb5283473ac35d7e842027814d57d574 from master
* [1.7.x] Fixed typo in docs/intro/tutorial02.txtMarios Zindilis2015-04-071-1/+1
| | | | Backport of 7a7c797234aede7603e92a0a90b9f4c4a8b92a0c from master
* [1.7.x] Added admonition about reusable apps and AUTH_USER_PROFILE.Thomas Güttler2015-04-061-0/+8
| | | | Backport of 566c9362363f4b65cc64a35f907c2d6c39d0289e from master
* [1.7.x] Added link to download page to find supported versions.Tim Graham2015-04-041-7/+5
| | | | Backport of 8c4827ec1d44fee05db189766174c115795a495e from master
* [1.7.x] Fixed #24556 -- Added reminder about HTTPS to passwords docs.Sam Thursfield2015-04-031-0/+8
| | | | Backport of 1119063c69eb4fc091c212e59462f3ec3d5676a4 from master
* [1.7.x] Fixed typo in docs/internals/deprecation.txtKrzysztof Gogolewski2015-04-011-1/+1
|
* [1.7.x] Fixed typo in docs/ref/templates/builtins.txtJoost Rijneveld2015-03-311-1/+1
| | | | Backport of 48ddc66219deaac2aa5fa3d2cb0f420404d6b8ec from master
* [1.7.x] Fixed typo in docs/topics/cache.txtKostochko Dmitriy2015-03-311-1/+1
| | | | Backport of d026eb63666a34382912cf68af75492fc583b9db from master
* [1.7.x] Fixed #15590 -- Documented how the path of a FileField can be changed.Jorge Barata González2015-03-301-0/+17
| | | | | | | Thanks simon29 for report, and freakboy3742, floledermann, jacob, claudep and collinanderson for discussing the task. Backport of 931a340f1feca05b7a9f95efb9a3ba62b93b37f9 from master
* [1.7.x] Fixed #24281 -- Improved docs for timezone handling for auto_now and ↵Christopher Luc2015-03-292-2/+11
| | | | | | | | | auto_now_add Thanks djbug for the report and Aymeric Augustin and Carl Meyer for the review. Backport of 8119876d4a533fbc2ba4d1c30eaddbcc28119488 from master
* [1.7.x] Fixed #24541 -- Clarified ModelFormSet's handling of initial data.Tim Graham2015-03-281-1/+2
| | | | Backport of 6de3a1e2c34ae5bfcdec3ebbf3d682aa578ecae0 from master
* [1.7.x] Fixed syntax highlighting in docs/topics/auth/default.txtTim Graham2015-03-281-0/+4
| | | | Backport of 3e132406e3a95b3fe54e75129013e10bf3e9e86a from master
* [1.7.x] Fixed typo in docs/topics/forms/modelforms.txtSaeX2015-03-281-1/+1
| | | | Backport of 19e41a9799079ddae3ba94f95d25577ab4232037 from master
* [1.7.x] Fixed #24519 -- Clarified location of templates directory in tutorial 2.Tim Graham2015-03-271-4/+4
| | | | Backport of 2acf9d099d29f45c829ee0127e55b7cfdd201995 from master
* [1.7.x] Corrected typo in documentationDavid Seddon2015-03-251-1/+1
| | | | Backport of 0f6f80c2e7736ec4e2aa40287fe8c37ffff0a783 from master
* [1.7.x] Fixed #24361 -- Clarified docs on reconfiguring logging.Tim Graham2015-03-241-27/+78
| | | | | | | Thanks Tuttle for the report and draft patch, and Carl Meyer for help and review. Backport of c633667da3605208ea5fc137f5322c599f48da69 from master