1
0
mirror of https://github.com/django/django.git synced 2025-04-09 15:59:41 +00:00

2774 Commits

Author SHA1 Message Date
David Sanders
e060d57e9a [1.8.x] Added default value for default kwargs for QueryDict.
Backport of 48c420d99209b147b58d7b873d1b54f76249c8dc from master
2015-09-05 08:23:16 -04:00
Maxime Lorant
7dabaa8ee3 [1.8.x] Refs #25345 -- Updated links to code.google.com.
Backport of c92cd22d02349b73d169a3a2ff3b6fe7a54bfb0c from master
2015-09-04 08:18:22 -04:00
Tim Graham
800a162c0c [1.8.x] Moved misplaced versionadded annotation.
Backport of 12083c5d47a8db1193e401fca1520da5d4a31668 from master
2015-09-03 08:58:54 -04:00
Tim Graham
4f83bfa9e5 [1.8.x] Refs #2495 -- Documented that MySQL cannot have TextField(unique=True).
Backport of e8cbc2b322d873a6fe39faca18d340ce93035087 from master
2015-08-27 09:30:29 -04:00
David Sanders
0723a39a59 [1.8.x] Updated PROJ.4 link to new GitHub wiki.
Backport of 7efdd40407838dc3c922e0e62e9b4eefabe7de01 from master
2015-08-25 09:57:34 -04:00
Tim Graham
206534893f [1.8.x] Fixed #25309 -- Corrected that ATOMIC_REQUESTS applies per view not per request.
Backport of 2a1a085bf1355370205dd44fa60c6aab91ed0976 from master
2015-08-25 09:54:48 -04:00
Marc
3fa5229600 [1.8.x] Recommended the JavaScript Cookie library instead of jQuery cookie.
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-19 10:05:01 -04:00
Anton Strogonoff
a67bf4be35 [1.8.x] Used consistent capitalization and hyphenation of "class-based views" in docs.
Backport of 20787b5c298d97dda10286a942a788423fed483f from master
2015-08-18 19:08:08 -04:00
Anton Strogonoff
e5663ec297 [1.8.x] Limited line length in docs/ref/contrib/messages.txt example.
Backport of d35f184b20743352dc41f1272184005054a36ae7 from master
2015-08-17 07:48:24 -04:00
Tim Graham
d2dfe3ae81 [1.8.x] Fixed #25268 -- Tweaked wording in docs/ref/forms/api.txt
Backport of 5b5a27942b2fa113df4d6eb3d77a33c85f58634f from master
2015-08-14 08:28:53 -04:00
Adam Brenecki
99b5649a07 [1.8.x] Fixed #24988 -- Documented passing a dictionary of ValidationErrors to ValidationError
Backport of 52a190b65781f8dc07abd230aaf9043fbdbf4fba from master
2015-08-13 17:43:06 -04:00
Tim Graham
312abecefd [1.8.x] Corrected indentation of JsonResponse docs.
Backport of 290145e6616b32a0b0c63f44b7c09d0a4af7dfd5 from master
2015-08-12 10:28:43 -04:00
Tim Graham
bcf5fb78d7 [1.8.x] Fixed typo in docs/ref/contrib/gis/geoquerysets.txt
Backport of 56ed80ac2a7dac6dc26754f7fe95941e8a6f124e from master
2015-08-11 09:33:44 -04:00
Tim Graham
e4b813c0e7 [1.8.x] Fixed #25160 -- Moved unsaved model instance data loss check to Model.save()
This mostly reverts 5643a3b51be338196d0b292d5626ad43648448d3 and
81e1a35c364e5353d2bf99368ad30a4184fbb653.

Thanks Carl Meyer for review.

Backport of 5980b05c1fad69eef907e0076aa2dc837edab529 from master
2015-08-10 11:31:22 -04:00
Tim Graham
2112879305 [1.8.x] Refs #25236 -- Discouraged use of ifequal/ifnotequal template tags.
Backport of 787cc7aa843d5c0834f56b5f8ae03b86ce553c51 from master
2015-08-08 08:55:51 -04:00
Tim Graham
43a05a93e9 [1.8.x] Corrected some inconsistent headings in docs/ref/templates/builtins.txt.
Backport of 7080cef7bf12c7985d6c81822296e70d13553ef4 from master
2015-08-08 08:55:37 -04:00
Claude Paroz
cda66497aa [1.8.x] Updated Wikipedia links to use https
Backport of 64982cc2fb from master.
2015-08-08 12:09:53 +02:00
Tim Graham
ce0f2a4a4f [1.8.x] Fixed #25213 -- Discouraged use of QuerySet.extra()
Thanks Anssi Kääriäinen for the draft text and Simon Charette
for review.

