#22296 |
m2m_changed pk_set value inconsistent between post_add and post_remove
|
new
|
nobody
|
Bug
|
Database layer (models, ORM)
|
1.5
|
#22357 |
Sometimes the OSMWidget highlights the outer area of a Polygon / MultiPolygon
|
new
|
nobody
|
Bug
|
GIS
|
master
|
#22382 |
ManyRelatedManager's get_prefetch_queryset doesn't validate the prefetch types
|
assigned
|
Marc Tamlyn
|
Bug
|
Database layer (models, ORM)
|
master
|
#22490 |
get_object within a syndication Feed has no tests
|
new
|
anonymous
|
Bug
|
contrib.syndication
|
master
|
#22536 |
Exceptions using date-based generic views with MySQL, USE_TZ=True and bad data
|
new
|
Chris Adams
|
Bug
|
Generic views
|
1.5
|
#22569 |
lookup_allowed fails to consider dynamic list_filter
|
assigned
|
Simon Meers
|
Bug
|
contrib.admin
|
master
|
#22666 |
GenericIPAddressField index never used on PostgreSQL
|
new
|
nobody
|
Bug
|
Database layer (models, ORM)
|
master
|
#22689 |
inlines with sliced and ordered querysets save incorrectly when underlying data has changed since page load
|
new
|
nobody
|
Bug
|
contrib.admin
|
1.7
|
#22761 |
Migrating from an auto to natural key with foreign model and 'to' FK
|
new
|
nobody
|
Bug
|
Migrations
|
1.7
|
#22828 |
Model admins should return copies of its attributes
|
assigned
|
ericpauley
|
Bug
|
contrib.admin
|
master
|
#22961 |
StaticFilesHandler should not run middleware on 404
|
new
|
nobody
|
Bug
|
contrib.staticfiles
|
1.6
|
#22997 |
Migration fails when removing explicit primary key (Postgres)
|
new
|
nobody
|
Bug
|
Migrations
|
1.7
|
#23049 |
Admin DateField doesn't support all DATE_INPUT_FORMATS
|
new
|
nobody
|
Bug
|
contrib.admin
|
1.6
|
#23051 |
QuerySet.only() fail to work with reverse o2o relationships
|
new
|
|
Bug
|
Database layer (models, ORM)
|
master
|
#23054 |
Document limitations of cache middleware more clearly
|
new
|
nobody
|
Bug
|
Documentation
|
1.6
|
#23076 |
Cascaded deletion of polymorphic models fails
|
new
|
nobody
|
Bug
|
Database layer (models, ORM)
|
master
|
#23130 |
BooleanField should not override 'blank' if choices are specified
|
new
|
|
Bug
|
Database layer (models, ORM)
|
master
|
#23251 |
Use a temporary folder to store uploaded files during tests
|
assigned
|
Sasha Gaevsky
|
Bug
|
Testing framework
|
master
|
#23268 |
Fixtures: Natural Key support for Generic Foreign Keys
|
assigned
|
Guillaume Thomas
|
Bug
|
Core (Serialization)
|
1.6
|
#23273 |
MigrationRecorder does not obey db_router allow_migrate rules
|
new
|
nobody
|
Bug
|
Migrations
|
master
|
#23326 |
DatabaseCache must implement incr to guarantee atomic increment
|
new
|
|
Bug
|
Core (Cache system)
|
1.6
|
#23337 |
CircularDependencyError when squashing migrations
|
new
|
nobody
|
Bug
|
Migrations
|
master
|
#23353 |
TransactionManagmentError isn't helpful for tracking down cause
|
new
|
nobody
|
Bug
|
Database layer (models, ORM)
|
master
|
#23424 |
Verbatim tag fails to render curly braces
|
assigned
|
Paul Egges
|
Bug
|
Template system
|
master
|
#23501 |
remove/add fields programatically in modelform fails in admin
|
new
|
nobody
|
Bug
|
contrib.admin
|
1.7
|
#23521 |
removal of concrete Model from bases doesn't remove it from ModelState bases
|
new
|
|
Bug
|
Migrations
|
1.7
|
#23528 |
django.db.migrations.swappable_dependency not documented
|
new
|
nobody
|
Bug
|
Documentation
|
1.7
|
#23557 |
annotate gives different results on postgresql and mysql
|
new
|
nobody
|
Bug
|
Database layer (models, ORM)
|
1.7
|
#23572 |
Exception on Custom Lookups when right value is None.
|
assigned
|
Sergey Fedoseev
|
Bug
|
Database layer (models, ORM)
|
1.7
|
#23577 |
Rename operations should rename indexes, constraints, sequences and triggers named after their former value
|
new
|
|
Bug
|
Migrations
|
master
|
#23714 |
`date` filter raises an exception for naive datetimes during DST change
|
new
|
|
Bug
|
Template system
|
1.7
|
#23718 |
TEST_MIRROR setting doesn't work as expected (and has no tests)
|
assigned
|
eng. Ilian Iliev
|
Bug
|
Testing framework
|
1.7
|
#23740 |
Cannot drop unique_together constraint on a single field with its own unique=True constraint
|
new
|
nobody
|
Bug
|
Migrations
|
1.7
|
#23790 |
Possible bad interaction between migration dependencies and relabeling apps
|
new
|
nobody
|
Bug
|
Documentation
|
1.7
|
#23797 |
SQL generated for negated F() expressions is incorrect
|
new
|
nobody
|
Bug
|
Database layer (models, ORM)
|
1.7
|
#23842 |
Transient failure of django.contrib.gis.tests.geoapp.tests.GeoQuerySetTest.test_make_line
|
new
|
nobody
|
Bug
|
GIS
|
master
|
#23843 |
Test failures on Oracle/Python3
|
assigned
|
Shai Berger
|
Bug
|
Database layer (models, ORM)
|
master
|
#23869 |
`get_deleted_objects` doesn't use `has_delete_permission`
|
new
|
nobody
|
Bug
|
contrib.admin
|
1.7
|
#23870 |
Sliced QuerySets in ModelChoiceField
|
assigned
|
nishkr
|
Bug
|
Forms
|
1.6
|
#23895 |
ResolverMatch with some views is not pickleable
|
new
|
nobody
|
Bug
|
Core (URLs)
|
1.7
|
#23902 |
Migrating between Geography / Geometry types fails
|
new
|
nobody
|
Bug
|
GIS
|
1.7
|
#23916 |
makemigrations does not detect/like model name case changes
|
new
|
nobody
|
Bug
|
Migrations
|
1.7
|
#23931 |
db_manager() method doesn't increment creation_counter
|
new
|
nobody
|
Bug
|
Database layer (models, ORM)
|
1.7
|
#23964 |
MySQL: BaseModelFormSet.validate_unique() fails for mixed case;
|
new
|
nobody
|
Bug
|
Forms
|
1.7
|
#24048 |
only() doesn't override fields included in defer() as documented
|
new
|
nobody
|
Bug
|
Database layer (models, ORM)
|
master
|
#24076 |
Query may fail with pytz exception
|
new
|
nobody
|
Bug
|
Documentation
|
1.6
|
#24082 |
Unique=True on TextField or CharField should not create an index
|
new
|
|
Bug
|
Database layer (models, ORM)
|
1.7
|
#24096 |
GROUP BY on oracle fails with TextField and BinaryField
|
new
|
nobody
|
Bug
|
Database layer (models, ORM)
|
master
|
#24125 |
TemplateDetailView in admindocs requires a single Django templates engine
|
assigned
|
Kai Richard König
|
Bug
|
contrib.admindocs
|
master
|
#24128 |
Admindocs doesn't account for template loaders
|
new
|
nobody
|
Bug
|
contrib.admindocs
|
master
|
#24176 |
Incorrect SQL text when searching in SQLite for datetime values with milliseconds
|
new
|
nobody
|
Bug
|
Database layer (models, ORM)
|
1.7
|
#24228 |
Signals have unclear & inconsistent transaction handling
|
new
|
nobody
|
Bug
|
Database layer (models, ORM)
|
master
|
#24384 |
compilemessages shouldn't return with exit code 0 when it fails
|
new
|
nobody
|
Bug
|
Internationalization
|
master
|
#24386 |
Querysets with filters and exclusions based on deep relations build invalid queries
|
new
|
nobody
|
Bug
|
Database layer (models, ORM)
|
master
|
#24407 |
Initial migration fails if app name has upper-case letters on Oracle
|
new
|
nobody
|
Bug
|
Migrations
|
1.7
|
#24421 |
Querying a reverse ForeignObject relation using exclude() fails
|
new
|
nobody
|
Bug
|
Database layer (models, ORM)
|
1.7
|
#24424 |
Removing a model's last field results in SQL syntax error
|
new
|
|
Bug
|
Migrations
|
1.7
|
#24434 |
Django Custom Field inherits ForeignKey deconstruct() fails
|
new
|
nobody
|
Bug
|
Documentation
|
1.7
|
#24446 |
ATOMIC_REQUESTS add extra queries if the view was already in a transaction
|
new
|
nobody
|
Bug
|
Database layer (models, ORM)
|
master
|
#24506 |
Migrations are crashing after changing foreign key from auth.Group model to a proxy model of auth.Group
|
new
|
Marco Fucci
|
Bug
|
Migrations
|
1.8
|
#24533 |
Changing an AutoField into an IntegerField leaks the sequence on PostgreSQL
|
new
|
nobody
|
Bug
|
Migrations
|
1.7
|
#24539 |
Attempt to create object with repeated value on a custom PK raises IntegrityError on wrong field
|
new
|
nobody
|
Bug
|
Database layer (models, ORM)
|
1.7
|
#24559 |
MigrationLoader.load_disk ImportError handling differs under py3/pypy vs py2
|
new
|
nobody
|
Bug
|
Migrations
|
master
|
#24572 |
Migration plan may be broken when applying migrations on a clean database
|
new
|
nobody
|
Bug
|
Migrations
|
master
|
#24577 |
Restrict extending and including to require templates from the same engine.
|
new
|
nobody
|
Bug
|
Template system
|
master
|
#24622 |
Response "context" and "templates" not available in the Test Client when using Jinja2 - Django 1.8
|
new
|
nobody
|
Bug
|
Testing framework
|
1.8
|
#24662 |
Sum() returns True/False when used with BooleanField & MySQL
|
assigned
|
Marco Santamaria
|
Bug
|
Database layer (models, ORM)
|
1.8
|
#24726 |
ArrayField with IntegerRangeField as base field generates invalid SQL on Insert operations
|
new
|
|
Bug
|
contrib.postgres
|
master
|
#24803 |
Collected SQL does not respect empty strings as params when formatting result sql
|
new
|
nobody
|
Bug
|
Database layer (models, ORM)
|
master
|
#24822 |
Autodetector crashes on add/removal of tzinfo from DateTimeField default
|
new
|
nobody
|
Bug
|
Documentation
|
1.8
|
#24823 |
FileField with callable default raises error with forms
|
new
|
nobody
|
Bug
|
Database layer (models, ORM)
|
1.8
|
#24849 |
Broken squashmigration when model related to another one gets deleted
|
new
|
nobody
|
Bug
|
Migrations
|
1.8
|
#24900 |
KeyError when trying to migrate to a replaced migration
|
new
|
nobody
|
Bug
|
Migrations
|
1.8
|
#24964 |
Infinite migrations with empty help_text via ugettext_lazy
|
assigned
|
Andriy Sokolovskiy
|
Bug
|
Migrations
|
1.8
|
#24991 |
Range types not properly converted to SQL in QuerySet.query.__str__()
|
assigned
|
Dmitry Dygalo
|
Bug
|
contrib.postgres
|
1.8
|
#25012 |
Migration doesn't seem to detect foreignKey type changes
|
new
|
nobody
|
Bug
|
Migrations
|
master
|
#25022 |
collectstatic create self-referential symlink
|
new
|
nobody
|
Bug
|
contrib.staticfiles
|
1.7
|
#25068 |
Metaclass conflict when doing createmigrations in ModelState.render
|
new
|
nobody
|
Bug
|
Migrations
|
1.8
|
#25105 |
Migrating multiple CharFields to null=False breaks on PostgreSQL
|
new
|
nobody
|
Bug
|
Migrations
|
1.8
|
#25177 |
Filter reference field on model to a date difference raise a TypeError
|
new
|
nobody
|
Bug
|
Database layer (models, ORM)
|
1.8
|
#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
|
#25251 |
Inconsistent availability of data migrations in TransactionTestCase when using --keepdb
|
assigned
|
Romain Garrigues
|
Bug
|
Testing framework
|
1.8
|
#25255 |
Squashed migration is not marked as unapplied
|
new
|
nobody
|
Bug
|
Migrations
|
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
|
#25467 |
Excluding an object with no ID excludes everything.
|
assigned
|
Joakim Israelsson
|
Bug
|
Database layer (models, ORM)
|
1.8
|
#25477 |
Modelbase.__new__ causes `AppRegistryNotReady`
|
new
|
nobody
|
Bug
|
Core (Other)
|
1.9
|
#25504 |
Django test teardown fails when there is no default database
|
new
|
|
Bug
|
Testing framework
|
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
|
#25540 |
Reusing databases doesn't work on PostgreSQL for migrations tests
|
new
|
nobody
|
Bug
|
Migrations
|
master
|
#25595 |
Invalid regexp in URLValidator can't handle file:// schemes
|
new
|
nobody
|
Bug
|
Core (Other)
|
1.8
|
#25600 |
Template `if` tag behavior change with 1.8, OneToOneField, RelatedObjectDoesNotExist is True?
|
new
|
|
Bug
|
Template system
|
1.8
|
#25624 |
Autoreload fails if jinja2.ModuleLoader used
|
new
|
nobody
|
Bug
|
Utilities
|
1.8
|
#25656 |
Recent Actions admin section contains link to edit form even when user does not have edit permission
|
assigned
|
Anton Baklanov
|
Bug
|
contrib.admin
|
master
|
#25678 |
migrate scalar to array field in PostrgreSQL fails
|
new
|
nobody
|
Bug
|
Migrations
|
master
|
#25756 |
ArrayField does not work with FileField
|
new
|
|
Bug
|
contrib.postgres
|
1.8
|
#25884 |
migrate --run-syncdb doesn't work when specifying a database
|
new
|
nobody
|
Bug
|
Migrations
|
1.9
|
#25937 |
Failure when using expressions.DateTime on NULL values and aggregating
|
assigned
|
Cheryl Yang
|
Bug
|
Database layer (models, ORM)
|
1.9
|
#25946 |
Negated clauses' "isnull" added term does not take field transforms into account
|
new
|
nobody
|
Bug
|
Database layer (models, ORM)
|
master
|