summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Expand)Author
2014-10-19[1.7.x] Fixed a typo in urlencode documentation.wrwrwr
2014-10-18[1.7.x] Fixed #23676 -- Rearranged sentence; "by default" applies only to max...Jon Dufresne
2014-10-16[1.7.x] Fixed #23667 -- Incorrect settings reference for language cookie.Tim Graham
2014-10-17[1.7.x] Fixed #23615 -- Validate that a Model instance's "check" attribute is...Rigel Di Scala
2014-10-16[1.7.x] Fixed #12008 -- Clarified relationship between template blocks and in...mcgeeco
2014-10-12[1.7.x] Fixed #23639 -- Fixed doc error in RegexValidator.regexDori
2014-10-10[1.7.x] Fixed #23631 -- Removed outdated note on MySQL timezone support.Tim Graham
2014-10-09[1.7.x] Fixed #23609 -- Fixed IntegrityError that prevented altering a NULL c...Markus Holtermann
2014-10-06[1.7.x] Fixed #23607 -- Typo in docs/ref/contrib/staticfiles.txt.Tim Graham
2014-10-06[1.7.X] Fixed #23602 -- Add comment on get_absolute_url regarding user inputCarl Meyer
2014-10-06[1.7.x] Updated links in admin docs to use :ref:Kostochko Dmitriy
2014-10-06[1.7.x] Fixed #23597 -- Clarified the manager that {Single,Multiple}ObjectMix...Ismail Badawi
2014-10-04[1.7.x] Made minor typographic correction to SECRET_KEY docs.Erik Romijn
2014-10-04[1.7.x] Fixed #22310 -- Documented exact usage of SECRET_KEYErik Romijn
2014-10-01[1.7.x] Added flat=False to signature of QuerySet.values_list()jnothman
2014-09-29[1.7.x] Fixed #17638 -- Added crosslinks between topic and reference guides.Duane Hilton
2014-09-24[1.7.x] Fixed #23421 -- Corrected TEST SERIALIZE setting.Tim Graham
2014-09-24[1.7.x] Fixed #22959 -- Documented that class-based validators need to be dec...Markus Holtermann
2014-09-24[1.7.x] Corrected --noinput docs for makemigrations; refs #23407.Tim Graham
2014-09-24[1.7.x] Fixed #23426 -- Don't require double percent sign in RunSQL without p...Markus Holtermann
2014-09-17[1.7.x] Fixed #23499 -- Error in built-in template tag "now" documentationJoseph Dougherty
2014-09-09[1.7.x] Fixed #11775 -- Made ABSOLUTE_URL_OVERRIDES work with models that don...Tim Graham
2014-09-06[1.7.x] Fixed #23340 -- Corrected naturaltime docs to match behavior.Collin Anderson
2014-09-05[1.7.x] Fixed #22534: Reinforce swappable documentationAndrew Godwin
2014-09-05[1.7.x] Added missing periods in docs/ref/checks.txt.Sébastien Fievet
2014-09-05[1.7.x] Fixed imports in `Sitemap for static views` exampleJohn-Scott Atlakson
2014-09-04[1.7.x] Fixed typo in docs/ref/checks.txt.Tim Graham
2014-09-04[1.7.x] Fixed documentation links to Query Expression API.Thomas Chaumeny
2014-09-02[1.7.x] Added missing import in docs/ref/signals.txt.Alexey Efimov
2014-09-02Revert "[1.7.x] Undocumented SeparateDatabaseAndState so crash is not RB. Ref...Tim Graham
2014-09-01[1.7.x] Undocumented SeparateDatabaseAndState so crash is not RB. Refs #22918Andrew Godwin
2014-08-31[1.7.x] Fixed #23391 -- Removed an erroneous backtip from the form's document...Simon Charette
2014-08-29[1.7.x] Corrected a usage example of `related_query_name`.Simon Charette
2014-08-29[1.7.x] Fixed #22786 -- Documented value_from_datadict caveatClaude Paroz
2014-08-28[1.7.x] Documented correct kwargs for post_syncdb/migrate.Aymeric Augustin
2014-08-28[1.7.x] Fixed #23374 -- Renamed StaticLiveServerCase to StaticLiveServerTestCaseClaude Paroz
2014-08-27[1.7.x] Documented --database option for migrate.Tim Graham
2014-08-27[1.7.x] Fixed #23354 -- Documented that ModelChoiceField to_field_name should...Tim Graham
2014-08-26[1.7.x] Fixed #21567 -- Documented how to deploy multiple sites using the sit...Tim Graham
2014-08-26[1.7.x] Fixed #23250 -- Documented that ModelMultipleChoiceField queryset may...Tim Graham
2014-08-26[1.7.x] Fixed #17707, #20734 -- Added examples to URL namespacing docs.Tim Graham
2014-08-26[1.7.x] Fixed #19312 -- Documented MySQL TIMESTAMP columns cannot be used wit...Tim Graham
2014-08-26[1.7.x] Fixed #17719 -- Documented that template syntax sequences cannot be u...Tim Graham
2014-08-26[1.7.x] Fixed spelling mistake in file docs.Tim Graham
2014-08-23[1.7.x] Fixed #22154 -- Added "Built-in" to some class-based views titles.Tim Graham
2014-08-23[1.7.x] Fixed #23344 -- Removed duplicate docs for file upload settings.Tim Graham
2014-08-22[1.7.x] Fixed #23324 -- Mentioned Site.id in contrib.sites docs.Tim Graham
2014-08-22[1.7.x] Fixed #23343 -- Typo in docs/ref/class-based-views/generic-date-based...Tim Graham
2014-08-20[1.7.x] Prevented data leakage in contrib.admin via query string manipulation.Simon Charette
2014-08-20[1.7.x] Fixed #23157 -- Removed O(n) algorithm when uploading duplicate file ...Tim Graham