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
Tim Graham
0fa827c55f
[1.5.x] Fixed #19752 - Changed Postgres version numbers to 9.x to avoid having to update them each minor release.
...
Backport of 8d17114899
from master.
2013-02-23 10:42:27 -05:00
Tim Graham
89fb1836a8
[1.5.x] Fixed #19887 - Noted when callables may be used in ModelAdmin.fields and ModelAdmin.fieldset.
...
Thanks Patrick Strasser for the suggestion and Zbigniew Siciarz for the patch.
Backport of 722683f508
from master.
2013-02-23 09:47:42 -05:00
Tim Graham
e69d810741
[1.5.x] Fixed #17094 - Typo in class-based views doc.
...
Thanks alej0 for the report.
Backport of c89717fabe
from master.
2013-02-23 08:55:01 -05:00
Carl Meyer
a7e33c5bf3
[1.5.x] Added a new required ALLOWED_HOSTS setting for HTTP host header validation.
...
This is a security fix; disclosure and advisory coming shortly.
2013-02-19 10:39:03 -07:00
Tim Graham
ba794f68bf
[1.5.x] Fixed #19824 - Corrected the class described for Field.primary_key from IntegerField to AutoField.
...
Thanks Keryn Knight.
Backport of 218bbef0c4
from master
2013-02-16 18:34:18 -05:00
Tim Graham
ad2b091c1f
[1.5.x] Fixed #19812 - Removed a duplicate phrase in the widget docs.
...
Thanks diegueus9 for the report and itsallvoodoo for the draft patch.
Backport of 7a80904b00
from master
2013-02-16 18:25:03 -05:00
Claude Paroz
44afe44602
[1.5.x] Emphasized MyISAM pseudo-requirement for GeoDjango over MySQL
...
Refs #15295 .
Backport of 8fbc20b24
from master.
2013-02-10 20:50:11 +01:00
Claude Paroz
b8c6de31a6
[1.5.x] Fixed #19779 -- Checked contrib.sites presence in RedirectFallbackMiddleware
...
Thanks Aymeric Augustin for the report and directions for the patch.
Backport of 2ed90eac
from master.
2013-02-08 16:36:57 +01:00
Preston Holmes
660f80c3d6
[1.5.x] Fixed #19662 -- alter auth modelbackend to accept custom username fields
...
Thanks to Aymeric and Carl for the review.
2013-02-07 16:08:23 -08:00
Simon Charette
f58aae9311
[1.5.x] Fixed #19734 -- Missing values in `DATETIME_INPUT_FORMATS` doc.
...
Also changed formating of `DATE_INPUT_FORMATS` and
`TIME_INPUT_FORMATS` for readability.
Thanks minddust for the report!
Backport of 5c70299a71
from master.
2013-02-04 15:23:37 -05:00
Nick Sandford
e18bd68dbc
[1.5.x] Fixed #19445 -- Skip admin fieldsets validation when the ModelAdmin.get_form() method is overridden.
...
Backport of 0694d2196f
2013-02-02 14:55:59 -08:00
Ramiro Morales
fd61ce9c4f
[1.5.x] Small generic FK docs tweaks.
...
5f7eecd
from master.
2013-02-01 23:41:48 -03:00
Ramiro Morales
923b0de962
[1.5.x] Fixed content types contrib app doc typos.
...
1ee40f2
from master.
2013-02-01 23:41:06 -03:00
Aymeric Augustin
56a7d11237
[1.5.x] Fix rst syntax error.
...
Thanks Chris Rebert for the report.
Backport of d75a54c
.
2013-02-01 21:48:44 +01:00
Aymeric Augustin
11f6295551
[1.5.x] Documented ArchiveIndexView's date_list context variable.
...
Refs #16218 .
Backport of a0c67c6
.
2013-02-01 13:43:20 +01:00
Claude Paroz
5ebd0452ba
[1.5.x] Fixed #19714 -- Updated documentation about TemplateView context
...
Thanks Aramgutang for the report. Refs #17228 .
Backport of 56e553129
from master.
2013-02-01 09:58:35 +01:00
Aymeric Augustin
11ec0253ab
[1.5.x] Fixed #19692 -- Completed deprecation of mimetype in favor of content_type.
...
Thanks Tim for the report and initial patch.
Backport of 89cb771
from master.
2013-01-31 13:55:00 +01:00
Aymeric Augustin
d5ad9d3dfe
[1.5.x] Fixed #19076 -- Added content_type attribute to TemplateView.
...
Thanks Gavin Wahl.
Backport of 23e319d
.
2013-01-30 21:34:39 +01:00
Tim Graham
5da6ce11ed
[1.5.x] Fixed typos in docs and comments
...
Backport of ee26797cff
from master
2013-01-29 10:58:24 -07:00
Tim Graham
42fcfcaa52
[1.5.x] Fixed #19577 - Added HTML escaping to admin examples.
...
Thanks foo@ for the report and Florian Apolloner for the review.
Backport of eafc036476
from master
2013-01-25 06:56:38 -05:00
Tim Graham
2e6b0c5ca7
[1.5.x] Fixed #19610 - Added enctype note to forms topics doc.
...
Thanks will@ for the suggestion.
Backport of 0de2645c00
from master
2013-01-23 04:50:24 -05:00
Tim Graham
dc0bf53276
[1.5.x] Fixed #19477 - Documented generic_inlineformset_factory
...
Thanks epicserve for the suggestion.
Backport of 214fb700b9
from master
2013-01-22 18:18:32 -05:00
Tim Graham
34718395ed
[1.5.x] Fixed #19640 - Added inlineformset_factory to reference docs.
...
Thanks wim@ for the suggestion.
Backport of 5b2d9bacd2
from master
2013-01-22 07:58:09 -05:00
Tim Graham
40d8b6e28c
[1.5.x] Fixed #19597 - Added some notes on jQuery in admin.
...
Thanks Daniele Procida.
Backport of d406afe12e
from master
2013-01-15 20:01:08 -05:00
Tim Graham
b7828705c8
[1.5.x] Clarified WizardView.get_form_prefix doc, refs #19024
...
Backport of c9b577ead6
from master
2013-01-15 08:09:43 -05:00
Tim Graham
360676d9d8
[1.5.x] Fixed #19605 - Removed unused url imports from doc examples.
...
Thanks sergzach for the suggestion.
Backport of 43f89e0ad6
from master
2013-01-15 07:52:06 -05:00
Ramiro Morales
9d4f906d47
[1.5.x] Minor DEBUG setting reference formatting edit.
...
1bbd36a36a
from master.
2013-01-14 09:52:13 -03:00
Tim Graham
64f1a175bd
[1.5.X] Added details on minified jQuery and DEBUG mode for contrib.admin.
...
Thanks Daniele Procida.
Backport of 4720117a31
from master
2013-01-13 15:12:50 -05:00
Aymeric Augustin
d828c5c3a0
[1.5.x] Fixed typo in file storage docs.
...
Thanks Jørgen Abrahamsen.
Backport of 0ca2d1e
.
2013-01-13 19:37:21 +01:00
Stephan Jaekel
f16eb0b0d0
[1.5.x] Fixed #19024 -- Corrected form wizard docs for get_form_prefix.
...
Backport of 17f8496fe
from master.
2013-01-12 15:55:42 +01:00
Tim Graham
c94fcc4117
[1.5.x] Fixed #10239 - Added docs for modelform_factory
...
Thanks ingenieroariel for the suggestion and slurms for the review.
Backport of 71d76ec011
from master
2013-01-11 06:01:19 -05:00
Tim Graham
72ef63bf86
[1.5.x] Fixed #19588 - Added create_superuser to UserManager docs.
...
Thanks minddust for the report.
Backport of 4da5947a87
from master
2013-01-10 15:17:37 -05:00
Tim Graham
7f7b6a369b
[1.5.x] Fixed #19586 - Removed URL_VALIDATOR_USER_AGENT from setting docs.
...
It was removed in Django 1.5, not deprecated.
Backport of 066cf2d70e
from master
2013-01-09 18:34:36 -05:00
Claude Paroz
012229914c
[1.5.x] Created special PostgreSQL text indexes when unique is True
...
Refs #19441 .
Backport of c698c55966
from master.
2013-01-07 21:02:02 +01:00
Tim Graham
be1e006c58
[1.5.x] Fixed #19516 - Fixed remaining broken links.
...
Added -n to sphinx builds to catch issues going forward.
Backport of 9b5f64cc6e
from master.
2013-01-02 18:50:00 -05:00
Chris Beaven
61c861546b
[1.5.x] Update doc example for overriding change_form.html
...
Slightly reworded another related paragraph for clarity, too.
Backport of 3f890f8
.
2013-01-03 11:38:58 +13:00
Tim Graham
520a3f090c
[1.5.X] Fixed #19520 - Corrected some misleading docs about template_name_suffix.
...
Thanks jnns for the report.
Backport of 0d3f16b12e
from master
2013-01-01 18:47:12 -05:00