Preston Holmes

(ptone)

Most Active Role

N/A

Most Active Component

N/A

Activity Timeline

[No data in this time period]

Components

[No data in this time period]

Tickets

Trac Ticket (60) Reporter (49) Owner (13) Commenter (103) Summary Component
14035 14035 1 Cannot access POST after request.encoding was set to a custom value HTTP handling
20495 20495 2 add login failure events to django.security logger contrib.auth
18931 18931 1 Add predicate functionality to Q objects Database layer (models, ORM)
17224 17224 determine and document the use of default option in context of FileField File uploads/storage
14319 14319 2 Add signals test_setup and test_teardown to Django test suite runner Options Testing framework
20800 20800 2 validation error does not give hint of type mismatch for choices Forms
14512 14512 5 Documentation & tools for decorating class-based-views. Generic views
20963 20963 5 order_by interaction with "brew" distribution of Python 2.7.5 introduces edge-case regression Database layer (models, ORM)
20964 20964 2 OS X 'brew' version of PIL causes crash with django.utils.image Utilities
16963 16963 4 relocate base View class to views.base from views.generic.base Generic views
19866 19866 8 SuspiciousOperation should not be answered with HTTP 500 HTTP handling
9913 9913 authentication method docs wrong or confusing WRT returned value Documentation
19265 19265 deprecate redirect_to_login contrib.auth
16807 16807 4 Document/Introduce the process and usage of class based views outside of generic view context Documentation
17919 17919 2 Release process could use some more detail about beta and release candidates Documentation
19901 19901 1 introspect user model to determine REQUIRED_FIELDS contrib.auth
19042 19042 1 mod_wsgi docs for virtualenv uses WSGIPythonPath incorrectly Documentation
17228 17228 3 params context variable from TemplateView is inconsistent with other get_context_data implementations Generic views
19562 19562 4 Documentation: How Django stores passwords out of date Documentation
19498 19498 5 refactor authentication documentation Documentation
14678 14678 3 Users are able to add more than one page to the same url contrib.flatpages
19291 19291 Sort out deprecation of ADMIN_MEDIA_PREFIX Documentation
18835 18835 1 ProcessFormView should implement get_context_data Generic views
19297 19297 1 refactor settings setup code Core (Other)
361 361 1 Some Basic Math Filters Template system
17869 17869 3 With RemoteUserMiddleware, users keep being logged in after web server stops sending REMOTE_USER headers contrib.auth
19079 19079 make USERNAME_FIELD a required attribute of user objects contrib.auth
19069 19069 improve error when attempting to use a swapped model Database layer (models, ORM)
19045 19045 1 remove "Fixed on Branch" triage stage from Trac and Docs Documentation
10809 10809 2 mod_wsgi authentication handler contrib.auth
18054 18054 3 deprecate contrib.markup contrib.markup
17378 17378 1 add "squashed" index of CBV reference documentation Documentation
16980 16980 1 updates and fixes to auth docs Documentation
18601 18601 1 document python minor version requirement of >=2.6.5 Documentation
18610 18610 create internal API for model field validation Core (Other)
18068 18068 1 mis-numbered options on Django download page *.djangoproject.com
18055 18055 2 check early on for python < 2.6 and provide clear message Core (Other)
17908 17908 1 markdown tests fail if older version of markdown installed contrib.markup
17766 17766 Clarify impact of HttpOnly flag for JS access to session cookie Documentation
17767 17767 add signed cookie session backed to session engine settings docs Documentation
17073 17073 2 focus uwsgi docs to only Django integration Documentation
17675 17675 1 using date filter with regroup tag not working with 1.4 TZ Core (Other)
17042 17042 4 allow startproject, startapp to write into existing directory or a specified directory Core (Management commands)
702 702 1 document that ManyToMany fields can't be in unique_together Documentation
17381 17381 2 TemplateView get method passes kwargs into context Generic views
17265 17265 allow test management command to accept list of tests to exclude Testing framework
16998 16998 middleware docs need to be updated for CRSF Documentation
17124 17124 Need a 'Core (URLs)' Component for trac *.djangoproject.com
17022 17022 createsuperuser / get_default_username fail on systems without default locale encoding contrib.auth
17099 17099 startapp command still mistakenly assumes apps are only created in project Core (Management commands)
16999 16999 1 deprecated method of template loading needs to be removed Template system
17036 17036 2 Note that render is a special method name for HttpResponse objects Documentation
17035 17035 1 clarify process_template_response API works with duck-typed TemplateResponse Documentation
16907 16907 5 Deprecate databrowse contrib.databrowse
16988 16988 2 update/cleanup deprecation timeline Documentation
16873 16873 4 removal of deprecated settings.DATABASE code causes shell scripts to raise ImproperlyConfigured Database layer (models, ORM)
16996 16996 1 login_required decorator should check user.is_active contrib.auth
12643 12643 1 Should mention to call parent clean method for modelForm in custom validation chapter Documentation
12097 12097 1 ModelChoiceField does not document required queryset parameter properly Documentation
12973 12973 1 Changeset 12525 breaks delete selected admin action contrib.admin