Luke Plant
|
5a0aab41ee
Allow CsrfResponseMiddleware to be used if templates cannot be updated.
|
15 年之前 |
Russell Keith-Magee
|
96658ef2d2
Fixed #12057 -- Corrected regression of caching performance when a model contained a callable default. Thanks to Michael Thornhill for the excellent assistance tracking this problem.
|
15 年之前 |
Luke Plant
|
c5c7791e91
Improved HTML in CSRF debug template - <code> instead of <tt>
|
15 年之前 |
Jannis Leidel
|
7440fca145
Added bio for myself
|
15 年之前 |
Luke Plant
|
e6f0c10e77
Fixed typo in docs
|
15 年之前 |
Luke Plant
|
5df19aa99e
Small improvement to CSRF failure template.
|
15 年之前 |
Luke Plant
|
9dc9770736
Documented the presence of {% csrf_token %} in Django 1.1.2 in trunk docs.
|
15 年之前 |
Luke Plant
|
905dba3694
Misc clarifications in csrf middleware comments
|
15 年之前 |
Luke Plant
|
43c2ed0eb3
Fixed #12095 - login and other contrib views failing if template rendered using inclusion tag.
|
15 年之前 |
Jacob Kaplan-Moss
|
4281bf3db0
Fixed #11057: having no actions in the admin (`actions=None`) no longer messes up the layout. Thanks, rvdrijst.
|
15 年之前 |
Luke Plant
|
d0b900e6f5
Slight change to CSRF error messages to make debugging easier.
|
15 年之前 |
Luke Plant
|
b32a187296
Fixed some typos
|
15 年之前 |
Luke Plant
|
f00ad4168e
Added explicit notes about the need to update any customised templates for contrib apps for CSRF changes
|
15 年之前 |
Luke Plant
|
f6ef3fd941
Completed a name in AUTHORS file, now I know it.
|
15 年之前 |
Luke Plant
|
2ddf1364c4
Added 'version added' info to CSRF_* settings.
|
15 年之前 |
Luke Plant
|
c2ffe94d9a
Removed unused import.
|
15 年之前 |
Luke Plant
|
64b4ab18b4
Use decorator syntax for csrf_exempt example.
|
15 年之前 |
Luke Plant
|
7230a995ce
Moved contrib.csrf.* to core code.
|
15 年之前 |
Luke Plant
|
8e70cef9b6
Fixed #9977 - CsrfMiddleware gets template tag added, session dependency removed, and turned on by default.
|
15 年之前 |
Jacob Kaplan-Moss
|
d1da261417
Fixed #11371: Made `django.test.Client.put()` work for non-form-data PUT (i.e. JSON, etc.). Thanks, phyfus.
|
15 年之前 |
Jarek Zgoda
|
e32b042d6b
Polish translation updated
|
15 年之前 |
Karen Tracey
|
c54b8ec2f5
Fixed #12079: Changed has_results to get a single result, thus preventing exists() from always returning True on backends that support chunked reads.
|
15 年之前 |
Luke Plant
|
92090253fe
Fixed small error in deprecation policy.
|
15 年之前 |
Luke Plant
|
a02a6fab66
Fixed #9163 - CsrfMiddleware needs to reset ETag header
|
15 年之前 |
Luke Plant
|
c44fdf6a1e
Fixed #12067 - check_dependencies in contrib.admin.sites not triggered using new style admin include
|
15 年之前 |
Luke Plant
|
2b2f92ae8e
Fixed a bug in r11646 - refs #11402
|
15 年之前 |
Jacob Kaplan-Moss
|
b79702b2de
Fixed #11402: added a `QuerySet.exists()` method. Thanks, Alex Gaynor.
|
15 年之前 |
Jacob Kaplan-Moss
|
9f70783b14
Fixed a couple of test-ordering-dependant failures introduced in [11639] that caused test failures when running the whole test suite.
|
15 年之前 |
Brian Rosner
|
0d1177ae99
Moved _get_foreign_key call after testing for fk_name fixing a broken test.
|
15 年之前 |
Jacob Kaplan-Moss
|
fa6ca072a3
Clarified faq/install w.r.t. the various Python versions available.
|
15 年之前 |