Marti Raudsepp

(intgr)

Most Active Role

N/A

Most Active Component

Database Layer (Models, Orm)

Activity Timeline

[No data in this time period]

Components

Tickets

Trac Ticket (18) Reporter (14) Owner (3) Commenter (28) Summary Component
34209 34209 4 FileBasedCache has_key is susceptible to race conditions Core (Cache system)
34091 34091 1 Invalid SQL: FROM clauses can be omitted when QuerySet is accessed from multiple threads Database layer (models, ORM)
33483 33483 5 Index name migration instability between database engines Database layer (models, ORM)
27858 27858 3 Stop read-only management commands from attempting to create a django_migrations table Migrations
27420 27420 2 Oracle DB test user password must be quoted if it starts with a number Database layer (models, ORM)
26620 26620 refresh_from_db() shouldn't ignore unknown keyword arguments Database layer (models, ORM)
22666 22666 2 GenericIPAddressField index never used on PostgreSQL Database layer (models, ORM)
494 494 2 Collapse in admin interface for inline related objects contrib.admin
14286 14286 1 Support for BigAutoField Database layer (models, ORM)
25720 25720 1 1.8.x regression: Py2 gettext() returns unicode for bytestring input Internationalization
25683 25683 1 1.8.6 regression: ModelChoiceField no longer accepts Manager objects as queryset Forms
14787 14787 Upload handler should pass errors on to forms.FileField File uploads/storage
21202 21202 2 Atomic masks fatal database errors and instead propagates "connection already closed" Database layer (models, ORM)
14658 14658 DateField initial does not honor locale, against documentation Forms
14721 14721 1 USE_THOUSAND_SEPARATOR fails with UnicodeDecodeError in several locales Internationalization
14700 14700 2 Speed up RawQuerySet iterator Database layer (models, ORM)
14729 14729 RawQuerySet.__repr__ fails when params passed as list Database layer (models, ORM)
14065 14065 1 Admin: non-AutoField primary_key in child model breaks admin inlines (MultiValueDictKeyError) Contrib apps