#25706 |
Support CSP default-src 'self' on Django Admin GIS
|
new
|
nobody
|
Cleanup/optimization
|
GIS
|
master
|
#25707 |
Use py.test for internal testing
|
new
|
nobody
|
New feature
|
Testing framework
|
master
|
#25713 |
Create an alternative tutorial targeted at those familar with HTML/CSS rather than Python
|
new
|
nobody
|
New feature
|
Documentation
|
master
|
#25762 |
Optimize numberformat.format
|
new
|
nobody
|
Cleanup/optimization
|
Utilities
|
master
|
#25765 |
makemigrations and app_label are incompatible
|
new
|
nobody
|
Cleanup/optimization
|
Documentation
|
1.8
|
#25782 |
Discourage usage of cache_page decorator with UpdateCacheMiddleware (or make middleware ignore decorated views)
|
new
|
nobody
|
Cleanup/optimization
|
Documentation
|
master
|
#25789 |
Inefficient Queries Generated due to not using WHERE EXISTS
|
new
|
nobody
|
Cleanup/optimization
|
Database layer (models, ORM)
|
1.8
|
#25791 |
Implement autoreload behaviour for cached template loader
|
new
|
nobody
|
New feature
|
Template system
|
master
|
#25857 |
DateTimeShortcuts.js could try and consume all DATE_INPUT_FORMATS.
|
new
|
nobody
|
New feature
|
contrib.admin
|
master
|
#25866 |
Django migrations not picking up max_length change on FileField
|
new
|
nobody
|
Cleanup/optimization
|
Migrations
|
1.7
|
#25880 |
Forms created by formset_factory's extra parameter don't have instance set
|
new
|
nobody
|
Cleanup/optimization
|
Forms
|
1.8
|
#25884 |
migrate --run-syncdb doesn't work when specifying a database
|
new
|
nobody
|
Bug
|
Migrations
|
1.9
|
#25887 |
Clarify support for ForeignKey and form fields other than ModelChoiceField
|
new
|
nobody
|
Cleanup/optimization
|
Documentation
|
master
|
#25902 |
Add system check for project-wide database table name conflicts
|
new
|
nobody
|
New feature
|
Core (System checks)
|
master
|
#25927 |
document django.contrib.gis.utils.ogrinfo
|
new
|
nobody
|
Cleanup/optimization
|
Documentation
|
1.9
|
#25941 |
Improve the error message for runtests.py when Django isn't on the path
|
new
|
nobody
|
Cleanup/optimization
|
Testing framework
|
master
|
#25946 |
Negated clauses' "isnull" added term does not take field transforms into account
|
new
|
nobody
|
Bug
|
Database layer (models, ORM)
|
master
|
#25947 |
Query's str() method fails when 'default' database is empty
|
new
|
nobody
|
Bug
|
Database layer (models, ORM)
|
1.9
|
#25955 |
FK constraints are not checked at the end of nested atomic blocks
|
new
|
nobody
|
Bug
|
Database layer (models, ORM)
|
master
|
#25980 |
Disabled ModelMultipleChoiceField can't handle querysets as an initial value
|
new
|
nobody
|
Bug
|
Forms
|
1.9
|
#25991 |
A new implementation for exclude() queries
|
new
|
nobody
|
Bug
|
Database layer (models, ORM)
|
master
|
#26019 |
Incorrect query generated when combining querysets refering to different fields under the same alias.
|
new
|
nobody
|
Bug
|
Database layer (models, ORM)
|
master
|
#26040 |
Streaming Large CSV Files Example Incorrect
|
new
|
nobody
|
Bug
|
Documentation
|
1.8
|
#26066 |
Admin listview could handle a table wider than the screen more elegantly
|
new
|
nobody
|
Cleanup/optimization
|
contrib.admin
|
1.9
|
#26192 |
Cannot order query by constant value on PostgreSQL
|
new
|
nobody
|
Bug
|
Database layer (models, ORM)
|
1.8
|
#26258 |
Jinja2 rendered templates are not safe by default
|
new
|
nobody
|
Bug
|
Template system
|
1.9
|
#26261 |
QuerySet.exclude() crashes when referencing related_query_name of GenericRelation
|
new
|
nobody
|
Bug
|
contrib.contenttypes
|
1.8
|
#26287 |
SimpleLazyObject doesn't implement __radd__
|
new
|
nobody
|
New feature
|
Utilities
|
master
|
#26318 |
Unexpected / duplicated queries on nested Prefetch queryset with repeated model
|
new
|
nobody
|
Bug
|
Database layer (models, ORM)
|
master
|
#26340 |
Cannot rollback to a savepoint explicitly after an IntegrityError when autocommit is disabled
|
new
|
nobody
|
Bug
|
Database layer (models, ORM)
|
1.9
|
#26352 |
models.E003 check incorrectly prevents duplicate ManyToMany through-self that differ by through_fields
|
new
|
nobody
|
Bug
|
Core (System checks)
|
1.9
|
#26367 |
Assess if FieldFile can work with stdlib File instead of requiring Django's File
|
new
|
nobody
|
Cleanup/optimization
|
File uploads/storage
|
1.9
|
#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
|
#26431 |
translate_url() creates an incorrect URL when optional named groups are missing in the URL pattern
|
new
|
nobody
|
Bug
|
Core (URLs)
|
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
|
#26511 |
Document how to do a substring search in JSONField
|
new
|
nobody
|
Cleanup/optimization
|
Documentation
|
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
|
#26552 |
`TransactionTestCase.serialized_rollback` fails to restore objects due to ordering constraints
|
new
|
nobody
|
Bug
|
Testing framework
|
1.9
|
#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
|
#26607 |
Add a hook to customize the admin's formsets parameters
|
new
|
nobody
|
New feature
|
contrib.admin
|
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
|
#26659 |
Allow filtering of which tests run
|
new
|
nobody
|
New feature
|
Testing framework
|
1.9
|
#26661 |
Why not using AppConfig's name attribute instead of app_name in urls.py?
|
new
|
nobody
|
Cleanup/optimization
|
Core (URLs)
|
1.9
|
#26678 |
Document that ManyRelatedManager.add()/remove() can take primary keys
|
new
|
nobody
|
Cleanup/optimization
|
Documentation
|
master
|
#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
|
#26822 |
New migrations not applied on clone databases (sqlite) when using --parallel and --keepdb option
|
new
|
nobody
|
Bug
|
Testing framework
|
1.9
|
#26962 |
docs: Missing Information about Transaction in Operations (migrations)
|
new
|
nobody
|
Cleanup/optimization
|
Documentation
|
master
|
#26975 |
Unclear documentation: use of paths with loaddata
|
new
|
nobody
|
Bug
|
Documentation
|
1.9
|
#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
|
#27080 |
`as_manager` on QuerySet should pass down `use_in_migrations` to new Manager instance
|
new
|
nobody
|
Bug
|
Database layer (models, ORM)
|
1.10
|
#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
|
#27222 |
Refresh fields that are expressions after Model.save()
|
new
|
nobody
|
New feature
|
Database layer (models, ORM)
|
1.10
|
#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
|
#27391 |
Support unittest.TestCase.debug() method
|
new
|
nobody
|
New feature
|
Testing framework
|
master
|
#27395 |
Allow generating '<link rel="alternate ... hreflang=...>" for sitemaps'
|
new
|
nobody
|
New feature
|
contrib.sitemaps
|
1.10
|