Backport of e8cd65f8297928d3fa7ad3d338953a4423028713 from master
2015-08-05 08:15:44 -04:00
Tim Graham
6f6043fd26 [1.8.x] Fixed #25212 -- Documented the RawSQL expression.
Backport of 97fa7fe961f961b6c93a11b50a7a1ed35c8bce8d from master
2015-08-05 08:15:30 -04:00
Tim Graham
df05495e8c [1.8.x] Fixed #25224 -- Fixed typo in docs/ref/contrib/flatpages.txt
Backport of 28cb272a7279e6dfc4d5c53838ebf7343c3e66b5 from master
2015-08-04 14:52:24 -04:00
Tim Graham
f32bb3adf0 [1.8.x] Refs #17914 -- Discouraged using reverese() with callables.
Backport of a6acfc31837fd7a9e0e387320d995b2c85cfcfce from master
2015-08-03 08:38:27 -04:00
Tim Graham
ef5cf564bf [1.8.x] Fixed #24690 -- Added a warning about mutable defaults for ArrayField.
Backport of f93e7f5674436b230e6b4023570939a20c0c6055 from master
2015-08-01 07:53:33 -04:00
Tim Graham
386a6dc3d7 [1.8.x] Fixed #25174 -- Moved some details of CheckMessage to the reference guide.
Backport of faa2a0f662ed6fe0b90d10e98cc8ee3795d9307c from master
2015-07-31 08:51:13 -04:00
Alasdair Nicol
57615516bc [1.8.x] Removed unnecessary F() from Func expressions docs
Backport of b792c4804b611369c3e146f1fd967d9c5bdea17f from master
2015-07-30 21:15:30 -04:00
Tim Graham
a66d843eec [1.8.x] Fixed #25159 -- Removed brackets from class/function/method signatures in docs.
Thanks hellbeast for the initial patch.

Backport of 87d55081ea398c65b2503d22ed3907a9175ec729 from master
2015-07-27 10:43:09 -04:00
jorgecarleitao
23b975813b [1.8.x] Fixed typo in docs/ref/middleware.txt
Backport of 7c642cafbb9e9ab1ba3ee7bb3d8fe1c0a58e06e8 from master
2015-07-27 07:18:24 -04:00
Ali Vakilzade
beb68b2a83 [1.8.x] Fixed signature of ModelAdmin.get_paginator() in docs.
Backport of ecf4ed246ae192f8d381b799b921a892fd7afa85 from master
2015-07-20 08:08:22 -04:00
Konrad Świat
7355437e49 [1.8.x] Fixed #25125 -- Updated docs on cookie naming conventions.
Thanks Tim Graham for the review and kezabelle for the report.

Backport of 2f6bdab1597ee42b36752bf9f624d3386e951379 from master
2015-07-17 07:57:23 -04:00
Tim Graham
093bd35798 [1.8.x] Fixed typo in SelectDateWidget docs.
Backport of f46f1737aa456c1dc377e3f1f4d307d52d8598af from master
2015-07-15 09:57:19 -04:00
Daniel Roseman
4cc0baa98e [1.8.x] Fixed #25079 -- Added warning if both TEMPLATES and TEMPLATE_* 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 17:55:19 -04:00
Chris McCollister
f8140c4679 [1.8.x] Fixed #24984 -- Added link to Jinja2 static tag instructions in staticfiles docs.
Backport of d62194a260eedd30aeea78f407032aabfde4be70 from master
2015-07-13 07:38:42 -04:00
Matthew Madurski
cdae9d8cae [1.8.x] Fixed #25103 -- Corrected versionadded for FileResponse
Backport of 0b02ce54cf58f96811a625245e374e6cd10e28af from master
2015-07-10 13:48:48 -04:00
Tim Graham
340c410d58 [1.8.x] Fixed #25048 -- Documented that runservers strips headers with underscores.
refs 316b8d49746933d1845d600314b002d9b64d3e3d

