#14705 |
Model Field Order not influenced by MRO of superclasses
|
new
|
nobody
|
New feature
|
Database layer (models, ORM)
|
|
#14722 |
@last_modified should ignore lack of etag method when USE_ETAGS is enabled
|
new
|
nobody
|
Bug
|
HTTP handling
|
|
#14760 |
Admin inlines with file/image field fails to save_as
|
new
|
nobody
|
Bug
|
contrib.admin
|
|
#14844 |
i18n blocktrans tag pluralization feature limited by gettext constraints and shared local tag context
|
new
|
nobody
|
Bug
|
Internationalization
|
|
#14974 |
Add support for translation backends other than gettext
|
new
|
nobody
|
New feature
|
Internationalization
|
|
#15130 |
Model.validate_unique method doesn't take in account multi-db
|
new
|
|
Bug
|
Database layer (models, ORM)
|
|
#15220 |
replace SelectFilter2.js with a jQuery plugin
|
new
|
dbunskoek
|
Cleanup/optimization
|
contrib.admin
|
|
#15231 |
Admin DateTimeShortcuts + Inlines performance
|
new
|
nobody
|
Cleanup/optimization
|
contrib.admin
|
|
#15249 |
Provide access to a debugger within the development server
|
new
|
Sameer Rahmani
|
New feature
|
Core (Other)
|
|
#15279 |
Inheritance of fields from a single abstract base class through multiple abstract classes causes errors.
|
assigned
|
Stephen Burrows
|
Bug
|
Database layer (models, ORM)
|
|
#15578 |
loaddata and processing order of fixtures
|
new
|
nobody
|
Cleanup/optimization
|
Documentation
|
|
#15611 |
Readonly fields not hidden during create
|
new
|
|
Bug
|
contrib.admin
|
|
#15619 |
Logout link should be protected
|
assigned
|
Ramiro Morales
|
Bug
|
contrib.auth
|
|
#15665 |
Inline admins are broken when primary key is not an AutoField and not editable.
|
new
|
nobody
|
Bug
|
contrib.admin
|
|
#15819 |
Admin searches should use distinct, if query involves joins
|
new
|
Ryan Kaskel
|
Bug
|
contrib.admin
|
|
#15879 |
multipart/form-data filename="" not handled as file
|
new
|
nobody
|
Bug
|
File uploads/storage
|
|
#15902 |
Storing current language in session/cookie
|
new
|
msiedlarek
|
New feature
|
Internationalization
|
|
#15910 |
show delete links for all admin inline formset rows
|
new
|
nobody
|
Bug
|
contrib.admin
|
|
#16010 |
Support Origin header checking in the CSRF middleware
|
new
|
|
New feature
|
CSRF
|
|
#16176 |
Overwriting a property with field during model inheritance.
|
assigned
|
Thomas_Moronez
|
Bug
|
Database layer (models, ORM)
|
|
#16180 |
IGNORED_PARAMS customization
|
new
|
nobody
|
New feature
|
contrib.admin
|
|
#16260 |
Ability to change dismissRelatedLookupPopup on custom callback function
|
assigned
|
Alex Kamedov
|
New feature
|
contrib.admin
|
|
#16406 |
Allow separate access to matches from urlpatterns and extra_context args
|
new
|
nobody
|
Cleanup/optimization
|
Core (URLs)
|
|
#16465 |
Admin history view should also show history of super-object(s)
|
new
|
nobody
|
New feature
|
contrib.admin
|
|
#16674 |
Django's WSGI Handler should report exceptions to the start_response() callback
|
new
|
nobody
|
Bug
|
HTTP handling
|
|
#16774 |
Backtracking URL resolver
|
new
|
nobody
|
New feature
|
Core (URLs)
|
|
#16872 |
Add touch support to the geographic admin
|
assigned
|
jbronn
|
New feature
|
GIS
|
|
#16920 |
Models with GenericRelation are unnecessarily validated for clashes in reverse manager accessor
|
new
|
nobody
|
Bug
|
contrib.contenttypes
|
|
#16922 |
Add a template-based form rendering system
|
new
|
nobody
|
New feature
|
Forms
|
|
#16979 |
adds Q objects for related fields.
|
new
|
nobody
|
New feature
|
Database layer (models, ORM)
|
|
#17018 |
LayerMapping - entries skipped when ForeignKey field has related model missing and null = True
|
new
|
nobody
|
Bug
|
GIS
|
|
#17193 |
Send templated email.
|
new
|
julianapplebaum
|
New feature
|
Core (Mail)
|
|
#17337 |
[nonrel] Support for non-integer AutoFields
|
new
|
nobody
|
Bug
|
Database layer (models, ORM)
|
|
#17498 |
Add a way to register a model with the admin but prevent it from appearing on the app index page
|
assigned
|
heba1108
|
New feature
|
contrib.admin
|
|
#17522 |
ModelAdmin.ordering validation too strict
|
new
|
nobody
|
Bug
|
contrib.admin
|
|
#17613 |
Add validation method for cache keys
|
new
|
nobody
|
New feature
|
Core (Cache system)
|
|
#17659 |
django_admin_log searches are slow
|
new
|
keeff
|
Cleanup/optimization
|
contrib.admin
|
|
#17688 |
No m2m_changed signal sent to when referenced object is deleted
|
assigned
|
jorgecarleitao
|
Bug
|
Database layer (models, ORM)
|
|
#17814 |
Add a way to override related_name on models that you can't edit
|
new
|
nobody
|
New feature
|
Database layer (models, ORM)
|
|
#17943 |
Too many open file descriptors while using memcache
|
assigned
|
Przemek Lewandowski
|
Bug
|
Core (Cache system)
|
|
#18088 |
Add a "supports_foreign_key" database feature to ease testing
|
new
|
nobody
|
Cleanup/optimization
|
Testing framework
|
|
#18098 |
order_with_respect_to should construct set_RELATED_order() method name from related_name
|
new
|
nobody
|
Bug
|
Database layer (models, ORM)
|
|
#18105 |
Investigate possible misuse of Context
|
new
|
nobody
|
Cleanup/optimization
|
Template system
|
|
#18119 |
add DomainNameValidator to validate Internet Domain Names
|
new
|
nobody
|
New feature
|
Core (Other)
|
|
#18148 |
django.contrib.sites.managers.CurrentSiteManager should be able to span multiple models
|
new
|
nobody
|
New feature
|
contrib.sites
|
|
#18150 |
Uploading a file ending with a backslash fails
|
new
|
|
Bug
|
File uploads/storage
|
|
#18174 |
Model inheritance pointers doesn't refer to parent to refer to grandparents
|
new
|
nobody
|
Bug
|
Database layer (models, ORM)
|
|
#18332 |
No generic way to get database backend version
|
new
|
vanessagomes
|
Bug
|
Database layer (models, ORM)
|
|
#18392 |
Make MySQL backend default to utf8mb4 encoding
|
new
|
nobody
|
New feature
|
Database layer (models, ORM)
|
|
#18549 |
Admin should not use verbose_name_plural for OneToOne field
|
new
|
vanessagomes
|
Bug
|
contrib.admin
|
|
#18603 |
Adding support for PEP 302 importers
|
new
|
nobody
|
Cleanup/optimization
|
Core (Other)
|
|
#18620 |
Prefer current Site when checking M2M in "shortcut"/"view_on_site" redirect
|
assigned
|
Paulo
|
Cleanup/optimization
|
contrib.contenttypes
|
|
#18654 |
Support for model properties that are not fields in LayerMapping
|
new
|
nobody
|
New feature
|
GIS
|
|
#18763 |
Shortcut to get users by permission
|
assigned
|
Berker Peksag
|
New feature
|
contrib.auth
|
|
#18855 |
persist a socket across reloads of the dev server
|
assigned
|
Dan LaMotte
|
New feature
|
HTTP handling
|
|
#18887 |
LineString array method (property) returns different data type without and with NumPy installed
|
assigned
|
Sergey Fedoseev
|
Cleanup/optimization
|
GIS
|
|
#18914 |
Add a way to add items to the admin's object tools using Python code
|
new
|
nobody
|
New feature
|
contrib.admin
|
|
#18929 |
CachedFilesMixin is not compatible with S3BotoStorage
|
new
|
nobody
|
Bug
|
contrib.staticfiles
|
|
#19149 |
Generic Relation not cascading with Multi table inheritance.
|
new
|
|
Bug
|
Database layer (models, ORM)
|
|
#19396 |
Allow customized ModelState classes
|
new
|
nobody
|
Cleanup/optimization
|
Database layer (models, ORM)
|
|
#19415 |
Clarify how aggregates work with multi-valued relationships and multiple filter() calls
|
new
|
nobody
|
Cleanup/optimization
|
Documentation
|
|
#19515 |
Increase the max_length of Redirect.old_path/new_path
|
assigned
|
Saul Shanabrook
|
Cleanup/optimization
|
contrib.redirects
|
|
#19580 |
Unify reverse foreign key and m2m unsaved model querying
|
assigned
|
Rajesh Veeranki
|
Cleanup/optimization
|
Database layer (models, ORM)
|
|
#19649 |
Cookie message storage does not set Vary: Cookie
|
new
|
|
Bug
|
HTTP handling
|
|
#19721 |
Django admin allows filtering using the field lookups such as "in", but it is impossible to include a value that contains a comma
|
new
|
nobody
|
Bug
|
contrib.admin
|
|
#19842 |
annotate()-based solution to distinct and order_by problem
|
new
|
|
Cleanup/optimization
|
Documentation
|
|
#19898 |
Document why/when of class-based views
|
assigned
|
Steven Cummings
|
New feature
|
Documentation
|
|
#20034 |
Upload handlers provide no way to retrieve previously parsed POST variables
|
new
|
|
New feature
|
HTTP handling
|
|
#20081 |
Minimize the risk of SECRET_KEY leaks
|
assigned
|
aj7may
|
New feature
|
Core (Other)
|
|
#20122 |
Pluralize filter sometimes returns singular form instead of an empty string for invalid inputs
|
assigned
|
Jorge C. Leitão
|
Cleanup/optimization
|
Template system
|
|
#20205 |
PositiveIntegerfield does not handle empty values well
|
assigned
|
Amine Zyad
|
Bug
|
Database layer (models, ORM)
|
|
#20218 |
Default authorization backend returns False when queried for object level permissions
|
assigned
|
Mehmet Dogan
|
Bug
|
contrib.auth
|
|
#20347 |
Add an absolute_max parameter to formset_factory
|
assigned
|
ethurgood
|
New feature
|
Forms
|
|
#20372 |
using registration/logged_out.html template overrides admin logout
|
assigned
|
Alexis Bellido
|
Cleanup/optimization
|
contrib.admin
|
|
#20423 |
Template renderer does not parse numeric variables
|
assigned
|
Deepak
|
Bug
|
Template system
|
|
#20456 |
Easier unit testing for class-based views
|
new
|
|
New feature
|
Testing framework
|
|
#20535 |
Unnecessary join created for intermediate table between two M2M tables
|
new
|
nobody
|
Bug
|
Database layer (models, ORM)
|
|
#20577 |
Make prefetch_related faster by lazily creating related querysets
|
new
|
nobody
|
Cleanup/optimization
|
Database layer (models, ORM)
|
|
#20752 |
Error signals are not reliable, especially when dealing with database errors
|
assigned
|
schacki
|
Bug
|
HTTP handling
|
|
#20824 |
User Auth: A Complete Solution for Email Login Handling
|
assigned
|
Tim Anderegg
|
New feature
|
contrib.auth
|
|
#20942 |
modelformset wrongly assumes foreign keys can't point to proxy models.
|
new
|
nobody
|
Bug
|
Forms
|
|
#21048 |
Error page should not invoke callables passed through WSGI META structure
|
new
|
nobody
|
Bug
|
Error reporting
|
|
#21076 |
Offer the ability to store a hash of session IDs rather than the ID itself
|
assigned
|
Chris Griffin
|
New feature
|
contrib.sessions
|
|
#21183 |
Filter block on the right covers information in admin
|
assigned
|
Wiktor
|
New feature
|
contrib.admin
|
|
#21204 |
Query.defer() failure - deferred columns calculated per table instead per alias
|
assigned
|
Simon Charette
|
Bug
|
Database layer (models, ORM)
|
|
#21238 |
`ImageFieldFile.url` raises an AttributeError exception after retrieving it from cache
|
assigned
|
Vajrasky Kok
|
Bug
|
Core (Cache system)
|
|
#21241 |
Optimize the query generated for admin changelist filters
|
new
|
Simon Charette
|
Cleanup/optimization
|
contrib.admin
|
|
#21295 |
Add on_update support
|
new
|
nobody
|
New feature
|
Database layer (models, ORM)
|
|
#21381 |
Remove contrib.redirects dependency on contrib.sites
|
assigned
|
Dmitry Pechnikov
|
New feature
|
contrib.redirects
|
|
#21408 |
Fallback to timesince produces erroneous translations in naturaltime
|
assigned
|
Maximilian Merz
|
Bug
|
Internationalization
|
|
#21429 |
BaseCommand should use logging instead of custom output wrappers
|
assigned
|
John Kang
|
New feature
|
Core (Management commands)
|
|
#21461 |
Add pre_update and post_update signals
|
assigned
|
loic84
|
New feature
|
Database layer (models, ORM)
|
|
#21523 |
Models DateField to_python method no longer supports mock dates.
|
new
|
|
Cleanup/optimization
|
Database layer (models, ORM)
|
|
#21528 |
improve Django Doc with an example for formfield_for_foreignkey accessing parent ID
|
new
|
nobody
|
Cleanup/optimization
|
Documentation
|
|
#21604 |
Embed raw queries as subqueries when used with an __in filter
|
new
|
nobody
|
New feature
|
Database layer (models, ORM)
|
|
#21739 |
When running tests fixture error output isn't visible
|
assigned
|
Olek
|
Bug
|
Testing framework
|
|
#21936 |
Allow delete to provide a success message through a mixin.
|
assigned
|
Asif Saifuddin Auvi
|
New feature
|
contrib.messages
|
|
#21963 |
makemessages still ignores translations in templates with inline comment tags
|
assigned
|
Sergey Kolosov
|
Bug
|
Internationalization
|
|
#21978 |
Add optional gunicorn support to runserver
|
assigned
|
Berker Peksag
|
New feature
|
Core (Management commands)
|
|
#21987 |
Allow Media objects to have their own MEDIA_TYPES
|
assigned
|
Michael Kelly
|
Cleanup/optimization
|
Forms
|
|