summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-03-09[1.8.x] Bumped version to 1.8 beta 2.1.8b2Tim Graham
2015-03-09[1.8.x] Refs #24461 -- Added test/release notes for XSS issue in ↵Baptiste Mispelon
ModelAdmin.readonly_fields This issue was fixed by refs #24464.
2015-03-09[1.8.x] Clarified an item in 1.7.6 release notes.Tim Graham
Backport of 300fdbbebba45cb4e7f32edc524171019d9bce80 from master
2015-03-09[1.8.x] Fixed #24464 -- Made built-in HTML template filter functions escape ↵Erik Romijn
their input by default. This may cause some backwards compatibility issues, but may also resolve security issues in third party projects that fail to heed warnings in our documentation. Thanks Markus Holtermann for help with tests and docs. Backport of fa350e2f303572ee8f9a8302dda45a12288d3d95 from master
2015-03-09[1.8.x] Fixed #24171 -- Fixed failure with complex aggregate query and ↵Anssi Kääriäinen
expressions The query used a construct of qs.annotate().values().aggregate() where the first annotate used an F-object reference and the values() and aggregate() calls referenced that F-object. Also made sure the inner query's select clause is as simple as possible, and made sure .values().distinct().aggreate() works correctly. Backport of fb146193c49e4c683dc8da39d9b7c479375fdb57 from master
2015-03-09[1.8.x] Fixed typo in docs/howto/custom-template-tags.txtTim Graham
Backport of 63f2dd4ad774d39fc7bbe05492d30efc45e4e7a9 from master
2015-03-08[1.8.x] Fixed #21661 -- Expanded authentication views documentationRik
Backport of eb9b7abb833a6d317e355265552d47e0d8f24af8 from master.
2015-03-07[1.8.x] Prevented some tests from writing in the CWD.Aymeric Augustin
Backport of 90b069c33f3f8785a7d068a2032f130d2dbb0c75 from master
2015-03-07[1.8.x] Fixed #24447 -- Made migrations add FK constraints for existing columnsJean-Louis Fuchs
When altering from e.g. an IntegerField to a ForeignKey, Django didn't add a constraint. Backport of f4f0060feaee6bbd76a0d575487682bc541111e4 from master
2015-03-06[1.8.x] Fixed urlize regression with entities in query stringsClaude Paroz
Refs #22267. Thanks Shai Berger for spotting the issue and Tim Graham for the initial patch. Backport of ec808e807 from master.
2015-03-06[1.8.x] Fixed #24420 -- Allowed ordering by case expressionsJosh Smeaton
Backport of ceaf31adfff3801f1092a215f73704e15a70e90c from master
2015-03-05[1.8.x] Stressed authentication should be successful before logging in a user.Marten Kenbeek
Backport of 8e744fa1507b6d425860c54e7673e603279367eb from master
2015-03-05[1.8.x] Improved get_media_prefix template tag example.Aymeric Augustin
Backport of 9a4a9a8a49ed3e38f3038b8d6fc7c405256271f1 from master
2015-03-04[1.8.x] Moved definition of chunks out of timesince function.Benjamin Wohlwend
This speeds up the timesince function/filter substantially. Backport of d6969ab from master.
2015-03-04[1.8.x] Fixed #24426 -- Displayed admin actions panel when ↵Tim Graham
show_full_result_count=False. Backport of 36a17be9f3cf6081f7e6f83fcfeae3d09ce8a72b from master
2015-03-04[1.8.x] Used format_html() in contrib.admin.utils for consistency.Tim Graham
Backport of fe42bfaaff93e6b4af34ab48892e20c9cdee0c1a from master
2015-03-04[1.8.x] Fixed #24435 -- Prevented m2m field removal and addition in ↵Markus Holtermann
migrations when changing blank Thanks Mark Tranchant for the report and Tim Graham for the test and review. Backport of a9e29fae105d1ddd4e0ac2059cbe62b0ee348bc8 from master
2015-03-03[1.8.x] Removed outdated docstring for get_admin_url().Mathias André
Since a4b8a4b632dbb6d9fed1a8654aed99a9c53560d4 the admin URL returned by get_admin_url() is no longer relative to the Django admin index page. Backport of 85757d0e79f4237d7cf3ee1785946315aa6959eb from master
2015-03-02[1.8.x] Fixed #24379 -- Documented that remote user example disables ↵Ross Brunton
ModelBackend. Backport of 6b28e957df364532109a1897c73a1fa8b1416bd4 from master
2015-03-02[1.8.x] Fixed #13015 -- Clarified language about model instances attached to ↵Tim Graham
forms. Backport of a40a34a4b2d79dbf798df538c26222148d42b17c from master
2015-03-02[1.8.x] Fixed #24439 -- Removed incorrect make_object_list attributes in CBV ↵Andrew Pinkham
docs. Backport of fea45eff5a2f2ad10b2788603db80e5a4fe6be06 from master
2015-03-02[1.8.x] Added syntax highlighting for apache code blocksIan Lee
Backport of fde4857fb83101d27ae4cb3552a6a6cf20d3d8ce from master
2015-03-02[1.8.x] Updated contributing link in the README.Brent O'Connor
Backport of f7bf135f62297c580e9b36af4c2470adb652fbaf from master
2015-02-28[1.8.x] Fixed #24413 -- Prevented translation fallback for EnglishClaude Paroz
Thanks Tomasz Kontusz for the report, Baptiste Mispelon for analysis and Tim Graham for the review. Backport of 3cf1c02695 from master.
2015-02-27[1.8.x] Improved wording in tutorial 1.Alex Shaindlin
Backport of dcdef1fe2ec59a7aeca39efc5a29f0d238d0c560 from master
2015-02-27[1.8.x] Fixed #24418 -- Prevented crash in refresh_from_db with null fkClaude Paroz
Thanks Johannes Lerch for the report, Tim Graham for the test case, and Simon Charette for the review. Backport of 5cf96b49e4 from master.
2015-02-27[1.8.x] Fixed #24359 -- Cleaned up docs/ref/exceptions.htmlTim Graham
Backport of 2b19b3a031e7d5b5264bc9e880d0192301289bc2 from master
2015-02-25[1.8.x] Added stub release notes for 1.7.6.Tim Graham
Backport of 71820721a19f5628b3176f16813d47378cb2c3cb from master
2015-02-25[1.8.x] Added release date for 1.7.5 release.Tim Graham
Backport of aca73737da8ba173ad9435b1e9e1fe5d8516f3b3 from master
2015-02-25[1.8.x] Updated trove classifier to beta.1.8b1Tim Graham
2015-02-25[1.8.x] Bumped version to 1.8 beta 1.Tim Graham
2015-02-25[1.8.x] Fixed #24411 -- Avoided dict key/method clash in admin delete views.Tim Graham
Backport of 47b35b1844b2adc167e64674824873991e9c4c2b from master
2015-02-24[1.8.x] Fixed #24391 -- Made BoundField.value() cache callable values.Michael Angeletti
Backport of 65441bbdb02427655869c42791a0bc5a9c631292 from master
2015-02-24[1.8.x] Reverted "Fixed #24325 -- Documented change in ModelForm.save() ↵Tim Graham
foreign key access." This reverts commit 0af3822dc362b6253bda1c9699466dd0bbbf6066. It's obsoleted by refs #24395. Backport of d298b1ba5043eaa40f3f4bebe3c7634b359ba34b from master
2015-02-24[1.8.x] Fixed #24395 -- Ensured inline ModelsForms have an updated related ↵Stanislas Guerra
instance. Backport of 4c2f546b55c029334d22e69bb29db97f9356faa3 from master
2015-02-24[1.8.x] Cleaned up template directory handling in template tests.Preston Timmons
Backport of 8e129b42ad9c9adca599228ae2ad68271fa46d44 from master
2015-02-24[1.8.x] Combined TemplateTests and TemplateRegressionTests.Preston Timmons
Backport of 32c108a221c54a4f680afe32175d70b5d2e92593 from master
2015-02-24[1.8.x] Moved test_token_smart_split into ParserTests.Preston Timmons
Backport of 25a0b5cdcd5e70a6563116639a477b915ee5784e from master
2015-02-24[1.8.x] Moved ifchanged tests into syntax_tests/test_if_changed.py.Preston Timmons
Backport of 3d8fee605184d8ffa47a32546298b52b52d7a087 from master
2015-02-24[1.8.x] Moved cache tests into syntax_tests/test_cache.py.Preston Timmons
Backport of f6d087b628a61a7b036cc468328497082031dc8e from master
2015-02-24[1.8.x] Moved RequestContextTests into test_context.Preston Timmons
Backport of 250a3d199310a954a95fb1ffa4915f0e51ba1767 from master
2015-02-24[1.8.x] Moved TemplateTagLoading cases into test_custom.Preston Timmons
Backport of ff67ce5076c1f4d3dc32fd755a1b65d3310c6cb1 from master
2015-02-24[1.8.x] Moved include tests into syntax_tests/test_include.py.Preston Timmons
Backport of 06ffc764a9b2d2521e6a574d279b66ad411cc65c from master
2015-02-24[1.8.x] Moved ssi tests into syntax_tests/test_ssi.py.Preston Timmons
Backport of 441a47e1efd46001ca454b80e0d5f8c5ea4e235b from master
2015-02-24[1.8.x] Cleaned up template loader tests.Tim Graham
Backport of 1827aa902481cd80d2fb154e7b073f139936d5fc from master
2015-02-24[1.8.x] Fixed typos in flatpages_tests comments.Nik Nyby
Backport of 2be6b526568aaaae5353a4a600a085d3c2135363 from master
2015-02-23[1.8.x] Normalized usage of the tempfile module.Aymeric Augustin
Specifically stopped using the dir argument. Backport of a8fe12417f778a76837f8e4f8503779f52a396ba from master
2015-02-23[1.8.x] Guaranteed removal of temporary files during tests.Aymeric Augustin
Dropped the DJANGO_TEST_TEMP_DIR environment variable. Before this change, proper removal depended on the developer passing dir=os.environ['DJANGO_TEST_TMP_DIR'] to tempfile functions. Backport of 934400759de817471ff37d736686201d7ae34e82 from master
2015-02-23[1.8.x] Fixed #23762 -- clarified CACHE_MIDDLEWARE_ANONYMOUS_ONLY ↵Kenneth Kam
deprecation in docs Backport of e83aba0e2cce16cd1b32d1c172239a4e20867e95 from master
2015-02-23[1.8.x] Fixed #24377 -- Fixed model inline formsets with primary key's that ↵Tim Graham
have defaults. Backport of 1306cd1e8acfb13602ee8dc40993b2505cd7523b from master