Simon Charette
ba6f83ec95
[1.9.x] Fixed #26286 -- Prevented content type managers from sharing their cache.
...
This should prevent managers methods from returning content type instances
registered to foreign apps now that these managers are also attached to models
created during migration phases.
Thanks Tim for the review.
Refs #23822 .
Backport of 3938b3ccaa
from master
2016-02-26 16:22:17 -05:00
Ivan Tsouvarev
cd46947ddb
[1.9.x] Fixed #26280 -- Fixed cached template loader crash when loading nonexistent template.
...
Backport of 8890c533e0
from master
2016-02-26 08:02:34 -05:00
Sjoerd Job Postmus
911a77fcca
[1.9.x] Fixed #26231 -- Used .get_username in admin login template.
...
Backport of bbe136e1a2
from master
2016-02-25 19:30:37 -05:00
Tim Graham
a23b387e5a
[1.9.x] Corrected a run on sentence in doc/topics/db/models.txt.
...
Backport of 22d2a5b00a
from master
2016-02-25 14:24:18 -05:00
Tim Graham
7f02c1eded
[1.9.x] Fixed #26278 -- Clarified apps.ready docs.
...
Backport of 1f8cfcf3b4
from master
2016-02-25 08:56:13 -05:00
Tim Graham
d7881bfa5c
[1.9.x] Refs #26270 -- Reorganized TestCase docs.
...
Backport of 7a7e403325
from master
2016-02-25 08:05:14 -05:00
Tim Graham
3e1aa37422
[1.9.x] Fixed a function signature in docs/topics/auth/default.txt.
...
Backport of 441c537b66
from master
2016-02-24 16:25:34 -05:00
Tim Graham
bd9dc810eb
[1.9.x] Removed docs of deprecated SimpleTestCase warnings behavior.
...
Removed in Django 1.7 (4f6be9a0c4
).
Backport of 6637cd0ef2
from master
2016-02-24 09:59:16 -05:00
Jon Dufresne
04780e8a25
[1.9.x] Fixed #26267 -- Fixed BoundField to reallow slices of subwidgets.
...
Backport of b412681359
from master
2016-02-24 07:03:24 -05:00
Markus Holtermann
5ca1d0a654
[1.9.x] Fixed spelling error
...
Backport of b14470c7b7
from master
2016-02-23 10:27:41 +11:00
Tim Graham
31c9301f27
[1.9.x] Fixed #26188 -- Documented how to wrap password hashers.
...
Backport of 5a541e2e6c
from master
2016-02-22 17:29:38 -05:00
Tim Graham
c6ab81db79
[1.9.x] Refs #26253 -- Amended release note as this issue doesn't affect 1.8.
2016-02-22 17:18:31 -05:00
Tim Graham
3fedfc452f
[1.9.x] Fixed #26253 -- Fixed crashing deprecation shims in SimpleTemplateResponse.
...
Thanks David Reitter for the report and initial patch.
2016-02-22 17:07:07 -05:00
Daniel Quinn
174811c553
[1.9.x] Fixed import location of check_password() in docs.
...
Backport of de7edc005f
from master
2016-02-22 12:43:36 -05:00
Raphael Michel
c7448c39a3
[1.9.x] Fixed #26243 -- Noted that 'python -R' is enabled by default in Python 3.3.
...
Backport of 5c31d8d189
from master
2016-02-19 10:50:48 -05:00
Sergey Fedoseev
9c508e4de8
[1.9.x] Fixed some code blocks indentation in GIS docs.
...
Backport of dbaa1a6b59
from master
2016-02-19 08:35:11 -05:00
Juan José Conti
9357fdb613
[1.9.x] Used relative models imports in the GIS tutorial.
...
Backport of bb7042cda
from master.
2016-02-19 08:29:36 +01:00
Tim Graham
07ffee6411
[1.9.x] Fixed #26204 -- Reallowed dashes in top-level domains for URLValidator.
...
Thanks Shai Berger for the review.
Backport of b1afebf882
from master
2016-02-18 19:51:29 -05:00
Tim Graham
277b39cbbc
[1.9.x] Added intended use in the admin's introduction.
...
Backport of b954ad0640
from master
2016-02-18 09:12:06 -05:00
Tim Graham
2afbc6b7be
[1.9.x] Fixed #26233 -- Fixed invalid reSt in models.Q docstring.
...
Backport of 70d3f81ca4
from master
2016-02-18 08:46:30 -05:00
Akshesh
0d2b97ca18
[1.9.x] Fixed #26219 -- Fixed crash when filtering by Decimal in RawQuery.
...
Backport of fdccc02576
from master
2016-02-17 14:00:38 -05:00
Tim Graham
477b82cf8a
[1.9.x] Fixed #25687 -- Documented how to add database function support to third-party backends.
...
Thanks Kristof Claes for the initial patch.
Backport of 88034c9938
from master
2016-02-17 13:36:55 -05:00
Berker Peksag
f78892f2de
[1.9.x] Refs #19353 -- Added tests for using custom user models with built-in auth forms.
...
Also updated topics/auth/customizing.txt to reflect that subclasses of
UserCreationForm and UserChangeForm can be used with custom user models.
Thanks Baptiste Mispelon for the initial documentation.
Backport of f0425c7260
from master
2016-02-17 10:42:54 -05:00
Jon Dufresne
61f1b6ff21
[1.9.x] Followed recommended ValidationError use in docs.
...
Backport of 0db7e61076
from master
2016-02-17 09:07:11 -05:00
Claude Paroz
205cafd01e
[1.9.x] Fixed #26215 -- Fixed RangeField/ArrayField serialization with None values
...
Also added tests for HStoreField and JSONField.
Thanks Aleksey Bukin for the report and Tim Graham for the initial patch and
the review.
Backport of 928c12eb1
from master.
2016-02-16 21:09:16 +01:00
Tim Graham
cc7ea1905d
[1.9.x] Fixed possible "RuntimeError: maximum recursion depth exceeded" building docs.
...
Backport of 6a71ac61bd
from master
2016-02-16 07:31:26 -05:00
Ryan Nowakowski
ca1f4390c4
[1.9.x] Fixed #26221 -- Used find_packages() in reusable apps tutorial.
...
Otherwise the migrations package won't be included in the tarball.
Backport of 11af73eaeb
from master
2016-02-15 19:25:49 -05:00
Alexey Kotlyarov
765e6c411c
[1.9.x] Fixed #26212 -- Made forms.FileField and translation.lazy_number() picklable.
...
Backport of b59f963ad2
from master
2016-02-15 11:45:44 -05:00
Berker Peksag
33b5bb7930
[1.9.x] Fixed #26126 -- Fixed transient failure of test_max_age_expiration
...
Backport of b17a9150a0
from master
2016-02-15 09:26:58 -05:00
Camilo Nova
2b28a21232
[1.9.x] Added import in docs/topics/email.txt example.
...
Backport of a6f856df52
from master
2016-02-12 13:45:07 -05:00
Markus Holtermann
765f6d8041
[1.9.x] Fixed allow_migrate() signature in documentation
...
Backport of 228427ab1a
from master
2016-02-12 14:35:38 +11:00
Johannes Linke
6a0832dacb
[1.9.x] Fixed #26111 -- Clarified that fixtures are loaded once per TestCase.
...
Backport of 02430ef19d
from master
2016-02-11 18:54:27 -05:00
Becka R
ec16503f2b
[1.9.x] Clarified "database column type" explanation.
...
Backport of cf48962b36
from master
2016-02-11 18:27:14 -05:00
Anssi Kääriäinen
1d9ee181fe
[1.9.x] Fixed #26196 -- Made sure __in lookups use to_field as default.
...
Thanks Simon Charette for the test.
Backport of 46ecfb9b3a
from master
2016-02-11 11:09:55 -05:00
Anssi Kääriäinen
25496f0f7b
[1.9.x] Fixed #26153 -- Reallowed Q-objects in ForeignObject.get_extra_descriptor_filter().
...
Backport of 353aecbf8c
from master
2016-02-11 09:00:38 -05:00
Tim Graham
f7332b3ec5
[1.9.x] Updated instructions for gettext on Windows.
...
Backport of 1d86d4c72b
from master
2016-02-11 08:46:25 -05:00
Tim Graham
9f743e25bd
[1.9.x] Fixed #26206 -- Fixed docs comments causing empty code blocks.
...
Backport of f2b45ddd99
from master
2016-02-11 07:59:30 -05:00
Charlie Denton
670c816222
[1.9.x] Fixed typo in django/contrib/auth/base_user.py comment.
...
Backport of 46c13fef46
from master
2016-02-11 07:35:53 -05:00
userimack
c5d591733f
[1.9.x] Fixed #26182 -- Removed an obsolete (refs #24917 ) paragraph in admindocs.
...
Backport of 75143fa13f
from master
2016-02-09 09:49:55 -05:00
userimack
f3194d951d
[1.9.x] Fixed #26181 -- Corrected AngularJS CSRF example.
...
Backport of 7a7b82e6f4
from master
2016-02-09 09:38:04 -05:00
Liam Brenner
2d83063a20
[1.9.x] Fixed typo in django/middleware/common.py docstring.
...
Backport of 182f98c4c7
from master
2016-02-09 08:07:18 -05:00
Simon Charette
58723722e9
Fixed #26162 -- Checked query name clashes of hidden relationships.
...
Although reverse accessor clashes should be skipped query name can't be hidden.
Thanks to Ian Foote and Tim Graham for the review.
2016-02-08 10:31:01 -05:00
Tim Graham
6f14a1429a
[1.9.x] Fixed typo in django/db/migrations/state.py.
...
Backport of db9f21f0ad
from master
2016-02-08 07:42:03 -05:00
Tim Graham
6b689a505c
[1.9.x] Fixed #26177 -- Fixed a PostgreSQL crash with TIME_ZONE=None and USE_TZ=False.
...
Backport of 97eb3356b2
from master
2016-02-08 07:41:56 -05:00
Tim Graham
530f0adcf3
[1.9.x] Added stub release notes for 1.8.10.
...
Backport of d6337e65ed
from master
2016-02-06 09:24:56 -05:00
Sergey Fedoseev
2526e452b6
[1.9.x] Fixed spelling -- super set -> superset.
...
Backport of f8e865d78f
from master
2016-02-06 08:28:25 -05:00
Manish Rastogi
23509a895f
[1.9.x] Fixed #26169 -- Fixed tutorial reference in reusable apps tutorial.
...
Backport of ad216381fc
from master
2016-02-04 07:55:07 -05:00
Carl Meyer
239a1f74fd
[1.9.x] Fix typos in 1.8 release notes.
...
Backport of a0ce4c09ff
from master
2016-02-03 15:27:35 -05:00
Blake Griffith
daa80aceec
[1.9.x] Changed gypsy to manouche in docs and tests.
...
"Gypsy" is considered a slur by the Romani people whom it refers to.
"manouche jazz" is used in place of "gypsy jazz" and is an accepted
term for the same genre of music.
Backport of 5fdbd9e36c
from master
2016-02-03 09:48:01 -05:00
Tim Graham
a201df396e
[1.9.x] Made identation of default setting docs more consistenct.
...
Backport of 67907ed845
from master
2016-02-02 11:42:46 -05:00