Backport of 7b6d3104f263d9483982928604b2e51f06126ec1 from master
2015-07-09 09:11:02 -04:00
Tim Graham
73cbf08159 [1.8.x] Fixed #25051 -- Clarified return type of {% now %} tag.
Backport of a871cf422d8f7a15d3029684538136e0c92f99dc from master
2015-07-04 08:49:05 -04:00
Luke
e2acbfb69b [1.8.x] Fixed mistake in Model.from_db() example.
Backport of fd869cceacafdaf2c5865cc525f88357b6a26aad from master
2015-07-03 09:09:38 -04:00
Tim Graham
08b0b81a6a [1.8.x] Fixed #25041 -- Clarified difference between syncdb and migrate. 2015-07-01 10:15:29 -04:00
Tim Graham
fdaf9359ab [1.8.x] Fixed #25038 -- Reverted incorrect documentation about inspectdb introspecting views.
This reverts commit e69eea73d94c058728143416058a6257c765a9b8 (refs #24177).
2015-06-30 14:25:45 -04:00
Tim Graham
8922266a8d [1.8.x] Fixed #25033 -- Added context_processors.auth to documented admin dependencies.
Backport of f59667c121272ba7a1161e8bc4787654d929f6f1 from master
2015-06-27 14:27:28 -04:00
Marten Kenbeek
ae93aeed2b [1.8.x] Refs #24127 -- Added documentation for HttpRequest.current_app.
Backport of 6364df68879efc0d9451d6427e34b4542e3d7e0b from master
2015-06-25 14:11:16 -04:00
Tim Graham
ae1d663b79 [1.8.x] Renamed RemovedInDjango20Warning to RemovedInDjango110Warning. 2015-06-23 07:22:16 -04:00
Tim Graham
252867ed2a [1.8.x] Fixed #25001 -- Doc'd caveat about collectstatic and removing INSTALLED_APPS.
Thanks aRkadeFR for the initial patch.

Backport of 5ae0dd6abf8f93b90c962e62b04c675fdd6ca755 from master
2015-06-22 12:44:34 -04:00
Bipin Suresh
6aa618bae3 [1.8.x] Fixed #24983 -- Clarified contrib.sites Site.domain is fully qualified.
Backport of 34047b23e284fd3459903294a5776b67c3e33ed9 from master
2015-06-22 09:41:18 -04:00
Tim Graham
5cc1f13d15 [1.8.x] Fixed #25010 -- Documented APP_DIRS default in startproject's settings.py
Backport of 4a6656488893b6a832726cade2d2c5aa04f85ae2 from master
2015-06-20 19:32:40 -04:00
johannes.linke
aa00f48280 [1.8.x] Fixed #24881 -- Clarified Meta.order_with_respect_to documentation
Backport of 27c839e0fce99254ad61322bb827a821f832e840 from master
2015-06-19 07:03:16 -04:00
Andriy Sokolovskiy
8abe2d0643 [1.8.x] Fixed #24948 -- Fixed crash when uploading bitmap images in forms.ImageField
Backport of cf6ce279c7671a4c83c960c5c526f92679a4fac8 from master
2015-06-16 14:38:25 -04:00
Nick Smith
ffbb6d4742 [1.8.x] Used PEP 8 style indentation in forms docs.
Backport of b9bf61ce61ea933c3fefa05fa1ded8dfb1b445e5 from master
2015-06-11 12:22:24 -04:00
argaen
f85780ada0 [1.8.x] Fixed import in docs/ref/contrib/syndication.txt
Backport of 1725d009918e7d37390d5abd34034f3defca5fc3 from master
2015-06-09 12:37:54 -04:00
Matt Deacalion Stevens
7ae470cfe2 [1.8.x] Clarified the default form widgets for model number fields in docs
Backport of 77f3d7adb1d56d4eb5d22a85e8d383602f937790 from master
2015-06-09 12:33:37 -04:00
Tim Graham
9cf5c4dcff [1.8.x] Fixed #24956 -- Fixed typo in docs/ref/forms/widgets.txt
Backport of 9f825b9e28547b1310526c9be9fca9e6dbcd57e7 from master
2015-06-08 15:20:32 -04:00
Alasdair Nicol
a22a1b3e23 [1.8.x] Fixed #24952 -- Fixed example SQL in Func() expressions docs
Backport of 1f5b067710a6bc97848b1caff0e2a685c2489868 from master
2015-06-08 10:56:46 -04:00