Tim Graham
cd15a51c3e
[1.5.x] Fixed #20316 - Clarified transaction behavior of TestCase.
...
Thanks uberj@ for the report and lolek09 for the patch.
Backport of dffdca1109
from master
2013-05-23 11:12:33 -04:00
Tim Graham
9ed2121eca
[1.5.x] Fixed #20417 - Noted that a server restart is required to load new templatetag modules.
...
Thanks Katya for the suggestion.
Backport of a46a399534
from master
2013-05-23 08:54:24 -04:00
Tim Graham
7df9c2bc7d
[1.5.x] Fixed #20482 - Added a file reference in tutorial 3.
...
Thanks diek@ for the suggestion.
Backport of 9e65bd33db
from master
2013-05-23 08:37:56 -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
Tim Graham
239b89950c
[1.5.x] Added some text I meant to add in the last commit.
...
Backport of 2699219c23
from master
2013-05-22 10:26:39 -04:00
Tim Graham
194eaceca7
[1.5.x] Added a note about pip upgrade flag.
...
Thanks Jannis Leidel for the suggestion.
Backport of 0e45f75112
from master
2013-05-22 09:43:01 -04:00
Tim Graham
1add64684c
[1.5.x] Fixed #17048 - Added docs for upgrading Django.
...
Thanks Donald Stufft for the suggestion and
Susan Tan and Brian Fabian Crain for the patch.
Backport of ef8a9bc7fa
from master.
2013-05-22 08:57:57 -04:00
Aymeric Augustin
3f7ecb512e
[1.5.x] Fixed #20476 -- Typo.
...
Backport of 5d16456
.
2013-05-21 21:29:28 +02:00
Tim Graham
63cab03f6d
[1.5.x] Tweaked unit test 'quick start' explanation.
...
Thanks Jeremy Dunck.
Backport of 490672f057
from master
2013-05-20 13:49:11 -04: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
Tim Graham
b3dc23a6d5
[1.5.x] Added some links in /docs/intro/overview.txt
...
Thanks Claes Ström for the patch.
Backport of bdde7feb26
from master.
2013-05-19 12:08:20 -04:00
Tim Graham
66005c643c
[1.5.X] Fixed #20183 - Clarified docs assumption that certain objects exist in database.
...
Thanks Tomasz Jaskowski for the patch.
Backport of 41bea033b7
from master
2013-05-19 11:34:25 -04:00
Tim Graham
694f4ff9e2
[1.5.x] Fixed #20284 - Added a note about DEBUG in static file docs.
...
Thanks wim@ for the suggestion and Nicolas Noé for the patch.
Backport of 2c84f4434c
from master
2013-05-18 12:12:56 -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
df5a8a07fc
[1.5.x] Fixed #20335 - Documented the {% language %} template tag.
...
Thanks bmispelon for the suggestion and djangsters for the patch.
Backport of 96cabba808
from master
2013-05-18 11:22:42 -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
Tim Graham
7f4269229c
[1.5.x] Fixed #20165 - Updated testing example to use django.test.TestCase.
...
Thanks Lorin Hochstein.
Backport of 84d8b247d2
from master.
2013-05-15 07:03:42 -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
zhongqi
be6e7ff6eb
[1.5.x] Fixed #20394 - Clarified argument of get_user in docs
...
Backport of 1172bef998
from master.
2013-05-13 14:07:37 -04:00
Tim Graham
cac0f7b72e
[1.5.x] Fixed #20398 - Added language selection code to example in documentation
...
Thanks ggbaker for the suggestion and Simeon Visser for the patch.
Backport of 897e4eab65
from master
2013-05-13 13:47:40 -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
Tim Graham
13de270bd5
[1.5.X] Fixed #20249 - Removed a "feature" in the tutorial that doesn't actually work.
...
Thanks bmispelon for the report and draft patch.
Backport of 679a2ac843
from master
2013-05-11 19:11:55 -04:00
Aymeric Augustin
b41ad87873
[1.5.x] Fixed #20385 -- Typo in files docs.
...
Backport of bdd2857
from master.
2013-05-10 13:24:25 +02: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
Tim Graham
acd9dc3888
[1.5.x] Fixed #20177 - Corrected docs for django.test.utils.setup_test_environment.
...
Thanks vlad.london.uk@ for the report.
Backport of bc02a963db
from master
2013-05-06 13:56:48 -04:00
Tim Graham
1ef423b003
[1.5.x] Fixed #20274 - Added some clarifying section headings in the test docs.
...
Backport of e886808994
from master
2013-05-06 13:46:27 -04:00
Tim Graham
0fc4c405a4
[1.5.x] Fixed #20305 - Added include for polls/static to MANIFEST.in in tutorial.
...
Thanks monuszko for the report.
Backport of 86d3079d57
from master
2013-05-06 06:54:10 -04:00
Claude Paroz
4f10b35a2e
[1.5.x] Fixed #20309 -- admin.py is not automatically created in Django 1.5
2013-05-04 11:36:28 +02:00
Claude Paroz
8b345614cd
[1.5.x] Updated Transifex links to the Django project
...
Translations for the Django framework are now hosted on the
django-core Transifex project, and the django project is only
dedicated to a team-only hub project.
Backport of 8f7276b782
from master.
2013-04-25 10:38:18 +02:00
Jannis Leidel
240649ef68
[1.5.x] Fixed a rST bug in the README template in the reusable apps docs.
...
Backport of db394e6ab2
from master.
2013-04-24 09:41:30 +02:00
Jannis Leidel
399ceaab96
[1.5.x] Fixed the reusable apps docs to use a rst file extension for the README and follow PEP8 a bit more.
...
Backport of 949b4e9458
from master.
2013-04-24 09:27:36 +02:00
Thomas Thurman
da89c7bbc0
[1.5.x] Fixed #20307 -- Word repeated in tutorial.
...
Replaced "the the" in the tutorial with "the".
Backport of f17aa99
from master.
2013-04-23 23:15:08 -04:00
Baptiste Mispelon
6bb8df0a98
[1.5.x] Fixed #20270 -- Fixed error in AjaxResponseMixin documentation
...
Backport of 73c26f0c95
from master.
2013-04-22 20:03:21 +02:00
Tim Graham
4376a64524
[1.5.x] Fixed #20285 - Added missing commas in translation docs.
...
Thanks cody.j.b.scott@
Backport of 9f7b277d2e
from master
2013-04-18 13:45:27 -04:00
Tim Graham
d8d498347f
[1.5.x] Fixed #20286 - Typo in static files docs.
...
Thanks bmispelon.
Backport of f71fdf83a8
from master
2013-04-18 13:42:46 -04:00
Claude Paroz
807264ed8d
[1.5.x] Fixed #20266 -- Updated view example in CBV introduction
...
Thanks jim at hellolocals.com for the report.
Backport of 58b3a974fc
from master.
2013-04-16 09:00:57 +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
Simon Charette
19ad7231da
[1.5.x] Fixed #20263 -- Corrected wording in the formset documentation.
...
Thanks to feraudyh at yahoo.com for the report.
Backport of 1de63cccb1
from master.
2013-04-15 12:22:51 -04:00
Tim Graham
6e3b80239e
[1.5.x] Fixed #20247 - Added some missing paths in the tutorial.
...
Thanks gsavix for the suggestion and patch.
Backport of aad5661c6c
from master.
2013-04-12 19:25:59 -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
Baptiste Mispelon
9c49e64b66
[1.5.x] Fixed #20211 : Document backwards-incompatible change in BoundField.label_tag
...
Also cleaned up label escaping and consolidated the test suite regarding
label_tag.
Backport of ab686022f
from master.
2013-04-12 10:25:44 +02: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
82b5e10e61
[1.5.x] Fixed #20204 - Consistent usage of url() in URL dispatcher documentation
...
Thanks Baptiste Mispelon for the patch and dave.lampton@ for the suggestion.
Backport of c852d45681
from master.
2013-04-10 20:41:03 -04:00
Tim Graham
405d6208e5
[1.5.x] Fixed #8649 - Documented a caveat about dynamically adjusting formsets.
...
Backport of 4a1d425cfe
from master
2013-03-31 04:35:48 -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
a825b1903d
[1.5.x] Fixed #20168 - Generalized a PostgreSQL specific database query in the docs.
...
Thanks Russ for the suggestion.
Backport of c119d0f152
from master
2013-03-31 03:41:44 -04:00
Tim Graham
999817375b
[1.5.X] Fixed #19492 - Added a link to the uWSGI/Django tutorial.
...
Backport of 91d06ea719
from master
2013-03-30 16:22:43 -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
Richard Cornish
29c77c5ed2
[1.5.X] Updated bios of committers
...
Backport of 6e67d764ae
from master
2013-03-30 07:49:21 -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
Tim Graham
1c42a3ec73
[1.5.X] Fixed #19582 - Added a static files tutorial.
...
Thanks James Pic.
Backport of c32fc79aa1
from master
2013-03-30 07:03:33 -04:00
Tim Graham
abaab6ef48
[1.5.x] Fixed #15379 - Added "how to cite Django" to FAQ.
...
Thanks Russ and Susan Tan.
Backport of 9916e69bf1
from master
2013-03-29 16:50:33 -04:00
Nimesh Ghelani
1d620fb957
[1.5.x] Fixed #20150 -- Fixed an error in manager doc example
...
Backport of 485c024567
from master
2013-03-29 15:55:23 -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
Gavin Wahl
d1b7bd030b
[1.5.x] Fixed spelling errors
...
Backport of ec04fd1344
from master
2013-03-29 08:00:24 -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
Jacob Kaplan-Moss
2847ae6665
Bump version numbers for 1.5.1.
2013-03-28 15:12:39 -05:00
Jacob Kaplan-Moss
d7eaadb4f8
[1.5.x] Added 1.5.1 release notes.
...
Backport of ae5247cb
from master.
2013-03-28 15:07:43 -05:00
Donald Stufft
33c4abb71a
Document password truncation with BCryptPasswordHasher
2013-03-26 13:29:53 -04: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
Claude Paroz
8772f9b4a6
[1.5.x] Fixed #20119 -- Fixed typo in auth docs
...
Thanks vinyll for the report.
Backport of f670cce9f5
from master.
2013-03-23 20:01:44 +01: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
Tim Graham
7206330c15
[1.5.x] Fixed #17935 - Clarified intro of topics/files.txt.
...
Thanks guettli for the suggestion.
Backport of f7795e968d
from master
2013-03-22 07:44:42 -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
Matthew Wood
5c78877016
[1.5.x] Fixed #20051 -- Specified where to define `TEMPLATE_DIRS`.
2013-03-18 15:48:47 -04:00
Aymeric Augustin
9e920a4888
[1.5.x] Minor docs fix for e11ccc76
.
...
Backport of f3a6d74
from master.
2013-03-17 22:44:20 +01:00
Aymeric Augustin
2757d492bb
[1.5.x] Updated bundled version of six.
...
Backport of e11ccc76d3
.
2013-03-17 16:05:30 +01:00
Tim Graham
e5c57fe1b4
[1.5.x] Fixed #19965 - Added a warning that the tutorial is written for Python 2.
...
Thanks itsallvoodoo for the patch.
Backport of e1bafdbffa
from master.
2013-03-12 08:08:01 -04:00
Claude Paroz
1ac7d4e345
[1.5.x] Fixed #20008 -- Removed trailing slash in Wikipedia link
...
Thanks senden9 at gmail.com for the report.
Backport of 63c52dcbcd
from master.
2013-03-10 16:00:24 +01:00
Tim Graham
142728277a
[1.5.x] Fixed #19962 - Added a note about SESSION_EXPIRE_AT_BROWSER_CLOSE and browsers that persist sessions.
...
Thanks David Sanders.
Backport of fe5d9fe5fe
from master
2013-03-02 10:13:17 -05: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
Tim Graham
ed381bd922
[1.5.x] Fixed #19937 - Typo in class-based views intro.
...
Backport of d009ffe436
from master
2013-02-28 08:26:56 -05:00
Marti Raudsepp
3919810923
[1.5.x] [py3] str.decode does not exist; str.encode was intended
...
Backport of fba6df19b5
from master
2013-02-27 16:18:06 -05:00
Claude Paroz
171a6635d2
[1.5.x] Fixed #19926 -- Fixed a link to code example in queries docs
...
Thanks Randy Salvo for the report.
Backport of b0ba21db07
from master.
2013-02-27 21:32:08 +01:00
Tim Graham
7f04031ef1
[1.5.x] Fixed #16807 - Added a class-based views intro.
...
Thanks Preston Holmes for the text.
Backport of 2108941677
from master
2013-02-27 08:19:45 -05:00
Tim Graham
67f3a6e9cf
[1.5.x] Fixed #19922 - Typo in translation docs.
...
Thanks amoebob for the report.
Backport of 9ce1b6191b
from master
2013-02-26 15:14:17 -05:00
James Bennett
61283a8208
[1.5.x] Add release date to 1.5 release notes.
2013-02-26 13:12:27 -06:00
James Bennett
e7f2c6f2d7
[1.5.x] Bump version numbers for Django 1.5 release.
2013-02-26 13:06:35 -06:00
Aymeric Augustin
1742fd08f5
[1.5.x] Fixed #6195 -- Documented caching options for javascript_catalog.
...
Backport of 0836670
from master
2013-02-25 22:30:56 +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
Ben Konrath
1845c53081
[1.5.x] Fixed #19394 --Added note about auth forms and custom user models.
2013-02-24 07:58:16 -08:00
Preston Holmes
f60dd6f55d
[1.5.x] Made a small clarification in tutorial.
...
refs #19889
2013-02-23 19:07:55 -08:00
Tim Graham
72db38facc
[1.5.X] Added an example of "default" database dictionary left blank; refs #19775 .
...
Thanks wsmith323 for the patch.
Backport of cf890c110e
from master
2013-02-23 16:03:03 -05:00
Tim Graham
1702be89c8
[1.5.X] Fixed #19402 - Clarified purpose of CustomUser.REQUIRED_FIELDS
...
Thanks pydanny for the report and ptone for the patch.
Backport of 24a2bcbcdd
from master
2013-02-23 15:43:55 -05:00
Tim Graham
2683e8ea20
[1.5.X] Fixed #19579 - Documented that "providing_args" is purely documentational.
...
Backport of 4c05fdb467
from master
2013-02-23 15:33:58 -05: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
fceafa1929
[1.5.X] Fixed #19775 - Clarified requirements of the "default" database.
...
Thanks monkut for the report and wsmith323 for the patch.
Backport of 31bcb102b2
from master
2013-02-23 15:23:00 -05:00
Tim Graham
29b0d89ee9
[1.5.X] Updated example to use staticfiles static template tag, thanks reinout for the suggestion, refs #19675 .
...
Backport of f3ae67a62f
from master
2013-02-23 11:05:59 -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
da8c789082
[1.5.X] Updated static file example in overview to use static template tag, refs #19675 .
...
Thanks jezdez for the note.
Backport of 9e959e8d58
from master
2013-02-23 10:37:29 -05:00
Tim Graham
ad69293958
[1.5.X] Fixed #19675 - Added mention of static files to overview.
...
Thanks Dwight Gunning for the patch.
Backport of a61dbd6219
from master
2013-02-23 10:01:14 -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
5732f7b62b
[1.5.x] Changed "mysite/mytemplates/" -> "mysite/templates" in tutorial.
...
Thanks James Pic.
Backport of 1b7fb29dfb
from master.
2013-02-23 09:23:06 -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
Preston Holmes
b17a572eb3
[1.5.x] Fixed #19868 -- Clarified purpose of custom user example
2013-02-20 15:34:22 -08:00
Carl Meyer
c7f80b428b
Don't characterize XML vulnerabilities as DoS-only.
2013-02-19 18:20:08 -07:00
Tim Graham
23ef6e1baf
[1.5.X] Fixed #19728 - Updated API stability doc to reflect current meaning of "stable".
...
Backport of 132d5822b0
from master
2013-02-19 18:20:46 -05:00
Stefan "hr" Berder
4f99b0b635
[1.5.X] Fixed typo in docs/topics/class-based-views/generic-display.txt
...
Backport of 22d5e4b4af
from master
2013-02-19 16:32:59 -05:00
James Bennett
18d920ea48
[1.5.x] Bump version numbers for security release.
2013-02-19 14:15:33 -06:00
Carl Meyer
84ce990c07
[1.5.x] Update 1.5 release notes for XML and formset fixes.
2013-02-19 10:39:04 -07:00
Aymeric Augustin
3ef4bbf495
[1.5.x] Added a default limit to the maximum number of forms in a formset.
...
This is a security fix. Disclosure and advisory coming shortly.
2013-02-19 10:39:04 -07: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
5d853db90e
[1.5.X] Fixed #19717 - Removed mentions of "root QuerySet" in docs.
...
Thanks julien.aubert.mail@ for the report and James Pic for the patch.
Backport of 64d0f89ab1
from master
2013-02-18 09:36:49 -05:00
Simon Meers
94ef17e2c2
[1.5.x] Corrected INSTALLED_APPS syntax in 1.5 release notes.
...
Backport of 9c2066d5
from master.
2013-02-18 00:55:22 +11: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
Alex Hunley
5c3c8bf09a
[1.5.x] Fixed #19719 - Removed misleading example from ModelForm documentation
...
Backport of 976dc07baf
from master
2013-02-16 18:05:35 -05:00
Russell Keith-Magee
461d6e2295
[1.5.x] Refs #14881 -- Document that User models need to have an integer primary key.
...
Thanks to Kaloian Minkov for the reminder about this undocumented requirement.
(cherry picked from commit 91c26eadc9
)
2013-02-16 10:21:45 +08:00
Russell Keith-Magee
bc6746ac30
[1.5.x] Fixed #19822 -- Added validation for uniqueness on USERNAME_FIELD on custom User models.
...
Thanks to Claude Peroz for the draft patch.
(cherry picked from commit f5e4a699ca
)
2013-02-15 09:02:14 +08:00
Ramiro Morales
89ce55b301
[1.5.x] Mention backward relationships in aggregate docs.
...
Thanks Anssi and Marc Tamlyn for reviewing.
Fixes #19803 .
0560bfb705
from master.
2013-02-14 20:47:04 -03:00
Ramiro Morales
e7ab0d35c1
[1.5.x] Typo in i18n docs.
...
112c6e987d
from master.
2013-02-14 20:46:27 -03:00
Claude Paroz
cfdc003ab7
[1.5.x] Fixed #19823 -- Fixed memcached code example in cache docs
...
Backport of 668d0b8d
from master.
2013-02-14 11:25:07 +01: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
Tim Graham
7b278278ab
[1.5.x] Fixed #19699 - Removed "Please see the release notes" from versionadded/changed directives
...
Thanks Aymeric for the patch.
Backport of d93edffa89
from master.
2013-02-09 09:22:33 -05:00
Claude Paroz
2d53799ca6
[1.5.x] Fixed #19749 -- Documented ending param to command's self.stdout/err
...
Thanks xian at mintchaos.com for the report.
Backport of 0201b9d6d
from master
2013-02-09 10:19:59 +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
Tim Graham
ad2311dfc6
[1.5.x] Fixed #19706 - Tweaks to the tutorial.
...
Thanks Daniele Procida.
Backport of aa85ccf8ce
from master.
2013-02-07 07:14:03 -05:00
Tim Graham
a81363d85a
[1.5.x] Fixed #19756 - Corrected a ManyToMany example and added some links and markup.
...
Backport of 43efefae69
from master
2013-02-07 07:03:46 -05:00
Tim Graham
3b952123ac
[1.5.x] Fixed #19743 - Documented some limitations of contrib.auth.
...
Thanks Aymeric for the suggestion.
Backport of afa3e16334
from master
2013-02-06 08:27:53 -05: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
Tim Graham
6155b66d06
[1.5.x] Fixed a typo in docs/topics/auth/customizing.txt
...
Backport of 2c173ff3b4
from master
2013-02-03 13:24:09 -05:00
Julien Phalip
be5369fd24
[1.5.x] Fixed #19333 -- Moved compress.py outside of the admin static folder. Thanks to camilonova, Russell Keith-Magee, Aymeric Augustin and Ramiro Morales for the feedback.
...
Backport of c9c40bc6bc
2013-02-02 15:03:05 -08: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
Tim Graham
f28fbe7314
[1.5.x] Fixed #19700 - Added documentation for BoundField.field.
...
Thanks Tiberiu Ana for the report and patch.
Backport of fdaaa24171
from master
2013-02-02 08:38:02 -05: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
Lucian Ursu
a22480797d
[1.5.x] Fixed #19690 - Removed unused import in doc examples.
...
Backport of c6560e4843
from master
2013-02-01 14:19:04 -10: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
Ramiro Morales
73bb9664da
Enhanced traanslator comments documentation.
...
Partial (docs only) backport of 47ddd6a
from master.
2013-01-31 10:58:05 -03: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
f6075b0596
[1.5.x] Fixed #19683 - Added a missing import in signing example.
...
Thanks sunsongxp@ for the report.
Backport of 537d44b1b9
from master
2013-01-29 06:13:47 -05:00
Tim Graham
c87f89c0db
[1.5.x] Fixed a malformed link.
2013-01-27 06:11:42 -05:00
Ramiro Morales
5ab24e205a
[1.5.x] Added more shortcuts to i18n docs in index page.
...
5b99d5a
from master
2013-01-25 20:43:21 -03: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
d571894fc0
[1.5.x] Fixed #19639 - Updated contributing to reflect model choices best practices.
...
Thanks charettes.
Backport of eaa716a413
from master
2013-01-24 08:00:43 -05:00
Justin Bronn
1c061ef568
[1.5.x] Fixed typo.
...
Backport of 71c8539570
from master
2013-01-23 19:21:42 -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
54887d686b
[1.5.x] Fixed #19633 - Discouraged use of gunicorn's Django integration.
...
Backport of 0db86273ae
from master
2013-01-22 19:05:19 -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
f6257a147d
[1.5.x] Fixed #19628 - Noted that app for custom user model must be in INSTALLED_APPS
...
Thanks dpravdin and Jordan Messina.
Backport of 0375244eae
from master
2013-01-18 18:39:29 -05:00
Aymeric Augustin
d90abcc9da
[1.5.x] Fixed #19632 -- Bug in code sample.
...
Thanks grossmanandy at bfusa com and Simon Charette.
Backport of 1dd7492
.
2013-01-18 20:52:25 +01: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
Aymeric Augustin
464e9669a1
[1.5.x] Fixed a typo in the error reporting docs.
...
Backport of 83d0cc52
.
2013-01-15 16:56:03 +01:00
Aymeric Augustin
6428f1cb72
[1.5.x] Fixed #19614 -- Missing request argument in render call.
...
Thanks Dima Pravdin for the report.
Backport of 74d72e2
.
2013-01-15 14:37:25 +01: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
Vinod Kurup
863e0ab57d
[1.5.x] Fixed code examples in which render() calls were missing `request` parameter.
...
5362134090
from master.
2013-01-14 09:50:58 -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
b86c3ddce8
[1.5.x] Fixed #19437 - Clarified pip install instructions in contributing tutorial.
...
Backport of 9f9a7f03d7
from master
2013-01-11 08:10:32 -05: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
f9604c8247
[1.5.x] Addeded CSS to bold deprecation notices.
...
Thanks Sam Lai for mentioning this on the mailing list.
Backport of 227bd3f8db
from master
2013-01-09 19:05:00 -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
Tim Graham
7c39e041b1
[1.5.x] Added sphinx substitutions in place of hardcoded version numbers.
...
Refs #19571
Backport of 1884868adc
from master
2013-01-08 15:59:42 -05:00
Tim Graham
c95ae7729f
[1.5.x] Fixed #19555 - Removed '2012' from tutorial 1.
...
Thanks rodrigorosa.lg and others for the report.
Backport of 99315f709e
from master
2013-01-08 15:45:27 -05:00
Carl Meyer
b6119a6373
[1.5.x] Fixed typo in 1.5 release notes; thanks Jonas Obrist.
...
Backport of bb7f34d619
from master.
2013-01-07 20:17:55 -07: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
Claude Paroz
7ca9b71628
[1.5.x] Fixed #19571 -- Updated runserver output in the tutorial
...
Backport of a890469d3
from master.
2013-01-06 23:00:29 +01:00
Preston Holmes
f02e1167d7
[1.5.x] Fixed #19562 -- cleaned up password storage docs
...
Conflicts:
docs/topics/auth/passwords.txt
2013-01-04 18:04:28 -08:00
James Bennett
f23d3ce8d4
[1.5.x] Bump version numbers for 1.5 RC 1.
2013-01-04 12:49:58 -06: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
da2cdd3a0f
[1.5.X] Fixed #19549 - Typo in docs/topics/auth/default.txt
...
Backport of 695b2089e7
from master
2013-01-02 15:33:58 -05: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
Julien Phalip
dfd8623de4
[1.5.x] Fixed #19453 -- Ensured that the decorated function's arguments are obfuscated in the @sensitive_variables decorator's frame, in case the variables associated with those arguments were meant to be obfuscated from the decorated function's frame.
...
Thanks to vzima for the report.
Backport of 9180146d21
2012-12-31 09:51:13 -08:00
Aymeric Augustin
fd1279a44d
[1.5.x] Fixed #19519 -- Fired request_finished in the WSGI iterable's close().
...
Backport of acc5396
.
2012-12-31 12:49:10 +01:00
Tim Graham
9e5ada79bf
[1.5.x] Fixed broken links, round 4. refs #19516
...
Backport of 067505ad19
from master
2012-12-29 15:57:57 -05:00
Claude Paroz
0c96aae700
[1.5.x] Added links to default widget in forms.fields documentation
...
Backport of 2d0b35d2bb
from master.
2012-12-29 11:32:20 +01:00
Aymeric Augustin
be4259004f
[1.5.x] Fixed #18970 -- Documented know limitations under Python 3.
...
Backport of 37b3fd2
from master.
2012-12-28 21:44:45 +01:00
Preston Holmes
8d1b190248
[1.5.x] Fixed #19498 -- refactored auth documentation
...
The auth doc was a single page which had grown unwieldy.
This refactor split and grouped the content into sub-topics.
Additional corrections and cleanups were made along the way.
2012-12-28 11:48:05 -08:00
Tim Graham
fbc06eef1a
[1.5.X] Fixed broken links, round 3. refs #19516
...
Backport of b3a8c9dab8
from master
2012-12-26 19:10:50 -05:00
Aymeric Augustin
e2396bf122
[1.5.x] Updated documentation on localflavor translations
...
to account for the deprecation of django.contrib.localflavor in 1.5.
Refs #19482 .
2012-12-26 14:44:57 +01:00
Aymeric Augustin
0c79e5e347
[1.5.x] Fixed #19518 -- Documented the deprecation of localflavor.
...
Also moved the contrib deprecations at the top of their section and made
minor markup fixes.
Backport of 4500d35
from master.
2012-12-26 14:30:11 +01:00
Tim Graham
1c1df12388
[1.5.X] Fixed more broken links. refs #19516
...
Backport of 9c5a6adf33
from master
2012-12-25 04:46:28 -05:00
Ramiro Morales
8738da03c6
[1.5.x] Updated Python versions supported FAQ entry.
2012-12-24 19:06:57 -03:00
Julien Phalip
3ad34c231b
[1.5.x] Fixed #19505 -- A more flexible implementation for customizable admin redirect urls.
...
Work by Julien Phalip.
Refs #8001 , #18310 , #19505 . See also 0b908b92a2
.
35d1cd0b28
from master.
2012-12-24 18:12:13 -03:00
Tim Graham
5489fc47df
[1.5.X] Fixed links to DATABASE ENGINE setting. refs #19516
...
Backport of f56f6cfa58
from master
2012-12-24 15:40:17 -05:00
Ramiro Morales
903892be7b
[1.5.x] Fixed #19497 -- Refactored testing docs.
...
Thanks Tim Graham for the review and suggestions.
d19109fd37
from master.
2012-12-22 12:39:49 -03:00
Tim Graham
91af9230ad
[1.5.X] Fixed #19506 - Remove 'mysite' prefix in model example.
...
Thanks Mike O'Connor for the report.
Backport of 52a2588df6
from master
2012-12-21 15:53:23 -05:00
Ramiro Morales
470f3eca34
[1.5.x] Added PASSWORD_HASHERS to settings reference document.
...
abd0f304b1
from master.
2012-12-19 15:10:39 -03:00
Tim Graham
034c355118
[1.5.X] Fixed #19470 - Clarified widthratio example.
...
Thanks orblivion for the suggestion.
Backport of 6534a95ac3
from master
2012-12-18 08:20:51 -05:00
Tim Graham
e11bd5c5ac
[1.5.X] Fixed #19442 - Clarified that raw SQL must be committed.
...
Thanks startup.canada for the suggestion.
Backport of 31f49f1396
from master
2012-12-18 08:14:37 -05:00
Tim Graham
2545dc59bf
[1.5.x] Fixed #17312 - Warned about database side effects in tests.
...
Thanks jcspray for the suggestion.
Backport of 7df03268a4
from master.
2012-12-18 08:05:12 -05:00
Tim Graham
528483cae2
[1.5.X] Fixed #19279 - Clarified order of database setup and Django install.
...
Thanks colinnkeenan for the suggestion.
Backport of 72a6ac568d
from master
2012-12-16 15:46:17 -05:00
Tim Graham
53b40d75b7
[1.5.X] Fixed #18718 - Documented django.utils.encoding.filepath_to_uri
...
Backport of 507c081484
from master
2012-12-16 14:40:10 -05:00
Russell Keith-Magee
311bd0055d
[1.5.X} Fixed #19412 -- Added PermissionsMixin to the auth.User heirarchy.
...
This makes it easier to make a ModelBackend-compliant (with regards to
permissions) User model.
Thanks to cdestigter for the report about the relationship between
ModelBackend and permissions, and to the many users on django-dev that
contributed to the discussion about mixins.
Backport of 47e1df896b
from master.
2012-12-15 22:47:48 +08:00
Russell Keith-Magee
a7465ee7df
[1.5.X] Fixed #19472 -- Documented the testing requirements and tools for custom User models.
...
Thanks to gcc for the report.
Backport of bd414aed01
from master.
2012-12-15 22:47:30 +08:00
Russell Keith-Magee
9cf566233b
[1.5.X] Fixed #19384 -- Documented the behavior of custom managers on abstract models.
...
This documents the behavior introduced by cc337a74
, which is BACKWARDS
INCOMPATIBLE for any attempt to invoke a method on a manager using the
abstract class as the calling class (e.g., AbstractBase.objects.do_something())
Thanks to mhsparks for the report.
Backport of 1b646e656e
from master.
2012-12-15 22:46:55 +08:00
Tim Graham
084a8e2959
[1.5.X] Fixed #19344 - Documented how to run django-admin in a virtualenv on Windows.
...
Thanks Hourann Bosci for the patch.
Backport of 1e5b0fc4d0
from master
2012-12-15 09:30:46 -05:00
Tim Graham
1af69a240c
[1.5.X] Fixed #19342 - Added new tutorials to the 1.5 release notes
...
Backport of b594e4923c
from master
2012-12-15 08:30:06 -05:00
Claude Paroz
d196f8f7eb
[1.5.X] Removed obsolete contrib.comments upgrade guide
...
The old comment system was pre-1.0.
Backport of 44815bad6b
from master
2012-12-15 08:15:16 -05:00
Tim Graham
c252ed567c
[1.5.X] Fixed #9962 - Added a testing tutorial.
...
Thank-you Daniele Procida for the first draft
and shaibi, Aymeric, and others for the reviews.
Backport of b052e6cc95
from master
2012-12-15 08:12:25 -05:00
Ben Longden
0c3e4848b6
[1.5.X] Removed PHP references
...
Backport of 55a2d5b577
from master
2012-12-14 19:33:48 -05:00
Aymeric Augustin
44e56238d7
[1.5.x] Fixed #2304 -- Documented TRANSACTIONS_MANAGED.
...
Backport of a001f3c
.
2012-12-14 21:16:04 +01:00
Tim Graham
8a1b4dbda2
[1.5.X] Fixed #19461 - Linked to psycopg in topics/install.txt
...
Thanks Chris Jerdonek for the suggestion.
Backport of 6cad5f212a
from master
2012-12-11 18:45:03 -05:00
Tim Graham
d92d9cf2aa
[1.5.X] Fixed #19377 - Emphasized database host link in tutorial
...
Backport of 0eed8ece32
from master
2012-12-11 16:35:37 -05:00
James Bennett
82d4786544
[1.5.x] Bump version numbers for security release.
2012-12-10 15:49:48 -06:00
Florian Apolloner
77b06e4151
[1.5.X] Fixed a security issue in get_host.
...
Full disclosure and new release forthcoming.
2012-12-10 22:13:28 +01:00
Claude Paroz
fce779475e
[1.5.x] Removed US localflavor-specific tests from core
...
Also fixes #9045 .
Backport of 8248d1402
from master.
2012-12-08 21:08:37 +01:00
Aymeric Augustin
c81e8e7068
[1.5.x] Fixed #19389 -- Docs on the location of contrib apps tests.
...
Backport of d5ed81c.
2012-12-08 19:48:41 +01:00
Val Neekman
152d6cb411
fix a spelling error in docs
...
backport of cacafe8
from master.
2012-12-08 14:51:41 +01:00
Claude Paroz
a0578a1a1c
[1.5.x] Fixed #19444 -- Clarified IGNORABLE_404_URLS documentation
...
Backport of 53b879f045
from master.
2012-12-07 17:42:17 +01:00
Daniele Procida
a8045c3af2
[1.5.x] Amended explanation of LOCALE_PATHS setting.
...
Thanks Daniele Procida for the patch.
37abad73d6
from master.
2012-12-04 20:20:35 -03:00
Tim Graham
88638ddd3d
[1.5.X] Fixed #19400 - Typo in docs/topics/auth.txt
...
Backport of 008e625c66
from master
2012-11-30 15:13:51 -05:00
Claude Paroz
47c5b50d34
[1.5.x] Fixed #19354 -- Do not assume usermodel.pk == usermodel.id
...
Thanks markteisman at hotmail.com for the report.
Backport of 0eeae1505
from master.
2012-11-29 21:52:22 +01:00
Bruno Renié
fe55052cca
[1.5.x] Fixed typo in the 1.5* release notes. Thanks brutasse.
2012-11-28 20:45:10 -03:00
Claude Paroz
89593048e2
[1.5.x] Fixed #19366 -- Prevented GEOSIndexError when comparing geometries
...
Thanks Craig de Stigter for the report and collaboration on the
patch.
Backport of cc3c4a9d5
from master.
2012-11-28 22:34:43 +01:00
Jason Yan
54ce0ff7ba
[1.5.x] Fixed #19374 -- Typo in docs/ref/models/instances.txt.
...
Backport of eeaab083f
from master.
2012-11-28 09:28:21 +01:00
Tim Graham
ecf292aa2c
[1.5.X] Fixed #19239 - Added examples for generic date views
...
Thank-you Daniel Greenfeld and Scott Nixon.
Backport of 38055222bd
from master
2012-11-27 19:30:44 -05:00
Tim Graham
931b0f8ccd
[1.5.X] Fixed #19352 - Added an example in the QuerySet docs.
...
Thanks colinkeenan for the suggestion.
Backport of ba2adc9c05
from master
2012-11-27 18:22:49 -05:00
James Bennett
1c05619c1f
[1.5.x] Bump version numbers for 1.5 beta 1.
2012-11-27 16:09:10 -06:00
Jacob Kaplan-Moss
212214e892
Fixed a couple of typos in the 1.5 (and beta) release notes.
...
Backport of [7cea123bde
] from master.
2012-11-27 15:58:16 -06:00
Jacob Kaplan-Moss
28120a9436
Added 1.5 beta release notes.
...
Backport of [7a62339f59
] from master.
2012-11-27 15:57:40 -06:00
Julien Phalip
22ca5bab95
[1.5.x] Fixed #17646 -- Added a get_list_filter() method to ModelAdmin. Thanks to rasca for the suggestion and to mateusgondim for the patch.
...
Backport of ae206d78f6
2012-11-25 20:43:18 +01:00
Aymeric Augustin
72231610b3
[1.5.x] Fixed two typos.
...
Backport of f89901d
from master.
2012-11-25 19:32:25 +01:00
Aymeric Augustin
8c2f36260e
[1.5.x] Fixed #19280 -- Raised an explicit exception for the old {% url %} syntax.
...
Backport of 6b8a7ce.
2012-11-24 22:05:41 +01:00
Russell Keith-Magee
24582f18ff
[1.5.x] Fixed #19218 -- Added documentation note on limitations of signals with custom User models.
...
Thanks to kunitoki@gmail.com for the report.
Backport of fdb5c98d7e
.
2012-11-24 14:27:11 +08:00
Aymeric Augustin
a79e4521e5
[1.5.x] Negligible style fix in docs.
...
Backport of 5c81e9d
.
2012-11-23 20:41:08 +01:00
Anssi Kääriäinen
90c7aa0740
[1.5.x] Fixed #18375 -- Removed dict-ordering dependency for F-expressions
...
F() expressions reuse joins like any lookup in a .filter() call -
reuse multijoins generated in the same .filter() call else generate
new joins. Also, lookups can now reuse joins generated by F().
This change is backwards incompatible, but it is required to prevent
dict randomization from generating different queries depending on
.filter() kwarg ordering. The new way is also more consistent in how
joins are reused.
Backpatch of 90b86291d0
2012-11-23 20:07:50 +02:00
WoLpH
f88319dc3c
[1.5.X] Changed if statement to a slightly cleaner variant
...
Backport of eabb44417c
from master
2012-11-23 07:13:24 -05:00
Tim Graham
c90156fc18
[1.5.X] Fixed #19348 - Clarified the units of filesizeformat.
...
Thanks george_edison for the report and Claude Paroz for the patch.
Backport of 63e6cd1bb3
from master
2012-11-23 07:02:29 -05:00
Tim Graham
918d020de2
[1.5.X] Fixed #19346 - Typo in docs/ref/contrib/gis/install/index.txt
...
Backport of c13912ac7f
from master
2012-11-22 18:02:20 -05:00
Tim Graham
072b9d0d3d
[1.5.X] Spell checked 1.5 alpha release notes
...
Backport of e94f8babc2
from master
2012-11-22 17:16:46 -05:00
Tim Graham
42fa51c002
[1.5.X] Fixed #18974 - Warned against using models.permalink
...
Thanks dstufft for the draft patch.
Backport of 0e3690d230
from master
2012-11-22 16:10:42 -05:00
Aymeric Augustin
9bd67f056c
[1.5.x] Fixed #16039 -- Made post_syncdb handlers multi-db aware.
...
Also reverted 8fb7a90026
. Refs #17055 .
Backport of a026e48
from master.
2012-11-22 20:54:20 +01:00
Tim Graham
84dc6afac7
[1.5.X] Documented behavior of get_or_create when multiple objects are returned.
...
Thanks Matt Lauber for the patch.
Backport of 71a3162a70
from master
2012-11-22 10:37:17 -05:00
Tim Graham
63546533c1
[1.5.X] Clarified usage of as_view kwargs for setting arguments on class based views
...
Thanks Dave McLain for the patch.
Backport of 7b2d95eb30
from master
2012-11-22 09:08:37 -05:00
Tim Graham
74e22f9772
[1.5.X] Fixed #19317 - Added an image for warning blocks in the docs
...
Thanks tome for the suggestion and patch.
Backport of 3587991ba8
from master
2012-11-22 08:47:52 -05:00
Preston Holmes
6d85f1212f
[1.5.x] Added examples of using startproject/app with URLs
...
thanks to Brent O'Connor for the idea and intial docs
2012-11-21 22:08:04 -08:00
shepdl
187441602c
[1.5.X] Fixed #19243 - Edited GeoDjango Tutorial for consistency and style.
...
Backport of 8e5573e99a
from master
2012-11-21 19:32:27 -05:00
Tim Graham
6d13071021
[1.5.X] Fixed #19335 - Typo and cleanups in docs/topics/class-based-views/index.txt
...
Backport of e2b1808196
from master
2012-11-21 19:07:36 -05:00
Luke Plant
aab701f1aa
[1.5.x] Corrected docs about default value of MESSAGE_STORAGE
...
Backport of a32f30c79c
from master
2012-11-20 23:06:38 +00:00
Preston Holmes
3a0e0230f7
[1.5.x] Fixed #18658 -- Improved ModelAdmin.message_user API
...
Thanks to Lowe Thiderman for the patch and tests
2012-11-19 16:03:30 -08:00
Anton Danilchenko
5b6db35a74
[1.5.X] Fixed typo in docs/ref/models/querysets.txt
...
Backport of 76859e6eab
from master
2012-11-19 18:46:36 -05:00