James Pic

(jpic)

Most Active Role

N/A

Most Active Component

Documentation

Activity Timeline

[No data in this time period]

Components

Tickets

Trac Ticket (34) Reporter (31) Owner (0) Commenter (92) Summary Component
34519 34519 6 Don't send content in responses to HEAD requests Uncategorized
31793 31793 3 Async management command support Core (Management commands)
34001 34001 4 ForeignKey.formfield(): allow override for all kwargs Database layer (models, ORM)
33657 33657 3 Customizable management command formatters. Core (Management commands)
26369 26369 6 Allow override of hardcoded defaults in model Field.formfield() Database layer (models, ORM)
33336 33336 2 Widget.Media.JS ESM support Forms
33321 33321 1 Django admin doesn't render "add another / modify" icons next to ForeignKey fields that are declared in the ModelForm contrib.admin
31960 31960 5 Document that Django email validator does not enforce valid emails Uncategorized
31959 31959 1 EmailValidator must not accept hyphen as first character Utilities
31635 31635 1 SameSite cookie except on a URL HTTP handling
31093 31093 7 Extend permission backend with get_queryset(user, model). contrib.auth
17 17 3 Metasystem optimization: Share select_related in memory Database layer (models, ORM)
27801 27801 3 Make createsuperuser inspect environment variables for username and password contrib.auth
30003 30003 2 Manage.py entry point Core (Management commands)
29691 29691 2 Support ForeignKey based model inheritance Database layer (models, ORM)
29370 29370 Add choices to LogEntry.action_flag contrib.admin
29189 29189 4 Allow customizing the CSS classes of the <tr>, <ul>, and <p> in Form.as_table(), as_ul(), and_p() Forms
29210 29210 Include default templates for class-based views Generic views
29211 29211 update_or_create with column named defaults Database layer (models, ORM)
27317 27317 4 Make Form subclasses combine Form.Media from all parents Forms
28943 28943 12 Avoid the need to call get_context_data() in TemplateView subclasses Generic views
28937 28937 1 Allow BinaryField to be editable=True Database layer (models, ORM)
14370 14370 5 Adding support for Autocomplete in contrib.admin contrib.admin
27680 27680 2 Recommend ccbv.co.uk in class-based views docs Documentation
27600 27600 1 Support reading commands from stdin in shell command Core (Management commands)
26311 26311 1 Clean django.contrib.admin.widgets.RelatedFieldWidgetWrapper.__deepcopy__ Uncategorized
24908 24908 3 Overridden field in modelform used in modeladmin which name is returned by get_readonly_fields contrib.admin
21198 21198 1 @python_2_unicode_compatible, abstract models, working on 1.4 but causing infinite loop on 1.5. Utilities
19582 19582 4 Add tutorial on static files Documentation
19889 19889 1 Tutorial03 makes you refactor code that you cannot run Documentation
19892 19892 2 mysite/mytemplates/ directory introduced in tutorial02, should it be mysite/templates/ ? Documentation
17373 17373 2 jQuery forward compatibility: TabularInline with extra = 0: "Add another" wraps in <div> instead of <tr> inside of <table> contrib.admin
16057 16057 uWSGI documentation Documentation
12985 12985 Add a download link for the current file with the current file name to FileInput Forms