Commit Graph

9228 Commits

Author SHA1 Message Date
Claude Paroz 96a37a0266 [1.10.x] Fixed #26897 -- Fixed makemessages crash on Python 2 with non-ASCII file names
Thanks Tim Graham for the review.
Backport of 3e71f6544f from master.
2016-07-14 20:39:00 +02:00
Tim Graham 5c56ce7a3f [1.10.x] Reverted "Fixed #25388 -- Added an option to allow disabling of migrations during test database creation"
This reverts commit 157d7f1f1d since it
disables migrations all the time, not just during tests.

Backport of 944e66cb1d from master
2016-07-14 09:22:06 -04:00
Tim Graham 3b92272c55 [1.10.x] Fixed #26894 -- Fixed a typo in docs/faq/admin.txt
Backport of a117190477 from master
2016-07-14 08:04:53 -04:00
Tom Carrick 8c385b7697 [1.10.x] Fixed typos in docs/ref/contrib/postgres/search.txt
Backport of 46e2010460 from master
2016-07-14 07:53:00 -04:00
Daniel Rice bec0faa154 [1.10.x] Reworded a sentence in tutorial 7.
Backport of 08c723fbae from master
2016-07-14 07:51:02 -04:00
Jon Dufresne 1a2ee697e0 [1.10.x] Fixed #26889 -- Fixed missing PostgreSQL index in SchemaEditor.add_field().
Backport of 2e4cfcd2b9 from master
2016-07-13 21:55:25 -04:00
Md. Sadaf Noor 5d8332aaee [1.10.x] Fixed #26831 -- Documented session data must be JSON encodable for JSONSerializer.
Backport of 1f82b857ce from master
2016-07-12 13:46:49 -04:00
Tim Graham a01d3d5776 [1.10.x] Linked "Features removed" release notes to corresponding deprecation notes.
Backport of ee2f0f311a from master
2016-07-11 15:23:34 -04:00
Julien Hartmann 39c25b772b [1.10.x] Fixed #26749 -- Preserved behavior of use_for_related_field during deprecation.
Backport of f4afb85d7e from master
2016-07-11 13:34:18 -04:00
Simon Charette cf6f0e9978 [1.10.x] Refs #25774 -- Adjusted datetime database function docs field names.
Backport of 90468079ec from master
2016-07-08 12:37:24 -04:00
Sean Marlow fda151e512 [1.10.x] Fixed #26837 -- Documented ModelMultipleChoiceField.to_field_name
Backport of 8b9e16ec85 from master
2016-07-08 11:30:26 -04:00
Mathieu Richardoz d58a27c349 Fixed a typo in docs/ref/contrib/postgres/search.txt. 2016-07-07 07:05:49 -04:00
Tim Graham 48a570164e [1.10.x] Fixed capitalization of "URL pattern".
Backport of 415ae960bb from master
2016-07-06 15:31:44 -04:00
Daniel Rice cdb6d83f44 [1.10.x] Improved grammar in tutorial01.
Backport of 1f9deba1b3 from master
2016-07-06 15:25:00 -04:00
Romain Garrigues 8976d08edb [1.10.x] Fixed #25461 -- Corrected meta API code examples to account for MTI.
In the case of multiple-table inheritance models, get_all_related_objects() and
get_all_related_objects_with_model() don't return the auto-created
OneToOneField, but the new examples didn't account for this.

Backport of 8be84e2ac4 from master
2016-07-06 09:28:51 -04:00
Taylor Edmiston 87940f1f3c [1.10.x] Fixed typo in docs/topics/class-based-views/generic-display.txt
Backport of 43d0345fe1 from master
2016-07-06 08:49:02 -04:00
Jiang Haiyun aa777cdaaa [1.10.x] Fixed a typo in auth docs.
Backport of 6d61ec0e1a 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 de4265e082 from master
2016-07-02 20:50:51 -04:00
Md. Sadaf Noor 623ab0e6ae [1.10.x] Fixed #26829 -- Simplified version detection command in tutorial
Backport of ed1c15d8fb from master
2016-07-02 20:29:50 -04:00
Harry Moreno 9c48e17480 [1.10.x] Added parallel test running to "Speeding up the tests" docs.
Backport of 30c65ee818 from master
2016-07-01 09:06:16 -04:00
Tim Graham 9687004538 [1.10.x] Fixed #26002 -- Explained ModelAdmin.get_search_results() example.
Backport of c9d0a0f7f4 from master
2016-06-30 09:00:35 -04:00
Tsering be03ce25c4 [1.10.x] Refs #23386 -- Documented that F() expressions are applied on each model.save()
Backport of fc4b4fd585 from master
2016-06-28 16:27:36 -04:00
Camilo Nova 87584a0af1 [1.10.x] Used strict comparison in docs/ref/csrf.txt's JavaScript.
Backport of 222e1334bf from master
2016-06-28 12:52:05 -04:00
Ramiro Morales b2c28a3770 [1.10.x] Added missing trailing '$' to url() patterns in docs.
Backport of c962b9104a from master
2016-06-27 09:26:10 -04:00
Anderson Resende b752eae700 [1.10.x] Fixed #26806 -- Triple quoted docstrings in docs/ref/forms/validation.txt.
Backport of 2032bcf182 from master
2016-06-27 09:07:18 -04:00
John-Scott Atlakson fbbdb070e4 [1.10.x] Fixed typo in docs/topics/logging.txt
Backport of 9a54face25 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 39805686b3 from master
2016-06-21 16:20:00 -04:00
Tim Graham 45a650777e [1.10.x] Fixed #26787 -- Documented deleting and reloading of model instance fields.
Thanks Julien Hartmann for the report.

