Stephen Burrows

(melinath)

Most Active Role

N/A

Most Active Component

N/A

Activity Timeline

[No data in this time period]

Components

[No data in this time period]

Tickets

Trac Ticket (36) Reporter (29) Owner (10) Commenter (82) Summary Component
27694 27694 Improve documentation of supported lookups on HStore & JSON fields Documentation
15279 15279 5 Inheritance of fields from a single abstract base class through multiple abstract classes causes errors. Database layer (models, ORM)
22395 22395 3 Deleting a model and fields that relate to it results in ValueError: Related model '<app>.<model>' cannot be resolved Migrations
17209 17209 Dogfood class-based views in contrib.auth contrib.auth
22397 22397 5 Issues removing M2M field with explicit through model Migrations
27693 27693 1 Case insensitive lookups on JSONField nested values contrib.postgres
17208 17208 Dogfood class-based views in contrib.admin contrib.admin
11027 11027 3 Storage backends should know about the max_length attribute of the FileFields File uploads/storage
13956 13956 10 Indefinite args for simpletags and inclusion tags Template system
22411 22411 3 Migrations attempt to create content types without first running contenttypes sync/migrations Migrations
7377 7377 2 "extends" and "block" tags are not available when constructing template from scratch Template system
23014 23014 Renaming a field in a unique_together fails Migrations
23013 23013 Removing unique_together constraint from model fails Migrations
23020 23020 6 runserver auto-reload broken in 1.7.x (rc) on Mac OS X Core (Management commands)
22874 22874 2 Swappable dependency breaks if swappable model not in first migration of its app Migrations
22783 22783 Auto-created migrations place custom user model *after* things that depend on it. Migrations
22432 22432 3 Switching model on an M2M field results in a broken db (no change to the automatic through table) Migrations
22628 22628 2 min_num on formsets should not just be added to extra. Forms
22502 22502 8 Datetime fields break empty form validation on first attempt (but not second) Forms
22325 22325 2 Defining a custom user model in an app and having relations between it and other models in the app causes circular dependencies Migrations
19457 19457 1 ImageField size detection fails for some files even when PIL could succeed File uploads/storage
22518 22518 3 Migrations broken with custom user model Migrations
22359 22359 Changing m2m field to blank=True makes failed migration on sqlite Migrations
22300 22300 2 Migrations fail if a relation field is added where a non-rel field was Migrations
15145 15145 1 __in is ignored by an excluded query if foo__in is set to an empty iterable Database layer (models, ORM)
14609 14609 1 __or__ method of queries does not return a correctly combined query. Database layer (models, ORM)
12337 12337 3 save_m2m() does not honor save_instance's exclude argument Forms
14567 14567 7 ModelMultipleChoiceField inconsistently returns a list if empty. Forms
19236 19236 M2M fields should type-check rather than just trying for a split() method Database layer (models, ORM)
18254 18254 Add support for `as <varname>` to the staticfiles {% static %} template tag. contrib.staticfiles
16150 16150 1 Syndication Feed docs incorrectly describe <link> tag. Documentation
16207 16207 4 UserProfile documentation (not extensive enough) Documentation
16196 16196 2 Redundant or incorrect code in tests Uncategorized
14082 14082 2 modelform_factory should use the form's metaclass Forms
15535 15535 {% blocktrans %} tag raises KeyErrors while rendering Internationalization
15322 15322 Trivial change to AdminAuthenticationForm.clean contrib.admin