summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-03-18[1.7.x] Bumped version for 1.7.7 release.1.7.7Tim Graham
2015-03-18[1.7.x] Made is_safe_url() reject URLs that start with control characters.Tim Graham
This is a security fix; disclosure to follow shortly.
2015-03-18[1.7.x] Fixed an infinite loop possibility in strip_tags().Tim Graham
This is a security fix; disclosure to follow shortly.
2015-03-18[1.7.x] Added stub release notes for security releases.Tim Graham
2015-03-17[1.7.x] Refs #24487 -- Added upgrade tips about removal of SortedDict.Tim Graham
Thanks Pascal Chambon for the initial patch. Backport of c5c8751147d41913a05e86097ea29ccc9fc2e5be from master
2015-03-16[1.7.x] Fixed #24427 -- Stopped writing migration files in dry run mode when ↵John Giannelos
merging. Also added display of migration to stdout when verbosity=3. Backport of 8758a63ddbbf7a2626bd84d50cfe83b477e8de0a from master
2015-03-16[1.7.x] Documented Context.get() method.Preston Timmons
Backport of 4d9414098bd98aacd241827a01f6ad2dff71f113 from master
2015-03-16[1.7.x] Added missing punctuation in some comments in tutorial 5.HerHde
Backport of 39573a11db694a584de6ca2a858fa05ec4ea13e1 from master
2015-03-16[1.7.x] Added comma to improve readability in 1.7 release notes.Steven Das
Backport of 4f494ed0c60cdfc44b65aeea7f42f6b7245c03af from master
2015-03-14[1.7.x] Fixed #24354 -- Prevented repointing of relations on superclasses ↵Matthew Wilkes
when migrating a subclass's name change
2015-03-14[1.7.x] Removed a broken link in the docs.Tim Graham
2015-03-14[1.7.x] Fixed doc typos.Floris den Hengst
Backport of e42a720ba22a51c68d2316d425234a197eaff467 from master
2015-03-13[1.7.x] Refs #24462 -- Emphasized that order_by() clears previous ordering.Tim Graham
Backport of b9d9ab23bdcc404708aada664e718a9d56415ca3 from master
2015-03-13[1.7.x] Fixed #24052 -- Doc'd how to write data migrations with models in ↵Andrei Kulakov
multiple apps. Backport of b089759d6025582f36fbea3c4be3855c50b82462 from master
2015-03-13[1.7.x] Documented gdal DataSource encoding parameterClaude Paroz
Thanks Max Demars for the suggestion and Tim Graham for the review. Backport of a8991b9b9f1 from master.
2015-03-13[1.7.x] Refs #23559 -- warned about consequences of letting users edit User ↵Remco Kranenburg
model in admin. Backport of f6b09a7f85c3b67b2011553838b079788c413432 from master
2015-03-13[1.7.x] Fixed typo in docs/howto/custom-template-tags.txt.Ian Lee
Backport of 7614efa2f9e169749ab109aab909fbc244fd76a9 from master
2015-03-12[1.7.x] Documented how to use a non-root subdirectory with mod_wsgi.Ian Lee
Backport of 7f8588d22ea3b53ba55d05922b67e7b3a0a7c91c from master
2015-03-12[1.7.x] Fixed typo in docs/ref/models/fields.txtSteven Das
Backport of 53bc6e2e98b4889082049f50718b13f8d5d84b6b from master
2015-03-12[1.7.x] Fixed #24364 -- Doc'ed that ManifestStaticFileStorage shouldn't be ↵Aksel Ethem
used during testing. Backport of b4d8b16e5109170614ba505e36f60c2ad64dafc2 from master
2015-03-11[1.7.x] Fixed typo in docs/topics/forms/modelforms.txt.Dan Fellin
Backport of 6ff826e12ea99c0eb871716cfedc2c8e199695f3 from master
2015-03-10[1.7.x] Fixed typo in docs/ref/database.txtCalvin Jeong
Backport of cefbbb9db3410f757532e0f968e76a8fd9e7ce3b from master
2015-03-09[1.7.x] Fixed #24456 -- Added links to topics/forms/modelforms.txt.Psilo Cybin
Backport of 866e71140f9612e45087b8acafefa2e51ffc4a29 from master
2015-03-09[1.7.x] Fixed #24432 -- Added docs for ManyToManyFields that reside in and ↵Floris den Hengst
refer to the same model. Backport of b9b8411129efe13642cef1fc6bbfc62bed717352 from master
2015-03-09[1.7.x] Added stub release notes for 1.7.7.Tim Graham
Backport of ea9157f681654d393c970108866edb344b65a1aa from master
2015-03-09[1.7.x] Post-release version bump.Tim Graham
2015-03-09[1.7.x] Bumped version for 1.7.6 release.1.7.6Tim Graham
2015-03-09[1.7.x] Fixed #24461 -- Fixed XSS issue in ModelAdmin.readonly_fieldsBaptiste Mispelon
2015-03-09[1.7.x] Clarified an item in 1.7.6 release notes.Tim Graham
Backport of 300fdbbebba45cb4e7f32edc524171019d9bce80 from master
2015-03-09[1.7.x] Fixed typo in docs/howto/custom-template-tags.txtTim Graham
Backport of 63f2dd4ad774d39fc7bbe05492d30efc45e4e7a9 from master
2015-03-08[1.7.x] Fixed #21661 -- Expanded authentication views documentationRik
Backport of eb9b7abb833a6d317e355265552d47e0d8f24af8 from master.
2015-03-07Fixed #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-05[1.7.x] Stressed authentication should be successful before logging in a user.Marten Kenbeek
Backport of 8e744fa1507b6d425860c54e7673e603279367eb from master
2015-03-05[1.7.x] Improved get_media_prefix template tag example.Aymeric Augustin
Backport of 9a4a9a8a49ed3e38f3038b8d6fc7c405256271f1 from master
2015-03-02[1.7.x] Fixed #24379 -- Documented that remote user example disables ↵Ross Brunton
ModelBackend. Backport of 6b28e957df364532109a1897c73a1fa8b1416bd4 from master
2015-03-02[1.7.x] Fixed #13015 -- Clarified language about model instances attached to ↵Tim Graham
forms. Backport of a40a34a4b2d79dbf798df538c26222148d42b17c from master
2015-03-02[1.7.x] Fixed #24439 -- Removed incorrect make_object_list attributes in CBV ↵Andrew Pinkham
docs. Backport of fea45eff5a2f2ad10b2788603db80e5a4fe6be06 from master
2015-03-02[1.7.x] Added syntax highlighting for apache code blocksIan Lee
Backport of fde4857fb83101d27ae4cb3552a6a6cf20d3d8ce from master
2015-02-27[1.7.x] Improved wording in tutorial 1.Alex Shaindlin
Backport of dcdef1fe2ec59a7aeca39efc5a29f0d238d0c560 from master
2015-02-26[1.7.x] Fixed #24352 -- Fixed crash when coercing ``ManyRelatedManager`` to ↵Gabriel Muñumel
a string.
2015-02-25[1.7.x] Added stub release notes for 1.7.6.Tim Graham
Backport of 71820721a19f5628b3176f16813d47378cb2c3cb from master
2015-02-25[1.7.x] Post-release version bump.Tim Graham
2015-02-25[1.7.x] Bumped version for 1.7.5 release.1.7.5Tim Graham
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