Tim Graham
82a6a956d5
[1.5.x] Fixed #20673 -- Clarified that HttpRequest.user uses AUTH_USER_MODEL.
...
Thanks littlepig for the report.
Backport of f407f75aae
from master.
2013-07-04 09:33:40 -04:00
Tim Graham
fa37f45c32
[1.5.x] Fixed #12579 -- Noted QuerySet.get_or_create() depends on database unique constraints.
...
Thanks timmolendijk, jdunck, vijay_shanker, and loic84.
Backport of 428de2e339
from master.
2013-07-04 08:34:00 -04:00
Tim Graham
4453d8651a
[1.5.x] Fixed #20691 -- Added a note for __str__() vs. __unicode__() and Python 3.
...
Thanks garrison for the suggestion.
Backport of 8a679386c3
from master.
2013-07-03 08:46:31 -04:00
Tim Graham
62a9abeff0
[1.5.x] Fixed #20677 - Typos in generic_inlineformset_factory docs.
...
Thanks Riley Strong for the report.
Backport of 3fd0ee5b46
from master
2013-06-29 14:17:38 -04:00
Ken Bolton
ceff19805e
[1.5.x] Fixed typo in docs/ref/signals.txt
...
Backport of 6fcb7ba842
from master
2013-06-27 17:53:54 -04:00
Baptiste Mispelon
20295f2788
[1.5.x] Fixed #20665 -- Missing backslash in sitemaps documentation
...
Backport of 5005303ae7
from master.
2013-06-27 09:44:17 +02:00
Daniel Izquierdo
030ef4d1af
[1.5.x] Fixed #20654 -- Fixed type of `m2m_changed`'s `pk_set` arg in docs
...
Backport of 9a2b07f1b4
from master
2013-06-25 07:52:15 -04:00
Tim Graham
519fdacf51
Fixed #20634 - Corrected doc mistake re: staticfiles finders strategy.
...
Thanks claudep for the catch and bmispelon for the research.
Backport of 9be93aa809
from master.
2013-06-21 15:00:06 -04:00
James Bennett
9b0604e514
[1.5.x] Fixed #19881 -- Documented that get_next/previous_by_FOO uses default manager.
...
Backport of ba610cb319
from master
2013-06-21 13:16:51 -04:00
Baptiste Darthenay
a952044228
[1.5.x] Fixed #20614 -- Typo in documentation.
...
Backport of 39b245fd76
from master
2013-06-17 07:01:48 -04:00
Jaap Roes
60353458ae
[1.5.x] Warned that `request_finished` isn't sent by some buggy setups.
...
Older versions of uWSGI and Sentry's middleware do not adhere to
the WSGI spec and cause the `request_finished` signal to never
fire. Added notes to the appropriate places in the docs.
Fixed #20537 .
Backport of 3ce1d30
.
Conflicts:
docs/howto/deployment/wsgi/index.txt
2013-06-12 20:57:21 +02:00
Tim Graham
b75f1f3d27
[1.5.x] Fixed #20500 - Updated flatpages URLconf example to work with APPEND_SLASH.
...
Thanks josh.23.french@.
Backport of 536703abf0
from master
2013-06-11 12:27:09 -04:00
Tim Graham
cd1aec65cc
[1.5.x] Fixed #20578 - Typo in BaseFormSet module name
...
Backport of 9ff5f100dd
from master
2013-06-10 14:37:38 -04:00
Tim Graham
46dacb5bb1
[1.5.x] Fixed #19875 - Added warnings regarding DEBUG=False and empty ALLOWED_HOSTS
...
Backport of 4e94c84e50
from master
2013-06-09 15:06:23 -04:00
Tim Graham
3bd9852401
[1.5.x] Fixed #20567 - Documented BoundField.id_for_label.
...
Thanks littlepig for the suggestion.
Backport of 175a102ddc
from master.
2013-06-09 12:16:56 -04:00
Tim Graham
023710211f
[1.5.x] Fixed #20545 - Made class-based view MRO lists consistent.
...
Thanks wim@ for the suggestion.
Backport of c36b75c814
from master
2013-06-03 10:14:29 -04:00
Tim Graham
1c5cccedb4
[1.5.x] Fixed #20326 - Corrected form wizard get_form() example.
...
Thanks tris@ for the report.
Backport of 646a2216e9
from master
2013-05-31 08:08:42 -04:00
Gavin Wahl
e873de0a5a
[1.5.x] Fixed regroup example.
...
Chicago was missing.
Backport of e6ff238
from master.
2013-05-29 21:50:52 -04:00
Tim Graham
1ce5672753
[1.5.x] Fixed #20525 -- Added versionadded for clearsessions.
...
Thanks wiml@.
Backport of 8a6e040bfa
from master
2013-05-28 20:15:09 -04:00
Tim Graham
82fc3ce41d
[1.5.x] Fixed #20492 - Removed a broken link in GIS docs.
...
Backport of fbab3209fc
from master
2013-05-24 12:36:12 -04:00
Alasdair Nicol
d6025d790f
[1.5.x] Updated link to jQuery Cookie plugin site
...
Backport of 81f454a322
from master
2013-05-24 12:25:48 -04:00
Ramiro Morales
a6ff705aea
[1.5.x] Tweaked a reST construct in template API docs. Refs #20104 .
2013-05-22 18:09:22 -03:00
Aymeric Augustin
3f7ecb512e
[1.5.x] Fixed #20476 -- Typo.
...
Backport of 5d16456
.
2013-05-21 21:29:28 +02:00
Alasdair Nicol
367089a846
[1.5.x] Fixed typo in redirect view docs
...
Backport of 428875775c
from master
2013-05-20 08:04:46 -04:00
Erik Romijn
38fbc83847
[1.5.x] Fixed #20446 -- Documentation for SmallIntegerField does not clarify 'small'
...
Backport of 56e2f6ccae
from master
2013-05-18 11:28:39 -04:00
Tim Graham
a3c4c170f4
[1.5.x] Fixed #20421 - Typo in class-based view docs.
...
Backport of 289afc3156
from master
2013-05-16 09:58:00 -04:00
Tim Graham
a9048c40ed
[1.5.x] Fixed #19712 - Clarified admindocs regarding which attributes appear.
...
Thanks Daniele Procida for the report.
Backport of b5b63079bd
from master
2013-05-16 08:34:19 -04:00
Wilfred Hughes
20bed77567
[1.5.x] Fixed a minor spelling mistake in the queryset documentation
...
Backport of d258cce482
from master
2013-05-14 10:32:07 -04:00
Simeon Visser
a9703edc61
[1.5.X] Fixed #20397 - Cleaned up issue with quotation marks in documentation
...
Backport of b9efc03e6d
from master
2013-05-12 20:16:31 -04:00
Tim Graham
18a2fb1907
[1.5.X] Fixed #20136 - Fixed and expanded the docs for loaddata and model signals.
...
Thanks brandon@ and Anssi for the report.
Backport of 2c62a509de
from master
2013-05-11 19:37:09 -04:00
Aymeric Augustin
6d3d6081e8
[1.5.x] Fixed #20025 -- Pointed to a MySQLdb fork for Python 3.
...
Made a few minor compatibility adjustments.
Backport of e81e319f
from master.
2013-05-10 10:23:15 +02:00
Simon Charette
56f6348c50
[1.5.x] Fixed #20262 -- Replaced a reference to the wrong model in the CBV doc.
...
Thanks to mossplix for the review and bmispelon for the review.
Backport of b0bbccf
from master.
2013-04-15 16:28:30 -04:00
Claude Paroz
991ce52bc8
[1.5.x] Fixed #20252 -- Mentionned geojson Spatialite support from 1.5
...
Thanks burton449geo at gmail.com for the report.
Backport of d58e985aa
from master.
2013-04-12 21:01:52 +02:00
Tim Graham
8ab5db7a33
[1.5.x] Fixed #20248 - Clarified manage.py vs. django-admin.py
...
Backport of 8fc68af9c0
from master
2013-04-12 06:11:22 -04:00
Claude Paroz
991432ee8a
[1.5.x] Documented BoundField.label_tag
...
Backport of 0f99246b6
from master.
2013-04-12 10:18:24 +02:00
Tim Graham
709ee83cd3
[1.5.x] Fixed #20243 - Clarified when RelatedManager.remove() exists.
...
Backport of 712a792713
from master
2013-04-11 14:17:19 -04:00
Andrew Badr
93231851f8
[1.5.x] Removed incorrect phrase from DecimalField docs
...
Backport of 408da7b457
from master
2013-04-11 13:39:29 -04:00
Tim Graham
930cd8eebb
[1.5.x] Fixed #9913 - Clarified User.is_authenticated docs.
...
Thanks rshea for the draft text.
Backport of ac4d82b94a
from master
2013-03-31 04:01:05 -04:00
Tim Graham
ed3dd2759e
[1.5.X] Fixed #18277 - Clarified startproject documentation.
...
Backport of 33503600b5
from master
2013-03-30 08:38:28 -04:00
Tim Graham
c3779d4214
[1.5.x] Fixed #19897 - Updated static files howto.
...
Thanks Jan Murre, Reinout van Rees and Wim Feijen,
plus Remco Wendt for reviewing.
Backport of i6c730da1f from master.
2013-03-30 07:12:37 -04:00
Maik Hoepfel
28cb46befb
[1.5.x] Removed ambiguity regarding LANGUAGES setting
...
Backport of a05042fd3a
from master
2013-03-29 08:01:38 -04:00
Tim Graham
149150deb1
[1.5.x] Improved FormView docs in class-based views index.
...
Thanks Stefan Berder.
Backport of 738eef0f8b
from master
2013-03-29 07:59:50 -04:00
ferhat elmas
56d4356d8c
[1.5.x] Fixed #20146 -- Updated removed_tags example
...
Backport of e5d252f5b9
from master.
2013-03-28 22:45:30 +01:00
Yohan Boniface
5e2bb1223c
[1.5.X] Fixed signature of HttpResponse.set_signed_cookie in docs.
...
Backport of c5b2414a52
from master
2013-03-24 13:55:45 -04:00
Tim Graham
f7ca464039
[1.5.x] Added missing markup to docs.
...
Backport of 93cffc3b37
from master.
2013-03-22 14:08:55 -04:00
Tom V
1363b41823
[1.5.x] Fixed docs template name typo
...
Backport of a907fa088e
from master
2013-03-22 13:51:55 -04:00
Claude Paroz
add0dc02ad
[1.5.x] Fixed #20096 -- Added link to the Greek localflavor app
...
Backport of a9ee0e297
from master.
2013-03-20 17:11:21 +01:00
Claude Paroz
d43dfdf4b9
[1.5.x] Fixed #19960 -- Fixed sentence in contrib.auth signals docs
...
Thanks edd at slipszenko.net for the report.
Backport of 6d3b0c33dc
from master.
2013-03-01 22:18:00 +01:00
Carl Meyer
b83feeea43
[1.5.x] Minor edits to some recently-added admin docs.
...
Backport of 8f839aaa18
from master.
2013-02-25 00:15:46 -07:00
Tim Graham
a97c441e18
[1.5.X] Fixed #19880 - Fixed an error in the form wizard initial_dict example.
...
Thanks almalki for the report.
Backport of 9b97f01dea
from master
2013-02-23 15:28:03 -05:00