Commit Graph

2043 Commits

Author SHA1 Message Date
Tim Graham 7934695a0f [1.8.x] Refs #25136 -- Fixed nonexistent field reference in aggregation topic guide.
Thanks Ankush Thakur for the report and Simon for the review.

Backport of fe70f280d7 from master
2016-04-27 15:26:14 -04:00
Jon Dufresne f8b8bcea5d [1.8.x] Fixed incorrect rendered widget in forms example.
Backport of 38ddd4ab55 from master
2016-04-20 21:08:38 -04:00
Simon Charette 5198b0abea [1.8.x] Fixed #26438 -- Fixed multiple .objects typos in the docs.
Thanks Pablo Oubiña for the report.

Backport of 64aba7a8ab from master
2016-03-31 18:34:03 -04:00
Aymeric Augustin ca051388de [1.8.x] Fixed #26408 -- Updated link to DEP 182.
Thanks kaifeldhoff for the report.

Backport of 7b1ce7f from master
2016-03-25 20:52:33 +01:00
Tim Shaffer 540b487cd6 [1.8.x] Fixed typo in docs/topics/db/aggregation.txt.
Backport of 8550566af6 from master
2016-03-25 13:38:38 -04:00
Tim Graham a2970a0464 [1.8.x] Fixed #26392 -- Corrected login_required/permission_required stacking example.
Backport of c41737dc00 from master
2016-03-21 19:58:44 -04:00
Andrew Abraham 5d931314e3 [1.8.x] Fixed DiscoverRunner failfast parameter default in docs.
Backport of f2d9caa625 from master
2016-03-15 18:35:08 -04:00
Florian Apolloner f4e6e02f77 [1.8.x] Fixed CVE-2016-2513 -- Fixed user enumeration timing attack during login.
This is a security fix.
2016-02-29 08:07:17 -05:00
Tim Graham 3b0b1e071d [1.8.x] Fixed a function signature in docs/topics/auth/default.txt.
Backport of 441c537b66 from master
2016-02-24 16:25:37 -05:00
Tim Graham 4b8bd72a9f [1.8.x] Removed docs of deprecated SimpleTestCase warnings behavior.
Removed in Django 1.7 (4f6be9a0c4).

Backport of 6637cd0ef2 from master
2016-02-24 09:59:23 -05:00
Tim Graham 2d321d2393 [1.8.x] Fixed #26188 -- Documented how to wrap password hashers.
Backport of 5a541e2e6c from master
2016-02-23 09:34:04 -05:00
Daniel Quinn 5127ab4e73 [1.8.x] Fixed import location of check_password() in docs.
Backport of de7edc005f from master
2016-02-22 12:43:41 -05:00
Camilo Nova b9105e7dea [1.8.x] Added import in docs/topics/email.txt example.
Backport of a6f856df52 from master
2016-02-12 13:45:13 -05:00
Markus Holtermann 3af5643d82 [1.8.x] Fixed allow_migrate() signature in documentation
Backport of 228427ab1a from master
2016-02-12 14:37:10 +11:00
Tim Graham ea2d9f0d4a [1.8.x] Refs #26089 -- Removed obsolete docs about custom user model testing.
Backport of 1e9150443e from master
2016-02-02 08:55:37 -05:00
Yoong Kang Lim c2dfc3616a [1.8.x] Fixed #26136 -- Removed URL reversing by dotted path from JavaScript catalog example.
Backport of 31817dd2eb from master
2016-01-27 09:07:07 -05:00
Tim Graham d162438c65 [1.8.x] Fixed Sphinx highlight warnings in docs.
Backport of 9c43d8252a from master
2016-01-25 12:10:21 -05:00
Chris Lamb 91d46d2fb8 [1.8.x] Discouraged use of /tmp with predictable names.
The use of predictable filenames in /tmp often leads to symlink attacks
so remove the most obvious use of them in the docs.

Backport of 77b8d8cb6d from master
2015-12-24 09:57:02 -05:00
Alasdair Nicol e95c9c35d3 [1.8.x] Fixed #25854 -- Removed deprecated usage of template.render() with RequestContext in docs.
Backport of 32c7d93e5f from master
2015-12-23 18:31:24 -05:00
Tim Graham d156ae0612 [1.8.x] Fixed #25963 -- Clarified render_to_response() context_instance deprecation.
Backport of 36d0aa4303 from stable/1.9.x
2015-12-22 13:11:43 -05:00
Gavin Wahl d34de856e5 [1.8.x] Fixed user_passes_test() signature in docs.
Backport of ec708803f7 from master
2015-12-08 15:57:46 -05:00
Tim Graham cdc354eb39 [1.8.x] Fixed #25895 -- Used a consistent style for UserAdmin overrides.
Thanks Justin Abrahms for the report.

Backport of 166e0490d3 from master
2015-12-08 14:42:39 -05:00
Gagaro 9582ba51bd [1.8.x] Fixed #25812 -- Restored the ability to use custom formats with the date template filter.
Backport of 34d88944f4 from master
2015-11-28 08:44:51 -05:00
James Beith 85a021b9cb [1.8.x] Fixed a typo in the managers docs.
Backport of e03798a4ae from master
2015-11-27 13:54:19 -05:00
Neal Todd a16d4e249c [1.8.x] De-emphasized use of NullHandler in logging docs.
NullHandler removed in 1.9; unused since Django 1.5.

