summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Collapse)Author
2015-10-03[1.8.x] Fixed #25398 -- Revised instances of os.path.join()Andrew Artajos
Replaced occurrences of os.path.join(BASE_DIR, 'folder/subfolder') to os.path.join(BASE_DIR, 'folder', 'subfolder') Backport of d2ef521a53 from master.
2015-10-02[1.8.x] Fixed link to the MySQL Connector/Python Django Backend documentation.Nick Williams
Backport of 3f342d74e9196da475dd312cf43eaffec13af964 from master
2015-09-29[1.8.x] Fixed #25485 -- Improved deprecation docs for contenttypes ↵Tim Graham
reorganization.
2015-09-28[1.8.x] Fixed #24323 -- Documented @admin.register can't be used with ↵Tim Graham
super(XXXAdmin in __init__(). Backport of 4cd2bdae07ac5561fdae0eede58c68df4dfcc780 from master
2015-09-25[1.8.x] Corrected use of 'affect' vs 'effect' in docs.Rob Hudson
Backport of 021782d22b80ea57fdd5e040add58adeafaedc55 from master
2015-09-24[1.8.x] Bumped latest Python 2.7 release in docs/ref/databases.txt.Tim Graham
Backport of ce531f7ad783facc5799cf43b59b5ce053aa5d9e from master
2015-09-23[1.8.x] Fixed #25386 -- Warned about differences between Engine and ↵Tim Graham
DjangoTemplates. Backport of 2634f606d55b63511ab1c50c4fad2d52fbda1b19 from master
2015-09-22[1.8.x] Recommended against default_app_config.Aymeric Augustin
Most likely this is a losing fight -- people seem to love this small convention -- but at least the reasons for avoiding it will be documented. Refs #25356. Backport of 94a36cf from master
2015-09-19[1.8.x] Fixed #25430 -- Fixed incorrect RunSQL examples.Flavio Curella
Backport of 95edabb45e016ed269f96acc03d4a2bfcecd6b71 from master
2015-09-18[1.8.x] Made assorted improvements to the Oracle documentation.Mariusz Felisiak
Backport of 6f1b09bb5c1bafe4633514cbff37f9a7ed7a63ae from master
2015-09-16[1.8.x] Removed unnecessarily rude terminology.Stephen Paulger
Backport of 443dffbeb214da18a0a4204b5295c2b97df418ab from master
2015-09-14[1.8.x] Fixed #25369 -- Corrected syndication's get_object() example.Tim Graham
Backport of 64d7a553e1be20174b0aa2882111049abf392d4f from master
2015-09-12[1.8.x] Refs #25386 -- Added links to the OPTIONS of the built-in template ↵Tim Graham
backends. Backport of f3e5a746469401a16939de0fc17fed584ced2118 from master
2015-09-11[1.8.x] Refs #25381 -- Clarified that AppConfig model methods search only ↵Tim Graham
the current app. Backport of e7e8d30cae9457339eb49ae8584e82ff0a038e99 from master
2015-09-11[1.8.x] Fixed #25382 -- Removed obsolete references to DateQuerySet.Renato Oliveira
Backport of e3720b990a33ae259da4b1f1f6069aa6bbc8c03d from master
2015-09-11[1.8.x] Fixed #25351 -- Added example for database test settings to docs.Jose Carlos Menezes
Backport of cf99bae53af2ed8f73622bc8a8ed0331c272fda3 from master
2015-09-11[1.8.x] Fixed #25380 -- Added Postgres.app to the PostGIS options on OS X.Flavio Curella
Backport of 0c7c18cc9e80101c882749c99437ad700fde0ca0 from master
2015-09-09[1.8.x] Fixed #25371 -- Added reverse_sql and reverse_code examples to docs.Bibhas
Backport of 4283a038431ef6428d086d4911179bd8eb8b2299 from master
2015-09-05[1.8.x] Removed some discussion of deprecated {% url %} behavior.Tim Graham
Backport of dbd8e32f7495fed54203376493f09adc474ebde1 from master
2015-09-05[1.8.x] Added default value for default kwargs for QueryDict.David Sanders
Backport of 48c420d99209b147b58d7b873d1b54f76249c8dc from master
2015-09-04[1.8.x] Refs #25345 -- Updated links to code.google.com.Maxime Lorant
Backport of c92cd22d02349b73d169a3a2ff3b6fe7a54bfb0c from master
2015-09-03[1.8.x] Moved misplaced versionadded annotation.Tim Graham
Backport of 12083c5d47a8db1193e401fca1520da5d4a31668 from master
2015-08-27[1.8.x] Refs #2495 -- Documented that MySQL cannot have TextField(unique=True).Tim Graham
Backport of e8cbc2b322d873a6fe39faca18d340ce93035087 from master
2015-08-25[1.8.x] Updated PROJ.4 link to new GitHub wiki.David Sanders
Backport of 7efdd40407838dc3c922e0e62e9b4eefabe7de01 from master
2015-08-25[1.8.x] Fixed #25309 -- Corrected that ATOMIC_REQUESTS applies per view not ↵Tim Graham
per request. Backport of 2a1a085bf1355370205dd44fa60c6aab91ed0976 from master
2015-08-19[1.8.x] Recommended the JavaScript Cookie library instead of jQuery cookie.Marc
jQuery cookie is no longer maintained in favor of the JavaScript cookie library. This also removes the jQuery dependency. Backport of f9de1972685ab5ab31ce483a297d85d3e119088b from master
2015-08-18[1.8.x] Used consistent capitalization and hyphenation of "class-based ↵Anton Strogonoff
views" in docs. Backport of 20787b5c298d97dda10286a942a788423fed483f from master
2015-08-17[1.8.x] Limited line length in docs/ref/contrib/messages.txt example.Anton Strogonoff
Backport of d35f184b20743352dc41f1272184005054a36ae7 from master
2015-08-14[1.8.x] Fixed #25268 -- Tweaked wording in docs/ref/forms/api.txtTim Graham
Backport of 5b5a27942b2fa113df4d6eb3d77a33c85f58634f from master
2015-08-13[1.8.x] Fixed #24988 -- Documented passing a dictionary of ValidationErrors ↵Adam Brenecki
to ValidationError Backport of 52a190b65781f8dc07abd230aaf9043fbdbf4fba from master
2015-08-12[1.8.x] Corrected indentation of JsonResponse docs.Tim Graham
Backport of 290145e6616b32a0b0c63f44b7c09d0a4af7dfd5 from master
2015-08-11[1.8.x] Fixed typo in docs/ref/contrib/gis/geoquerysets.txtTim Graham
Backport of 56ed80ac2a7dac6dc26754f7fe95941e8a6f124e from master
2015-08-10[1.8.x] Fixed #25160 -- Moved unsaved model instance data loss check to ↵Tim Graham
Model.save() This mostly reverts 5643a3b51be338196d0b292d5626ad43648448d3 and 81e1a35c364e5353d2bf99368ad30a4184fbb653. Thanks Carl Meyer for review. Backport of 5980b05c1fad69eef907e0076aa2dc837edab529 from master
2015-08-08[1.8.x] Refs #25236 -- Discouraged use of ifequal/ifnotequal template tags.Tim Graham
Backport of 787cc7aa843d5c0834f56b5f8ae03b86ce553c51 from master
2015-08-08[1.8.x] Corrected some inconsistent headings in docs/ref/templates/builtins.txt.Tim Graham
Backport of 7080cef7bf12c7985d6c81822296e70d13553ef4 from master
2015-08-08[1.8.x] Updated Wikipedia links to use httpsClaude Paroz
Backport of 64982cc2fb from master.
2015-08-05[1.8.x] Fixed #25213 -- Discouraged use of QuerySet.extra()Tim Graham
Thanks Anssi Kääriäinen for the draft text and Simon Charette for review. Backport of e8cd65f8297928d3fa7ad3d338953a4423028713 from master
2015-08-05[1.8.x] Fixed #25212 -- Documented the RawSQL expression.Tim Graham
Backport of 97fa7fe961f961b6c93a11b50a7a1ed35c8bce8d from master
2015-08-04[1.8.x] Fixed #25224 -- Fixed typo in docs/ref/contrib/flatpages.txtTim Graham
Backport of 28cb272a7279e6dfc4d5c53838ebf7343c3e66b5 from master
2015-08-03[1.8.x] Refs #17914 -- Discouraged using reverese() with callables.Tim Graham
Backport of a6acfc31837fd7a9e0e387320d995b2c85cfcfce from master
2015-08-01[1.8.x] Fixed #24690 -- Added a warning about mutable defaults for ArrayField.Tim Graham
Backport of f93e7f5674436b230e6b4023570939a20c0c6055 from master
2015-07-31[1.8.x] Fixed #25174 -- Moved some details of CheckMessage to the reference ↵Tim Graham
guide. Backport of faa2a0f662ed6fe0b90d10e98cc8ee3795d9307c from master
2015-07-30[1.8.x] Removed unnecessary F() from Func expressions docsAlasdair Nicol
Backport of b792c4804b611369c3e146f1fd967d9c5bdea17f from master
2015-07-27[1.8.x] Fixed #25159 -- Removed brackets from class/function/method ↵Tim Graham
signatures in docs. Thanks hellbeast for the initial patch. Backport of 87d55081ea398c65b2503d22ed3907a9175ec729 from master
2015-07-27[1.8.x] Fixed typo in docs/ref/middleware.txtjorgecarleitao
Backport of 7c642cafbb9e9ab1ba3ee7bb3d8fe1c0a58e06e8 from master
2015-07-20[1.8.x] Fixed signature of ModelAdmin.get_paginator() in docs.Ali Vakilzade
Backport of ecf4ed246ae192f8d381b799b921a892fd7afa85 from master
2015-07-17[1.8.x] Fixed #25125 -- Updated docs on cookie naming conventions.Konrad Świat
Thanks Tim Graham for the review and kezabelle for the report. Backport of 2f6bdab1597ee42b36752bf9f624d3386e951379 from master
2015-07-15[1.8.x] Fixed typo in SelectDateWidget docs.Tim Graham
Backport of f46f1737aa456c1dc377e3f1f4d307d52d8598af from master
2015-07-13[1.8.x] Fixed #25079 -- Added warning if both TEMPLATES and TEMPLATE_* ↵Daniel Roseman
settings are defined. Django ignores the value of the TEMPLATE_* settings if TEMPLATES is also set, which is confusing for users following older tutorials. This change adds a system check that warns if any of the TEMPLATE_* settings have changed from their defaults but the TEMPLATES dict is also non-empty. Removed the TEMPLATE_DIRS from the test settings file; this was marked for removal in 1.10 but no tests fail if it is removed now. Backport of 24620d71f2116da31abe6c9391f7bc807ac23c0b from master
2015-07-13[1.8.x] Fixed #24984 -- Added link to Jinja2 static tag instructions in ↵Chris McCollister
staticfiles docs. Backport of d62194a260eedd30aeea78f407032aabfde4be70 from master