Claude Paroz
86dc4889f8
[1.9.x] Pluralized translatable strings in password_validation.py
2015-10-10 15:14:36 +02:00
Claude Paroz
60471c9600
[1.9.x] Simplified translatable string in admindocs template
2015-10-10 14:52:49 +02:00
Tim Graham
7cd299584d
[1.9.x] Fixed #22705 -- Fixed QuerySet.bulk_create() on models without any fields on Oracle.
...
Fixed on other backends by 134ca4d438bd7cbe8f0f287a00d545f96fa04a01.
Thanks Mariusz Felisiak for the solution.
Backport of 7a5b7e35bf2e219225b9f26d3dd3e34f26e83e9c from master
2015-10-09 14:42:31 -04:00
Claude Paroz
f717cb2ab4
[1.9.x] Updated translation catalogs
2015-10-09 18:00:06 +02:00
Tim Graham
b646fbe4a7
[1.9.x] Fixed #14368 -- Allowed setting a reverse OneToOne relation to None.
...
Backport of 384ddbec1b73a4636f234da3894fde8f8420bb63 from master
2015-10-09 10:59:57 -04:00
Daniel Wiesmann
4326ac687e
[1.9.x] Fixed #25533 -- Changed datatype mapping for GDALRasters
...
Backport of 5d8985005e from master.
2015-10-09 16:03:42 +02:00
Tim Graham
2c11002fec
[1.9.x] Refs #25527 -- Removed redundant doc heading link that leads to a warning when generating PDF.
...
Backport of 25f287f6b2f677213605364c33bb37f33feac953 from master
2015-10-07 19:36:57 -04:00
Baptiste Mispelon
8a9872543c
[1.9.x] Fixed #25525 -- Added instructions about importing include() in urls.py
...
Backport of 7ce6b10e9464995a038289e00169ffa85d29e3a5 from master
2015-10-07 17:10:34 -04:00
Claude Paroz
c894f215e2
[1.9.x] Added some function links in translation docs
...
Backport of 9a6fc9606c from master.
2015-10-07 17:31:28 +02:00
Mariusz Felisiak
fbe8930745
[1.9.x] Fixed #25503 -- Fixed system check crash on ForeignKey to abstract model.
...
Backport of 914167abf19d16ac97c0f1f6ae1b08cb377c8f3a from master
2015-10-06 19:23:53 -04:00
Tim Graham
d81b0812d4
[1.9.x] Fixed #25515 -- Documented the return value of BaseCommand.handle()
...
Backport of 3f766d44c5ea000ecf47829ca565b1921dab2ac1 from master
2015-10-06 15:09:55 -04:00
Tim Graham
2f9bc99334
[1.9.x] Fixed #25516 -- Documented that parallel test excution doesn't work with pdb.
...
Backport of cb15ceb5555de0799210a0ce37e744fd4f284b36 from master
2015-10-06 13:27:50 -04:00
Riccardo Magliocchetti
6f653f759a
[1.9.x] Refs #12118 -- Allowed "mode=memory" in SQLite test database names.
...
Backport of 3543fec3b739864c52de0a116dde3b0e5e885799 from master
2015-10-06 12:33:21 -04:00
Tim Graham
6bc8bdf55a
[1.9.x] Fixed #25496 -- Made ModelChoiceField respect prefetch_related().
...
Backport of 6afa6818fcf25665bbf61f0921c8c8c6fa8f223e from master
2015-10-05 19:19:09 -04:00
Pindi Albert
3429dfe11d
[1.9.x] Fixed #25423 -- Made error message for unknown template tag more helpful.
...
Backport of 9f2881deb127593e8e0fa25e978aad9029d7b562 from master
2015-10-05 17:33:18 -04:00
Tim Graham
9f31439e67
[1.9.x] Fixed #25502 -- Added supported Python versions in 1.7, 1.8 release notes.
...
Backport of b215a3ab63d1c34746855594656e988561484fe3 from master
2015-10-05 14:20:06 -04:00
Tim Graham
4b95f1b0fb
[1.9.x] Removed SimpleLazyObject workaround for a Python bug.
...
Backport of 4accffd8fdaa59597dc40b47be031e7116c5b2a5 from master
2015-10-05 08:48:14 -04:00
Tim Graham
9b91c7d99d
[1.9.x] Added stub release notes for 1.8.6.
...
Backport of 58195f0b16999245ada6bd010b71c9c5352ae608 from master
2015-10-03 19:58:32 -04:00
Tim Graham
c5268b1a74
[1.9.x] Added release date for 1.8.5.
...
Backport of 2eb5589a721488b592ed05d6790d9ad7d2b9dafd from master
2015-10-03 19:35:18 -04:00
Ben Kraft
63a1e912a7
[1.9.x] Fixed #25389 -- Fixed pickling a SimpleLazyObject wrapping a model.
...
Pickling a `SimpleLazyObject` wrapping a model did not work correctly; in
particular it did not add the `_django_version` attribute added in 42736ac8.
Now it will handle this and other custom `__reduce__` methods correctly.
Backport of 35355a4ffedb2aeed52d5fe3034380ffc6a438db from master
2015-10-03 13:01:08 -04:00
Andrew Artajos
0633d2285e
[1.9.x] Fixed #25398 -- Revised instances of os.path.join()
...
Replaced occurrences of os.path.join(BASE_DIR, 'folder/subfolder')
to os.path.join(BASE_DIR, 'folder', 'subfolder')
Backport of d2ef521a53 from master.
2015-10-03 09:09:41 +02:00
John Moses
6a582d35f2
[1.9.x] Fixed #25481 -- Added field.help_text to "Looping over a form's fields" docs.
...
Backport of ac09d22f7913ff09f98001ff51b783932290e378 from master
2015-10-02 13:00:48 -04:00
Nick Williams
1147b55e8b
[1.9.x] Fixed link to the MySQL Connector/Python Django Backend documentation.
...
Backport of 3f342d74e9196da475dd312cf43eaffec13af964 from master
2015-10-02 12:33:23 -04:00
Tim Graham
aebe7800e8
[1.9.x] Refs #13637 -- Removed unused code in GenericRelatedObjectManager
...
Appears unused since 585b7acaa359fc1df07269c1a4b4756bdb6703f7.
Backport of 37a5a363215d7c0360ff0a8f57856d373e8c1629 from master
2015-10-02 11:28:03 -04:00
Tim Graham
1084b421f1
[1.9.x] Made a couple tutorial corrections for Django 1.9.
...
Backport of 8a5a002f2f94eec2a6d01e3004c3e6a2ddccd432 from master
2015-10-01 15:19:10 -04:00
Tim Graham
05968192f7
[1.9.x] Removed an old note (Django 1.4-era) from the tutorial.
...
Backport of 1515b6a8b375612addc0019d537fcbf0349d942c from master
2015-10-01 14:52:14 -04:00
Tim Graham
3569e9d4a1
[1.9.x] Refs #24505 -- Forwardported 1.8.5 release note.
...
Backport of 061801e3dfb3f88550cdaeef1a6dd1c24c13d53d from master
2015-09-30 18:47:44 -04:00
David Sanders
d6632f2111
[1.9.x] Clarified that Model.delete() isn't called as a result of a cascading delete.
...
Backport of 5c6316dc3467fd7b669bea9157f591ac5fd00ec4 from master
2015-09-30 08:44:37 -04:00
Tim Graham
00270ec7f8
[1.9.x] Made cosmetic cleanups to docs/ref/contrib/contenttypes.txt
...
Backport of b47552b445547e60cc89213f79e02333cb63f270 from master
2015-09-29 19:40:56 -04:00
Tim Graham
59027a4cae
[1.9.x] Fixed #25466 -- Added backwards compatibility aliases for LoaderOrigin and StringOrigin.
...
Thanks Simon Charette for the DeprecationInstanceCheck class.
Backport of 8d1a001ef6dcbbe8053da05cdb3ec99965b0953f from master
2015-09-29 19:20:11 -04:00
David Sanders
60fe6efe50
[1.9.x] Improved "“standalone” Django usage" example.
...
Backport of ae9f9dc37f39afeaa45c646cf6eef81beffcf021 from master
2015-09-29 15:09:28 -04:00
Tim Graham
e21c6f34de
[1.9.x] Fixed #25376 -- Required virtualenv in installation instructions.
...
Thanks Anjul Tyagi for some of the draft text.
Backport of a523d94b4581ec41c86f5bbaaffdf5bb6b819c2e from master
2015-09-29 14:33:50 -04:00
Antoine Catton
db88e40312
[1.9.x] Refs #16860 -- Fixed password help text when there aren't any validators.
...
This avoids creating an empty list which is invalid HTML 4.
Backport of 53ccffdb8c8e47a4d4304df453d8c79a9be295ab from master
2015-09-28 15:31:18 -04:00
Tim Graham
0094fb6be8
[1.9.x] Documented auth's login/logout function parameters.
...
Backport of c14b6b52ff131db263bf06a02f903a73390975da from master
2015-09-28 14:12:32 -04:00
Tim Graham
76aa4cc8a2
[1.9.x] Fixed #24323 -- Documented @admin.register can't be used with super(XXXAdmin in __init__().
...
Backport of 4cd2bdae07ac5561fdae0eede58c68df4dfcc780 from master
2015-09-28 07:26:51 -04:00
Mariusz Felisiak
6a0b4faf43
[1.9.x] Fixed #25421 -- Fixed test --keepdb option on Oracle.
...
Backport of a3a6def867c61d24dfded6cbfef7f820409dc739 from master
2015-09-26 19:52:06 -04:00
Claude Paroz
fb901c82bf
[1.9.x] Made tests/serializers/models.py a models package
...
Thanks Tim Graham for the patch series review.
Backport of 50acbf3ff6 from master.
2015-09-26 20:05:23 +02:00
Claude Paroz
df87de345d
[1.9.x] Moved remaining of serializers_regress to serializers tests
...
Backport of 4908222ac from master.
2015-09-26 20:04:51 +02:00
Claude Paroz
b58f88f96d
[1.9.x] Moved more serializers_regress to serializers tests
...
Backport of ddd6a530e from master.
2015-09-26 20:04:21 +02:00
Claude Paroz
a74728b36d
[1.9.x] Separated natural key serialization tests
...
Backport of d59d3caf3 from master.
2015-09-26 20:03:54 +02:00
Claude Paroz
d31c38cddd
[1.9.x] Separated JSON serialization tests
...
Backport of 6dc7af3e01 from master.
2015-09-26 20:03:26 +02:00
Claude Paroz
4eeec2031e
[1.9.x] Separated XML serialization tests
...
Backport of d3cfdfb508 from master.
2015-09-26 20:03:00 +02:00
Claude Paroz
5452d39e01
[1.9.x] Separated YAML serialization tests
...
Backport of febd5aeec from master.
2015-09-26 20:02:25 +02:00
Rob Hudson
bc4ae0f5eb
[1.9.x] Corrected use of 'affect' vs 'effect' in docs.
...
Backport of 021782d22b80ea57fdd5e040add58adeafaedc55 from master
2015-09-25 18:35:16 -04:00
Tim Graham
260e9f15fe
[1.9.x] Fixed #25462 -- Removed Model.__unicode__() in favor of @python_2_unicode_compatible.
...
Backport of de99f558d806a2a1b30072ec95bc44d412d80dab from master
2015-09-25 15:36:05 -04:00
Tim Graham
ffcf81969b
[1.9.x] Removed redundancy in admin_changelist tests.
...
Backport of c42123adb166fd297116880a5322e4e17b11e33f from master
2015-09-25 10:41:08 -04:00
Ville Skyttä
50ccedae98
[1.9.x] Fixed #25196 -- Normalized database representations in test database messages.
...
Left over Oracle mostly as-is since it's more complicated.
Backport of afe777639cc1c591df32591e196d4cda5783c615 from master
2015-09-25 10:32:05 -04:00
Tim Graham
f2f4f1cfff
[1.9.x] Fixed #25451 -- Added advice about organizing tests.
...
Backport of 53e89ce2e71411ff9d1c3fd6f2b10d052a4aeace from master
2015-09-25 07:15:50 -04:00
Tzu-ping Chung
9581ac39a8
[1.9.x] Fixed #25457 -- Improved formatting of password validation errors in management command output.
...
Backport of 7372cdebed19a9d8e5527823c1e6825156babf98 from master
2015-09-24 19:45:48 -04:00
Moritz Sichert
9b5f1880e9
[1.9.x] Refs #25294 -- Added BoundField import for backwards compatibility.
...
Backport of a51070e7434426467869147608c5a8ca58e21e00 from master
2015-09-24 14:35:17 -04:00