Backport of b3acdeee50 from master
2015-11-18 09:56:33 -05:00
Alex Morozov b4aa38d106 [1.8.x] Fixed #25710 -- Clarified the docs about what INTERNAL_IPS does.
Backport of 5abed864ee from master
2015-11-17 10:18:07 -05:00
Anderson Resende 2a4a9e316e [1.8.x] Fixed #25744 -- Corrected reference to User object in auth docs.
Backport of ce4914eab4 from master
2015-11-12 19:23:59 -05:00
Bryan Marty 16c1075d33 [1.8.x] Fixed #25169 -- Documented stacking of permission_required and login_required.
Backport of 9788625277 from master
2015-11-12 14:27:22 -05:00
Tim Graham 10d18dec10 [1.8.x] Fixed #10045 -- Corrected docs about .annotate()/.filter() ordering.
Thanks Josh, Anssi, and Carl for reviews and advice.

Backport of 91a431f48c from master
2015-11-12 13:22:17 -05:00
Tim Graham e592574e6e [1.8.x] Fixed #25727 -- Added a doc link to cached_property.
Backport of e0de82c9b2 from master
2015-11-10 13:29:04 -05:00
Thijs van Dien 78a28cca20 [1.8.x] Fixed #25473 -- Changed underscores in url() names to dashes in docs.
To improve consistency, sample URL names that had underscores
in them now use dashes instead. That excludes URL names that
have some relation to the code, such as those generated by
the admin.

Thanks guettli for reporting this.

Backport of 1679472165 from master
2015-11-07 22:02:03 +01:00
Tim Graham bd55e80635 [1.8.x] Fixed #25290 -- Warned against modifying objects created in setUpTestData() in tests.
Backport of 81006b9657 from master
2015-11-07 20:34:07 +01:00
Attila Tovt 189ceae19d [1.8.x] Fixed #25681 -- Added 'default' to DATABASES example.
Backport of ac750dbbc0 from master
2015-11-07 11:10:18 +01:00
japrogramer 383e2e1c53 [1.8.x] Fixed typo in docs/topics/auth/default.txt.
Backport of a10cbbbc17 from master
2015-11-03 08:57:15 +00:00
Tomasz Anielak 7648ceb06b [1.8.x] Fixed typo in docs/topics/db/models.txt.
Backport of b67502fb8d from master
2015-10-31 08:53:48 -04:00
Bryan Marty dd0e7f5301 [1.8.x] Fixed #24212 -- Added example pylibmc CACHES configuration.
Backport of ad67fcdf51 from master
2015-10-30 13:45:53 -04:00
bee_keeper 06abe84e20 [1.8.x] Added class-based view example to RequestFactory example.
Backport of a17216646a from master
2015-10-30 13:14:29 -04:00
Bryan Marty 42f2546742 [1.8.x] Fixed #21516 -- Updated imports paths for some formset functions/classes.
Since refs #21489, FormSet classes and factories are exposed on the
django.forms package.

Backport of 455034d4df from master
2015-10-28 15:49:05 -04:00
Tim Graham 29955ba341 [1.8.x] Made LiveServerTestCase example use StaticLiveServerTestCase.
Backport of 6b5ae92927 from master
2015-10-28 13:52:33 -04:00
Jacek Bzdak d83454fbf2 [1.8.x] Fixed #25397 -- Documented class-based view context variable clash with context processors.
Backport of 494b7986a3 from master
2015-10-23 15:24:18 -04:00
薛丞宏 415837543e [1.8.x] Clarified that the test client response content attribute is bytes.
Backport of 484edc81c1 from master
2015-10-23 14:27:15 -04:00
Benjamin Wohlwend 840e97ab01 [1.8.x] Refs #24622 -- Documented alternatives to some test response attributes when using alternative template engines.
Backport of 2b9eed41fa from master
2015-10-22 14:11:52 -04:00
Tim Graham ae2250507d [1.8.x] Refs #25527 -- Removed redundant doc heading link that leads to a warning when generating PDF.
Backport of 25f287f6b2 from master
2015-10-07 19:37:00 -04:00
John Moses a9b6218960 [1.8.x] Fixed #25481 -- Added field.help_text to "Looping over a form's fields" docs.
Backport of ac09d22f79 from master
2015-10-02 13:00:59 -04:00
David Sanders 07e594bba2 [1.8.x] Clarified that Model.delete() isn't called as a result of a cascading delete.
Backport of 5c6316dc34 from master
2015-09-30 08:44:40 -04:00
David Sanders 1d22b20f11 [1.8.x] Improved "“standalone” Django usage" example.
Backport of ae9f9dc37f from master
2015-09-29 15:09:34 -04:00
Tim Graham f3ce888d3f [1.8.x] Fixed #25376 -- Required virtualenv in installation instructions.
Thanks Anjul Tyagi for some of the draft text.

Backport of a523d94b45 from master
2015-09-29 14:33:53 -04:00
Tim Graham e6f1b1db4c [1.8.x] Documented auth's login/logout function parameters.
Backport of c14b6b52ff from master
2015-09-28 14:12:43 -04:00
Tim Graham 2ca137e271 [1.8.x] Fixed #25451 -- Added advice about organizing tests.
Backport of 53e89ce2e7 from master
2015-09-25 07:15:54 -04:00
Tim Graham 8794ded8d6 [1.8.x] Removed a prominent note about django.utils.unittest deprecation.
It doesn't seem this would be relevant to most readers.
2015-09-24 13:25:43 -04:00