#24870 |
Create --update flag for makemigrations management command, mimicking South's one.
|
new
|
nobody
|
New feature
|
Migrations
|
master
|
#24886 |
Add process_lhs() method for Transform
|
new
|
nobody
|
Cleanup/optimization
|
Database layer (models, ORM)
|
master
|
#24900 |
KeyError when trying to migrate to a replaced migration
|
new
|
nobody
|
Bug
|
Migrations
|
1.8
|
#24901 |
makemigrations should create empty migrations dir for any installed app without it
|
new
|
nobody
|
Cleanup/optimization
|
Migrations
|
master
|
#24920 |
Database type NUMERIC with no parameters is not supported
|
new
|
nobody
|
New feature
|
Database layer (models, ORM)
|
master
|
#25012 |
Migration doesn't seem to detect foreignKey type changes
|
new
|
nobody
|
Bug
|
Migrations
|
master
|
#25020 |
Provide/log related args (SQL query, params, proc) with database errors
|
new
|
nobody
|
New feature
|
Database layer (models, ORM)
|
master
|
#25022 |
collectstatic create self-referential symlink
|
new
|
nobody
|
Bug
|
contrib.staticfiles
|
1.7
|
#25024 |
Discrepancy between /admin/ DateTimePicker.js date format and SHORT_DATE_FORMAT in /en/ lang
|
new
|
nobody
|
Cleanup/optimization
|
Internationalization
|
1.8
|
#25060 |
Add support for str(timedelta) representation in parse_duration
|
new
|
nobody
|
New feature
|
Utilities
|
master
|
#25105 |
Migrating multiple CharFields to null=False breaks on PostgreSQL
|
new
|
nobody
|
Bug
|
Migrations
|
1.8
|
#25139 |
ModelFormSet: allow swapping unique values
|
new
|
nobody
|
New feature
|
Forms
|
master
|
#25154 |
In the event of a failure, make migrations output the operation that failed
|
new
|
nobody
|
New feature
|
Migrations
|
master
|
#25167 |
Provide option to disable ajax text/plain response in technical_500_response
|
new
|
nobody
|
New feature
|
Error reporting
|
master
|
#25177 |
Filter reference field on model to a date difference raise a TypeError
|
new
|
nobody
|
Bug
|
Database layer (models, ORM)
|
1.8
|
#25195 |
update_or_create doesn't understand F() operations
|
new
|
nobody
|
New feature
|
Database layer (models, ORM)
|
master
|
#25203 |
Document changes to WSGI application loading sequence in 1.7
|
new
|
nobody
|
Cleanup/optimization
|
Documentation
|
1.7
|
#25230 |
Change to Query.get_count() causes big performance hit
|
new
|
nobody
|
Cleanup/optimization
|
Database layer (models, ORM)
|
1.8
|
#25236 |
Remove ifequal from the template language
|
new
|
nobody
|
Cleanup/optimization
|
Template system
|
master
|
#25243 |
inspectdb crashes if SQLite foreign key references sqlite_master
|
new
|
nobody
|
Bug
|
Core (Management commands)
|
1.8
|
#25245 |
Incorrect query arising from using NOT-clauses & multiple relation references affected node position in Q
|
new
|
nobody
|
Bug
|
Database layer (models, ORM)
|
1.8
|
#25247 |
makemigrations unable to generate necessary migration for making a superclass abstract
|
new
|
nobody
|
Cleanup/optimization
|
Migrations
|
1.8
|
#25250 |
Better Indication of Squash Migration State in showmigrations
|
new
|
nobody
|
New feature
|
Migrations
|
master
|
#25264 |
Misleading list of options available for manage.py commands
|
new
|
nobody
|
Cleanup/optimization
|
Core (Management commands)
|
master
|
#25265 |
DB Backend cannot specify query class.
|
new
|
nobody
|
New feature
|
Database layer (models, ORM)
|
master
|
#25281 |
Permission strings don't uniquely identify permissions
|
new
|
nobody
|
Cleanup/optimization
|
contrib.auth
|
master
|
#25306 |
Allow a limit_choices_to callable to accept the current model instance
|
new
|
nobody
|
New feature
|
Forms
|
master
|
#25313 |
Document how to migrate from a built-in User model to a custom User model
|
new
|
nobody
|
New feature
|
Documentation
|
1.8
|
#25342 |
Altitude of Point object for equality check
|
new
|
nobody
|
Bug
|
GIS
|
master
|
#25361 |
Unpickling of QuerySet fails in presence of abstract intermediate model
|
new
|
nobody
|
Bug
|
Database layer (models, ORM)
|
1.8
|
#25387 |
ModelAdmin actions don't get access to the ActionForm
|
new
|
nobody
|
New feature
|
contrib.admin
|
master
|
#25408 |
Pass additional arguments to BaseForm.__init__ from BaseModelForm.__init__
|
new
|
nobody
|
Cleanup/optimization
|
Forms
|
master
|
#25418 |
URL Validator to check only hostname part without domain nor tld
|
new
|
nobody
|
New feature
|
Core (Other)
|
master
|
#25425 |
Enforce calling resolve_expression before as_sql on all expressions
|
new
|
nobody
|
Cleanup/optimization
|
Database layer (models, ORM)
|
master
|
#25444 |
Restructure expressions documentation to better highlight ORM support
|
new
|
nobody
|
Cleanup/optimization
|
Documentation
|
master
|
#25446 |
Can't use PostGIS function ST_OrderingEquals with GeoDjango
|
new
|
nobody
|
New feature
|
GIS
|
master
|
#25456 |
Make GenericIPAddressField normalize IPv4 addresses
|
new
|
nobody
|
Cleanup/optimization
|
Database layer (models, ORM)
|
1.8
|
#25464 |
Allow skipping IN clause on prefetch queries
|
new
|
nobody
|
New feature
|
Database layer (models, ORM)
|
master
|
#25477 |
Modelbase.__new__ causes `AppRegistryNotReady`
|
new
|
nobody
|
Bug
|
Core (Other)
|
1.9
|
#25493 |
Model instances created with unittest.mock can raise confusing errors
|
new
|
nobody
|
Cleanup/optimization
|
Database layer (models, ORM)
|
1.9
|
#25507 |
Can't count when using annotate(field=RawSQL(sql)) when sql is a constant
|
new
|
nobody
|
Bug
|
Database layer (models, ORM)
|
1.8
|
#25534 |
Allow using datetime lookups in QuerySets aggregate calls
|
new
|
nobody
|
New feature
|
Database layer (models, ORM)
|
master
|
#25540 |
Reusing databases doesn't work on PostgreSQL for migrations tests
|
new
|
nobody
|
Bug
|
Migrations
|
master
|
#25541 |
Improve error reporting when loading invalid JSON fixtures
|
new
|
nobody
|
Cleanup/optimization
|
Core (Serialization)
|
1.8
|
#25582 |
Add a way to build URLs with query strings
|
new
|
nobody
|
New feature
|
Core (URLs)
|
master
|
#25591 |
Cannot QuerySet.update DateRangeField using F() expressions
|
new
|
nobody
|
New feature
|
contrib.postgres
|
1.8
|
#25595 |
Invalid regexp in URLValidator can't handle file:// schemes
|
new
|
nobody
|
Bug
|
Core (Other)
|
1.8
|
#25624 |
Autoreload fails if jinja2.ModuleLoader used
|
new
|
nobody
|
Bug
|
Utilities
|
1.8
|
#25633 |
GeoDjango KyngChaos installation instructions are outdated
|
new
|
nobody
|
Cleanup/optimization
|
Documentation
|
1.8
|
#25643 |
Allow update() with aggregates and joins via subqueries
|
new
|
nobody
|
New feature
|
Database layer (models, ORM)
|
master
|
#25678 |
migrate scalar to array field in PostrgreSQL fails
|
new
|
nobody
|
Bug
|
Migrations
|
master
|
#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
|
#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
|
#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
|
#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
|
#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
|
#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
|
#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
|