Commit Graph

5348 Commits

Author SHA1 Message Date
Tim Graham 616a4d385a [1.5.x] Fixed #20922 -- Allowed customizing the serializer used by contrib.sessions
Added settings.SESSION_SERIALIZER which is the import path of a serializer
to use for sessions.

Thanks apollo13, carljm, shaib, akaariai, charettes, and dstufft for reviews.

Backport of b0ce6fe656 from master
2013-08-22 17:49:11 -04:00
Kevin Christopher Henry 1b236048b9 [1.5.x] Documentation -- Clarified use of 'view' in test client introduction.
Backport of 2e926b041c from master
2013-08-22 09:39:21 -04:00
Marc Tamlyn 3b32b1544f [1.5.x] Fixed #20944 -- Removed inaccurate statement about View.dispatch().
Backport of bac4d03ce6 from master
2013-08-22 09:21:41 -04:00
Ramiro Morales 9a7d59e8c7 [1.5.x] Made description of LANGUAGE_CODE setting more clear.
297f5af222 from master.
2013-08-22 08:34:19 -03:00
Kevin Christopher Henry bbe2ad3e38 [1.5.x] Documentation - Noted that OneToOneField doesn't respect unique.
Added OneToOneField to the list of model fields for which the unique
argument isn't valid. (OneToOneFields are inherently unique, and if
the user supplies a value for unique it is ignored / overwritten.)
2013-08-20 21:21:40 -07:00
Aymeric Augustin adf70506b9 [1.5.x] Fixed a rest mistake I introduced in d5ce2ff.
Backport of 753edfa4b5 from master
2013-08-15 13:09:28 -04:00
Erik Romijn 2b750fff56 [1.5.x] Fixed #20444 -- Cookie-based sessions does not include a remote code execution-warning
Backport of d5ce2ff5e4 from master
2013-08-15 12:21:14 -04:00
Tim Graham cb2fee567f [1.5.x] Fixed link in 1.5.2 release notes 2013-08-14 13:11:58 -04:00
Tim Graham 3a829bf75a [1.5.x] Added some doc links for django.contrib.messages
Backport of b6178fa24b from master
2013-08-14 13:05:30 -04:00
Tim Graham 5fdd6af1eb Added 1.4.6/1.5.2 release notes. 2013-08-13 11:17:17 -05:00
Jacob Kaplan-Moss bebbb611a8 Bumped version numbers for 1.5.2. 2013-08-13 11:10:05 -05:00
Tim Graham a2286ac964 [1.5.x] Added missing release notes for older versions of Django
Backport of 3f6cc33cff from master
2013-08-12 14:10:21 -04:00
Tim Graham 9e2a2c491b [1.5.x] Fixed #20890 -- Added missing import in class-based view docs.
Thanks André Augusto.

Backport of ab680725bf from master
2013-08-10 18:08:33 -04:00
Tim Graham 12edced1de [1.5.x] Fixed #20868 -- Added an email to django-announce as a security step.
Thanks garrison for the report.

Backport of 5737c57d95 from master
2013-08-09 16:02:57 -04:00
Tim Graham 70cf70ad21 [1.5.x] Added an anchor for django.forms.Form.clean in docs
Backport of 8442268869 from master
2013-08-08 14:14:20 -04:00
Jaime Irurzun d8dc2b123d [1.5.x] Clarified meaning of models.User.is_authenticated()
Backport of f96fe3cd1e from master
2013-08-08 10:27:48 -04:00
Daniele Procida bf55bbdcb5 [1.5.x] Added more on @cached_property, refs #20870
Backport of 7e6af9d40c from master
2013-08-08 09:47:30 -04:00
Tim Graham 6cf33d49d1 [1.5.x] Removed a ModelForm doc section that doesn't apply to 1.5.x 2013-08-08 06:29:15 -04:00
Daniele Procida e8ea55212b [1.5.x] Fixed #20870 -- Documented django.utils.functional.cached_property
Backport of 7a2296eb5b from master
2013-08-08 05:36:57 -04:00
Leandro Regueiro d4c19a6e7e [1.5.x] Added section labels in cache docs
Backport of 709cd2c4b7 from master
2013-08-06 11:56:38 -04:00
Julien Phalip fcc8381505 [1.5.x] Fixed a small formatting issue.
Backport 0b071ba7df of from master.
2013-08-04 17:31:42 -07:00
Tim Graham 56d56d55b1 [1.5.x] Fixed #20860 -- Removed references to defunct chicagocrime.org
Backport of 1593a86494 from master
2013-08-04 14:46:45 -04:00
Daniele Procida bc33fef90a [1.5.x] Fixed #20842 and #20845 - Added a note on order_by() and improved prefetch_related() docs.
Backport of e8183a8193 from master
2013-08-04 12:36:29 -04:00
Justin Michalicek 145e0a14f0 [1.5.x] Fixed #20855 -- Added documentation of current_app and extra_context params to django.contrib.auth views
refs #5298 and refs #8342

