Andriy Sokolovskiy

(coldmind)

Most Active Role

Reporter

Most Active Component

Migrations

Activity Timeline

[No data in this time period]

Components

Tickets

Trac Ticket (33) Reporter (17) Owner (23) Commenter (97) Summary Component
24901 24901 1 makemigrations should create empty migrations dir for any installed app without it Migrations
24472 24472 2 Define internal types explicitly for related fields Database layer (models, ORM)
24803 24803 3 Collected SQL does not respect empty strings as params when formatting result sql Database layer (models, ORM)
12118 12118 2 in-memory test database does not work with threads Database layer (models, ORM)
24964 24964 6 Infinite migrations with empty help_text via ugettext_lazy Migrations
14204 14204 1 Take advantage of SQLite support for FK constraints Database layer (models, ORM)
23405 23405 10 Blank-able CharFields require default='' Migrations
24227 24227 1 isinstance checks on ForeignKey/ManyToManyField should be replaced with field.many_to_one/field.many_to_many Database layer (models, ORM)
24588 24588 1 Improve handling apps without migrations while running migrate command. Migrations
25563 25563 3 Deferred models should be cached in their proxied model app Database layer (models, ORM)
24156 24156 4 inherited manytomany.all() empty when 2 or more inherited model from abstract one Database layer (models, ORM)
25523 25523 1 manage.py runserver ignores logging configuration error and shows wrong exception Core (Management commands)
25503 25503 2 Django 1.8 checks crash on ForeignKey to abstract model Database layer (models, ORM)
25069 25069 2 Make _unregister_lookup be public API Database layer (models, ORM)
25092 25092 1 Inconsistency in Query.__str__ and actual query Database layer (models, ORM)
20203 20203 2 Impossible to have a descriptor named `objects` on an abstract model Database layer (models, ORM)
24948 24948 1 BMP Image File treated as invalid Forms
24946 24946 3 Implement register_lookups Database layer (models, ORM)
24744 24744 5 Missing relabeled_clone methods are causing fails in subqueries contrib.postgres
24833 24833 3 Annotation with `Case` can't be used with `exclude` Database layer (models, ORM)
22728 22728 3 get_or_create with field lookups cause empty values Database layer (models, ORM)
24831 24831 3 Pickling querysets with prefetch_related breaks Database layer (models, ORM)
24817 24817 3 Renaming a model field that has null=False makes it nullable in MySQL Migrations
24301 24301 6 Add missing aggregate functions for contrib.postgres contrib.postgres
24320 24320 3 Unable to serialize UUIDField when running dumpdata with JSON format Core (Serialization)
24104 24104 4 SQLite schema should to look for internal type of field instead of class instance when choosing a default for created fields Database layer (models, ORM)
24061 24061 8 When deleting a model with foreignkey, redundant RemoveField created. Migrations
23987 23987 3 sqlite backend doesn't always use effective_default() Database layer (models, ORM)
24064 24064 4 Spatialite tests could use or create real database Database layer (models, ORM)
23983 23983 3 Cannot Alter order_with_respect_to after there is already data in a table Migrations
23946 23946 1 Runserver socket error in unicode fails to print error message Core (Management commands)
23807 23807 1 Postgres backend throws error when coercing psycopg2 version string to int when version contains non-numeric characters Database layer (models, ORM)
22925 22925 1 Provide ability to make ModelForm fields required by specifying them explicitly in Meta Forms