Brian May

(brian)

Most Active Role

Reporter

Most Active Component

Database Layer (Models, Orm)

Activity Timeline

[No data in this time period]

Components

Tickets

Trac Ticket (29) Reporter (19) Owner (0) Commenter (56) Summary Component
28250 28250 Ignore soft applied migrations in consistency check Migrations
23557 23557 1 Prevent silent extension of explicit GROUP BY when using order_by Database layer (models, ORM)
31412 31412 2 Database timing attack against sessions. contrib.sessions
17 17 3 Metasystem optimization: Share select_related in memory Database layer (models, ORM)
24030 24030 3 default id field not migrated correctly Migrations
23908 23908 4 settings.DEFAULT_CONTENT_TYPE = "application/xhtml+xml" breaks admin site contrib.admin
26384 26384 3 Migrations crash renaming the pk of a model with a self-referential foreign key on SQLite Migrations
26385 26385 2 Squashing migrations with Python 2.7 adds bytestring prefix to ManyToManyField 'to' values which fails to run on Python 3 Migrations
26042 26042 1 types for GenericForeignKey object_pk? contrib.contenttypes
25714 25714 2 DatabaseError: DatabaseWrapper objects created in a thread can only be used in that same thread. Database layer (models, ORM)
25674 25674 4 regression in test discovery Testing framework
24768 24768 10 KeyError: u"Problem installing fixture '<filename>.json': u'manager'" Database layer (models, ORM)
23455 23455 2 migrations created with python2 break with python3 Migrations
23459 23459 4 not faking 0001_initial migration Migrations
23360 23360 6 CircularDependencyError with AUTH_USER_MODEL set Migrations
21484 21484 Document that SQL logging does not include "framework level" queries Documentation
21463 21463 django mysql connection pinging Database layer (models, ORM)
19619 19619 2 BooleanField returning integer instead of Boolean Database layer (models, ORM)
14948 14948 1 Broken routers in 1.2.4: type object 'ModelBase' has no attribute '_meta' Database layer (models, ORM)
14600 14600 No mentioning of addition of staticfiles to TEMPLATE_CONTEXT_PROCESSORS after 1.2 in settings documentation Documentation
342 342 Add a way for fields to be displayed in the admin without being editable contrib.admin
10028 10028 Incorrect SQL join construction Database layer (models, ORM)
13 13 1 Related objects interface should be tighter (edit_inline) contrib.admin
15000 15000 IRC logs 404 *.djangoproject.com
10453 10453 1 get_db_prep_value called with seralized data Database layer (models, ORM)
899 899 1 Formfield doesn't display default value Forms
666 666 1 Admin should get 404 and 500 templates contrib.admin
572 572 1 When i have an ImageField and a auto_now DateTimeField in the same model it doesnt get saved contrib.admin
930 930 1 [patch] Leaving out ¨ordering¨ in OneToOne relationship causes bad SQL statement Metasystem