Chris Wilson

(gcc)

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 (22) Owner (4) Commenter (27) Summary Component
34983 34983 Deprecate django.utils.itercompat.is_iterable(). Utilities
27645 27645 Move Settings.__init__ checks to system checks Core (Other)
34720 34720 BaseReloader.watch_dir() incorrectly checks for existence of path Utilities
56 56 3 Primary key columns should be UNSIGNED Database layer (models, ORM)
17962 17962 Add ModelAdmin.get_deleted_objects() hook contrib.admin
27971 27971 GeoDjango LinearRing and Polygon handle contains/covers differently GIS
27960 27960 ds = DataSource('/path/to/your/cities.shp') fails on first try (GDALException Unknown error code: "198770787"), but works on second GIS
19891 19891 7 Travis CI support Testing framework
22209 22209 2 Django internals call len(queryset) instead of queryset.count() Database layer (models, ORM)
1919 1919 filter truncatewords is inefficient and destroys white space Template system
19422 19422 Model subclass not in INSTALLED_APPS incorrectly collected during object deletion Database layer (models, ORM)
20449 20449 1 New test runner test fails if run from a different directory Testing framework
21949 21949 2 Django doesn't log much at high verbosity levels Core (Other)
22206 22206 1 TextField doesn't set max_length attribute on its formfield, unlike CharField Forms
21518 21518 3 override_settings(ROOT_URLCONF) doesn't clear resolver cache Core (URLs)
21747 21747 The {% elif %} templatetag could use documentation Documentation
937 937 Autoreload reloads for every request. Core (Management commands)
19560 19560 1 Please improve warning message "received a naive datetime while time zone support is active" Database layer (models, ORM)
20502 20502 1 AppResolutionOrderI18NTests fails if 'de' locale cached by previous test Testing framework
20404 20404 2 Add a keys() method to ContextList Testing framework
19611 19611 User Admin breaks on submit with form validation error contrib.auth
20030 20030 django.db.backends.BaseDatabaseWrapper.supports_transactions eats database exceptions Database layer (models, ORM)
19551 19551 Enable dynamic redirect after login, by setting LOGIN_REDIRECT_URL to a callable contrib.auth
19591 19591 QuerySet silently allows querying with objects of wrong class Database layer (models, ORM)
19553 19553 1 Please make save_instance and construct_instance methods of ModelForm Forms
19472 19472 AttributeError: Problem installing auth.user fixtures with swapped user model Documentation
19363 19363 Admin pages no longer validate as XHTML Uncategorized
17549 17549 Add link to open URL from URLField contrib.admin
18540 18540 1 Improve Model flexibility by allowing a custom Options class Database layer (models, ORM)
18064 18064 1 Allow changing form field properties after form creation Forms
17547 17547 How to suppress icon_addlink.gif (RelatedFieldWidgetWrapper) in admin interfaces contrib.admin
26 26 1 Admin validation errors cause FileUploadFields to be reset contrib.admin
14948 14948 Broken routers in 1.2.4: type object 'ModelBase' has no attribute '_meta' Database layer (models, ORM)
461 461 Support use of pypgsql instead of psycopg Database layer (models, ORM)
460 460 Patch for get_table_list() for SQLite3 Database layer (models, ORM)
216 216 sqlite3 broken post rev 329 Metasystem