| #16306 |
Form field documentation documents optional keyword arguments as field attributes.
|
assigned
|
Abhishek Mane
|
Bug
|
Forms
|
|
| #16376 |
Support for database links
|
new
|
nobody
|
New feature
|
Database layer (models, ORM)
|
|
| #16508 |
Provide real support for virtual fields
|
new
|
|
New feature
|
Database layer (models, ORM)
|
|
| #16603 |
Unnecessary join when using a reverse foreign-key filter and reverse foreign-key aggregate call
|
new
|
nobody
|
Bug
|
Database layer (models, ORM)
|
|
| #16674 |
Django's WSGI Handler should report exceptions to the start_response() callback
|
new
|
nobody
|
Bug
|
HTTP handling
|
|
| #16732 |
Unable to have abstract model with unique_together
|
assigned
|
Can Sarıgöl
|
Bug
|
Database layer (models, ORM)
|
|
| #16774 |
Backtracking URL resolver
|
new
|
|
New feature
|
Core (URLs)
|
|
| #17208 |
Dogfood class-based views in contrib.admin
|
assigned
|
Yoong Kang Lim
|
Cleanup/optimization
|
contrib.admin
|
|
| #17224 |
determine and document the use of default option in context of FileField
|
new
|
nobody
|
Cleanup/optimization
|
File uploads/storage
|
|
| #17235 |
Multipartparser shouldn't leave request.POST/request.FILES mutable
|
assigned
|
bcail
|
Bug
|
HTTP handling
|
|
| #17337 |
[nonrel] Support for non-integer AutoFields
|
new
|
|
Bug
|
Database layer (models, ORM)
|
|
| #17345 |
Allow ordering override on ManyToManyField
|
new
|
nobody
|
New feature
|
Database layer (models, ORM)
|
|
| #17508 |
DateDetailView should accept less specific dates, ie Year/Month or just Year
|
assigned
|
Moon Limb
|
New feature
|
Generic views
|
|
| #17522 |
ModelAdmin.ordering validation too strict
|
new
|
nobody
|
Bug
|
contrib.admin
|
|
| #17664 |
{% if %} template tag silences exceptions inconsistently
|
new
|
|
Bug
|
Template system
|
|
| #17854 |
Add database-specific checks for the maximum supported values of DecimalField max_digits, decimal_places
|
assigned
|
Yu Chen Lee
|
New feature
|
Core (System checks)
|
|
| #17975 |
Make sessions more robust
|
new
|
nobody
|
Cleanup/optimization
|
contrib.sessions
|
|
| #18098 |
order_with_respect_to should construct set_RELATED_order() method name from related_name
|
new
|
nobody
|
Bug
|
Database layer (models, ORM)
|
|
| #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
|
assigned
|
Steven Johnson
|
Cleanup/optimization
|
Forms
|
|
| #18615 |
Allow retrieval of the signature age using the signing API
|
new
|
nobody
|
New feature
|
Core (Other)
|
|
| #18654 |
Support for model properties that are not fields in LayerMapping
|
new
|
nobody
|
New feature
|
GIS
|
|
| #18665 |
Allow registering custom admin views with the admin's index
|
new
|
nobody
|
New feature
|
contrib.admin
|
|
| #18855 |
persist a socket across reloads of the dev server
|
new
|
|
New feature
|
HTTP handling
|
|
| #18914 |
Add a way to add items to the admin's object tools using Python code
|
assigned
|
Fabian Braun
|
New feature
|
contrib.admin
|
|
| #19149 |
Generic Relation not cascading with Multi table inheritance.
|
new
|
|
Bug
|
Database layer (models, ORM)
|
|
| #19201 |
session data should always contain the expiry date
|
new
|
nobody
|
Cleanup/optimization
|
contrib.sessions
|
|
| #19227 |
Reorganize method flowchart for class based generic views to tree
|
assigned
|
Harsh007
|
Cleanup/optimization
|
Documentation
|
|
| #19303 |
ModelAdmin.formfield_overrides is ignored for fields with choices
|
assigned
|
Kundan Jangale
|
Bug
|
contrib.admin
|
|
| #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
|
Michael Howitz
|
Cleanup/optimization
|
contrib.redirects
|
|
| #19527 |
Allow QuerySet.bulk_create() to set the primary key of its objects
|
new
|
nobody
|
New feature
|
Database layer (models, ORM)
|
|
| #19544 |
IntegrityError during ManyToMany add() on Oracle or for user-defined through relationships.
|
new
|
|
Cleanup/optimization
|
Database layer (models, ORM)
|
|
| #19755 |
Incremental filter
|
assigned
|
Przemysław Suliga
|
New feature
|
contrib.admin
|
|
| #19842 |
annotate()-based solution to distinct and order_by problem
|
new
|
|
Cleanup/optimization
|
Documentation
|
|
| #19898 |
Document why/when of class-based views
|
new
|
|
New feature
|
Documentation
|
|
| #19948 |
Improve connection reset under PostgreSQL
|
new
|
nobody
|
Cleanup/optimization
|
Database layer (models, ORM)
|
|
| #20034 |
Upload handlers provide no way to retrieve previously parsed POST variables
|
new
|
|
New feature
|
HTTP handling
|
|
| #20127 |
Unify subquery generation in the ORM
|
new
|
nobody
|
Cleanup/optimization
|
Database layer (models, ORM)
|
|
| #20481 |
Provide official hooks for execution profiling
|
new
|
nobody
|
New feature
|
Core (Other)
|
|
| #20516 |
Allow use of prepared statements
|
new
|
nobody
|
New feature
|
Database layer (models, ORM)
|
|
| #20535 |
Unnecessary join created for intermediate table between two M2M tables
|
new
|
nobody
|
Bug
|
Database layer (models, ORM)
|
|
| #20551 |
Duplicate fixture labels
|
new
|
nobody
|
Cleanup/optimization
|
Core (Management commands)
|
|
| #20605 |
Allow extending the default auth permissions
|
new
|
nobody
|
New feature
|
contrib.auth
|
|
| #20749 |
Add validation for type of Field.choices arguments
|
new
|
|
New feature
|
Core (System checks)
|
|
| #20752 |
Error signals are not reliable, especially when dealing with database errors
|
assigned
|
YashRaj1506
|
Bug
|
HTTP handling
|
|
| #20757 |
A more Object-Oriented URLResolver
|
new
|
|
New feature
|
Core (URLs)
|
|
| #20768 |
Create a reference of public Manager methods
|
assigned
|
Clifford Gama
|
New feature
|
Documentation
|
|
| #20824 |
User Auth: A Complete Solution for Email Login Handling
|
assigned
|
Ülgen Sarıkavak
|
New feature
|
contrib.auth
|
|
| #20915 |
Remove django.test.client dependency on django.contrib.auth (and .sessions?)
|
new
|
nobody
|
Cleanup/optimization
|
Testing framework
|
|
| #20960 |
DEFAULT_TABLESPACE should be part of DATABASES
|
assigned
|
Alok Raj
|
New feature
|
Database layer (models, ORM)
|
|
| #21065 |
Internally choosing how to process a template is inconsistent
|
assigned
|
IronJam
|
Cleanup/optimization
|
Template system
|
|
| #21076 |
Offer the ability to store a hash of session IDs rather than the ID itself
|
new
|
|
New feature
|
contrib.sessions
|
|
| #21135 |
Admin: Support for editing OneToOne related models in RELATED model
|
new
|
nobody
|
New feature
|
contrib.admin
|
|
| #21143 |
runtests might execute queries against the normal database instead of the testdatabase
|
new
|
nobody
|
Bug
|
Testing framework
|
|
| #21273 |
Add read only support for Oracle XE to django.contrib.gis
|
new
|
nobody
|
Cleanup/optimization
|
GIS
|
|
| #21286 |
Fix commented out tests in serializers.test_data
|
assigned
|
Adam Zapletal
|
Bug
|
Core (Serialization)
|
|
| #21289 |
Add login rate limiting to contrib.auth
|
assigned
|
Tom Carrick
|
New feature
|
contrib.auth
|
|
| #21292 |
A how-to or tutorial document for using authentication views and forms is needed
|
new
|
|
New feature
|
Documentation
|
|
| #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
|
|
| #21392 |
changepassword option to read from stdin
|
assigned
|
Gnonpi
|
New feature
|
contrib.auth
|
|
| #21429 |
BaseCommand should use logging instead of custom output wrappers
|
new
|
|
New feature
|
Core (Management commands)
|
|
| #21442 |
Configurable request parsing.
|
assigned
|
Carlton Gibson
|
New feature
|
HTTP handling
|
|
| #21454 |
Ignoring certain fields on INSERT and UPDATE queries
|
new
|
|
New feature
|
Database layer (models, ORM)
|
|
| #21461 |
Add pre_update and post_update signals
|
new
|
|
New feature
|
Database layer (models, ORM)
|
|
| #21540 |
TestCase with multiple assertRaises fails with TransactionManagementError
|
new
|
|
Bug
|
Testing framework
|
|
| #21602 |
FileSystemStorage._save() Should Save to a Temporary Filename and Rename to Attempt to be Atomic
|
assigned
|
Jyry Suvilehto
|
Cleanup/optimization
|
File uploads/storage
|
|
| #21604 |
Embed raw queries as subqueries when used with an __in filter
|
assigned
|
William
|
New feature
|
Database layer (models, ORM)
|
|
| #21699 |
Provide a way to define a model without being registered into the app registry / Get rid of get_registered_model
|
new
|
nobody
|
New feature
|
Core (Other)
|
|
| #21777 |
Make request exception handling more robust to subsequent exceptions
|
new
|
nobody
|
Cleanup/optimization
|
HTTP handling
|
|
| #21906 |
dumpdata should not use router.allow_migrate
|
new
|
|
Bug
|
Core (Management commands)
|
|
| #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
|
|
| #22016 |
Automatically reload i18n files on change, when DEBUG is True
|
new
|
Patrick Michaud
|
New feature
|
Internationalization
|
|
| #22125 |
Unnecessary creation of index for ManyToManyField
|
assigned
|
Rodrigo Vieira
|
Cleanup/optimization
|
Database layer (models, ORM)
|
|
| #22158 |
Allow model level custom lookups
|
new
|
nobody
|
New feature
|
Database layer (models, ORM)
|
|
| #22226 |
Reversing admin URLs requires undocumented filter admin_urlquote.
|
assigned
|
Sidharth Dusanapudi
|
Bug
|
contrib.admin
|
|
| #22298 |
Rename Form Media to Static (or get rid of Form Media completely?)
|
new
|
|
Cleanup/optimization
|
Forms
|
|
| #22425 |
provide ability to abort URL resolution early
|
assigned
|
Tijani-Dia
|
New feature
|
Core (URLs)
|
|
| #22449 |
Colorize output of test results
|
assigned
|
Yuri Shikanov
|
New feature
|
Testing framework
|
|
| #22479 |
Support byte range requests in django.views.static.serve
|
new
|
|
New feature
|
HTTP handling
|
|
| #22633 |
LANGUAGE_CODE should be automatically set based on system locale
|
assigned
|
Håkan W
|
New feature
|
Internationalization
|
|
| #22666 |
GenericIPAddressField index never used on PostgreSQL
|
new
|
nobody
|
Bug
|
Database layer (models, ORM)
|
|
| #22673 |
inspectdb not support database schema on postgresql with name different of "public"
|
new
|
nobody
|
New feature
|
Database layer (models, ORM)
|
|
| #22724 |
Improve SingleObjectMixin
|
new
|
|
Cleanup/optimization
|
Generic views
|
|
| #22752 |
Allow PasswordResetForm email to render URLs based on the current namespace
|
new
|
nobody
|
Cleanup/optimization
|
contrib.auth
|
|
| #22757 |
prefetch_related isn't as effecient as it could be with GenericForeignKey and proxy models
|
new
|
|
Cleanup/optimization
|
Database layer (models, ORM)
|
|
| #22775 |
Management command sqlall should support unmanaged models
|
new
|
nobody
|
New feature
|
Core (Management commands)
|
|
| #22887 |
unique_for_date error message in Field has untranslated param lookup_type
|
new
|
|
Cleanup/optimization
|
Internationalization
|
|
| #22995 |
Deprecate auto_now and auto_now_add and document alternatives
|
new
|
nobody
|
Cleanup/optimization
|
Database layer (models, ORM)
|
|
| #23027 |
Add database-backend-specific checks
|
new
|
nobody
|
New feature
|
Core (System checks)
|
|
| #23034 |
Add migrations support for adding ManyToMany "through" model
|
new
|
|
New feature
|
Migrations
|
|
| #23051 |
QuerySet.only() fail to work with reverse o2o relationships
|
assigned
|
Paulo
|
Bug
|
Database layer (models, ORM)
|
|
| #23242 |
Add an option to avoid slow date_hierarchy queries on a big tables
|
new
|
nobody
|
New feature
|
contrib.admin
|
|
| #23251 |
Use a temporary folder to store uploaded files during tests
|
new
|
|
Bug
|
Testing framework
|
|
| #23318 |
Management command dbshell does not use DATABASE[...]['OPTIONS'] to set env PGOPTIONS
|
new
|
|
New feature
|
Core (Management commands)
|
|
| #23321 |
Remove .mo files from the Django Git repository
|
new
|
nobody
|
Cleanup/optimization
|
Internationalization
|
|
| #23337 |
CircularDependencyError when squashing migrations
|
assigned
|
bcail
|
Bug
|
Migrations
|
|
| #23356 |
Unable to create template tag which behaves similar to {% verbatim %}
|
new
|
|
Cleanup/optimization
|
Template system
|
|