Backport of 61ecb5f48a from master.
2013-08-04 08:07:11 -04:00
Alasdair Nicol f4806e3ef6 [1.5.x] Added missing request argument to example in URL dispatcher docs
Backport of a0c58113b9 from master
2013-08-03 19:36:30 -04:00
Tim Graham f2969c7e02 [1.5.x] Added a bugfix in docutils 0.11 -- docs will now build properly.
Backport of a3a59a3197 from master
2013-07-31 09:26:23 -04:00
SusanTan 72fb37f9fd [1.5.x] Fixed #20779 -- Documented AdminSite.app_index_template; refs #8498.
Thanks CollinAnderson for the report.

Backport of 7de35a9ef3 from master
2013-07-31 07:09:45 -04:00
minusf b5ac25dc0c [1.5.x] Misc doc cleanups.
Backport of 70c080fcdb from master
2013-07-29 07:06:34 -04:00
minusf f8e6434912 [1.5.x] Allowed overriding variables in docs/Makefile.
Backport of c694e6220e from master
2013-07-29 06:52:50 -04:00
Jannis Leidel 02ac44b29a [1.5.x] Fixed #20774 -- Mention the new django-localflavor app as a replacement for the contrib app. Backport from master. 2013-07-29 10:55:50 +02:00
Tim Graham f17c2026cf [1.5.x] Fixed ReST typo in topics/class-based-views/mixins.txt
Backport of 0b35a2cce3 from master
2013-07-28 14:10:25 -04:00
mark hellewell fdef471912 [1.5.x] Fixed #18315 -- Documented QueryDict.popitem and QueryDict.pop
Thanks gcbirzan for the report.

Backport of 8c9240222f from master
2013-07-25 11:09:19 -04:00
Brenton Cleeland be6d795854 [1.5.x] Fixed #20792 -- Corrected DISALLOWED_USER_AGENTS docs.
Thanks simonb for the report.

Backport of dab52d99fc from master
2013-07-25 07:39:42 -04:00
Matt Deacalion Stevens 9386bbc75f [1.5.x] Updated the `databases` documentation
+ Removed a reference about MySQL storage engines also being
   called 'table types', as this term has been deprecated for
   8 years and is no longer used.

 + Fixed the link to the official InnoDB storage engine docs.

 + Apache (versions >= 2.4) will always choose a multi-threaded
   MPM module on modern operating systems (later than 2002).

Backport of fa217d14a0 from master
2013-07-19 06:31:48 -04:00
Matt Deacalion Stevens c89cc4fc29 [1.5.x] Fixed Croatia's country code in `localflavor` docs
Backport of 97e5398629 from master
2013-07-19 05:31:18 -04:00
Loic Bistuer cf2986c885 [1.5.x] Fixed #20772 -- Fixed minor typo in form media docs.
Backport of aa41eb9b8b from master
2013-07-19 05:19:54 -04:00
Tim Graham cbfe56c856 [1.5.x] Fixed #20762 -- Clarified that add_fieldsets is not a standard ModelAdmin attribute.
Backport of dce8945ea6 from master
2013-07-18 12:41:56 -04:00
Matt Deacalion Stevens 5d16e923b6 [1.5.x] Atom specification URL updated
Changed to the URL of the official RFC for Atom, since Atomenabled.org
is just a holding page.

Backport of beefc97171 from master
2013-07-18 08:48:04 -04:00
Tim Graham 3f97c33a9f [1.5.x] Fixed #20763 -- Typo in tutorial 3.
Thanks crichard@ for the report.

