#15179 |
django.test.client.Client.login fake HttpRequest is not run through middlewares
|
nobody
|
Bug
|
Testing framework
|
master
|
Normal
|
#15231 |
Admin DateTimeShortcuts + Inlines performance
|
nobody
|
Cleanup/optimization
|
contrib.admin
|
master
|
Normal
|
#15396 |
full path to modules in documentation inconsistently referenced
|
nobody
|
Bug
|
Documentation
|
master
|
Normal
|
#15559 |
Distinct queries will cause errors with some custom model fields
|
nobody
|
Bug
|
Database layer (models, ORM)
|
master
|
Normal
|
#15574 |
IndexError: list index out of range caused by inline formsets
|
nobody
|
Bug
|
Forms
|
master
|
Normal
|
#15578 |
loaddata and processing order of fixtures
|
nobody
|
Cleanup/optimization
|
Documentation
|
1.2
|
Normal
|
#15602 |
Using get_readonly_fields and StackedInline/TabularInline admin objects doesn't allow creating new objects, immutible existing objects
|
nobody
|
Bug
|
contrib.admin
|
master
|
Normal
|
#15610 |
Generic Foreign Keys break when used with multi-db.
|
nobody
|
Bug
|
contrib.contenttypes
|
master
|
Normal
|
#15665 |
Inline admins are broken when primary key is not an AutoField and not editable.
|
nobody
|
Bug
|
contrib.admin
|
1.2
|
Normal
|
#15691 |
TEST_DEPENDENCIES doesn't use TEST_NAME in circular dependency detection.
|
nobody
|
Bug
|
Testing framework
|
1.2
|
Normal
|
#15725 |
No easy way to get default model values into a ModelForm for validation
|
nobody
|
New feature
|
Forms
|
1.2
|
Normal
|
#15742 |
Bug: Mark all does not contain full queryset when using intermidiate pages in Django admin
|
nobody
|
Bug
|
Documentation
|
1.3
|
Normal
|
#15759 |
list_editable should respect per-object permissions
|
nobody
|
Bug
|
contrib.admin
|
1.3
|
Normal
|
#15799 |
Document what exception should be raised when trying to open non-existent file
|
nobody
|
New feature
|
File uploads/storage
|
master
|
Normal
|
#15817 |
ImageField having [width|height]_field set sytematically compute the image dimensions in ModelForm validation process
|
nobody
|
Cleanup/optimization
|
Forms
|
1.3
|
Normal
|
#15879 |
multipart/form-data filename="" not handled as file
|
nobody
|
Bug
|
File uploads/storage
|
1.3
|
Normal
|
#15881 |
FilteredSelectMultiple does not respect order
|
nobody
|
Cleanup/optimization
|
contrib.admin
|
1.3
|
Normal
|
#15894 |
SITE_CACHE does not invalidate in multiprocess environments
|
nobody
|
Bug
|
contrib.sites
|
1.3
|
Normal
|
#15910 |
show delete links for all admin inline formset rows
|
nobody
|
Bug
|
contrib.admin
|
1.3
|
Normal
|
#15982 |
Lack DateTime formats in some languages
|
nobody
|
Bug
|
Internationalization
|
1.3
|
Normal
|
#16055 |
Filtering over generic relations with TextField/CharField object_id breaks in postgres
|
nobody
|
Bug
|
contrib.contenttypes
|
1.3
|
Normal
|
#16063 |
Problem with searching in m2m fields in inherited model
|
nobody
|
Cleanup/optimization
|
contrib.admin
|
1.2
|
Normal
|
#16117 |
Provide decorators to easily mark functions/methods as list_display items or admin actions
|
nobody
|
New feature
|
contrib.admin
|
|
Normal
|
#16180 |
IGNORED_PARAMS customization
|
nobody
|
New feature
|
contrib.admin
|
master
|
Normal
|
#16211 |
using negated F()-expression in update query
|
nobody
|
New feature
|
Database layer (models, ORM)
|
master
|
Normal
|
#16212 |
Improve multiple sort UX
|
nobody
|
New feature
|
contrib.admin
|
master
|
Normal
|
#16300 |
Poor header formatting when using "make singlehtml" on docs/
|
nobody
|
Bug
|
Documentation
|
master
|
Normal
|
#16306 |
Form field documentation documents optional keyword arguments as field attributes.
|
nobody
|
Bug
|
Forms
|
master
|
Normal
|
#16328 |
FilePathField should include blank option even when required=True
|
nobody
|
Bug
|
Forms
|
1.3
|
Normal
|
#16376 |
Support for database links
|
nobody
|
New feature
|
Database layer (models, ORM)
|
master
|
Normal
|
#16406 |
Allow separate access to matches from urlpatterns and extra_context args
|
nobody
|
Cleanup/optimization
|
Core (URLs)
|
master
|
Normal
|
#16429 |
Add configurable caching to FilePathField
|
nobody
|
New feature
|
Forms
|
master
|
Normal
|
#16465 |
Admin history view should also show history of super-object(s)
|
nobody
|
New feature
|
contrib.admin
|
1.3
|
Normal
|
#16470 |
RFC5987/RFC6266 Support (Content-Disposition headers)
|
nobody
|
New feature
|
HTTP handling
|
master
|
Normal
|
#16505 |
Consider a different interface for get_next_by_FOO and get_previous_by_FOO
|
nobody
|
New feature
|
Database layer (models, ORM)
|
1.3
|
Normal
|
#16549 |
In Django models, save/delete preconditions would help in handling optimistic concurrency control problems
|
nobody
|
New feature
|
Database layer (models, ORM)
|
1.3
|
Normal
|
#16603 |
Unnecessary join when using a reverse foreign-key filter and reverse foreign-key aggregate call
|
nobody
|
Bug
|
Database layer (models, ORM)
|
master
|
Normal
|
#16614 |
Support server-side cursors for queryset iteration in database backends
|
nobody
|
New feature
|
Database layer (models, ORM)
|
1.3
|
Normal
|
#16674 |
Django's WSGI Handler should report exceptions to the start_response() callback
|
nobody
|
Bug
|
HTTP handling
|
master
|
Normal
|
#16713 |
Fixture loading for tests ignore database specific names
|
nobody
|
Bug
|
Testing framework
|
1.3
|
Normal
|
#16732 |
Unable to have abstract model with unique_together
|
nobody
|
Bug
|
Database layer (models, ORM)
|
1.3
|
Normal
|
#16752 |
Multi-db without a 'default' database
|
nobody
|
Bug
|
Database layer (models, ORM)
|
1.3
|
Normal
|
#16774 |
Backtracking URL resolver
|
nobody
|
New feature
|
Core (URLs)
|
master
|
Normal
|
#16893 |
negation of Q object returns the same thing
|
nobody
|
Bug
|
Database layer (models, ORM)
|
1.2
|
Normal
|
#16915 |
contrib.admin should use a variable to select base_site template
|
nobody
|
New feature
|
contrib.admin
|
master
|
Normal
|
#16920 |
Models with GenericRelation are unnecessarily validated for clashes in reverse manager accessor
|
nobody
|
Bug
|
contrib.contenttypes
|
1.3
|
Normal
|
#16922 |
Add a template-based form rendering system
|
nobody
|
New feature
|
Forms
|
master
|
Normal
|
#16979 |
adds Q objects for related fields.
|
nobody
|
New feature
|
Database layer (models, ORM)
|
master
|
Normal
|
#16995 |
ModelFormSet initial data from initial parameter uses "extra" forms
|
nobody
|
Bug
|
Documentation
|
master
|
Normal
|
#17007 |
Fixture documentation should include non-numeric PK information
|
nobody
|
New feature
|
Documentation
|
master
|
Normal
|
#17018 |
LayerMapping - entries skipped when ForeignKey field has related model missing and null = True
|
nobody
|
Bug
|
GIS
|
1.3
|
Normal
|
#17096 |
Strengthen the makemessages command's safe-guarding of po files
|
nobody
|
Cleanup/optimization
|
Core (Management commands)
|
1.3
|
Normal
|
#17210 |
Make NullBooleanSelect for NullBooleanField pass true/false as a GET parameter
|
nobody
|
Cleanup/optimization
|
Forms
|
master
|
Normal
|
#17224 |
determine and document the use of default option in context of FileField
|
nobody
|
Cleanup/optimization
|
File uploads/storage
|
master
|
Normal
|
#17292 |
Add support for several authors in syndication framework
|
nobody
|
New feature
|
contrib.syndication
|
|
Normal
|
#17337 |
[nonrel] Support for non-integer AutoFields
|
nobody
|
Bug
|
Database layer (models, ORM)
|
master
|
Normal
|
#17344 |
A away to tell ManyToManyField to use ordering on intermediate field
|
nobody
|
New feature
|
Database layer (models, ORM)
|
1.3
|
Normal
|
#17345 |
Allow ordering override on ManyToManyField
|
nobody
|
New feature
|
Database layer (models, ORM)
|
1.3
|
Normal
|
#17430 |
Clearly document the permissions model for the Django admin interface
|
nobody
|
New feature
|
Documentation
|
1.3
|
Normal
|
#17522 |
ModelAdmin.ordering validation too strict
|
nobody
|
Bug
|
contrib.admin
|
master
|
Normal
|
#17613 |
Add validation method for cache keys
|
nobody
|
New feature
|
Core (Cache system)
|
master
|
Normal
|
#17637 |
Client side validation classes for forms
|
nobody
|
New feature
|
Forms
|
1.3
|
Normal
|
#17653 |
using id = 0 on get_or_create
|
nobody
|
Bug
|
Database layer (models, ORM)
|
1.3
|
Normal
|
#17726 |
Admin's Recent Actions broken for multiple admin site instances with unique registered models
|
nobody
|
Bug
|
contrib.admin
|
1.3
|
Normal
|
#17752 |
Serialization and multi-table inheritance
|
nobody
|
Cleanup/optimization
|
Documentation
|
1.3
|
Normal
|
#17814 |
Add a way to override related_name on models that you can't edit
|
nobody
|
New feature
|
Database layer (models, ORM)
|
|
Normal
|
#17834 |
ETag generated from empty content can break http caching
|
nobody
|
Bug
|
HTTP handling
|
1.3
|
Normal
|
#17854 |
Add database-specific checks for the maximum supported values of DecimalField max_digits, decimal_places
|
nobody
|
New feature
|
Core (System checks)
|
master
|
Normal
|
#17881 |
Implement BaseModelAdmin.get_raw_id_fields, similar to get_readonly_fields
|
nobody
|
New feature
|
contrib.admin
|
1.4-beta-1
|
Normal
|
#17904 |
Custom permissions on proxy model no longer created
|
nobody
|
Bug
|
contrib.auth
|
master
|
Normal
|
#17930 |
Error in Queryset with operator | (union queryset) + slice
|
nobody
|
Bug
|
Database layer (models, ORM)
|
1.3
|
Normal
|
#17955 |
Uploading a file without using django forms
|
nobody
|
Bug
|
HTTP handling
|
1.3
|
Normal
|
#17975 |
Make sessions more robust
|
nobody
|
Cleanup/optimization
|
contrib.sessions
|
master
|
Normal
|
#17990 |
Distinct + Random + Postgres = Bug
|
nobody
|
Bug
|
Database layer (models, ORM)
|
1.4
|
Normal
|
#18088 |
Add a "supports_foreign_key" database feature to ease testing
|
nobody
|
Cleanup/optimization
|
Testing framework
|
1.4
|
Normal
|
#18096 |
Overiding delete permissions in the Admin
|
nobody
|
Bug
|
contrib.admin
|
1.4
|
Normal
|
#18098 |
order_with_respect_to should construct set_RELATED_order() method name from related_name
|
nobody
|
Bug
|
Database layer (models, ORM)
|
master
|
Normal
|
#18105 |
Investigate possible misuse of Context
|
nobody
|
Cleanup/optimization
|
Template system
|
1.4
|
Normal
|
#18119 |
add DomainNameValidator to validate Internet Domain Names
|
nobody
|
New feature
|
Core (Other)
|
master
|
Normal
|
#18148 |
django.contrib.sites.managers.CurrentSiteManager should be able to span multiple models
|
nobody
|
New feature
|
contrib.sites
|
1.4
|
Normal
|
#18174 |
Model inheritance pointers doesn't refer to parent to refer to grandparents
|
nobody
|
Bug
|
Database layer (models, ORM)
|
1.4
|
Normal
|
#18243 |
Management shell should make it easy to force LOGGING_CONFIG=None
|
nobody
|
Cleanup/optimization
|
Core (Management commands)
|
1.3
|
Normal
|
#18305 |
force_update/force_insert not passed up the inheritance chain in .save()
|
nobody
|
Bug
|
Database layer (models, ORM)
|
master
|
Normal
|
#18357 |
BaseGenericInlineFormSet in Django Admin does not set generic foreign key fields when constructing form
|
nobody
|
Bug
|
contrib.contenttypes
|
1.3
|
Normal
|
#18378 |
Q() combined with annotate() can produce bad SQL
|
nobody
|
Bug
|
Database layer (models, ORM)
|
1.3
|
Normal
|
#18392 |
Make MySQL backend default to utf8mb4 encoding
|
nobody
|
New feature
|
Database layer (models, ORM)
|
1.4
|
Normal
|
#18427 |
limit_choices_to won't limit correctly
|
nobody
|
Bug
|
contrib.admin
|
1.4
|
Normal
|
#18468 |
Add the ability to define comments in table / columns
|
nobody
|
New feature
|
Database layer (models, ORM)
|
master
|
Normal
|
#18596 |
Documentation of JavaScriptCatalog isn't very clear
|
nobody
|
Cleanup/optimization
|
Documentation
|
master
|
Normal
|
#18597 |
`BaseInlineFormSet` should attempt to get it's queryset from it's instance related manager before falling back to it's model's default manager
|
nobody
|
Bug
|
Forms
|
1.4
|
Normal
|
#18603 |
Adding support for PEP 302 importers
|
nobody
|
Cleanup/optimization
|
Core (Other)
|
|
Normal
|
#18615 |
Allow retrieval of the signature age using the signing API
|
nobody
|
New feature
|
Core (Other)
|
master
|
Normal
|
#18631 |
A way to get handle to the generated query for terminal queryset methods
|
nobody
|
New feature
|
Database layer (models, ORM)
|
1.4
|
Normal
|
#18654 |
Support for model properties that are not fields in LayerMapping
|
nobody
|
New feature
|
GIS
|
master
|
Normal
|
#18655 |
Media files should be served using file storage API
|
nobody
|
New feature
|
File uploads/storage
|
1.4
|
Normal
|
#18665 |
Allow registering custom admin views with the admin's index
|
nobody
|
New feature
|
contrib.admin
|
master
|
Normal
|
#18707 |
Test client doesn't allow testing 500 responses content
|
nobody
|
New feature
|
Testing framework
|
1.6
|
Normal
|
#18736 |
Flexible filters for django admin
|
nobody
|
New feature
|
contrib.admin
|
1.4
|
Normal
|
#18830 |
FormWizard with Formset and Form Fields mixed on same page
|
nobody
|
New feature
|
Forms
|
1.4
|
Normal
|
#18844 |
Allow Oracle DatabaseWrapper to support session options extra kwargs as settings.DATABASE_OPTIONS
|
nobody
|
New feature
|
Database layer (models, ORM)
|
1.4
|
Normal
|