brian

(breid1313)

Most Active Role

Reporter

Most Active Component

Core (Management Commands)

Activity Timeline

[No data in this time period]

Components

Tickets

Trac Ticket (30) Reporter (20) Owner (1) Commenter (1) Summary Component
28250 28250 Ignore soft applied migrations in consistency check Migrations
35109 35109 1 Enhance `showmigrations` to only write leafs nodes (most recent migrations) to stdout, if desired Core (Management commands)
23557 23557 Prevent silent extension of explicit GROUP BY when using order_by Database layer (models, ORM)
31412 31412 Database timing attack against sessions. contrib.sessions
17 17 Metasystem optimization: Share select_related in memory Database layer (models, ORM)
24030 24030 default id field not migrated correctly Migrations
23908 23908 settings.DEFAULT_CONTENT_TYPE = "application/xhtml+xml" breaks admin site contrib.admin
26384 26384 Migrations crash renaming the pk of a model with a self-referential foreign key on SQLite Migrations
26385 26385 Squashing migrations with Python 2.7 adds bytestring prefix to ManyToManyField 'to' values which fails to run on Python 3 Migrations
26042 26042 types for GenericForeignKey object_pk? contrib.contenttypes
25714 25714 DatabaseError: DatabaseWrapper objects created in a thread can only be used in that same thread. Database layer (models, ORM)
25674 25674 regression in test discovery Testing framework
24768 24768 KeyError: u"Problem installing fixture '<filename>.json': u'manager'" Database layer (models, ORM)
23455 23455 migrations created with python2 break with python3 Migrations
23459 23459 not faking 0001_initial migration Migrations
23360 23360 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 BooleanField returning integer instead of Boolean Database layer (models, ORM)
14948 14948 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 Related objects interface should be tighter (edit_inline) contrib.admin
15000 15000 IRC logs 404 *.djangoproject.com
10453 10453 get_db_prep_value called with seralized data Database layer (models, ORM)
899 899 Formfield doesn't display default value Forms
666 666 Admin should get 404 and 500 templates contrib.admin
572 572 When i have an ImageField and a auto_now DateTimeField in the same model it doesnt get saved contrib.admin
930 930 [patch] Leaving out ¨ordering¨ in OneToOne relationship causes bad SQL statement Metasystem