Brett Koonce
db98c48884
[1.6.x] Removed extra p (topppings->toppings)
...
Backport of 946a2226ea
from master
2013-09-23 19:25:07 -04:00
Louis Fill
a6a5c8b06d
[1.6.x] Fixed #21070 -- Added a more complex database configuration example.
...
Thanks joejasinski for the suggestion.
Backport of e15f7f31d0
from master
2013-09-23 12:18:47 -04:00
Ben Huckvale
cdb56725d4
[1.6.x] Fixed #21120 -- Added more explicit text on using validators and link to writing validators.
...
Thanks nicolas at niconomicon.net for the suggestion.
Backport of 98e0453f00
from master
2013-09-23 10:39:10 -04:00
Ramiro Morales
b2876c0c91
[1.6.x] A few doc additions for changes from d228c1192e
.
...
ce0c5c38ea
from master.
2013-09-22 13:54:54 -03:00
mlissner
14f76b15c4
[1.6.x] Correct very minor typo
...
Just changed as to has.
Backport of d8f2d940cc
from master
2013-09-21 18:18:42 -04:00
Curtis Maloney
e94efee946
[1.6.x] Fixed #21133 -- Clarifed documentation about strftime formatting.
...
Backport of 43a2ec7999
from master
2013-09-21 06:56:00 -04:00
Goetz
097fb98f81
[1.6.x] Fixed #21101 -- Updated urlize documentation to mention email addresses
...
Backport of 39b49fd339
from master
2013-09-13 12:42:40 -04:00
Matt Austin
a929adfd3b
[1.6.x] Fixed #21095 -- Documented new requirement for dates lookups.
...
Day, month, and week_day lookups now require time zone definitions in the database.
Backport of 9451d8d
from master.
2013-09-13 10:20:13 +02:00
Ramiro Morales
66e6e2d146
[1.6.x] Fixed a couple of typos in GeoDjango docs.
...
8b366a50f4
from master.
2013-09-12 19:45:27 -03:00
Phaneendra Chiruvella
e8bb41d05c
[1.6.x] Minor typo fix in django.contrib.auth.models.User docs
...
Backport of bd72c2acb6
from master
2013-09-11 19:44:35 -04:00
Tim Graham
b05639dcac
[1.6.x] Fixed #20887 -- Added a warning to GzipMiddleware in light of BREACH.
...
Thanks EvilDMP for the report and Russell Keith-Magee
for the draft text.
Backport of da843e7dba
from master
2013-09-11 08:18:48 -04:00
oz123
960f5bc759
[1.6.x] Fixed #21075 - Improved doc for calling call_command with arguments.
...
Backport of fca4c4826e
from master
2013-09-10 09:18:14 -04:00
Tim Graham
01ad508514
[1.6.x] Fixed spelling; refs #16895 .
...
Thanks Panagiotis Issaris for the report.
Backport of fb51c9a0f2
from master
2013-09-09 11:31:25 -04:00
e0ne
276e053803
[1.6.x] Fixed #16895 -- Warned about cost of QuerySet ordering
...
Thanks outofculture at gmail.com for the suggestion.
Backport of cbf08c6b0c
from master
2013-09-09 09:49:15 -04:00
Aymeric Augustin
01edcf70f2
Fixed #20409 -- Clarified how unique_for_date works when USE_TZ is set.
2013-09-07 14:09:52 -05:00
Tim Graham
7b8037f3aa
[1.6.x] Fixed #20005 -- Documented that Oracle databases need execute permission on SYS.DBMS_LOB.
...
Thanks jafula for the suggestion.
Backport of a86ecc80a2
from master
2013-09-07 14:01:05 -04:00
Keith Edmiston
a357c854c9
[1.6.x] Fixed #16992 -- Added InnoDB warning regarding reuse of AUTO_INCREMENT values.
...
Thanks kent at nsc.liu.se for the report.
Backport of c54fa1a7bc
from master
2013-09-07 12:16:43 -04:00
Keith Edmiston
2c73ba88f2
[1.6.x] Fixed #19295 -- Documented that CachedStaticFilesStorage isn't compatible with runserver --insecure.
...
Backport of 028db97503
from master
2013-09-06 17:30:59 -04:00
Eric Boersma
180b9955cc
[1.6.x] Fixed #21035 -- Changed docs to treat the acronym SQL phonetically.
...
The documentation and comments now all use 'an' to
refer to the word SQL and not 'a'.
Backport of 4d13cc56de
from master
2013-09-05 20:16:14 -04:00
Tim Graham
1dd061ad77
[1.6.x] Fixed #21044 -- Documented django.core.urlresolvers.Resolver404
...
Thanks Keryn Knight for the suggestion.
Backport of eacf060e01
from master
2013-09-05 08:45:58 -04:00
Tim Graham
cda4fc8225
[1.6.x] Fixed #20958 -- Documented that GenericForeignKey fields can't be accessed in forms.
...
Thanks marky1991.
Backport of 533d1ab334
from master
2013-09-04 13:19:32 -04:00
Paul C. Anagnostopoulos
fe0eb2f995
[1.6.x] Clarified docs for some tags and filters
...
Backport of 1ccdc08189
from master
2013-09-04 13:04:51 -04:00
Loic Bistuer
a62b640f7d
[1.6.x] Fixed #20973 -- Document serving static files without django.contrib.staticfiles
...
Backport of 7b04038a7f
from master
2013-09-03 09:01:43 -04:00
Claude Paroz
4e3794dd1f
[1.6.x] Fixed #20998 -- Allow custom (de)serialization for GIS widgets
...
Thanks Mathieu Leplatre for the report and the initial patch.
Backport of 102f26c92
from master.
2013-09-02 13:34:26 +02:00
Claude Paroz
68ae9f39b7
[1.6.x] Fixed copy/paste error in measurement docs
...
Backport of e87997dd33
frmo master.
2013-08-31 10:33:46 +02:00
Tim Graham
0089a9a854
[1.6.x] Fixed typo in docs/ref/models/options.txt
...
Backport of a89c856a7a
from master
2013-08-30 21:07:04 -04:00
Anssi Kääriäinen
76e38a2177
[1.6.x] Fixed #20988 -- Added model meta option select_on_save
...
The option can be used to force pre 1.6 style SELECT on save behaviour.
This is needed in case the database returns zero updated rows even if
there is a matching row in the DB. One such case is PostgreSQL update
trigger that returns NULL.
Reviewed by Tim Graham.
Refs #16649
Backport of e973ee6a98
from master
Conflicts:
django/db/models/options.py
tests/basic/tests.py
2013-08-30 09:47:34 +03:00
Jorge C. Leitão
60df34d477
[1.6.x] Added links to file docs.
...
Backport of d72f83c410
from master
2013-08-29 12:49:27 -04:00
Ramiro Morales
2a166623a6
[1.6.x] Typos introduced in 57c82f909b
.
2013-08-22 22:33:59 -03:00
Tim Graham
5f061986b9
[1.6.x] Fixed #20922 -- Allowed customizing the serializer used by contrib.sessions
...
Added settings.SESSION_SERIALIZER which is the import path of a serializer
to use for sessions.
Thanks apollo13, carljm, shaib, akaariai, charettes, and dstufft for reviews.
Backport of b0ce6fe656
from master
2013-08-22 17:55:01 -04:00
Marc Tamlyn
8d02c378ab
[1.6.x] Fixed #20944 -- Removed inaccurate statement about View.dispatch().
...
Backport of bac4d03ce6
from master
2013-08-22 09:21:28 -04:00
Ramiro Morales
26a4c83598
[1.6.x] Made description of LANGUAGE_CODE setting more clear.
...
297f5af222
from master.
2013-08-22 08:29:59 -03:00
Kevin Christopher Henry
69a4594cb7
[1.6.x] Documentation -- Corrected error about Model.full_clean()
...
Although the ModelForm validation code was changed to call
Model.full_clean(), the documentation still said otherwise. The
offending phrase was removed.
Backport of bb011cf809
from master
2013-08-21 17:46:18 -04:00
Kevin Christopher Henry
e7d4d41a30
[1.6.x] Documentation - Noted that OneToOneField doesn't respect unique.
...
Added OneToOneField to the list of model fields for which the unique
argument isn't valid. (OneToOneFields are inherently unique, and if
the user supplies a value for unique it is ignored / overwritten.)
2013-08-20 21:20:55 -07:00
Alasdair Nicol
52741004f6
[1.6.x] Updated docs following deprecation of django.views.defaults.shortcut
...
Follows 3f2befc
Backport of 354009d67e
from master
2013-08-15 07:07:15 -04:00
Tim Graham
8bd5251fd5
[1.6.x] Added some doc links for django.contrib.messages
...
Backport of b6178fa24b
from master
2013-08-14 12:58:19 -04:00
Tim Graham
7c5d43eea0
[1.6.x] Added an anchor for django.forms.Form.clean in docs
...
Backport of 8442268869
from master
2013-08-08 14:14:14 -04:00
Jaime Irurzun
7836bd502c
[1.6.x] Clarifed meaning of models.User.is_authenticated()
...
Backport of f96fe3cd1e
from master
2013-08-08 10:27:34 -04:00
Daniele Procida
9cc7407f2c
[1.6.x] Added more on @cached_property, refs #20870
...
Backport of 7e6af9d40c
from master
2013-08-08 09:47:24 -04:00
Daniele Procida
25ce1e0e0a
[1.6.x] Fixed #20870 -- Documented django.utils.functional.cached_property
...
Backport of 7a2296eb5b
from master
2013-08-08 05:36:52 -04:00
Christopher Medrela
6264e39c34
[1.6.x] Added note to GenericIPAddressField documentation
...
refs #20484
Backport of fb26c4996a
from master
2013-08-08 05:17:54 -04:00
Jimmy Song
ea7bef318f
[1.6.x] Fixed #20859 - Clarified Model.clean() example.
...
Backport of 94d7fed775
from master
2013-08-05 09:06:36 -04:00
Julien Phalip
7cc91eae7c
[1.6.x] Fixed a small formatting issue.
...
Backport 0b071ba7df
of from master.
2013-08-04 17:33:00 -07:00
Tim Graham
7a5f799193
[1.6.x] Fixed #20860 -- Removed references to defunct chicagocrime.org
...
Backport of 1593a86494
from master
2013-08-04 14:46:41 -04:00
Daniele Procida
74205c4a3c
[1.6.x] Fixed #20842 and #20845 - Added a note on order_by() and improved prefetch_related() docs.
...
Backport of e8183a8193
from master
2013-08-04 12:35:31 -04:00
Dominic Rodger
e710f6dc56
[1.6.x] Fixed #20786 -- Cleaned up docs/ref/exceptions.txt
...
Thanks Daniele Procida for the suggestion and edits.
Backport of 920b242e30
from master
2013-08-02 09:43:20 -04:00
Tim Graham
b3e54f4a01
[1.6.x] Removed unused model option "admin"
...
Backport of 5df84b268d
from master
2013-08-01 12:33:19 -04:00
SusanTan
bc617fd42c
[1.6.x] Fixed #20779 -- Documented AdminSite.app_index_template; refs #8498 .
...
Thanks CollinAnderson for the report.
Backport of 7de35a9ef3
from master
2013-07-31 07:09:37 -04:00
Tim Graham
e82846a9aa
[1.6.x] Fixed #20823 -- Typo in docs/ref/forms/validation.txt
...
Backport of 05ea5a2139
from master
2013-07-29 18:42:22 -04:00
minusf
518faa19c1
[1.6.x] Misc doc cleanups.
...
Backport of 70c080fcdb
from master
2013-07-29 07:06:29 -04:00