Raphael Michel

(raphaelm)

Most Active Role

N/A

Most Active Component

Database Layer (Models, Orm)

Activity Timeline

[No data in this time period]

Components

Tickets

Trac Ticket (18) Reporter (8) Owner (11) Commenter (44) Summary Component
27833 27833 4 prefetch_related fails with SQLite when used with 1000 parent records Database layer (models, ORM)
34613 34613 2 add support for Partitioned cookies HTTP handling
16859 16859 2 Allow storing CSRF tokens in sessions CSRF
29648 29648 5 Incorrect escaping when using subqueries inside datetime truncation functions Database layer (models, ORM)
28915 28915 1 DecimalField truncates trailing zeros in the fractional part on SQLite Database layer (models, ORM)
28848 28848 1 nulls_first on SQLite can not be used on the result of a filtered subquery Database layer (models, ORM)
22654 22654 2 DecimalField and DECIMAL_SEPARATOR (in admin) Forms
27905 27905 1 Admin RelatedFieldWidgetWrapper ignores wrapped widget's value_omitted_from_data() contrib.admin
24728 24728 3 feedgenerator classes still use "mime_type" instead of "content_type" contrib.syndication
27363 27363 1 SessionMiddleware can return redirect(request.path) which might be an unsafe thing to do contrib.sessions
26243 26243 1 Note in deployment checklist that PYTHONHASHSEED is randomized by default as of Python 3.3 Documentation
25637 25637 4 Add label and hostname length validation in URLValidator Core (Other)
25695 25695 1 csrf_failure view should take a template parameter Uncategorized
25350 25350 2 Add alias '--no-input' to '--noinput' options for naming consistency Core (Management commands)
24914 24914 7 Include basic permission mixins into Django contrib.auth
24929 24929 2 permission_required decorator should take any iterable of permissions contrib.auth
19210 19210 2 django.utils.timesince() does not account for leap years Utilities
7060 7060 3 Fix race condition in tutorial vote() view Documentation