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 8f839aaa180f 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 0694d2196f0fad
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