summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2014-12-07[1.6.x] Fixed typo in docs/howto/deployment/wsgi/uwsgi.txt.Vladimir Rutsky
2014-12-06[1.6.x] Fixed #23965 -- Mentioned that FieldFile inherits from FileTim Graham
2014-12-06[1.6.x] Cleaned up a note in docs/topics/db/sql.txt.wrwrwr
2014-12-05[1.6.x] Corrected example in Form.has_changed() docs.Tim Graham
2014-12-05[1.6.x] Fixed #23955 -- Corrected formset fields in topic guide.Young Yang
2014-12-03[1.6.x] Fixed typo in aggregation docs.Tim Graham
2014-12-03[1.6.x] Documented a current limitation of multiple table annotation; refs #1...Benjamin Bach
2014-12-03[1.6.x] Fixed typo in docs/ref/request-response.txt.Theodoros Ikonomou
2014-11-25[1.6.x] Fixed #23754 -- Always allowed reference to the primary key in the adminSimon Charette
2014-11-25[1.6.x] Added warning about get_inline_instances() permission checking; refs ...Simon Charette
2014-11-24[1.6.x] Further fixes to the migration notes for get_query_setLuke Plant
2014-11-24[1.6.x] Fixed #23543 -- Added docs on testing management command output.Danilo Bargen
2014-11-24[1.6.x] Better migration docs for get_query_set -> get_querysetLuke Plant
2014-11-23[1.6.x] Fixed #23900 -- Added missing imports in code example.Kevin Ndung'u
2014-11-20[1.6.x] Added missing backticks to form validation docsAlasdair Nicol
2014-11-20[1.6.x] Fixed #23817 -- Updated docs on QuerySet evaluationMichal Petrucha
2014-11-16[1.6.x] Fixes a race condition in the documentation.Peter Sagerson
2014-11-15[1.6.x] Fixed #23793 -- Clarified password reset behavior in auth docsErik Romijn
2014-11-15[1.6.x] Fixed #23665 -- Noted precedence of settings.USE_L10N in MONTH_DAY_FO...Berker Peksag
2014-11-13[1.6.x] Removed thread customizations of six which are now built-in.Tim Graham
2014-11-12[1.6.x] Fixed #23774 -- Clarified QuerySet.order_by() and related models.Tim Graham
2014-11-10[1.6.x] Fixed a typo in 1.6 release notes.aruseni
2014-11-09[1.6.x] Fixed #23785 -- Typo in docs/releases/1.6.txtTim Graham
2014-11-04[1.6.x] Updated six to 1.8.0.Tim Graham
2014-11-01[1.6.x] Fixed #23744 -- Fixed typo in selenium testing example.Tim Graham
2014-10-31[1.6.x] Added a warning about direct settings manipulation in tests.Tim Graham
2014-10-30[1.6.x] Fixed #23735 -- Clarified that admindocs must be enabled to view temp...Tim Graham
2014-10-30[1.6.x] Fixed #23736 -- Corrected the description of the value that silent_va...Tim Graham
2014-10-30[1.6.x] Fixed #23737 -- Recommended the render() shortcut more strongly.Tim Graham
2014-10-30[1.6.x] Fixed #23734 -- Replaced striptags in template filter overview since ...Tim Graham
2014-10-30[1.6.x] Explained why admindocs omits model methods with arguments.Zan Anderle
2014-10-30[1.6.x] Converted seealso directives to use 4 space indendation.Berker Peksag
2014-10-30[1.6.x] Fixed #23725 -- Substituted AUTH_USER_MODEL for User in docs.Raul Cumplido
2014-10-29[1.6.x] Added cross reference in admin docs to topic about saving objects in ...P.A. SCHEMBRI
2014-10-27[1.6.x] Fixed QuerySet datetimes argument name in docs.Oliver Meinusch
2014-10-27[1.6.x] Fixed #23708 -- Corrected mod_wsgi docs reference to nonexistent comm...Tim Graham
2014-10-27[1.6.x] Fixed documentation of make_password kwargs.Ilya Baryshev
2014-10-24[1.6.x] Replaced dead links to python-distribute.org.Tim Graham
2014-10-23[1.6.x] Fixed #23705 -- Removed unnecessary AliasMatch from example Apache co...Tim Graham
2014-10-22[1.6.x] Added release dates to release notes.Tim Graham
2014-10-19[1.6.x] Fixed a typo in urlencode documentation.wrwrwr
2014-10-18[1.6.x] Fixed #23676 -- Rearranged sentence; "by default" applies only to max...Jon Dufresne
2014-10-16[1.6.x] Fixed some intersphinx references.Tim Graham
2014-10-15[1.6.x] Fixed pep8 in docs/topics/logging.txtIan Lee
2014-10-10[1.6.x] Fixed #23631 -- Removed outdated note on MySQL timezone support.Tim Graham
2014-10-06[1.6.x] Updated links in admin docs to use :ref:Kostochko Dmitriy
2014-10-06[1.6.x] Fixed #23604 -- Allowed related m2m fields to be references in the ad...Emmanuelle Delescolle
2014-10-06[1.6.x] Fixed #23597 -- Clarified the manager that {Single,Multiple}ObjectMix...Ismail Badawi
2014-10-02[1.6.x] Documented how to rename get_query_set if you are a library authorLuke Plant
2014-10-01[1.6.x] Added flat=False to signature of QuerySet.values_list()jnothman