Commit Graph

5291 Commits

Author SHA1 Message Date
Tim Graham 82a6a956d5 [1.5.x] Fixed -- 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 -- 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 9c501e6638 [1.5.x] Fixed -- Mentioned LOCALE_PATHS earlier in translation docs.
Thanks rene@ for the suggestion.

Backport of 231e31c690 from master.
2013-07-04 05:45:34 -04:00
SusanTan 583f340d7d [1.5.x] Fixed -- Documented how to use request.user with RequestFactory
Thanks michel@ for the suggestion.

Backport of 75041d5ea3 from stable/1.5.x.
2013-07-03 11:12:04 -04:00
Tomáš Ehrlich 6151fdf930 [1.5.x] Fixed -- Added documentation for django.core.signing API.
Thanks Baptiste Mispelon for the suggestion.

Backport of c5bc98d7e1 from master.
2013-07-03 10:39:05 -04:00
Tim Graham 4453d8651a [1.5.x] Fixed -- 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 - 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
Baptiste Mispelon def1881370 [1.5.x] Fixed missing slash in reusable apps tutorial.
Backport of 5caced89e0 from master.
2013-06-28 09:52:25 +02:00
jktravis b91e138405 Fixed -- Fixed project layout in reusable apps tutorial.
Backport of 70d3adf9f2 from master.
Thanks to nicklasp for the report.
2013-06-28 09:50:59 +02:00
Trey Hunner 058ad52b3d [1.5.x] Added missing preposition in documentation
Backport of 2ec54e7fbc from master
2013-06-27 18:03:39 -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 -- 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 -- 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 7e6c0387b3 [1.5.x] Clarified get_list_or_404 docs, refs .
Backport of e161e4ff11 from master
2013-06-24 07:03:29 -04:00
Simon Meers 11a8a7f266 [1.5.x] Corrected minor typos in FileUploadHandler.receive_data_chunk docs.
Backport of 6466a08 from master.
2013-06-24 14:11:08 +10:00
Baptiste Mispelon 4821a99ca4 [1.5.x] Fixed errors and inconsistencies in CBV topic documentation.
Backport of bd9fbd1497 from master.
2013-06-23 00:29:59 +02:00
Tim Graham 519fdacf51 Fixed - 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 -- Documented that get_next/previous_by_FOO uses default manager.
Backport of ba610cb319 from master
2013-06-21 13:16:51 -04:00
Baptiste Mispelon ee8996d8a6 [1.5.x] Fixed -- Fixed incorrect wording in CBV documentation
Thanks to ndokos for the report.

Backport of b53ed5ac55 from master.
2013-06-21 17:53:10 +02:00
Tim Graham 843802ec26 [1.5.x] Fixed -- Updated example httpd.conf for Apache 2.4
Thanks colinnkeenan@ for the report.

Backport of 7314007c5b from master
2013-06-20 13:35:59 -04:00
Tim Graham b5f8339211 [1.5.x] Fixed error in last commit. Thanks Simon Charette.
Backport of 6ef199a08e from master
2013-06-20 10:43:41 -04:00
Harm Geerts 891d003353 [1.5.x] Modified tutorial 3 to use RequestContext in place of Context.
Backport of df4a74d709 from master
2013-06-20 10:01:13 -04:00
Baptiste Mispelon f171ed6b68 Fixed broken reference in documentation. 2013-06-19 10:39:01 +02:00
Baptiste Darthenay a952044228 [1.5.x] Fixed -- Typo in documentation.
Backport of 39b245fd76 from master
2013-06-17 07:01:48 -04:00
Tim Graham e411e99312 [1.5.x] Fixed - Fixed file example in docs.
Thanks Chris Lasher for the report.

Backport of a1122e14a6 from master
2013-06-14 21:29:20 -04:00
Pablo Sanfilippo e65f0c2559 [1.5.x] Fixed an erroneous import in example code.
Backport of bd68f701b from master. Fixes .
2013-06-14 09:33:20 +02: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 .

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 - 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 - 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 - 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 - Documented BoundField.id_for_label.
Thanks littlepig for the suggestion.

Backport of 175a102ddc from master.
2013-06-09 12:16:56 -04:00
Claude Paroz 44a0abd792 [1.5.x] Allow build of translated documentation
Backport of 6a092f24e from master.
2013-06-08 16:14:45 +02:00
Tim Graham 023710211f [1.5.x] Fixed - 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 56192d21d5 [1.5.x] Fixed - Typo in db model fields docs.
Thanks i.amber.jain@ for the report.

Backport of f315693304 from master
2013-06-01 05:50:09 -04:00
Tim Graham f7fefb361d [1.5.x] Fixed - Corrected TEST_DEPENDENCIES example in testing docs.
Thanks czambran.

Backport of f10e9af227 from master
2013-05-31 08:20:10 -04:00
Tim Graham 1c5cccedb4 [1.5.x] Fixed - 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 -- Added versionadded for clearsessions.
Thanks wiml@.

Backport of 8a6e040bfa from master
2013-05-28 20:15:09 -04:00
Tim Graham 17d60438e9 [1.5.X] Fixed - Incorrect form field for FilePathField.
Thanks sane4ka.sh@ for the report.

Backport of 1fdc3d256d from master
2013-05-28 11:59:41 -04:00
Tim Graham 2e026739dc [1.5.X] Fixed - Expanded docs on QuerySet caching.
Thanks seddonym.

Backport of 8365d76da0 from master
2013-05-28 08:43:05 -04:00
Aymeric Augustin 8f2eaab0e5 [1.5.x] Fixed URL for six inventory.
Backport of 749c2e4 from master.
2013-05-27 11:16:27 +02:00
Tim Graham 82fc3ce41d [1.5.x] Fixed - 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
Tim Graham cd15a51c3e [1.5.x] Fixed - 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 - 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 - 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 . 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 - 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 -- 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 - 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 - 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 -- 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 - 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 - 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 - 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 - 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 - 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 - 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 - 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 - 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 - 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 -- Typo in files docs.
Backport of bdd2857 from master.
2013-05-10 13:24:25 +02:00
Aymeric Augustin 6d3d6081e8 [1.5.x] Fixed -- 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 - 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 - 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 - 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 -- 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 -- 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 -- 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 - 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 - 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 -- 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 -- 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 -- 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 - 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 -- 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 - 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 : 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 - 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 - 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 - 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 - 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 - 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 - 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 - 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 - 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 - 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 - 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 -- 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 -- 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 -- 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 - 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 -- 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 -- 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 - 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 -- 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 - 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 -- 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 - 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 -- 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 - 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 - 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 -- 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 --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 
2013-02-23 19:07:55 -08:00
Tim Graham 72db38facc [1.5.X] Added an example of "default" database dictionary left blank; refs .
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 - 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 - 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 - 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 - 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 .
Backport of f3ae67a62f from master
2013-02-23 11:05:59 -05:00
Tim Graham 0fa827c55f [1.5.x] Fixed - 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 .
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 - 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 - 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 - 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 -- 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 - 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