summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2015-02-25[1.7.x] Added release date for 1.7.5 release.Tim Graham
Backport of aca73737da8ba173ad9435b1e9e1fe5d8516f3b3 from master
2015-02-24[1.7.x] Added a missing backtick in form wizard docs.Ian Lee
2015-02-23[1.7.x] Fixed #23762 -- clarified CACHE_MIDDLEWARE_ANONYMOUS_ONLY ↵Kenneth Kam
deprecation in docs Backport of e83aba0e2cce16cd1b32d1c172239a4e20867e95 from master
2015-02-23[1.7.x] Broke long lines in code examples.Ian Lee
The website only renders code blocks at 96 chars, and therefore long code lines get wrapped. Manually breaking the lines prevents the wrapping from occurring. Backport of 00fbd8fd527fd6ee0319361bf194cd51a1ac1bfb from master
2015-02-23[1.7.x] Added formats for the Azerbaijani locale.Emin Mastizada
Backport of dda2a3cf4cc29d01de180f66d19441f300732e52 from master
2015-02-22[1.7.x] Corrected sqlmigrate output in tutorial 1.Tim Graham
Backport of ff5e47e7a4a638a30424331222e0abdb60842ddd from master
2015-02-22[1.7.x] Fixed #24371 -- Cautioned against trying to switch databases.Tim Graham
Backport of 7901eccf2e591447850be00011a7bb556a3c53f2 from master
2015-02-22[1.7.x] Fixed #24358 -- Corrected code-block directives for console sessions.Sean Wang
Backport of eba6dff581aa8bd6a1c08456e83e68ad09ae4ec3 from master
2015-02-20[1.7.x] Fixed typo in path to is_safe_url()Tim Graham
Backport of dd0b487872de4e3ff966da51e3610bac996e44f0 from master
2015-02-17[1.7.x] Added an import to docs/topics/testing/advanced.txt example.Tim Graham
Backport of 32b67b3fd1d252566f60cf38fe1459bb83de2ce2 from master
2015-02-16[1.7.x] Fixed #24350 -- Freshened up database install topic section.Tim Graham
Backport of 35f0cae19de226d9d7771304fc8dd2619e644998 from master
2015-02-16[1.7.x] Removed a note about old versions of MySQLdb.Tim Graham
Backport of f3bc7c5447a1e4bfa428a7ff32ea3336850c5c2d from master
2015-02-16[1.7.x] Fixed #23892 -- Clarified compatibility policy for migrations.Carl Meyer
Backport of e35c70bef44805d47f6a4ae692be878184c4fe1f from master
2015-02-14[1.7.x] Fixed #24318 -- Set the transaction isolation level with psycopg >= ↵Aymeric Augustin
2.4.2. Backport of 76356d96 from master
2015-02-14[1.7.x] Fixed #24144 -- Documented that GEOSGeometry.envelope can return a pointClaude Paroz
Thanks Manel Clos for the report. Backport of 1379165b35 from master.
2015-02-13[1.7.x] Fixed #24337 - Added stronger documentation warning about automatic ↵Carl Meyer
fake-initial.
2015-02-13[1.7.x] Fixed #24332 -- Fixed contrib.sites create_default_site() when ↵Tim Graham
'default' DATABASES is empty. Backport of e8cf4f8abec87b9da6ed8e5c8cf833af9b27f4dd from master
2015-02-12[1.7.x] Clarified timeout=0 in cache docs.Thomas Güttler
Backport of e519ee1d352e0e36fcb8edc9d33ec2845f663d3a from master
2015-02-09[1.7.x] Fixed #24236 -- Treated inherited m2m fields as such if they don't ↵Markus Holtermann
define get_internal_type() Regression introduced in 3d4a826174b7a411a03be39725e60c940944a7fe Thanks IRC user ris for the report, Loïc Bistuer, Anssi Kääriäinen and Andriy Sokolovskiy for the discussion and Tim Graham for the review.
2015-02-08[1.7.x] Fixed spelling mistakes in docs.Tim Graham
2015-02-07[1.7.x] Revert "[1.7.x] Fixed #24075 -- Prevented running post_migrate ↵Markus Holtermann
signals when unapplying initial migrations of contenttypes and auth" This reverts commit 478546fcef38d95866a92bc44d10e15b26c7254c. Backport of 2832a9b028c267997b2fd3dd0989670d57cdd08f from master
2015-02-04[1.7.x] Fixed typos of "select_related" in docs.Josh Schneier
Backport of 7d363ed43247a80d2b764723e1bf6e0e6da4e82f from master
2015-02-03[1.7.x] Demoted "Installing a distribution-specific package" in install notes.Tim Graham
Backport of 281fc03474ac18c8281ed4cf289128c87bda2030 from master
2015-02-03[1.7.x] Fixed typos in docs/ref/forms/validation.txt.minusf
Backport of 66f5aa9fa5d53ddd7fbdb7ddac39c429f0c1b4fd from master
2015-02-03[1.7.x] Fixed broken links in class based views flattend index; refs #24250.Tim Graham
Backport of 9a391fbd6102176d576aa96ed3aeee9e9661b455 from master
2015-02-03[1.7.x] Fixed #24250 -- Corrected mistakes in FormMixin docs.Tim Graham
Backport of 5d193d042a3cc49033f0e8b5125913650d779496 from master
2015-02-01[1.7.x] Simplified a versionchanged note for LiveServerTestCase.Tim Graham
Backport of 6d0538bd8c38e83a605c987a40081149b254b802 from stable/1.7.x
2015-01-30[1.7.x] Updated recommendation for testing keyword arg in custom fields.Andrei Kulakov
Backport of dbabf43920bfd99f0e720c7c20228c17128a2af8 from master
2015-01-28[1.7.x] Added stub 1.7.5 release notes.Tim Graham
Backport of ac6033d8835ac54c1222801f6aeb47f9997b517a from master
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