#27790 |
Investigate increased memory usage in tests when calling migrate without available_apps set
|
nobody
|
Cleanup/optimization
|
Migrations
|
master
|
Normal
|
#27785 |
Log request.body (or part of it) in the 500 debug content
|
|
New feature
|
Error reporting
|
master
|
Normal
|
#27775 |
Signed cookies does not support custom expiry
|
nobody
|
Bug
|
contrib.sessions
|
1.10
|
Normal
|
#27762 |
Concurrency Safety Documentation
|
nobody
|
Cleanup/optimization
|
Documentation
|
1.10
|
Normal
|
#27760 |
Hard to diagnose reason for 400 response when making test request that sets SERVER_NAME
|
nobody
|
Cleanup/optimization
|
Testing framework
|
1.10
|
Normal
|
#27755 |
add ModelAdmin.get_inlines() hook to allow set inlines based on the request or model instance.
|
nobody
|
New feature
|
contrib.admin
|
master
|
Normal
|
#27753 |
Cleanups when no supported version of Django supports Python 2 anymore
|
|
Cleanup/optimization
|
Utilities
|
master
|
Normal
|
#27751 |
Teardown of a PG test database fails if it is an autogenerated test_MYDB database
|
nobody
|
Bug
|
Testing framework
|
1.9
|
Normal
|
#27747 |
Add signals for Django management commands
|
nobody
|
New feature
|
Core (Management commands)
|
master
|
Normal
|
#27746 |
Database migration fail when removing a child model containing only foreignkeys in a multi-table inheritance context on MySQL
|
nobody
|
Bug
|
Migrations
|
master
|
Normal
|
#27734 |
Add a helpful error message when a parallel test worker is assigned an unexpected index
|
nobody
|
Cleanup/optimization
|
Testing framework
|
1.10
|
Normal
|
#27732 |
django.contrib.postgres.search SearchRank doesn't handle SearchVectorField references
|
|
Bug
|
contrib.postgres
|
master
|
Normal
|
#27719 |
Add queryset.alias() to mimic .annotate() for aggregations without loading data
|
nobody
|
New feature
|
Database layer (models, ORM)
|
master
|
Normal
|
#27708 |
Relation between tables in different schemas with big names
|
nobody
|
Bug
|
Migrations
|
master
|
Normal
|
#27704 |
contrib.postgres.ArrayField with choices should use TypedMultipleChoiceField as its default form field class
|
|
New feature
|
contrib.postgres
|
master
|
Normal
|
#27694 |
Improve documentation of supported lookups on HStore & JSON fields
|
nobody
|
Cleanup/optimization
|
Documentation
|
master
|
Normal
|
#27692 |
Remember scroll position in list screen after coming back from edit screen - remove autofocus from search field
|
nobody
|
Bug
|
contrib.admin
|
1.10
|
Normal
|
#27679 |
Document that empty formsets display min_num+extra forms
|
nobody
|
Cleanup/optimization
|
Documentation
|
1.9
|
Normal
|
#27674 |
Deprecate GeoModelAdmin and OSMGeoAdmin
|
nobody
|
Cleanup/optimization
|
GIS
|
master
|
Normal
|
#27659 |
Arbritrary file overrides in startproject/app template extraction
|
nobody
|
Bug
|
Utilities
|
master
|
Normal
|
#27646 |
Add QuerySet support for group by modifiers and OLAP functionality
|
nobody
|
New feature
|
Database layer (models, ORM)
|
master
|
Normal
|
#27635 |
django.utils.crypto should use secrets on Python 3.6+
|
nobody
|
Cleanup/optimization
|
Utilities
|
master
|
Normal
|
#27617 |
Add contributor facing documentation for the ORM
|
nobody
|
New feature
|
Documentation
|
1.10
|
Normal
|
#27614 |
Store the DB used in the state before calling Model._save_table()
|
nobody
|
Cleanup/optimization
|
Database layer (models, ORM)
|
1.10
|
Normal
|
#27604 |
Use set_signed_cookie for contrib.messages Cookie storage
|
|
Cleanup/optimization
|
contrib.messages
|
master
|
Normal
|
#27590 |
Prevent public access of staticfiles manifest
|
nobody
|
Cleanup/optimization
|
contrib.staticfiles
|
1.10
|
Normal
|
#27587 |
Document str(QuerySet.query)
|
nobody
|
Cleanup/optimization
|
Documentation
|
1.10
|
Normal
|
#27560 |
Formset.save() crashes for model with foreign key to concrete base model
|
nobody
|
Bug
|
Forms
|
1.9
|
Normal
|
#27559 |
Admin changelist turns GET QueryDict into dict which may lose parameters
|
|
Cleanup/optimization
|
contrib.admin
|
master
|
Normal
|
#27541 |
Provide hooks to override manifest file storage in ManifestFilesMixin
|
nobody
|
New feature
|
contrib.staticfiles
|
1.10
|
Normal
|
#27534 |
Add CSRF_COOKIE_HTTPONLY note to CSRF AJAX docs
|
nobody
|
Cleanup/optimization
|
Documentation
|
master
|
Normal
|
#27510 |
Allow custom keyword arguments to modelform_factory in ModelFormMixin
|
nobody
|
New feature
|
Generic views
|
1.10
|
Normal
|
#27503 |
Provide a way for to-many rels to be used without the db
|
nobody
|
New feature
|
Database layer (models, ORM)
|
master
|
Normal
|
#27486 |
intword and filesizeformat filters shouldn't pass non-integers to gettext
|
|
Cleanup/optimization
|
Template system
|
master
|
Normal
|
#27477 |
Use QuerySet.select_for_update() in admin change form to fix race condition
|
nobody
|
New feature
|
contrib.admin
|
master
|
Normal
|
#27465 |
Allow EmailMessage to load attachments from the Storage API
|
nobody
|
New feature
|
Core (Mail)
|
1.10
|
Normal
|
#27462 |
Clarify what's contained in m2m_changed's "pk_set" argument
|
nobody
|
Cleanup/optimization
|
Documentation
|
1.10
|
Normal
|
#27451 |
syndication feed may crash with AmbiguousTimeError
|
nobody
|
Bug
|
contrib.syndication
|
1.10
|
Normal
|
#27450 |
GDALBandTests.test_band_data test failure on MacOS 10.12.1 and python3.5
|
nobody
|
Bug
|
GIS
|
master
|
Normal
|
#27412 |
Coalesce function should work with subqueries
|
nobody
|
New feature
|
Database layer (models, ORM)
|
1.10
|
Normal
|
#27409 |
Issues with admindocs docstring links generation
|
nobody
|
New feature
|
contrib.admindocs
|
1.10
|
Normal
|
#27408 |
Make QuerySet.bulk_create() populate fields on related models
|
nobody
|
New feature
|
Database layer (models, ORM)
|
master
|
Normal
|
#27403 |
Document that prefetch_related doesn't guarantee transactional consistency
|
nobody
|
Cleanup/optimization
|
Documentation
|
master
|
Normal
|
#27401 |
Add Transifex config to build translated docs
|
nobody
|
New feature
|
Documentation
|
master
|
Normal
|
#27399 |
Segfault when running GDALBandTests on OSX 10.11.6
|
nobody
|
Bug
|
GIS
|
master
|
Normal
|
#27395 |
Allow generating '<link rel="alternate ... hreflang=...>" for sitemaps'
|
nobody
|
New feature
|
contrib.sitemaps
|
1.10
|
Normal
|
#27391 |
Support unittest.TestCase.debug() method
|
nobody
|
New feature
|
Testing framework
|
master
|
Normal
|
#27380 |
Add the 'raw' argument with the 'm2m_changed' signal
|
nobody
|
New feature
|
Database layer (models, ORM)
|
1.10
|
Normal
|
#27357 |
Variant of FilePathField that uses a Storage backend
|
nobody
|
New feature
|
Database layer (models, ORM)
|
1.10
|
Normal
|
#27339 |
Adding an AutoField prompts for a default which creates a broken migration
|
nobody
|
Cleanup/optimization
|
Migrations
|
master
|
Normal
|
#27338 |
Running an AlterField to change a CharField primary key to AutoField crashes
|
nobody
|
Cleanup/optimization
|
Migrations
|
master
|
Normal
|
#27319 |
Circular ForeignKeys between two unmanaged models produce incomplete migrations
|
nobody
|
Bug
|
Migrations
|
1.10
|
Normal
|
#27317 |
Make Form subclasses combine Form.Media from all parents
|
nobody
|
New feature
|
Forms
|
1.10
|
Normal
|
#27303 |
Selecting multiple admin list_filters across relations return results that don't match both filters
|
nobody
|
Bug
|
contrib.admin
|
1.10
|
Normal
|
#27234 |
Clarify the type of the django.server logger's 'request' extra context
|
nobody
|
Cleanup/optimization
|
Documentation
|
1.10
|
Normal
|
#27222 |
Refresh fields that are expressions after Model.save()
|
nobody
|
New feature
|
Database layer (models, ORM)
|
1.10
|
Normal
|
#27202 |
Investigate RenameMethodsBase effect on yaml serialization
|
nobody
|
Bug
|
Utilities
|
1.8
|
Normal
|
#27201 |
Django 1.10 with STATICFILES_STORAGE breaks on absolute path in CSS with double slash
|
nobody
|
Cleanup/optimization
|
contrib.staticfiles
|
1.10
|
Normal
|
#27164 |
Database routers examples could be more realistic
|
nobody
|
Cleanup/optimization
|
Documentation
|
1.8
|
Normal
|
#27160 |
Document that running the Django test suite requires creating the databases and, on PostgresQL, a superuser
|
nobody
|
Cleanup/optimization
|
Documentation
|
1.9
|
Normal
|
#27157 |
AdminForm may crash if model_admin argument is None
|
nobody
|
Bug
|
contrib.admin
|
1.10
|
Normal
|
#27150 |
Document that a name should be provided when wrapping file-like objects that don't have one with File
|
nobody
|
Cleanup/optimization
|
Documentation
|
1.10
|
Normal
|
#27147 |
Add support for defining bounds in postgres range fields
|
|
New feature
|
contrib.postgres
|
master
|
Normal
|
#27141 |
makemigrations fails with PermissionDenied on django_migrations
|
nobody
|
Cleanup/optimization
|
Migrations
|
1.10
|
Normal
|
#27109 |
Make Flatpage swappable
|
nobody
|
New feature
|
contrib.flatpages
|
master
|
Normal
|
#27095 |
Queries involving postgres Array fields can't include expressions as elements
|
|
Bug
|
contrib.postgres
|
master
|
Normal
|
#27090 |
pg_get_serial_sequence is broken on postgres, use a lookup in information_schema.columns instead
|
nobody
|
Cleanup/optimization
|
Database layer (models, ORM)
|
1.10
|
Normal
|
#27086 |
running servers.tests may hang in parallel mode on Mac OS X
|
nobody
|
Cleanup/optimization
|
Core (Other)
|
master
|
Normal
|
#27080 |
`as_manager` on QuerySet should pass down `use_in_migrations` to new Manager instance
|
nobody
|
Bug
|
Database layer (models, ORM)
|
1.10
|
Normal
|
#27064 |
Implement RenameIndex in a backwards compatible way
|
nobody
|
New feature
|
Migrations
|
master
|
Normal
|
#27060 |
Take indexes into account in inspectdb command
|
|
New feature
|
Core (Management commands)
|
master
|
Normal
|
#26982 |
Allow easy removal of "novalidate" in admin
|
nobody
|
New feature
|
contrib.admin
|
1.10
|
Normal
|
#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
|
nobody
|
Cleanup/optimization
|
Documentation
|
1.9
|
Normal
|
#26975 |
Unclear documentation: use of paths with loaddata
|
nobody
|
Bug
|
Documentation
|
1.9
|
Normal
|
#26962 |
docs: Missing Information about Transaction in Operations (migrations)
|
nobody
|
Cleanup/optimization
|
Documentation
|
master
|
Normal
|
#26822 |
New migrations not applied on clone databases (sqlite) when using --parallel and --keepdb option
|
nobody
|
Bug
|
Testing framework
|
1.9
|
Normal
|
#26810 |
DATA_UPLOAD_MAX_NUMBER_FIELDS not taken into account in admin mass actions
|
nobody
|
Cleanup/optimization
|
contrib.admin
|
1.10
|
Normal
|
#26780 |
Prefetch objects don't work with slices
|
nobody
|
New feature
|
Database layer (models, ORM)
|
master
|
Normal
|
#26769 |
Expose verbosity level in migrations
|
nobody
|
New feature
|
Migrations
|
1.9
|
Normal
|
#26760 |
Delete nonexistent migrations from django_migrations table
|
nobody
|
Cleanup/optimization
|
Migrations
|
master
|
Normal
|
#26743 |
DeserializationError local variable 'pk' referenced before assignment (which hides real error)
|
nobody
|
Bug
|
Core (Serialization)
|
1.9
|
Normal
|
#26722 |
Django silently discarding the user-provided on_delete with GenericRelation
|
nobody
|
Bug
|
contrib.contenttypes
|
1.9
|
Normal
|
#26721 |
Document redirecting dumpdata output may result in incorrect encoding in Windows PowerShell
|
nobody
|
Cleanup/optimization
|
Documentation
|
1.9
|
Normal
|
#26720 |
migration optimizer can produce operations that references removed models under certain circumstances
|
|
Bug
|
Migrations
|
master
|
Normal
|
#26714 |
Add examples for KMLSitemap and KMZSitemap
|
nobody
|
Cleanup/optimization
|
GIS
|
master
|
Normal
|
#26683 |
Oracle DBs: Add option to use VARCHAR2 data type
|
nobody
|
New feature
|
Migrations
|
1.9
|
Normal
|
#26678 |
Document that ManyRelatedManager.add()/remove() can take primary keys
|
nobody
|
Cleanup/optimization
|
Documentation
|
master
|
Normal
|
#26661 |
Why not using AppConfig's name attribute instead of app_name in urls.py?
|
nobody
|
Cleanup/optimization
|
Core (URLs)
|
1.9
|
Normal
|
#26659 |
Allow filtering of which tests run
|
nobody
|
New feature
|
Testing framework
|
1.9
|
Normal
|
#26650 |
Automatically apply Cast based on output_field
|
nobody
|
Cleanup/optimization
|
Database layer (models, ORM)
|
master
|
Normal
|
#26630 |
Defered constraint checks flush after `post_delete` signal
|
nobody
|
Bug
|
Database layer (models, ORM)
|
1.9
|
Normal
|
#26624 |
Error when running sqlmigrate after dropping index (of index_together) without actually migrating
|
<default>
|
Bug
|
Migrations
|
master
|
Normal
|
#26619 |
BaseCache incr method will reset the timeout
|
nobody
|
Bug
|
Core (Cache system)
|
1.8
|
Normal
|
#26607 |
Add a hook to customize the admin's formsets parameters
|
nobody
|
New feature
|
contrib.admin
|
master
|
Normal
|
#26602 |
Provide a way to manage grouping with RawSQL
|
nobody
|
New feature
|
Database layer (models, ORM)
|
master
|
Normal
|
#26591 |
Incorrect Manifest Keys for ManifestStaticFilesStorage on Windows
|
nobody
|
Bug
|
contrib.staticfiles
|
master
|
Normal
|
#26583 |
Add an option to silence collectstatic clashing files warnings
|
nobody
|
Cleanup/optimization
|
contrib.staticfiles
|
1.9
|
Normal
|
#26565 |
Allow Prefetch query to use .values()
|
nobody
|
New feature
|
Database layer (models, ORM)
|
master
|
Normal
|
#26562 |
Introduce Storage and FileSystemStorage alternate save behaviour
|
nobody
|
New feature
|
File uploads/storage
|
master
|
Normal
|
#26556 |
set_language with i18n_patterns doesn't work all the time
|
nobody
|
Bug
|
Internationalization
|
1.9
|
Normal
|