summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2014-12-07[1.6.x] Fixed typo in docs/howto/deployment/wsgi/uwsgi.txt.Vladimir Rutsky
Backport of 1a408e42eef34d8302da06fcbeaccfa6395d1c92 from master
2014-12-06[1.6.x] Fixed #23965 -- Mentioned that FieldFile inherits from FileTim Graham
Backport of 5281d9620d13386fd4403f7aa6b9a2afd9b5a93f from master
2014-12-06[1.6.x] Cleaned up a note in docs/topics/db/sql.txt.wrwrwr
Backport of 34a06d99e0fc96a0f0648bfde141d342e963e971 from master
2014-12-05[1.6.x] Corrected example in Form.has_changed() docs.Tim Graham
Backport of ebfadb808043c689b19cfee818c10f63866ee8fc from master
2014-12-05[1.6.x] Fixed #23955 -- Corrected formset fields in topic guide.Young Yang
Backport of f0c7a6f36005d489e049236922abe0bd3a3eac2c from master
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 ↵Benjamin Bach
#10060. Backport of 4b23a6c7a9232cc07ec95fe98be17efbd4449822 from master
2014-12-03[1.6.x] Fixed typo in docs/ref/request-response.txt.Theodoros Ikonomou
Backport of 49d034fff21213b369c08b39772e0437c3cc723b from master
2014-11-25[1.6.x] Fixed #23754 -- Always allowed reference to the primary key in the adminSimon Charette
This change allows dynamically created inlines "Add related" button to work correcly as long as their associated foreign key is pointing to the primary key of the related model. Thanks to amorce for the report, Julien Phalip for the initial patch, and Collin Anderson for the review. Backport of f9c4e14aeca7df79991bca8ac2d743953cbd095c from master
2014-11-25[1.6.x] Added warning about get_inline_instances() permission checking; refs ↵Simon Charette
#23754. Backport of e0d1f2684ae60573b209783f9fd4f9db163ad704 from master
2014-11-24[1.6.x] Further fixes to the migration notes for get_query_setLuke Plant
This rename is very tricky for the case of subclasses which define get_query_set and haven't been updated yet, which applies to all projects in the form of RelatedManager from Django 1.5. Backport of 0c623da66406d1f20b5e26d497d57da5ad0de066 from master
2014-11-24[1.6.x] Fixed #23543 -- Added docs on testing management command output.Danilo Bargen
Backport of cdee8659763ee7044c1507bcd2202581b1744f0b from master
2014-11-24[1.6.x] Better migration docs for get_query_set -> get_querysetLuke Plant
This way they won't need to fix things again when get_query_set disappears Backport of 91e2780dfba5609b0f83d51aee1cf7e8fe78b1f7 from master
2014-11-23[1.6.x] Fixed #23900 -- Added missing imports in code example.Kevin Ndung'u
The Preventing header injection example included classes that are not imported. Thanks to Collin Anderson and Berker Peksağ for the reviews. Backport of 0d74209ef66111f29f122d5f5fdf8e2964890cc5 from master.
2014-11-20[1.6.x] Added missing backticks to form validation docsAlasdair Nicol
Backport of 38ab0f13fac428dd05dad02ef7c94da5035927ad from master
2014-11-20[1.6.x] Fixed #23817 -- Updated docs on QuerySet evaluationMichal Petrucha
Removed inaccurate info about partial evaluation after refs #18702. Added information on modifying sliced QuerySets; refs #22503. Backport of 327df551e89a505c5756becee97c40198f38aff2 from master
2014-11-16[1.6.x] Fixes a race condition in the documentation.Peter Sagerson
The example for django.contrib.admin.ModelAdmin.get_form modifies self.exclude. However, since ModelAdmin instances are global and have no thread- or request-locality, this is not safe for concurrent requests.[1] This updated documentation demonstrates a safe method to override admin forms on a per-request basis. [1] https://groups.google.com/forum/#!topic/django-users/AmoUDtEefyA Backport of 0d1a9d203a970a82a2f81edf0ba7d4b55442fd78 from master
2014-11-15[1.6.x] Fixed #23793 -- Clarified password reset behavior in auth docsErik Romijn
Backport of c5132382f081bd1b5a3618bbf23fa0cf720af14b from master.
2014-11-15[1.6.x] Fixed #23665 -- Noted precedence of settings.USE_L10N in ↵Berker Peksag
MONTH_DAY_FORMAT and YEAR_MONTH. Backport of 4f90c99635149fae2f488c03f0b52303fe97e0aa from master
2014-11-13[1.6.x] Removed thread customizations of six which are now built-in.Tim Graham
Backport of 7ef81b5cdd4c8eda12aa7786484a0bfde00aaaa4 from master
2014-11-12[1.6.x] Fixed #23774 -- Clarified QuerySet.order_by() and related models.Tim Graham
Backport of 11b7680d0e from master
2014-11-10[1.6.x] Fixed a typo in 1.6 release notes.aruseni
Backport of 006451f894 from master
2014-11-09[1.6.x] Fixed #23785 -- Typo in docs/releases/1.6.txtTim Graham
Backport of 091f5b5a4e from master
2014-11-04[1.6.x] Updated six to 1.8.0.Tim Graham
Backport of 81477c91f6 from master
2014-11-01[1.6.x] Fixed #23744 -- Fixed typo in selenium testing example.Tim Graham
Thanks djbug for the report. Backport of 6d0547c1ad from master
2014-10-31[1.6.x] Added a warning about direct settings manipulation in tests.Tim Graham
Thanks Thomas Chaumeny for the initial patch. Backport of 3f651b3e88 from master
2014-10-30[1.6.x] Fixed #23735 -- Clarified that admindocs must be enabled to view ↵Tim Graham
template tag libraries in admin. Thanks Aymeric Augustin for the report. Backport of 19242c675f from master
2014-10-30[1.6.x] Fixed #23736 -- Corrected the description of the value that ↵Tim Graham
silent_variable_failure uses. Thanks Aymeric Augustin for the report. Backport of e7cb4f2fba from master
2014-10-30[1.6.x] Fixed #23737 -- Recommended the render() shortcut more strongly.Tim Graham
Thanks Aymeric Augustin for the report. Backport of f85fcc75e3 from master
2014-10-30[1.6.x] Fixed #23734 -- Replaced striptags in template filter overview since ↵Tim Graham
it has security implications. Thanks Aymeric Augustin for the suggestion. Backport of 08c5887f13 from master
2014-10-30[1.6.x] Explained why admindocs omits model methods with arguments.Zan Anderle
Backport of 9e3aaa5a46 from master
2014-10-30[1.6.x] Converted seealso directives to use 4 space indendation.Berker Peksag
Backport of affc04060f from master
2014-10-30[1.6.x] Fixed #23725 -- Substituted AUTH_USER_MODEL for User in docs.Raul Cumplido
Backport of 68d3db8a7b from master
2014-10-29[1.6.x] Added cross reference in admin docs to topic about saving objects in ↵P.A. SCHEMBRI
formsets. Backport of 388c6038fd from master
2014-10-27[1.6.x] Fixed QuerySet datetimes argument name in docs.Oliver Meinusch
Backport of 6b39401baf from master
2014-10-27[1.6.x] Fixed #23708 -- Corrected mod_wsgi docs reference to nonexistent ↵Tim Graham
comment in wsgi.py. Thanks inglesp for the report. Backport of e460b1c573 from master
2014-10-27[1.6.x] Fixed documentation of make_password kwargs.Ilya Baryshev
Backport of ed7c4df1ee from master
2014-10-24[1.6.x] Replaced dead links to python-distribute.org.Tim Graham
Backport of dc241fdfdf from master
2014-10-23[1.6.x] Fixed #23705 -- Removed unnecessary AliasMatch from example Apache ↵Tim Graham
config. Thanks Keryn Knight for the report. Backport of 4b0a45ce64 from master
2014-10-22[1.6.x] Added release dates to release notes.Tim Graham
Backport of 9dc782b631 from master
2014-10-19[1.6.x] Fixed a typo in urlencode documentation.wrwrwr
Backport of 62a53bdf11 from master
2014-10-18[1.6.x] Fixed #23676 -- Rearranged sentence; "by default" applies only to ↵Jon Dufresne
max length Backport of c1b9f99a81 from master
2014-10-16[1.6.x] Fixed some intersphinx references.Tim Graham
Backport of babbf18999 from master
2014-10-15[1.6.x] Fixed pep8 in docs/topics/logging.txtIan Lee
Backport of 947af46db3 from master
2014-10-10[1.6.x] Fixed #23631 -- Removed outdated note on MySQL timezone support.Tim Graham
Thanks marfire for the report. Backport of 9db3653670 from master
2014-10-06[1.6.x] Updated links in admin docs to use :ref:Kostochko Dmitriy
per Sphinx docs: "Using ref is advised over standard reStructuredText links to sections because it works across files, when section headings are changed, and for all builders that support cross-references. Backport of 13409b932a from master
2014-10-06[1.6.x] Fixed #23604 -- Allowed related m2m fields to be references in the ↵Emmanuelle Delescolle
admin. Thanks Simon Charette for review. Backport of a24cf21722 from master
2014-10-06[1.6.x] Fixed #23597 -- Clarified the manager that ↵Ismail Badawi
{Single,Multiple}ObjectMixin.model uses. Backport of e501d4c505 from master
2014-10-02[1.6.x] Documented how to rename get_query_set if you are a library authorLuke Plant
Backport of ca139bbfdf48bf59b0918a7d675cdc5d4ae60957 from master
2014-10-01[1.6.x] Added flat=False to signature of QuerySet.values_list()jnothman
Backport of 20f868bc5a from master