Backport of fd95dc9e27 from master
2013-07-18 08:05:06 -04:00
Tim Graham 2e068d4e5a [1.5.x] Fixed #20756 -- Typo in uWSGI docs.
Backport of a3242dc9fe from master
2013-07-17 06:51:42 -04:00
Loic Bistuer 3860d5e8f8 [1.5.x] Reworked docs for ModelForm validation.
Backport of fba6c2ede7 from master
2013-07-16 19:22:11 -04:00
Tim Graham 1a4233eef1 [1.5.x] Fixed some markup in docs/ref/templates/api.txt
Backport of 862a04a56d from master
2013-07-15 11:38:04 -04:00
David Binetti d1a002a44c [1.5.x] Fixed grammatical error in auth docs
Backport of 51b50c47c7 from master
2013-07-14 12:35:58 -04:00
Tim Graham 61c8c1b6dc [1.5.x] Fixed #17528 -- Documented that add() and remove() with a many-to-many relationship do not call Model.save()
Backport of 3cdeb572d7 from master
2013-07-12 06:22:29 -04:00
Christopher Medrela 80a7dd6f7f [1.5.x] Fixed #20735 -- clarified ManyToManyField constructor doc
Backport of ac223ff6d1 from master
2013-07-12 06:06:26 -04:00
Johan Charpentier 83119fd582 [1.5.x] Fixed #20053 -- Fixed `index_together` documentation
Backport of 186bff47 from master
2013-07-11 20:24:32 -04:00
Tim Graham c278d81da4 [1.5.x] Fixed #20730 -- Fixed "Programmatically creating permissions" error.
Thanks glarrain for the report.

Backport of 684a606a4e from master
2013-07-11 11:07:59 -04:00
Tim Graham 14b5073978 [1.5.x] Added a missing test requirement in the docs; refs #19196 2013-07-10 12:10:26 -04:00
Tim Graham 13546cae9c [1.5.x] Fixed #19196 -- Added test/requirements
Backport of 4d92a0bd86 from master.
2013-07-10 11:32:28 -04:00
SusanTan 5192dbbf55 [1.5.x] Fixed #18261 -- Clarified 'project root directory'
Backport of ef3fddf26e from master
2013-07-09 07:16:45 -04:00
Tim Graham 0a91a8dbe3 [1.5.x] Fixed #18944 -- Documented PasswordResetForm's from_email argument as a backwards incompatible change for 1.3
Thanks DrMeers for the report.

Backport of dab921751d from master
2013-07-08 15:06:37 -04:00
Tim Graham 5567dc68e6 [1.5.x] Fixed #16965 -- Clarified Formset can_delete docs.
Thanks gregcorey@ for the suggestion.

Backport of 660c30ed95 from master
2013-07-08 12:21:34 -04:00
Tim Graham f551d5a3de [1.5.x] Fixed #20493 -- Added a warning that objects may not be picklable across Django versions
Thanks cataliniacob for the suggestion and review.

Backport of 1084575163 from master
2013-07-08 09:59:06 -04:00
Tim Graham abce5abe66 [1.5.x] Fixed #12346 -- Added a note on how to validate InlineFormSets.
Thanks johnsmith for the suggestion.

Backport of 181f63c22d from master
2013-07-08 08:32:28 -04:00
Tim Graham 80673e20f2 [1.5.x] Fixed #14006 -- Documented that Field's 'description' attribute is interpolated with field.__dict__
Thanks abeld for the suggestion.

Backport of 2d96e660f9 from master.
2013-07-06 18:34:43 -04:00
Tim Graham 6c98458771 [1.5.x] Fixed #19539 -- Updated custom model fields example for Python 3.
Thanks astorije@ for the report.

Backport of b9fceadfd4 from master.
2013-07-05 06:54:42 -04:00
Tim Graham 25d987b21e [1.5.x] Fixed #20134 -- Correct list of fields that UserManager requires.
Thanks semenov and pegler.

Backport of da5069f68f from master.
2013-07-04 10:20:09 -04:00
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 9c501e6638 [1.5.x] Fixed #20690 -- 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 #20609 -- 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 #20687 -- 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 #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
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 #20670 -- 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 #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 7e6c0387b3 [1.5.x] Clarified get_list_or_404 docs, refs #14150.
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 #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 Mispelon ee8996d8a6 [1.5.x] Fixed #20612 -- 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 #19319 -- 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 #20614 -- Typo in documentation.
Backport of 39b245fd76 from master
2013-06-17 07:01:48 -04:00
Tim Graham e411e99312 [1.5.x] Fixed #20604 - 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 #20595.
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 #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
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 #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 56192d21d5 [1.5.x] Fixed #20543 - 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 #20166 - 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 #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 17d60438e9 [1.5.X] Fixed #20523 - 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 #20513 - 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 #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
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