#26368 |
Order of &-ing Q objects affects results in edge case
|
new
|
nobody
|
Bug
|
Database layer (models, ORM)
|
1.9
|
#26372 |
admin_order_field ignored when shadowing model field
|
new
|
nobody
|
Bug
|
contrib.admin
|
master
|
#26379 |
Inconsistent behaviour of filter() on related model (RelatedManager)
|
new
|
nobody
|
Bug
|
Database layer (models, ORM)
|
1.9
|
#26399 |
Refactor SchemaEditor to facilitate Firebird handlings of column defaults
|
new
|
nobody
|
Cleanup/optimization
|
Migrations
|
master
|
#26407 |
Investigate applying transitive reduction to migration graph.
|
new
|
nobody
|
Cleanup/optimization
|
Migrations
|
master
|
#26430 |
Coalesce in Aggregations ignored when EmptyResultSet returned
|
new
|
nobody
|
Bug
|
Database layer (models, ORM)
|
1.9
|
#26434 |
Inconsistent results of QuerySet count() method using PostgreSQL backend prior and post the QuerySet evaluation
|
new
|
nobody
|
Bug
|
Database layer (models, ORM)
|
1.9
|
#26459 |
Allow providing DecimalField with a custom context
|
new
|
nobody
|
New feature
|
Database layer (models, ORM)
|
1.9
|
#26472 |
Allow finer granularity in the ability to silence checks
|
new
|
nobody
|
New feature
|
Core (System checks)
|
master
|
#26480 |
Allow sensitive_variables() to preserve the signature of its decorated function
|
new
|
nobody
|
New feature
|
Error reporting
|
master
|
#26481 |
Add a "strict mode" for defer()/only() to prevent queries on unfetched field access
|
new
|
nobody
|
New feature
|
Database layer (models, ORM)
|
master
|
#26488 |
migrate crashes when renaming a multi-table inheritance base model
|
new
|
nobody
|
Bug
|
Migrations
|
master
|
#26506 |
Implement support for TABLESAMPLE
|
new
|
nobody
|
New feature
|
Database layer (models, ORM)
|
master
|
#26513 |
Add tests for the <Backend>GeometryColumns.geom_col_name() method.
|
new
|
nobody
|
Cleanup/optimization
|
GIS
|
master
|
#26530 |
Batch operations on large querysets
|
new
|
nobody
|
New feature
|
Database layer (models, ORM)
|
master
|
#26556 |
set_language with i18n_patterns doesn't work all the time
|
new
|
nobody
|
Bug
|
Internationalization
|
1.9
|
#26562 |
Introduce Storage and FileSystemStorage alternate save behaviour
|
new
|
nobody
|
New feature
|
File uploads/storage
|
master
|
#26565 |
Allow Prefetch query to use .values()
|
new
|
nobody
|
New feature
|
Database layer (models, ORM)
|
master
|
#26583 |
Add an option to silence collectstatic clashing files warnings
|
new
|
nobody
|
Cleanup/optimization
|
contrib.staticfiles
|
1.9
|
#26591 |
Incorrect Manifest Keys for ManifestStaticFilesStorage on Windows
|
new
|
nobody
|
Bug
|
contrib.staticfiles
|
master
|
#26602 |
Provide a way to manage grouping with RawSQL
|
new
|
nobody
|
New feature
|
Database layer (models, ORM)
|
master
|
#26619 |
BaseCache incr method will reset the timeout
|
new
|
nobody
|
Bug
|
Core (Cache system)
|
1.8
|
#26630 |
Defered constraint checks flush after `post_delete` signal
|
new
|
nobody
|
Bug
|
Database layer (models, ORM)
|
1.9
|
#26650 |
Automatically apply Cast based on output_field
|
new
|
nobody
|
Cleanup/optimization
|
Database layer (models, ORM)
|
master
|
#26661 |
Why not using AppConfig's name attribute instead of app_name in urls.py?
|
new
|
nobody
|
Cleanup/optimization
|
Core (URLs)
|
1.9
|
#26683 |
Oracle DBs: Add option to use VARCHAR2 data type
|
new
|
nobody
|
New feature
|
Migrations
|
1.9
|
#26714 |
Add examples for KMLSitemap and KMZSitemap
|
new
|
nobody
|
Cleanup/optimization
|
GIS
|
master
|
#26721 |
Document redirecting dumpdata output may result in incorrect encoding in Windows PowerShell
|
new
|
nobody
|
Cleanup/optimization
|
Documentation
|
1.9
|
#26722 |
Django silently discarding the user-provided on_delete with GenericRelation
|
new
|
nobody
|
Bug
|
contrib.contenttypes
|
1.9
|
#26743 |
DeserializationError local variable 'pk' referenced before assignment (which hides real error)
|
new
|
nobody
|
Bug
|
Core (Serialization)
|
1.9
|
#26760 |
Delete nonexistent migrations from django_migrations table
|
new
|
nobody
|
Cleanup/optimization
|
Migrations
|
master
|
#26769 |
Expose verbosity level in migrations
|
new
|
nobody
|
New feature
|
Migrations
|
1.9
|
#26780 |
Prefetch objects don't work with slices
|
new
|
nobody
|
New feature
|
Database layer (models, ORM)
|
master
|
#26810 |
DATA_UPLOAD_MAX_NUMBER_FIELDS not taken into account in admin mass actions
|
new
|
nobody
|
Cleanup/optimization
|
contrib.admin
|
1.10
|
#26962 |
docs: Missing Information about Transaction in Operations (migrations)
|
new
|
nobody
|
Cleanup/optimization
|
Documentation
|
master
|
#26977 |
Instantiating an abstract model with a string ForeignKey fails with TypeError: isinstance() arg 2 must be a class, type, or tuple of classes and types
|
new
|
nobody
|
Cleanup/optimization
|
Documentation
|
1.9
|
#26982 |
Allow easy removal of "novalidate" in admin
|
new
|
nobody
|
New feature
|
contrib.admin
|
1.10
|
#27064 |
Implement RenameIndex in a backwards compatible way
|
new
|
nobody
|
New feature
|
Migrations
|
master
|
#27086 |
running servers.tests may hang in parallel mode on Mac OS X
|
new
|
nobody
|
Cleanup/optimization
|
Core (Other)
|
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
|
#27109 |
Make Flatpage swappable
|
new
|
nobody
|
New feature
|
contrib.flatpages
|
master
|
#27141 |
makemigrations fails with PermissionDenied on django_migrations
|
new
|
nobody
|
Cleanup/optimization
|
Migrations
|
1.10
|
#27150 |
Document that a name should be provided when wrapping file-like objects that don't have one with File
|
new
|
nobody
|
Cleanup/optimization
|
Documentation
|
1.10
|
#27157 |
AdminForm may crash if model_admin argument is None
|
new
|
nobody
|
Bug
|
contrib.admin
|
1.10
|
#27160 |
Document that running the Django test suite requires creating the databases and, on PostgresQL, a superuser
|
new
|
nobody
|
Cleanup/optimization
|
Documentation
|
1.9
|
#27164 |
Database routers examples could be more realistic
|
new
|
nobody
|
Cleanup/optimization
|
Documentation
|
1.8
|
#27201 |
Django 1.10 with STATICFILES_STORAGE breaks on absolute path in CSS with double slash
|
new
|
nobody
|
Cleanup/optimization
|
contrib.staticfiles
|
1.10
|
#27202 |
Investigate RenameMethodsBase effect on yaml serialization
|
new
|
nobody
|
Bug
|
Utilities
|
1.8
|
#27234 |
Clarify the type of the django.server logger's 'request' extra context
|
new
|
nobody
|
Cleanup/optimization
|
Documentation
|
1.10
|
#27303 |
Selecting multiple admin list_filters across relations return results that don't match both filters
|
new
|
nobody
|
Bug
|
contrib.admin
|
1.10
|
#27317 |
Make Form subclasses combine Form.Media from all parents
|
new
|
nobody
|
New feature
|
Forms
|
1.10
|
#27319 |
Circular ForeignKeys between two unmanaged models produce incomplete migrations
|
new
|
nobody
|
Bug
|
Migrations
|
1.10
|
#27338 |
Running an AlterField to change a CharField primary key to AutoField crashes
|
new
|
nobody
|
Cleanup/optimization
|
Migrations
|
master
|
#27339 |
Adding an AutoField prompts for a default which creates a broken migration
|
new
|
nobody
|
Cleanup/optimization
|
Migrations
|
master
|
#27357 |
Variant of FilePathField that uses a Storage backend
|
new
|
nobody
|
New feature
|
Database layer (models, ORM)
|
1.10
|
#27380 |
Add the 'raw' argument with the 'm2m_changed' signal
|
new
|
nobody
|
New feature
|
Database layer (models, ORM)
|
1.10
|
#27395 |
Allow generating '<link rel="alternate ... hreflang=...>" for sitemaps'
|
new
|
nobody
|
New feature
|
contrib.sitemaps
|
1.10
|
#27399 |
Segfault when running GDALBandTests on OSX 10.11.6
|
new
|
nobody
|
Bug
|
GIS
|
master
|
#27403 |
Document that prefetch_related doesn't guarantee transactional consistency
|
new
|
nobody
|
Cleanup/optimization
|
Documentation
|
master
|
#27408 |
Make QuerySet.bulk_create() populate fields on related models
|
new
|
nobody
|
New feature
|
Database layer (models, ORM)
|
master
|
#27409 |
Issues with admindocs docstring links generation
|
new
|
nobody
|
New feature
|
contrib.admindocs
|
1.10
|
#27412 |
Coalesce function should work with subqueries
|
new
|
nobody
|
New feature
|
Database layer (models, ORM)
|
1.10
|
#27450 |
GDALBandTests.test_band_data test failure on MacOS 10.12.1 and python3.5
|
new
|
nobody
|
Bug
|
GIS
|
master
|
#27451 |
syndication feed may crash with AmbiguousTimeError
|
new
|
nobody
|
Bug
|
contrib.syndication
|
1.10
|
#27462 |
Clarify what's contained in m2m_changed's "pk_set" argument
|
new
|
nobody
|
Cleanup/optimization
|
Documentation
|
1.10
|
#27465 |
Allow EmailMessage to load attachments from the Storage API
|
new
|
nobody
|
New feature
|
Core (Mail)
|
1.10
|
#27477 |
Use QuerySet.select_for_update() in admin change form to fix race condition
|
new
|
nobody
|
New feature
|
contrib.admin
|
master
|
#27503 |
Provide a way for to-many rels to be used without the db
|
new
|
nobody
|
New feature
|
Database layer (models, ORM)
|
master
|
#27510 |
Allow custom keyword arguments to modelform_factory in ModelFormMixin
|
new
|
nobody
|
New feature
|
Generic views
|
1.10
|
#27534 |
Add CSRF_COOKIE_HTTPONLY note to CSRF AJAX docs
|
new
|
nobody
|
Cleanup/optimization
|
Documentation
|
master
|
#27560 |
Formset.save() crashes for model with foreign key to concrete base model
|
new
|
nobody
|
Bug
|
Forms
|
1.9
|
#27590 |
Prevent public access of staticfiles manifest
|
new
|
nobody
|
Cleanup/optimization
|
contrib.staticfiles
|
1.10
|
#27614 |
Store the DB used in the state before calling Model._save_table()
|
new
|
nobody
|
Cleanup/optimization
|
Database layer (models, ORM)
|
1.10
|
#27617 |
Add contributor facing documentation for the ORM
|
new
|
nobody
|
New feature
|
Documentation
|
1.10
|
#27635 |
django.utils.crypto should use secrets on Python 3.6+
|
new
|
nobody
|
Cleanup/optimization
|
Utilities
|
master
|
#27646 |
Add QuerySet support for group by modifiers and OLAP functionality
|
new
|
nobody
|
New feature
|
Database layer (models, ORM)
|
master
|
#27674 |
Deprecate GeoModelAdmin and OSMGeoAdmin
|
new
|
nobody
|
Cleanup/optimization
|
GIS
|
master
|
#27679 |
Document that empty formsets display min_num+extra forms
|
new
|
nobody
|
Cleanup/optimization
|
Documentation
|
1.9
|
#27692 |
Remember scroll position in list screen after coming back from edit screen - remove autofocus from search field
|
new
|
nobody
|
Bug
|
contrib.admin
|
1.10
|
#27694 |
Improve documentation of supported lookups on HStore & JSON fields
|
new
|
nobody
|
Cleanup/optimization
|
Documentation
|
master
|
#27708 |
Relation between tables in different schemas with big names
|
new
|
nobody
|
Bug
|
Migrations
|
master
|
#27719 |
Add queryset.alias() to mimic .annotate() for aggregations without loading data
|
new
|
nobody
|
New feature
|
Database layer (models, ORM)
|
master
|
#27734 |
Add a helpful error message when a parallel test worker is assigned an unexpected index
|
new
|
nobody
|
Cleanup/optimization
|
Testing framework
|
1.10
|
#27746 |
Database migration fail when removing a child model containing only foreignkeys in a multi-table inheritance context on MySQL
|
new
|
nobody
|
Bug
|
Migrations
|
master
|
#27747 |
Add signals for Django management commands
|
new
|
nobody
|
New feature
|
Core (Management commands)
|
master
|
#27751 |
Teardown of a PG test database fails if it is an autogenerated test_MYDB database
|
new
|
nobody
|
Bug
|
Testing framework
|
1.9
|
#27760 |
Hard to diagnose reason for 400 response when making test request that sets SERVER_NAME
|
new
|
nobody
|
Cleanup/optimization
|
Testing framework
|
1.10
|
#27762 |
Concurrency Safety Documentation
|
new
|
nobody
|
Cleanup/optimization
|
Documentation
|
1.10
|
#27790 |
Investigate increased memory usage in tests when calling migrate without available_apps set
|
new
|
nobody
|
Cleanup/optimization
|
Migrations
|
master
|
#27806 |
Allow for more dynamic ALLOWED_HOSTS configuration
|
new
|
nobody
|
New feature
|
Core (Other)
|
1.10
|
#27807 |
Overriding username validators doesn't work as documented
|
new
|
nobody
|
Bug
|
contrib.auth
|
1.10
|
#27813 |
BinaryField type inconsistent between sqlite3 (bytes) and postgresql (memoryview)
|
new
|
nobody
|
Cleanup/optimization
|
Database layer (models, ORM)
|
1.10
|
#27825 |
Document that models don't cast field values to the same type that's retrieved from the database
|
new
|
nobody
|
Cleanup/optimization
|
Documentation
|
1.10
|
#27827 |
Raising InvalidTemplateLibrary completely masks out real exception in get_package_libraries
|
new
|
nobody
|
Cleanup/optimization
|
Template system
|
1.10
|
#27835 |
Make TransactionTestCase raise an error if it accesses non-default database connection without multi_db=True
|
new
|
nobody
|
New feature
|
Testing framework
|
master
|
#27864 |
Limit the number of terms in an admin search
|
new
|
nobody
|
Cleanup/optimization
|
contrib.admin
|
1.8
|
#27867 |
Excluding a reverse relation produces inconsistent queries
|
new
|
nobody
|
Bug
|
Database layer (models, ORM)
|
master
|
#27880 |
Use __set_name__ to replace some usages of contribute_to_class.
|
new
|
nobody
|
Cleanup/optimization
|
Database layer (models, ORM)
|
master
|
#27909 |
Use AUTH_USER_MODEL in startproject template
|
new
|
nobody
|
Cleanup/optimization
|
Core (Management commands)
|
1.10
|
#27921 |
Documentation of make_aware() with is_dst is misleading
|
new
|
nobody
|
Bug
|
Documentation
|
master
|