#18332 |
No generic way to get database backend version
|
new
|
vanessagomes
|
Bug
|
Database layer (models, ORM)
|
1.3
|
#17688 |
No m2m_changed signal sent to when referenced object is deleted
|
assigned
|
jorgecarleitao
|
Bug
|
Database layer (models, ORM)
|
1.3
|
#29303 |
non_atomic_requests decorator alters _non_atomic_requests attribute of original function
|
assigned
|
Windson yang
|
Bug
|
Database layer (models, ORM)
|
master
|
#18543 |
Non image file can be saved to ImageField
|
new
|
deprince
|
Bug
|
Database layer (models, ORM)
|
1.4
|
#22224 |
Non-nullable blank string-based model field validation doesn't prevent or clean `None`
|
new
|
nobody
|
Bug
|
Database layer (models, ORM)
|
master
|
#17337 |
[nonrel] Support for non-integer AutoFields
|
new
|
nobody
|
Bug
|
Database layer (models, ORM)
|
master
|
#12938 |
not possible to validate a many-to-many at the model
|
new
|
nobody
|
New feature
|
Database layer (models, ORM)
|
1.1
|
#22977 |
No validation error when ForeignKey related_name clashes with manager name.
|
assigned
|
Davide Ceretti
|
Cleanup/optimization
|
Core (System checks)
|
master
|
#28280 |
numberformat.format() incorrectly formats large/tiny floats in scientific notation
|
new
|
nobody
|
Bug
|
Utilities
|
1.11
|
#14317 |
numberformat.format produces wrong results
|
assigned
|
lukenio
|
Bug
|
Internationalization
|
1.5
|
#27325 |
Offer a solution for static file serving suitable for production use
|
assigned
|
Aleksej Manaev
|
New feature
|
Core (Other)
|
master
|
#21076 |
Offer the ability to store a hash of session IDs rather than the ID itself
|
assigned
|
Chris Griffin
|
New feature
|
contrib.sessions
|
master
|
#24048 |
only() doesn't override fields included in defer() as documented
|
new
|
nobody
|
Bug
|
Database layer (models, ORM)
|
master
|
#11634 |
OpenLayers default position
|
new
|
nobody
|
Bug
|
GIS
|
master
|
#24203 |
Optimisation: adding multiple fields to same model should attempt to run single ALTER TABLE statement
|
new
|
nobody
|
Cleanup/optimization
|
Migrations
|
master
|
#23771 |
Optimisation idea for Paginator object
|
new
|
nobody
|
Cleanup/optimization
|
Database layer (models, ORM)
|
1.6
|
#25762 |
Optimize numberformat.format
|
new
|
nobody
|
Cleanup/optimization
|
Utilities
|
master
|
#27624 |
Optimize ORM by using more immutable data structures
|
assigned
|
Adam (Chainz) Johnson
|
Cleanup/optimization
|
Database layer (models, ORM)
|
1.10
|
#21241 |
Optimize the query generated for admin changelist filters
|
new
|
Simon Charette
|
Cleanup/optimization
|
contrib.admin
|
master
|
#7732 |
Oracle Backend with SessionPool
|
new
|
|
New feature
|
Database layer (models, ORM)
|
master
|
#26683 |
Oracle DBs: Add option to use VARCHAR2 data type
|
new
|
nobody
|
New feature
|
Migrations
|
1.9
|
#11487 |
Oracle encoding bug when saving more than 4000 characters
|
new
|
nobody
|
Bug
|
Database layer (models, ORM)
|
master
|
#4140 |
oracle: manage.py syncdb fails with ORA-06552 when a fieldname is a keyword
|
new
|
|
Bug
|
Core (Management commands)
|
master
|
#26067 |
Orderable ArrayAgg and StringAgg
|
assigned
|
Floris den Hengst
|
New feature
|
contrib.postgres
|
master
|
#26390 |
order_by('?') unexpectedly breaking queryset aggregation
|
assigned
|
Tzu-ping Chung
|
Bug
|
Database layer (models, ORM)
|
master
|
#19726 |
Ordering on booleans works different with SQLite and Postgres
|
new
|
nobody
|
Cleanup/optimization
|
Database layer (models, ORM)
|
master
|
#26368 |
Order of &-ing Q objects affects results in edge case
|
new
|
nobody
|
Bug
|
Database layer (models, ORM)
|
1.9
|
#13296 |
order_with_respect_to fails to correctly track _order after deleting entries
|
new
|
nobody
|
Bug
|
Database layer (models, ORM)
|
1.1
|
#18098 |
order_with_respect_to should construct set_RELATED_order() method name from related_name
|
new
|
nobody
|
Bug
|
Database layer (models, ORM)
|
master
|
#15156 |
Ordinal numbers in English and in other locales
|
new
|
|
New feature
|
Internationalization
|
master
|
#25889 |
Organize tests in tests/queries
|
assigned
|
reficul31
|
Cleanup/optimization
|
Testing framework
|
master
|
#28905 |
Overhaul extra_requires to include more optional dependencies
|
new
|
nobody
|
Cleanup/optimization
|
Packaging
|
master
|
#18096 |
Overiding delete permissions in the Admin
|
new
|
nobody
|
Bug
|
contrib.admin
|
1.4
|
#27807 |
Overriding username validators doesn't work as documented
|
new
|
nobody
|
Bug
|
contrib.auth
|
1.10
|
#16176 |
Overwriting a property with field during model inheritance.
|
assigned
|
Thomas_Moronez
|
Bug
|
Database layer (models, ORM)
|
master
|
#29244 |
Paginator.count() may incorrectly silence AttributeError and TypeError
|
new
|
nobody
|
Cleanup/optimization
|
Core (Other)
|
2.0
|
#25705 |
Parameters are not adapted or quoted in Query.__str__
|
assigned
|
Dmitry Dygalo
|
Cleanup/optimization
|
Database layer (models, ORM)
|
master
|
#25408 |
Pass additional arguments to BaseForm.__init__ from BaseModelForm.__init__
|
new
|
nobody
|
Cleanup/optimization
|
Forms
|
master
|
#10327 |
Pass document.domain to popup windows in admin
|
new
|
nobody
|
Bug
|
contrib.admin
|
master
|
#22752 |
PasswordResetForm email context is missing current_app
|
new
|
nobody
|
Cleanup/optimization
|
contrib.auth
|
master
|
#23755 |
patch_cache_control should special case "no-cache"
|
new
|
nobody
|
New feature
|
Core (Cache system)
|
master
|
#27950 |
Permission classes for Class Based Views
|
new
|
nobody
|
New feature
|
Generic views
|
master
|
#10609 |
Permissions on admin actions
|
assigned
|
leitjohn
|
New feature
|
contrib.admin
|
master
|
#25281 |
Permission strings don't uniquely identify permissions
|
new
|
nobody
|
Cleanup/optimization
|
contrib.auth
|
master
|
#22259 |
Per row result for dumpdata
|
new
|
nobody
|
New feature
|
Core (Management commands)
|
master
|
#18855 |
persist a socket across reloads of the dev server
|
assigned
|
Dan LaMotte
|
New feature
|
HTTP handling
|
master
|
#27090 |
pg_get_serial_sequence is broken on postgres, use a lookup in information_schema.columns instead
|
new
|
nobody
|
Cleanup/optimization
|
Database layer (models, ORM)
|
1.10
|
#27899 |
Phrase search query for Postgres full text search
|
assigned
|
Andrii Soldatenko
|
New feature
|
contrib.postgres
|
master
|
#11760 |
Placeholder for through value in ManyToManyField of abstract class
|
new
|
nobody
|
New feature
|
Database layer (models, ORM)
|
1.1
|
#6376 |
Please don't force the usage of the 'django' gettext domain
|
assigned
|
Krzysztof Gutkowski
|
New feature
|
Internationalization
|
master
|
#20122 |
Pluralize filter sometimes returns singular form instead of an empty string for invalid inputs
|
assigned
|
Jorge C. Leitão
|
Cleanup/optimization
|
Template system
|
master
|
#16300 |
Poor header formatting when using "make singlehtml" on docs/
|
new
|
nobody
|
Bug
|
Documentation
|
master
|
#20205 |
PositiveIntegerfield does not handle empty values well
|
assigned
|
Amine Zyad
|
Bug
|
Database layer (models, ORM)
|
master
|
#23790 |
Possible bad interaction between migration dependencies and relabeling apps
|
new
|
nobody
|
Bug
|
Documentation
|
1.7
|
#29085 |
Possible data loss on .save() with unsaved related model
|
new
|
nobody
|
Cleanup/optimization
|
Database layer (models, ORM)
|
master
|
#27845 |
Possible Migration Optimizer Strategy Improvement
|
assigned
|
Simon Charette
|
Cleanup/optimization
|
Migrations
|
master
|
#28041 |
Postgres prefix searching for full text search
|
assigned
|
Joe Tsoi
|
New feature
|
contrib.postgres
|
1.10
|
#24632 |
PostgreSQL table inheritance
|
new
|
|
New feature
|
contrib.postgres
|
master
|
#6870 |
pre_delete should be sent before collecting ForeignKey relationships
|
new
|
nobody
|
Bug
|
Database layer (models, ORM)
|
master
|
#18620 |
Prefer current Site when checking M2M in "shortcut"/"view_on_site" redirect
|
assigned
|
Paulo
|
Cleanup/optimization
|
contrib.contenttypes
|
1.4
|
#28425 |
Prefetch can execute an UPDATE statement if a certain to_attr is given
|
new
|
nobody
|
Bug
|
Database layer (models, ORM)
|
1.8
|
#26780 |
Prefetch objects don't work with slices
|
new
|
nobody
|
New feature
|
Database layer (models, ORM)
|
master
|
#27833 |
prefetch_related fails with SQLite when used with 1000 parent records
|
assigned
|
Raphael Michel
|
Bug
|
Database layer (models, ORM)
|
1.10
|
#22757 |
prefetch_related isn't as effecient as it could be with GenericForeignKey and proxy models
|
assigned
|
Paulo
|
Cleanup/optimization
|
Database layer (models, ORM)
|
master
|
#22014 |
`prefetch_related` recursion protection does not cover all cases
|
new
|
nobody
|
Bug
|
Database layer (models, ORM)
|
master
|
#12227 |
PREPEND_WWW breaks the test client
|
assigned
|
Sharpek
|
Bug
|
Testing framework
|
1.1
|
#28715 |
Prevent a migration changing DateTimeField(auto_now_add=True) to default=timezone.now from generating SQL
|
new
|
nobody
|
Cleanup/optimization
|
Migrations
|
master
|
#23687 |
Prevent `ContentType.objects.get_for_model` from creating objects for deferred, auto_created and swapped models
|
new
|
nobody
|
Cleanup/optimization
|
contrib.contenttypes
|
master
|
#12697 |
Prevent deletion of some rows in a formset
|
new
|
nobody
|
New feature
|
Forms
|
1.1
|
#28752 |
Prevent django.setup() from running multiple times
|
new
|
nobody
|
Cleanup/optimization
|
Core (Other)
|
1.11
|
#14357 |
Prevent innapropriate order-based grouping on values+annotate queries
|
new
|
|
Bug
|
Database layer (models, ORM)
|
|
#28604 |
Prevent ManifestStaticFilesStorage from leaving behind intermediate files
|
new
|
|
Cleanup/optimization
|
contrib.staticfiles
|
master
|
#28172 |
Prevent nonexistent template filter arguments from raising VariableDoesNotExist
|
new
|
|
Bug
|
Template system
|
master
|
#27590 |
Prevent public access of staticfiles manifest
|
new
|
nobody
|
Cleanup/optimization
|
contrib.staticfiles
|
1.10
|
#56 |
Primary key columns should be UNSIGNED
|
new
|
|
New feature
|
Database layer (models, ORM)
|
master
|
#2259 |
Primary keys should be readonly by default in admin
|
assigned
|
Pathangi Jatinshravan
|
Bug
|
contrib.admin
|
master
|
#21544 |
Problem with number format when not using L10N
|
new
|
Yonel Ceruto
|
Bug
|
Utilities
|
master
|
#11028 |
Problem with searching in m2m fields in inherited model
|
new
|
albertoconnor
|
Bug
|
contrib.admin
|
master
|
#16063 |
Problem with searching in m2m fields in inherited model
|
new
|
nobody
|
Cleanup/optimization
|
contrib.admin
|
1.2
|
#24157 |
Prompt to add a new field after renaming
|
new
|
nobody
|
Cleanup/optimization
|
Migrations
|
1.7
|
#24121 |
Provide a better repr() experience
|
new
|
nobody
|
New feature
|
Core (Other)
|
master
|
#22425 |
provide ability to abort URL resolution early
|
new
|
nobody
|
New feature
|
Core (URLs)
|
master
|
#15249 |
Provide access to a debugger within the development server
|
new
|
Sameer Rahmani
|
New feature
|
Core (Other)
|
1.2
|
#12780 |
Provide a hook for compound form/formset validation in ModelAdmin
|
new
|
nobody
|
New feature
|
contrib.admin
|
master
|
#20147 |
Provide an alternative to request.META for accessing HTTP headers
|
new
|
nobody
|
New feature
|
HTTP handling
|
master
|
#26029 |
Provide an API to configure arbitrary file storage backends
|
new
|
|
New feature
|
File uploads/storage
|
master
|
#27447 |
Provide an easy way to test sending of signals
|
assigned
|
James Bennett
|
New feature
|
Testing framework
|
master
|
#20941 |
Provide a way for CBVs to be called from instances
|
new
|
Marc Tamlyn
|
New feature
|
Generic views
|
master
|
#26142 |
Provide a way for model formsets to disallow new object creation
|
assigned
|
Mathias Rav
|
New feature
|
Forms
|
master
|
#27503 |
Provide a way for to-many rels to be used without the db
|
new
|
nobody
|
New feature
|
Database layer (models, ORM)
|
master
|
#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)
|
master
|
#26602 |
Provide a way to manage grouping with RawSQL
|
new
|
nobody
|
New feature
|
Database layer (models, ORM)
|
master
|
#22492 |
provide a way to prevent database queries on model objects
|
assigned
|
Raúl Cumplido
|
New feature
|
Database layer (models, ORM)
|
master
|
#13564 |
Provide class attributes for form fields
|
assigned
|
Robert Lujo
|
New feature
|
Forms
|
1.2-beta
|
#10403 |
provide declarative syntax to define FormSets - including ModelFormSet and InlineFormSet
|
new
|
nobody
|
New feature
|
Forms
|
master
|
#16117 |
Provide decorators to easily mark functions/methods as list_display items or admin actions
|
new
|
nobody
|
New feature
|
contrib.admin
|
|
#13009 |
provide django.forms field type info for use in templates
|
assigned
|
rameshugar
|
New feature
|
Forms
|
master
|
#27541 |
Provide hooks to override manifest file storage in ManifestFilesMixin
|
new
|
nobody
|
New feature
|
contrib.staticfiles
|
1.10
|
#16521 |
Provide keyboard shortcuts in admin
|
assigned
|
anonymous
|
New feature
|
contrib.admin
|
1.3
|
#25020 |
Provide/log related args (SQL query, params, proc) with database errors
|
new
|
nobody
|
New feature
|
Database layer (models, ORM)
|
master
|