index
:
chango.git
devmain
fix-31295
initial-branch
main
refs-37159
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
Age
Commit message (
Expand
)
Author
2009-10-30
Allow CsrfResponseMiddleware to be used if templates cannot be updated.
Luke Plant
2009-10-29
Fixed #12057 -- Corrected regression of caching performance when a model cont...
Russell Keith-Magee
2009-10-29
Improved HTML in CSRF debug template - <code> instead of <tt>
Luke Plant
2009-10-27
Small improvement to CSRF failure template.
Luke Plant
2009-10-27
Misc clarifications in csrf middleware comments
Luke Plant
2009-10-27
Fixed #12095 - login and other contrib views failing if template rendered usi...
Luke Plant
2009-10-27
Fixed #11057: having no actions in the admin (`actions=None`) no longer messe...
Jacob Kaplan-Moss
2009-10-27
Slight change to CSRF error messages to make debugging easier.
Luke Plant
2009-10-27
Removed unused import.
Luke Plant
2009-10-27
Moved contrib.csrf.* to core code.
Luke Plant
2009-10-26
Fixed #9977 - CsrfMiddleware gets template tag added, session dependency remo...
Luke Plant
2009-10-26
Fixed #11371: Made `django.test.Client.put()` work for non-form-data PUT (i.e...
Jacob Kaplan-Moss
2009-10-25
Polish translation updated
Jarek Zgoda
2009-10-25
Fixed #12079: Changed has_results to get a single result, thus preventing exi...
Karen Tracey
2009-10-24
Fixed #9163 - CsrfMiddleware needs to reset ETag header
Luke Plant
2009-10-24
Fixed #12067 - check_dependencies in contrib.admin.sites not triggered using ...
Luke Plant
2009-10-24
Fixed a bug in r11646 - refs #11402
Luke Plant
2009-10-24
Fixed #11402: added a `QuerySet.exists()` method. Thanks, Alex Gaynor.
Jacob Kaplan-Moss
2009-10-23
Moved _get_foreign_key call after testing for fk_name fixing a broken test.
Brian Rosner
2009-10-23
Fixed #11625: added comment moderation via admin actions.
Jacob Kaplan-Moss
2009-10-20
Fixed #12060 - equality tests between User and SimpleLazyObject-wrapped User ...
Luke Plant
2009-10-19
Fixed non-standard introspection support in LazyObject.
Luke Plant
2009-10-19
Fixed #12049 - LazyObject-wrapped User breaks queries in template tags
Luke Plant
2009-10-19
Moved the call to _get_foreign_key to run in all cases catching incorrect inl...
Brian Rosner
2009-10-19
Fixed #11709 — Pass inline fk_name attribute when grabbing foreign key to t...
Brian Rosner
2009-10-17
The `OGRGeometry.coord_dim` property may now be set; implemented a work-aroun...
Justin Bronn
2009-10-15
Licence block for code added in r11586
Luke Plant
2009-10-15
Fixed a regression on Python 2.6 caused by r11623
Luke Plant
2009-10-14
Fixed #6552, #12031 - Make django.core.context_processors.auth lazy to avoid ...
Luke Plant
2009-10-12
Fixed #11993: fixed the the `floatformat` filter on `NaN` values in Python 2....
Jacob Kaplan-Moss
2009-10-12
Fixed #8274 - allow custom forms for auth 'login' and 'password_change' views
Luke Plant
2009-10-09
SECURITY ALERT: Corrected regular expressions for URL and email fields.
Jacob Kaplan-Moss
2009-10-08
Fixed #11995 -- Modified the admin site definition for comments so that users...
Russell Keith-Magee
2009-10-01
Removed some unused code and improved docstring on auto_adapt_to_methods
Luke Plant
2009-09-28
Added 'key_prefix' keyword argument to cache_page()
Luke Plant
2009-09-26
Corrected regressions introduced in r11586 and r11593
Luke Plant
2009-09-23
Improved error messages when people use cache_page in undocumented and now un...
Luke Plant
2009-09-22
Fixed typo in docstring for decorator_from_middleware_with_args.
Luke Plant
2009-09-21
Rewrote user_passes_test to use auto_adapt_to_methods, removing the need for ...
Luke Plant
2009-09-21
Fixed #6371 - several decorators don't work with bound methods.
Luke Plant
2009-09-16
Fixed #11886 -- Corrected handling of F() expressions that use parentheses. T...
Russell Keith-Magee
2009-09-13
Fixed #11827: Can now calculate extent in Oracle on tables with one point.
Justin Bronn
2009-09-13
Fixed #11746 -- Marked a string for translation in the FR localflavor. Thanks...
Russell Keith-Magee
2009-09-13
Fixed #11862 -- Corrected an error in the Hebrew translation. Thanks to Adam ...
Russell Keith-Magee
2009-09-12
Fixed #11660 -- Corrected the CONTENT_TYPE and CONTENT_LENGTH headers provide...
Russell Keith-Magee
2009-09-12
Fixed #11624: `render_to_kmz` no longer balks on non-ASCII data.
Justin Bronn
2009-09-11
Fixed #10752. Added more advanced bash completion. Thanks, Arthur Koziel.
Joseph Kocherhans
2009-09-11
Fixed #10968 - Form.errors should use Form.error_class.
Luke Plant
2009-09-11
Fixed #11502 - wrong escaping in admin.
Luke Plant
2009-09-11
Fixed Widget.__init__() for Python 2.6 and greater. Refs #11703
Luke Plant
[prev]
[next]