Claude Paroz
|
1858e47672
Fixed #18033 -- Removed function-based generic views, as per official deprecation timeline. Rest in peace! Thanks Anssi Kääriäinen for the review.
|
13 anos atrás |
Claude Paroz
|
eb351ac9cb
Fixed #18037 -- Changed behaviour of url and ssi template tags to the new syntax, as per official deprecation timeline. Thanks Ramiro Morales and Jannis Leidel for the review.
|
13 anos atrás |
Claude Paroz
|
23d3459761
Fixed #17965 -- Definitely dropped support for Python 2.5. Thanks jonash for the initial patch and Aymeric Augustin for the review.
|
13 anos atrás |
Paul McMillan
|
14df122f86
Fixed #17837. Improved markdown safety.
|
13 anos atrás |
Carl Meyer
|
60119d4f49
Refs #17800 - Added release notes and deprecation note about SECRET_KEY requirement.
|
13 anos atrás |
Ramiro Morales
|
332b248be8
Added note about deprecation of project-level translations to the deprecation timeline document.
|
13 anos atrás |
Adrian Holovaty
|
3f003a3c4b
Fixed #17323 -- Renamed HttpRequest.raw_post_data to request.body. Thanks for the patch, dstufft
|
13 anos atrás |
Luke Plant
|
16ad0530c5
Clarified release note about the removal of 'mixin' parameter to Storage.open, and added a note in the deprecation timeline.
|
13 anos atrás |
Aymeric Augustin
|
d17bc72880
Fixed #17135 -- Made it possible to use decorators (like stringfilter) on template filter functions in combination with auto-escaping. Refs #16726.
|
13 anos atrás |
Luke Plant
|
d1e5c55258
Fixed many more ReST indentation errors, somehow accidentally missed from [16955]
|
13 anos atrás |
Carl Meyer
|
38f1fe3b35
Fixed #15372 -- Switched to a startproject default layout that allows us to avoid sys.path hacks.
|
13 anos atrás |
Carl Meyer
|
9279dce1fe
Fixed #16988 - Clean up the deprecation timeline for language consistency. Thanks ptone.
|
13 anos atrás |
Paul McMillan
|
1631e13d61
Fixed #16907 (again) -- Added deprecation of databrowse to the deprecation docs.
|
13 anos atrás |
Ramiro Morales
|
26b8122087
Fixed #14675 -- Completed removal of `from django.conf.urls.default import *` usage.
|
13 anos atrás |
Justin Bronn
|
05e29716b4
Fixed #16553 -- Refactored the `GeoIP` module, moving it `django.contrib.gis.geoip`; fixed memory leaks, and encoding issues.
|
13 anos atrás |
Carl Meyer
|
84e0055e8d
Corrected documentation inconsistencies regarding deprecation of URLField.verify_exists.
|
13 anos atrás |
Russell Keith-Magee
|
5f287f75f2
Altered the behavior of URLField to avoid a potential DOS vector, and to avoid potential leakage of local filesystem data. A security announcement will be made shortly.
|
13 anos atrás |
Jannis Leidel
|
127b7fdce8
Fixed #16469 -- Improved documentation of Django internals, including the new backport policy. Many thanks to Aymeric Augustin.
|
13 anos atrás |
Jannis Leidel
|
3b77458371
Fixed #5025 -- Add a "truncatechars" template filter. Many thanks to Chris Beaven.
|
13 anos atrás |
Jannis Leidel
|
38a2444277
Fixed #16050 -- BACKWARDS-INCOMPATIBLE CHANGE: Moved static files of the admin to conventional file system location.
|
13 anos atrás |
Carl Meyer
|
43503b093a
Fixed #16288 -- Enabled django.request exception logger regardless of DEBUG setting.
|
13 anos atrás |
Luke Plant
|
bb12a02bd8
Deprecated legacy ways of calling cache_page
|
14 anos atrás |
Jannis Leidel
|
632dfa2338
Fixed #9200 -- Added new form wizard to formtools based on class based views. Many thanks to Stephan Jäkel, ddurham and ElliottM for their work.
|
14 anos atrás |
Jannis Leidel
|
49f57a5d28
Fixed #15992 -- Added more references to settings. Thanks, aaugustin.
|
14 anos atrás |
Simon Meers
|
5ecb88c146
Fixed #16014 -- numerous documentation typos -- thanks psmith.
|
14 anos atrás |
Luke Plant
|
d11acfd209
Fixed typo in deprecation docs.
|
14 anos atrás |
Luke Plant
|
171df93170
Fixed #15954 - New IGNORABLE_404_URLS setting that allows more powerful filtering of 404s to ignore
|
14 anos atrás |
Jannis Leidel
|
f4860448dd
Fixed #13729 -- Renamed UK localflavor to GB to correctly follow ISO 3166. Thanks, Claude Paroz.
|
14 anos atrás |
Luke Plant
|
8d4b414760
Fixed #15757 - removed remaining instances of get_and_delete_messages
|
14 anos atrás |
Russell Keith-Magee
|
576606a6f2
Advanced deprecations in core.cache.
|
14 anos atrás |