Preetham Nosum
b4fa102503
[1.10.x] Fixed #18348 -- Documented SesssionStore.create()
...
Backport of 32cf01c1c1dcd5fa5d700d0e5117778caf947b74 from master
2016-07-22 17:18:40 -04:00
Md. Sadaf Noor
5d8332aaee
[1.10.x] Fixed #26831 -- Documented session data must be JSON encodable for JSONSerializer.
...
Backport of 1f82b857ceb75f2d7a68e79c6a00c30bfe7f1318 from master
2016-07-12 13:46:49 -04:00
Tim Graham
48a570164e
[1.10.x] Fixed capitalization of "URL pattern".
...
Backport of 415ae960bb9f1bdae798023fdce3247d2c938eec from master
2016-07-06 15:31:44 -04:00
Taylor Edmiston
87940f1f3c
[1.10.x] Fixed typo in docs/topics/class-based-views/generic-display.txt
...
Backport of 43d0345fe11624d6b4fd960139ff653451b4f147 from master
2016-07-06 08:49:02 -04:00
Jiang Haiyun
aa777cdaaa
[1.10.x] Fixed a typo in auth docs.
...
Backport of 6d61ec0e1a4eb5768be5add9e1c44c89dacbfa7e from master
2016-07-04 11:03:28 -04:00
Leila20
2847b22f29
[1.10.x] Fixed #26832 -- Added translated language name on the get_language_info documentation
...
Backport of de4265e082bcce45ef6fb0929a44205463ba552e from master
2016-07-02 20:50:51 -04:00
Harry Moreno
9c48e17480
[1.10.x] Added parallel test running to "Speeding up the tests" docs.
...
Backport of 30c65ee8187c7a87d2fc83c5b8966b1ea5e5316b from master
2016-07-01 09:06:16 -04:00
Ramiro Morales
b2c28a3770
[1.10.x] Added missing trailing '$' to url() patterns in docs.
...
Backport of c962b9104a22505a7d6c57bbec9eda163f486c7d from master
2016-06-27 09:26:10 -04:00
John-Scott Atlakson
fbbdb070e4
[1.10.x] Fixed typo in docs/topics/logging.txt
...
Backport of 9a54face2572d67c7a31dc967bfb66af6e98165c from master
2016-06-22 06:38:55 -04:00
Tim Graham
1b0b6f0342
[1.10.x] Refs #21379 , #26719 -- Moved username normalization to AbstractBaseUser.
...
Thanks Huynh Thanh Tam for the initial patch and Claude Paroz for review.
Backport of 39805686b364358af725b695924a5a6dfa7f5302 from master
2016-06-21 16:20:00 -04:00
Tim Graham
44eaa2dac8
[1.10.x] Fixed typo in docs/topics/db/managers.txt
...
Backport of 00551c3eff5cedcb9cc7ce5af97b948d62713d97 from master
2016-06-20 09:07:51 -04:00
Trey Hunner
799fbc7235
[1.10.x] Added urlpatterns variable in docs/topics/http/urls.txt.
...
Backport of 91e9be45ed5ad3b0c3de8890a4fcdbb68836856f from master
2016-06-17 21:02:40 -04:00
Carl Meyer
69de988f92
[1.10.x] Refs #26601 -- Improved backwards-compatibility of DEP 5 middleware exception handling.
...
Backport of 7d1b69dbe7f72ac04d2513f0468fe2146231b286 from master
2016-06-17 15:55:55 -04:00
Jon Dufresne
13d60298ea
[1.10.x] Fixed #26747 -- Used more specific assertions in the Django test suite.
...
Backport of 4f336f66523001b009ab038b10848508fd208b3b from master
2016-06-16 14:21:14 -04:00
Ville Skyttä
efe9874371
[1.10.x] Fixed broken links in docs and comments.
...
Backport of 96f97691ad5e1483263cea3bb4e4021b4c8dcc41 from master
2016-06-15 21:20:38 -04:00
Ville Skyttä
61bcf04132
[1.10.x] Fixed #26754 -- Documented django.template.context_processors.tz
...
Backport of 7003174fec188bd5a21e3d62bd5e13e80f6f329c from master
2016-06-14 11:58:50 +02:00
Berker Peksag
3b75d1262e
[1.10.x] Fixed #21588 -- Corrected handler initialization in "modifying upload handlers" example.
...
Backport of 8f50ff5b15a742f345dade0848a3fbbf2aff629d from master
2016-06-09 12:51:57 -04:00
Tommy Beadle
b04e6ec7cb
[1.10.x] Fixed #26704 -- Documented DjangoJSONEncoder.
...
Backport of 729b9452b19b031d3817821128a115d5b2d5caed from master
2016-06-07 14:58:30 -04:00
Evan Palmer
101f999776
[1.10.x] Fixed #25127 -- Documented how to organize models in a package.
...
Backport of 84d8d1d7151a4ee70ae35037d37f76a40d18da64 from master
2016-06-04 11:48:16 -04:00
Berker Peksag
9e5b544713
[1.10.x] Used snippet directive in file upload example.
...
Backport of b9c04801d4b9ad37bd062cbca1a521eaf4047aa8 from master
2016-06-04 09:24:50 -04:00
Berker Peksag
27983d82c2
[1.10.x] Fixed #26604 -- Added a multiple file upload example to topics/http/file-uploads.txt.
...
Backport of 54febdb8be7c9793caae9c781f4d6b7cbbdcd900 from master
2016-06-03 17:42:12 -04:00
Ed Henderson
521772ff07
[1.10.x] Fixed #26021 -- Applied hanging indentation to docs.
...
Backport of 4a4d7f980e2a66756e1e424f7648dcd28ff765b7 from master
2016-06-03 11:49:24 -04:00
Claude Paroz
5641a80d49
[1.10.x] Fixed #26337 -- Added i18n note about using a non-English base language
...
Thanks Cristiano Coelho for the report and Tim Graham for the review.
Backport of f6fefbf8cb from master.
2016-06-02 20:58:18 +02:00
Berker Peksag
ccea4a44c2
[1.10.x] Fixed #26503 -- Removed an outdated example from session docs.
...
Backport of 698c8dfc2a5c5865a8bb163c1ae70b75d53e6415 from master
2016-05-31 07:21:16 -04:00
Tim Graham
23e106bb72
[1.10.x] Refs #22634 -- Removed unneeded app_label in custom session engine example.
...
Backport of cc0d1eaaea40dc9d784c6974be1ce631a2087c11 from master
2016-05-28 17:33:28 -04:00
Bas Westerbaan
c6aa941978
[1.10.x] Fixed #26635 -- Clarified Argon2PasswordHasher's memory_cost differs from command line utility.
...
Backport of 9407cc966b02e5ef69b7f561a6b972aff5d9c2e0 from master
2016-05-27 18:37:37 -04:00
Sergey Fedoseev
f38e950685
[1.10.x] Fixed typo in docs/topics/forms/modelforms.txt
...
Backport of 26794f6657a9d201d47a0748a449a94ad5d7c66e from master
2016-05-27 10:31:53 -04:00
MariKiev
699e43b017
[1.10.x] Added imports to docs/topics/db/aggregation.txt example.
...
Backport of 30d110ef43d8a3c50ea8ec4e4fe49bd2bb859530 from master
2016-05-25 09:57:44 -04:00
Shai Berger
5112e65ef2
Fixed #20869 -- made CSRF tokens change every request by salt-encrypting them
...
Note that the cookie is not changed every request, just the token retrieved
by the `get_token()` method (used also by the `{% csrf_token %}` tag).
While at it, made token validation strict: Where, before, any length was
accepted and non-ASCII chars were ignored, we now treat anything other than
`[A-Za-z0-9]{64}` as invalid (except for 32-char tokens, which, for
backwards-compatibility, are accepted and replaced by 64-char ones).
Thanks Trac user patrys for reporting, github user adambrenecki
for initial patch, Tim Graham for help, and Curtis Maloney,
Collin Anderson, Florian Apolloner, Markus Holtermann & Jon Dufresne
for reviews.
2016-05-19 05:02:19 +03:00
Florian Apolloner
9baf692a58
Fixed #26601 -- Improved middleware per DEP 0005.
...
Thanks Tim Graham for polishing the patch, updating the tests, and
writing documentation. Thanks Carl Meyer for shepherding the DEP.
2016-05-17 07:22:22 -04:00
Loïc Bistuer
ed0ff913c6
Fixed #10506 , #13793 , #14891 , #25201 -- Introduced new APIs to specify models' default and base managers.
...
This deprecates use_for_related_fields.
Old API:
class CustomManager(models.Model):
use_for_related_fields = True
class Model(models.Model):
custom_manager = CustomManager()
New API:
class Model(models.Model):
custom_manager = CustomManager()
class Meta:
base_manager_name = 'custom_manager'
Refs #20932 , #25897 .
Thanks Carl Meyer for the guidance throughout this work.
Thanks Tim Graham for writing the docs.
2016-05-17 12:07:22 +07:00
Loïc Bistuer
3a47d42fa3
Fixed #20932 , #25897 -- Streamlined manager inheritance.
2016-05-17 02:29:22 +07:00
Claude Paroz
9935f97cd2
Refs #21379 -- Normalized unicode username inputs
2016-05-16 19:38:02 +02:00
Aron Podrigal
85ef98dc6e
Fixed #24305 -- Allowed overriding fields on abstract models.
...
Fields inherited from abstract base classes may be overridden like
any other Python attribute. Inheriting from multiple models/classes
with the same attribute name will follow the MRO.
2016-05-16 07:32:21 -04:00
Tim Graham
e475e84970
Refs #26021 -- Used hanging indentation in some doc examples.
2016-05-14 19:06:31 -04:00
Tim Graham
5238af3257
Used 'classmethod' annotation in docs/topics/auth/customizing.txt
2016-05-14 18:58:09 -04:00
Tim Graham
af69c9113c
Fixed typo in docs/topics/db/models.txt
2016-05-13 15:18:33 -04:00
Matthew Somerville
1962a96a30
Fixed #24938 -- Added PostgreSQL trigram support.
2016-05-13 12:38:21 -04:00
eltronix
f4bb2dce79
Fixed typo in docs/topics/conditional-view-processing.txt
2016-05-12 20:07:34 -04:00
Tim Graham
baf3ec2e29
Refs #26052 -- Corrected a sentence for conditional_content_removal() removal.
2016-05-11 11:09:28 -04:00
Tim Graham
f5ff5010cd
Fixed #26483 -- Updated docs.python.org links to use Intersphinx.
2016-05-08 18:07:43 -04:00
Vasiliy Faronov
101dd787ec
Fixed #26566 -- Rewrote an incorrect Cache-Control example.
2016-05-07 10:49:47 -04:00
Matthias K
8b2fce0f70
Fixed a typo
2016-05-07 15:40:53 +02:00
shiblystory
6ae617dc57
Fixed #26595 -- Removed unnecessary save() in one_to_one.txt example.
2016-05-07 06:53:03 -04:00
Tim Graham
c6499d532d
Fixed syntax highlighting in docs/topics/cache.txt
2016-05-06 18:57:48 -04:00
Ville Skyttä
575a9a791e
Normalized "an SQL" spelling.
2016-05-03 19:30:48 -04:00
David D Lowe
c9c5ccbd41
Clarified that setting names must be uppercase.
2016-05-03 12:53:24 -04:00
Vasiliy Faronov
ac77c55bc5
Fixed #26567 -- Updated references to obsolete RFC2616.
...
Didn't touch comments where it wasn't obvious that the code adhered to
the newer standard.
2016-05-03 11:14:40 -04:00
Tim Graham
f945fb24a3
Fixed #26554 -- Updated docs URLs to readthedocs.io
2016-04-28 10:09:57 -04:00
Tim Graham
fe70f280d7
Refs #25136 -- Fixed nonexistent field reference in aggregation topic guide.
...
Thanks Ankush Thakur for the report and Simon for the review.
2016-04-27 15:16:00 -04:00