django@...

(django@...)

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 (53) Reporter (26) Owner (0) Commenter (10) Summary Component
373 373 Add support for multi-column primary keys. Database layer (models, ORM)
17 17 Metasystem optimization: Share select_related in memory Database layer (models, ORM)
27360 27360 Make it easier to track down the offending models for AlreadyRegistered exceptions contrib.admin
27332 27332 Specifying additional ON arguments, and more flexibility with joins Database layer (models, ORM)
27542 27542 Client.force_login() shouldn't use authentication backends without a get_user() method Testing framework
14930 14930 `values_list()` fails on queryset ordered by extra column Database layer (models, ORM)
1292 1292 [patch] Template loader caching can cause circular imports Template system
14263 14263 Allow fields to support custom double-underscore lookup methods Database layer (models, ORM)
14007 14007 Automatically discover models within a package without using the app_label Meta attribute Database layer (models, ORM)
14658 14658 DateField initial does not honor locale, against documentation Forms
14633 14633 Reorganize settings reference docs Documentation
14976 14976 Add is_html flag to contrib.messages contrib.messages
736 736 2 [patch] QueryDict items() and mutability protection fix with doctests Core (Other)
702 702 document that ManyToMany fields can't be in unique_together Documentation
14948 14948 Broken routers in 1.2.4: type object 'ModelBase' has no attribute '_meta' Database layer (models, ORM)
13 13 Related objects interface should be tighter (edit_inline) contrib.admin
811 811 IPv6 address field support Core (Other)
14283 14283 AttributeError on admin detail page after r13708 Contrib apps
1105 1105 [patch] simple_tag decorator enhancement Template system
708 708 search for meta.IPAddressField with postgresql backend is broken (admin) Database layer (models, ORM)
685 685 1 [patch] list_detail and archive_* generic views should default allow_empty to True Generic views
921 921 Add a "me" shortcut to UserFields contrib.admin
1501 1501 [magic-removal][patch] embed IPython shell in development server Core (Other)
1304 1304 [magic-removal] template.resolve_variable does not resolve numbers Template system
956 956 Updated Galician (gl) translation Internationalization
639 639 1 Model FileFields empty on first pass through save() Core (Other)
934 934 ImageField's cause the admin UI to not allow modifications? Validators
688 688 [patch] Error handlers lack context. Translations
501 501 1 {{ block.super }} returns value of the most remote ancestor contrib.syndication
624 624 formfields.CheckboxSelectMultipleField validators are broken Core (Other)
201 201 ImageField validation error contrib.admin
962 962 1 [patch] Filter registration decorator is missing a return statement Core (Other)
917 917 [patch]New admin change_list should be looked up in the app templates contrib.admin
199 199 CharField should raise an exception when maxlength is not specified Metasystem
1400 1400 [magic-removal] [patch] proposed update to template system Template system
741 741 Session unpickler is not fault tolerant Core (Other)
1366 1366 [patch] Static view should escape filenames in the directory listing Core (Other)
1488 1488 [magic-removal][patch] request.user proxy object gives read-only attributes Core (Other)
165 165 Should mod_python config use PythonOption instead of SetEnv for settings? Core (Other)
1552 1552 [magic-removal][patch] Meta verbose_name_plural has no default Database layer (models, ORM)
1176 1176 [patch] Comment tag that doesn't generate a nodelist Core (Other)
1326 1326 [magic-removal] [patch] Allow model properties in list_display contrib.admin
658 658 [patch] javascript calendar widget layout broken in IE contrib.admin
1641 1641 [magic-removal][patch] WSGIRequest.get_full_path should permit absent QUERY_STRING Core (Other)
202 202 Error when uploading image Metasystem
753 753 2 ValidationError & CriticalValidationError raise assertion errors since translation update Validators
1338 1338 Undefined context variables should not resolve to the value of TEMPLATE_STRING_IF_INVALID Generic views
1058 1058 Error in wordwrap filter documentation Documentation
1008 1008 Admin change_form.html should have {{ block.super }} in {% block extrahead %} contrib.admin
709 709 1 The MultiValueDict in datastructures.py should have a "__contains__" method defined Core (Other)
936 936 1 loader.load_template_source forgets to return a value contrib.admin
916 916 New admin change_list should be looked up in the app templates To switch your existing trunk checkout to the new-admin branch: {{{ svn switch http://code.djangoproject.com/svn/django/branches/new-admin/ New admin change_list should get looked up in contrib.admin
819 819 Broken database examples link on djangoproject.com *.djangoproject.com