summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-10-19[1.9.x] Bumped version for 1.9 beta 1.1.9b1Tim Graham
2015-10-19[1.9.x] Fixed #25562 -- Skipped a time dependent admin_filters test on Windows.Tim Graham
Backport of 4a50daf6b343db1b5c316aa29efd657e160d0cd3 from master
2015-10-19[1.9.x] Fixed #25563 -- Cached deferred models in their proxied model's ↵Simon Charette
_meta.apps. Thanks to Andriy Sokolovskiy for the report and Tim Graham for the review. Backport of 3db3ab71e97d34260057a6f51d4b2f72da30dc8d from master
2015-10-19[1.9.x] Fixed #25566 -- Added title to admin's closing popup response pageVille Skyttä
Backport of aff4b75c34d62ec932414b5099016007fff17317 from master
2015-10-19[1.9.x] Fixed #25560 -- Made empty string related_name invalid.Simon Charette
Thanks to Ali Lotfi for the initial report and patch and Tim Graham for the review. Backport of c1b6a8a98b08fedfa3f3c69bc7add94c5841ba57 from master
2015-10-19[1.9.x] Fixed #25565 -- Removed action="" from admin forms (invalid in HTML5).Ville Skyttä
Backport of 6ff500127a21f5f2104dc77a09dfa73d5f7c94ce from master
2015-10-17[1.9.x] Fixed #25517 -- Made Concat function idempotent on SQLite.Josh Smeaton
Backport of 6c95b134e9b2d5641c123551c080305e90e6a89d from master
2015-10-17[1.9.x] Fixed #25346 -- Allowed collectstatic to delete broken symlinks.Yusuke Miyazaki
Backport of 0922bbf18d3ae8f37e1823df2dbc270d33334548 from master
2015-10-16[1.9.x] Used SchemaEditor.delete_model() for teardown in schema tests.Tim Graham
Some third-party database backends (MSSQL) have custom delete_model() requirements that must be executed. Thanks Michael Manfre for the initial patch and review. Backport of 4dcc2a195595f8d7ddad45bc4baf98ffdeec7f41 from master
2015-10-14[1.9.x] Forwardported 1.8.6 release note.Tim Graham
2015-10-14[1.9.x] Fixed #25506 -- Allowed filtering over a RawSQL annotation.Antoine Catton
Co-Authored-By: Gavin Wahl <gwahl@fusionbox.com> Backport of b971c1cd78a0bf831c1c30080089c4a384d037a0 from master
2015-10-14[1.9.x] Fixed #25535 -- Made ForeignObject checks less strict.Antoine Catton
Check that the foreign object `from_fields` are a subset of any unique constraints on the foreign model. Backport of 80dac8c33e7f6f22577e4346f44e4c5ee89b648c and c7aff31397a7228f6ac2e33c10ebdf36c4b7a9b7 from master
2015-10-13[1.9.x] Fixed quotes in GeoQuerySet aggregates examples.Sergey Fedoseev
Backport of 92c1ae1b0b9955a511c19e07921c10126b6faa54 from master
2015-10-13[1.9.x] Fixed typo in docs/ref/models/relations.txt.Tim Graham
Backport of f6b9e6bf4fab731a28489ec735cc330255ef03ab from master
2015-10-12[1.9.x] Added precision about GeoJSON field outputsClaude Paroz
Backport of 533c1099 from master.
2015-10-11[1.9.x] Fixed #25498 -- Documented ST_Distance/ST_Distance_Sphere differenceClaude Paroz
Thanks Bibhas Debnath for the report and Tim Graham for the review. Backport of 617b1a21f from master.
2015-10-10[1.9.x] Pluralized translatable strings in password_validation.pyClaude Paroz
2015-10-10[1.9.x] Simplified translatable string in admindocs templateClaude Paroz
2015-10-09[1.9.x] Fixed #22705 -- Fixed QuerySet.bulk_create() on models without any ↵Tim Graham
fields on Oracle. Fixed on other backends by 134ca4d438bd7cbe8f0f287a00d545f96fa04a01. Thanks Mariusz Felisiak for the solution. Backport of 7a5b7e35bf2e219225b9f26d3dd3e34f26e83e9c from master
2015-10-09[1.9.x] Updated translation catalogsClaude Paroz
2015-10-09[1.9.x] Fixed #14368 -- Allowed setting a reverse OneToOne relation to None.Tim Graham
Backport of 384ddbec1b73a4636f234da3894fde8f8420bb63 from master
2015-10-09[1.9.x] Fixed #25533 -- Changed datatype mapping for GDALRastersDaniel Wiesmann
Backport of 5d8985005e from master.
2015-10-07[1.9.x] Refs #25527 -- Removed redundant doc heading link that leads to a ↵Tim Graham
warning when generating PDF. Backport of 25f287f6b2f677213605364c33bb37f33feac953 from master
2015-10-07[1.9.x] Fixed #25525 -- Added instructions about importing include() in urls.pyBaptiste Mispelon
Backport of 7ce6b10e9464995a038289e00169ffa85d29e3a5 from master
2015-10-07[1.9.x] Added some function links in translation docsClaude Paroz
Backport of 9a6fc9606c from master.
2015-10-06[1.9.x] Fixed #25503 -- Fixed system check crash on ForeignKey to abstract ↵Mariusz Felisiak
model. Backport of 914167abf19d16ac97c0f1f6ae1b08cb377c8f3a from master
2015-10-06[1.9.x] Fixed #25515 -- Documented the return value of BaseCommand.handle()Tim Graham
Backport of 3f766d44c5ea000ecf47829ca565b1921dab2ac1 from master
2015-10-06[1.9.x] Fixed #25516 -- Documented that parallel test excution doesn't work ↵Tim Graham
with pdb. Backport of cb15ceb5555de0799210a0ce37e744fd4f284b36 from master
2015-10-06[1.9.x] Refs #12118 -- Allowed "mode=memory" in SQLite test database names.Riccardo Magliocchetti
Backport of 3543fec3b739864c52de0a116dde3b0e5e885799 from master
2015-10-05[1.9.x] Fixed #25496 -- Made ModelChoiceField respect prefetch_related().Tim Graham
Backport of 6afa6818fcf25665bbf61f0921c8c8c6fa8f223e from master
2015-10-05[1.9.x] Fixed #25423 -- Made error message for unknown template tag more ↵Pindi Albert
helpful. Backport of 9f2881deb127593e8e0fa25e978aad9029d7b562 from master
2015-10-05[1.9.x] Fixed #25502 -- Added supported Python versions in 1.7, 1.8 release ↵Tim Graham
notes. Backport of b215a3ab63d1c34746855594656e988561484fe3 from master
2015-10-05[1.9.x] Removed SimpleLazyObject workaround for a Python bug.Tim Graham
Backport of 4accffd8fdaa59597dc40b47be031e7116c5b2a5 from master
2015-10-03[1.9.x] Added stub release notes for 1.8.6.Tim Graham
Backport of 58195f0b16999245ada6bd010b71c9c5352ae608 from master
2015-10-03[1.9.x] Added release date for 1.8.5.Tim Graham
Backport of 2eb5589a721488b592ed05d6790d9ad7d2b9dafd from master
2015-10-03[1.9.x] Fixed #25389 -- Fixed pickling a SimpleLazyObject wrapping a model.Ben Kraft
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[1.9.x] Fixed #25398 -- Revised instances of os.path.join()Andrew Artajos
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-02[1.9.x] Fixed #25481 -- Added field.help_text to "Looping over a form's ↵John Moses
fields" docs. Backport of ac09d22f7913ff09f98001ff51b783932290e378 from master
2015-10-02[1.9.x] Fixed link to the MySQL Connector/Python Django Backend documentation.Nick Williams
Backport of 3f342d74e9196da475dd312cf43eaffec13af964 from master
2015-10-02[1.9.x] Refs #13637 -- Removed unused code in GenericRelatedObjectManagerTim Graham
Appears unused since 585b7acaa359fc1df07269c1a4b4756bdb6703f7. Backport of 37a5a363215d7c0360ff0a8f57856d373e8c1629 from master
2015-10-01[1.9.x] Made a couple tutorial corrections for Django 1.9.Tim Graham
Backport of 8a5a002f2f94eec2a6d01e3004c3e6a2ddccd432 from master
2015-10-01[1.9.x] Removed an old note (Django 1.4-era) from the tutorial.Tim Graham
Backport of 1515b6a8b375612addc0019d537fcbf0349d942c from master
2015-09-30[1.9.x] Refs #24505 -- Forwardported 1.8.5 release note.Tim Graham
Backport of 061801e3dfb3f88550cdaeef1a6dd1c24c13d53d from master
2015-09-30[1.9.x] Clarified that Model.delete() isn't called as a result of a ↵David Sanders
cascading delete. Backport of 5c6316dc3467fd7b669bea9157f591ac5fd00ec4 from master
2015-09-29[1.9.x] Made cosmetic cleanups to docs/ref/contrib/contenttypes.txtTim Graham
Backport of b47552b445547e60cc89213f79e02333cb63f270 from master
2015-09-29[1.9.x] Fixed #25466 -- Added backwards compatibility aliases for ↵Tim Graham
LoaderOrigin and StringOrigin. Thanks Simon Charette for the DeprecationInstanceCheck class. Backport of 8d1a001ef6dcbbe8053da05cdb3ec99965b0953f from master
2015-09-29[1.9.x] Improved "“standalone” Django usage" example.David Sanders
Backport of ae9f9dc37f39afeaa45c646cf6eef81beffcf021 from master
2015-09-29[1.9.x] Fixed #25376 -- Required virtualenv in installation instructions.Tim Graham
Thanks Anjul Tyagi for some of the draft text. Backport of a523d94b4581ec41c86f5bbaaffdf5bb6b819c2e from master
2015-09-28[1.9.x] Refs #16860 -- Fixed password help text when there aren't any ↵Antoine Catton
validators. This avoids creating an empty list which is invalid HTML 4. Backport of 53ccffdb8c8e47a4d4304df453d8c79a9be295ab from master
2015-09-28[1.9.x] Documented auth's login/logout function parameters.Tim Graham
Backport of c14b6b52ff131db263bf06a02f903a73390975da from master