summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2015-01-27[1.7.x] Added 1.4.19 release notes.Tim Graham
Backport of 6f8418089c5e81d12718187da2140394ed30da43 from master
2015-01-27[1.7.x] Fixed #24104 -- Fixed check to look on field.get_internal_type() ↵Andriy Sokolovskiy
instead of class instance
2015-01-24[1.7.x] Fixed #24190 -- Clarified len(queryset)Collin Anderson
Backport of ee23e03637aa8b82311f93b0a660574a0512891a from master
2015-01-23[1.7.x] Fixed #24193 -- Prevented unclosed file warnings in static.serve()Claude Paroz
This regression was caused by 818e59a3f0. The patch is a partial backport of the new FileResponse class available in later Django versions. Thanks Raphaël Hertzog for the report, and Tim Graham and Collin Anderson for the reviews.
2015-01-20[1.7.x] Fixed #24186 -- Fixed a typo in the admin docs.Simon Charette
Thanks to Keryn Knight for the report. Backport of dccf41cff0f46a94aa1d853d1bad9052079bb454 from master
2015-01-19[1.7.x] Designated Django 1.8 as the next LTS.Tim Graham
Backport of c38db4d7e072e9a5002cb4897d9104e5eaa292ed from master
2015-01-19[1.7.x] Fixed #24163 -- Removed unique constraint after index on MySQLMarkus Holtermann
Thanks Łukasz Harasimowicz for the report. Backport of 5792e6a88c1444d4ec84abe62077338ad3765b80 from master
2015-01-19[1.7.x] Added deprecation docs for legacy lookup support; refs #16187.Tim Graham
Backport of 8e435a564034c59ac408ec71283d8ac6ede2ce1f from master
2015-01-18[1.7.x] Added missing items to deprecation timeline/1.7 release notes.Tim Graham
Backport of ecf109f2159f4581adb354263406116c2bda11d7 from master.
2015-01-18[1.7.x] Clarified deprecation of forms.forms.get_declared_fields(); refs #19617.Tim Graham
Backport of 89e9f81601f7a343690e1153e70fd56091246d0b from master
2015-01-18[1.7.x] Clarified a contrib.sites deprecation and added to 1.7 release notes.Tim Graham
Backport of ba27f895878bb155fefb8c1b9beee2c9f3d85b3f from master
2015-01-18[1.7.x] Clarified contrib.contenttypes.generic deprecation; refs #19774.Tim Graham
Backport of 737cd4ff3decfd3e709885d219e70d8395305965 from stable/1.7.x
2015-01-17[1.7.x] Added removal of check management command to deprecation timeline.Tim Graham
Backport of 20e4e8fc79af9a87fb48951d03d3747f1f550551 from master
2015-01-17[1.7.x] Added versionadded to ModelAdmin.get_formsets_with_inlines(); refs ↵Tim Graham
#20702. Backport of 7cfcdd98dcf0dbbde7cfd656e450c52342dbe6f3 from stable/1.8.x
2015-01-17[1.7.x] Replaced deprecated requires_model_validation in docs.Tim Graham
Backport of 18192b9fa4387d5e6c677a7929d91ce04f92cda7 from master
2015-01-17[1.7.x] Updated tutorial 1 with actual migrate output.Tim Graham
2015-01-17[1.7.x] Documented django.utils.timezone.FixedOffset; thanks Aymeric.Tim Graham
Backport of 25264d4e2a4b3fd6a25e6b617388ea24f3d48d63 from master
2015-01-16[1.7.x] Fixed a typo in the test responses docs.Rick Hutcheson
Backport of 996292d6498d25c6b3e84435e82edeff5aaa0257 from master
2015-01-16[1.7.x] Fixed #24143 -- Encouraged use of Http404 messages for debugging.Keryn Knight
Backport of 726a9550db5129badc1c44809b0bed728fa1ad90 from master
2015-01-15[1.7.x] Fixed #24135 -- Made RenameModel rename many-to-many tables.Tim Graham
Thanks Simon and Markus for reviews. Backport of 28db4af80a319485c0da724d692e2f8396aa57e3 from master
2015-01-15[1.7.x] Direct readers to format_html() in mark_safe() docs.Luke Plant
Backport of 4832c004e88a68b98b976b4f68a1c9fdb4ea3530 from master
2015-01-14[1.7.x] Fixed #24075 -- Prevented running post_migrate signals when ↵Markus Holtermann
unapplying initial migrations of contenttypes and auth Thanks Florian Apolloner for the report and Claude Paroz and Tim Graham for the review and help on the patch. Backport of 737d24923ac69bb8b89af1bb2f3f4c4c744349e8 from master.
2015-01-14[1.7.x] Added stub release notes for 1.7.4.Tim Graham
Backport of ec7ef5afbbd12abe74314d557aabb3d85d667749 from master
2015-01-13[1.7.x] Added dates to release notes.Tim Graham
2015-01-13[1.7.x] Fixed DoS possibility in ModelMultipleChoiceField.Tim Graham
This is a security fix. Disclosure following shortly. Thanks Keryn Knight for the report and initial patch.
2015-01-13[1.7.x] Prevented views.static.serve() from using large memory on large files.Tim Graham
This is a security fix. Disclosure following shortly.
2015-01-13[1.7.x] Fixed is_safe_url() to handle leading whitespace.Tim Graham
This is a security fix. Disclosure following shortly.
2015-01-13[1.7.x] Stripped headers containing underscores to prevent spoofing in WSGI ↵Carl Meyer
environ. This is a security fix. Disclosure following shortly. Thanks to Jedediah Smith for the report.
2015-01-13[1.7.x] Added stub release notes for security releases.Tim Graham
2015-01-13[1.7.x] Fixed bad model example in admin docs.Collin Anderson
Backport of e7771ec380a116dbef481001fb1ce664f5c7311e from master
2015-01-11[1.7.x] Fixed #24110 -- Rewrote migration unapply to preserve intermediate ↵Markus Holtermann
states Backport of fdc2cc948725866212a9bcc97b9b7cf21bb49b90 and be158e36251df0b07556657da47cdaf10913c57a from master
2015-01-10[1.7.x] Fixed #23967 -- Added formats for GreekSerafeim Papastefanos
Backport of 74f02557e0183812d6d60e2548985c5c40b3d27b from master
2015-01-10[1.7.x] Fixed #24097 -- Prevented AttributeError in redirect_to_loginClaude Paroz
Thanks Peter Schmidt for the report and the initial patch. Thanks to Oktay Sancak for writing the original failing test and Alvin Savoy for supporting contributing back to the community. Backport of d7bc37d61 from master.
2015-01-06[1.7.x] Fixed #24083 -- Corrected is_bound nature in forms topic docsClaude Paroz
Thanks ajenhl Trac user for the report. Backport of e0080cf57 from master.
2015-01-06[1.7.x] Fixed #23815 -- Prevented UnicodeDecodeError in CSRF middlewareClaude Paroz
Thanks codeitloadit for the report, living180 for investigations and Tim Graham for the review. Backport of 27dd7e7271 from master.
2015-01-05[1.7.x] Added 1.4.18 release notes.Tim Graham
Backport of ce17b045bf5629aac66f872c3f548205906e04db from master
2015-01-03[1.7.x] Increased the default PBKDF2 iterations.Tim Graham
2015-01-03[1.7.x] Added 1.7.3 release notes stub.Tim Graham
Backport of 439f15beabe2e4d21232798f805ba69367611276 from master
2015-01-03[1.7.x] Fixed #23749 -- Documented how to use the database alias in RunPython.Alfred Perlstein
Thanks Markus Holtermann for review and feedback. Backport of db3f7c15cbf4c9025e83065d1302d0e61d570331 from master
2015-01-03[1.7.x] Fixed #24070 -- Added tutorial topics to doc index.Bibhas
Backport of b738178825ec9378198d77ac69699513774f0884 from master
2015-01-02[1.7.x] Added dates to release notes.Tim Graham
Backport of 15cd71ed24945ff7be5716580603fd65c0d45ef7 from master
2015-01-02[1.7.x] Updated six to 1.9.0.Tim Graham
Backport of 52f0b2b62262743d5f935ddae29428e661b5d8ea from master
2015-01-01[1.7.x] Removed obsolete item from deprecation timeline.Tim Graham
Initial SQL data will be removed in Django 1.9 so changes to it aren't relevant. Backport of 1729a5250b052832540cd696df3ff0a0a77baddf from master
2015-01-01[1.7.x] Removed doc note about PasswordResetForm requiring an integer PK.Tim Graham
This limitation was lifted in refs #14881. Backport of a7aaabfaf1fa4c20065ab1133d49f40d4de6b409 from master
2014-12-31[1.7.x] Fixed #23366 -- Fixed a crash with the migrate --list command.Tim Graham
Backport of b4bdd5262b18644456d12a00d475adf9897a9255 from master
2014-12-31[1.7.x] Fixed #24008 -- Fixed ValidationError crash with list of dicts.Andrey Maslov
Backport of 7a878ca5cb50ad65fc465cb263a44cc93629f75c from master
2014-12-31[1.7.x] Fixed #23758 -- Allowed more than 5 levels of subqueriesPiotr Pawlaczek
Refactored bump_prefix() to avoid infinite loop and allow more than than 5 subquires by extending the alphabet to use multi-letters. Backport of 41fc1c0b5eac156e200a10233c7c9210a1c0fed8 from master
2014-12-30[1.7.x] Revert "Updated some docs for the delayed deprecation of legacy ↵Tim Graham
table creation; refs #22340." The deprecation was moved back to 1.9 in 61da5f3f02f34810aaa6fcddac3808318a5b95c4. Backport of d7fc6eb8ca67a6a628e8c7ce669731cf563606e7 from master
2014-12-30[1.7.x] Fixed #23581 -- Prevented extraneous DROP DEFAULT statements.Tim Graham
Thanks john_scott for the report and Markus Holtermann for review. Backport of ab4f709da4516672b0bd811f2b4d0c4ba9f5b636 from master
2014-12-29Revert "[1.7.x] Fixed #23938 -- Added migration support for m2m to concrete ↵Tim Graham
fields and vice versa" This reverts commit 1702bc52cc20ed0729893177fc8f4391b4b3183c. This doesn't work on stable/1.7.x because #23844 wasn't backported and we're not willing to do so because it's a large change.