Backport of 20d1cb33c2 from master
2016-06-21 15:25:16 -04:00
Andrew Nester 7a3cc2957f [1.10.x] Fixed #26776 -- Documented url()'s view argument.
Backport of a12826bba7 from master
2016-06-20 11:57:58 -04:00
Tim Graham 44eaa2dac8 [1.10.x] Fixed typo in docs/topics/db/managers.txt
Backport of 00551c3eff 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 91e9be45ed 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 7d1b69dbe7 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 4f336f6652 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 96f97691ad from master
2016-06-15 21:20:38 -04:00
Sergey Fedoseev f9b3a6a76f [1.10.x] Refs #14030 -- Updated docs per "Improved expression support for python values."
Complements e2d6e14662.

Backport of db613f4f12 from master
2016-06-15 10:35:34 -04:00
Tim Graham 539ccfbf62 [1.10.x] Removed nonexistent attribute in docs/ref/contrib/admin/index.txt
Backport of abec15ad81 from master
2016-06-15 08:32:08 -04:00
Ville Skyttä 61bcf04132 [1.10.x] Fixed #26754 -- Documented django.template.context_processors.tz
Backport of 7003174fec 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 8f50ff5b15 from master
2016-06-09 12:51:57 -04:00
John Karahalis fccb03fc40 [1.10.x] Fixed typo in docs/intro/tutorial07.txt
Backport of 37b36af6c6 from master
2016-06-09 11:15:52 -04:00
Baylee Feore 5e46075fcf [1.10.x] Fixed #26702 -- Documented how to change the base class of a custom field.
Backport of 7767978bee from master
2016-06-08 10:38:48 -04:00
Tommy Beadle b04e6ec7cb [1.10.x] Fixed #26704 -- Documented DjangoJSONEncoder.
Backport of 729b9452b1 from master
2016-06-07 14:58:30 -04:00
Jon Dufresne 32ab8c0340 [1.10.x] Added some links to the TypedChoiceField docs.
Backport of 31a9a965a3 from master
2016-06-06 12:12:25 -04:00
Tom Christie d9b78be324 [1.10.x] Fixed #26713 -- Documented resolving deprecation warnings before upgrade.
Backport of 316395d828 from master
2016-06-06 11:41:36 -04:00
Tim Graham 72d676bc06 [1.10.x] Documented known Python 3.5+ test failures in contributing tutorial.
Backport of 6a316423df from master
2016-06-06 10:50:42 -04:00
Tom Christie dff1f115e5 [1.10.x] Linked to upgrade guide from release notes.
Backport of da22079c21 from master
2016-06-06 07:32:44 -04:00
Tim Graham dd0a1266f1 [1.10.x] Added stub release notes for 1.9.8.
Backport of 01e567864e from master
2016-06-04 19:58:42 -04:00
Tim Graham 9f296b14c4 [1.10.x] Added release date for 1.9.7.
Backport of 1f5eb521a0 from master
2016-06-04 19:27:39 -04:00
Evan Palmer 101f999776 [1.10.x] Fixed #25127 -- Documented how to organize models in a package.
Backport of 84d8d1d715 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 b9c04801d4 from master
2016-06-04 09:24:50 -04:00
Tim Graham 8996054cb4 [1.10.x] Fixed #26667 -- Fixed a regression in queries on a OneToOneField that has to_field and primary_key=True.
Thanks Simon Charette for review.

Backport of e2296e7f0a from master
2016-06-04 09:15:10 -04:00