Michael Radziej

(mir)

Most Active Role

N/A

Most Active Component

Contrib.Admin

Activity Timeline

[No data in this time period]

Components

Tickets

Trac Ticket (211) Reporter (5) Owner (4) Commenter (305) Summary Component
34566 34566 ModelAdmin get_field_queryset uses related admin ordering, but not related admin querysets. contrib.admin
34262 34262 Queryset grouped by annotation with aggregates on another annotated expression crashes on MySQL with sql_mode=only_full_group_by. Database layer (models, ORM)
897 897 1 Bi-Directional ManyToMany in Admin contrib.admin
14974 14974 1 Add support for translation backends other than gettext Internationalization
34692 34692 django.forms.renderers.get_default_renderer()'s template loader cache is not being reset on autoloads. Forms
34691 34691 Add a system check for unmatched URL paths' < / > Core (System checks)
34634 34634 Creating objects with nested MTI crashes. Database layer (models, ORM)
34656 34656 1 Wrong HTML generation in Django admin's change_password form contrib.admin
34217 34217 Migration removing a CheckConstraint results in ProgrammingError using MySQL < 8.0.16. Migrations
34193 34193 TestCase _fixture_teardown breaks database MIRROR usage Testing framework
34142 34142 dumpdata fails when writing a utf-8 to the file Core (Management commands)
14357 14357 Prevent inappropriate order-based grouping on values+annotate queries Database layer (models, ORM)
14296 14296 'manage.py test' failing for apps that access read-only databases Testing framework
14844 14844 6 i18n blocktrans tag pluralization feature limited by gettext constraints and shared local tag context Internationalization
14628 14628 1 Document which settings can be changed at runtime Documentation
17 17 1 Metasystem optimization: Share select_related in memory Database layer (models, ORM)
14808 14808 1 i18n is not safe. Documentation
27991 27991 Add 'obj' kwarg to InlineModelAdmin.has_add_permission() contrib.admin
14675 14675 2 Update docs and project template to avoid "import *" for url patterns Core (Other)
14204 14204 4 Take advantage of SQLite support for FK constraints Database layer (models, ORM)
14091 14091 1 Fix incorrect quoting in connection.queries Database layer (models, ORM)
27595 27595 1 Database converters are not run for related fields referencing related fields Database layer (models, ORM)
27302 27302 Date/time fields flagged as changed in ModelAdmin.construct_change_message contrib.admin
14904 14904 1 TextField with unique (or in unique_together) constraint breaks for large inputs in Postgres Database layer (models, ORM)
14030 14030 2 Use F() objects in aggregates(), annotates() and values() Database layer (models, ORM)
14415 14415 3 Multiple aliases for one database: testing problems Testing framework
14891 14891 1 use_for_related_fields=False is not honored by reverse FK or M2M related managers Database layer (models, ORM)
14098 14098 1 Prevent introspection errors from crashing inspectdb Core (Management commands)
14402 14402 4 help_text is not displayed for ManyToMany raw_id fields contrib.admin
14286 14286 1 Support for BigAutoField Database layer (models, ORM)
14476 14476 1 annotate, default aggregation naming and filter annoyance Database layer (models, ORM)
14909 14909 1 Adding custom command requires code duplication from Command.handle() if one want to use options like verbosity. Core (Management commands)
14087 14087 django.core.management.get_commands only sees commands in the last package of a namespace package Core (Other)
14180 14180 1 Creating redundant indexes on foreign keys for MySQL/InnoDB tables Database layer (models, ORM)
14434 14434 1 AdminSite should rely on self.has_permission for all permission checks contrib.admin
14932 14932 1 Tests failing with SQLite3 on Linux systems; Sites object causing failures. Uncategorized
27 27 1 Single form field for multiple database fields Forms
14372 14372 1 Admin shouldn't render label tags on hidden fields contrib.admin
14226 14226 1 Bug in dumpdata dependency calculation involving ManyToManyFields Core (Serialization)
14136 14136 1 Show how to specify schemas for Oracle databases Documentation
14305 14305 2 inspectdb should output unmanaged model definitions Core (Management commands)
14549 14549 1 Disambiguation of target/source fields for intermediary models when using ManyToManyField Database layer (models, ORM)
14760 14760 1 Admin inlines with file/image field fails to save_as contrib.admin
14950 14950 1 Javascript errors when building CHM file from django docs using Sphinx Documentation
14825 14825 2 LocaleMiddleware should store language preferences if possible Internationalization
14461 14461 4 Allow to use other translation languages than just the ones available in Django Internationalization
14170 14170 3 Issue in get_language_from_request() if LANGUAGES setting is changed at runtime Internationalization
23 23 1 Add support for ValidationWarning Forms
14300 14300 1 manage.py sqlcustom fails if models are in a submodule Core (Management commands)
14540 14540 2 Wrong localization (L10N) thousand separator & decimal point character for Puerto Rico Internationalization
14332 14332 1 manage testserver and manage runserver should have similiar address:port options Core (Management commands)
14287 14287 TEST_MIRROR is not respected in routers Database layer (models, ORM)
14040 14040 1 Python syntax errors in module loading propagate up Core (Other)
14325 14325 1 GenericForeignKey fails if assigned to an object which implements the __len__ method contrib.contenttypes
14615 14615 1 Related objects manager returns related objects with null FKs for unsaved instances Database layer (models, ORM)
14967 14967 1 django.contrib.auth.admin.UserAdmin.response_add changed in 1.2.4 Documentation
14885 14885 1 is_valid for ModelForm changes instance if instance is provided Documentation
14618 14618 3 unable to "inspectdb" on mysql4 database Core (Management commands)
14266 14266 2 Audit database backend support claims, particularly for MySQL Documentation
14574 14574 2 Initial values support for inline model formsets Forms
14147 14147 1 django 1.2 documentation refer to assertQuerysetEqual which is only available in trunk Documentation
14294 14294 2 default input_format not honoroed Documentation
14964 14964 2 create_attachment support for unicode symbols in filename Core (Mail)
632 632 1 database stored templates Template system
640 640 1 order_with_respect_to option fails Documentation
702 702 document that ManyToMany fields can't be in unique_together Documentation
14792 14792 1 error in the default for TEMPLATE_CONTEXT_PROCESSORS Documentation
14438 14438 1 Deserializer raises ValidationError if natural key is given as string Core (Serialization)
14138 14138 2 Apache setup using sqlite3 breaks when performing a field__regex filter Database layer (models, ORM)
14938 14938 3 "Save as" does not save entries added with a Inline Forms
14961 14961 2 Cannot load admin interface static files when doing tutorial Contrib apps
14529 14529 4 Save messages for proxy models show a crazy verbose_name contrib.admin
14776 14776 1 Don't put radio and checkbox input widgets in <ul> lists Forms
14921 14921 1 Cannot run tests against oracle db on trunk Uncategorized
14132 14132 1 Feedgenerator doesn't support dates before 1900 Contrib apps
14812 14812 4 Wrong processing of If-Modified-Since header Contrib apps
13662 13662 Documentation for running tests difficult to find Documentation
14996 14996 1 Incorrect persistent help_text for ModelMultipleChoiceField if widget is overridden in Modelform class Meta: Forms
14984 14984 1 ClearableFileInput generates invalid XHTML Forms
14788 14788 1 Typos in the footer *.djangoproject.com
14358 14358 1 History changes in admin don't show verbose_name contrib.admin
14679 14679 3 Change of behavior in add new user workflow when using "Save" button contrib.admin
14896 14896 1 Delete leads to IntegrityError : bad cascading rule when there's a ManyToManyField pointing to a class having subclasses. Database layer (models, ORM)
14951 14951 4 Unique_for_[date|month|year] fails when the DateField is empty Database layer (models, ORM)
14913 14913 1 Romanian translation, including E date format Translations
14130 14130 2 Catching ImportError in manage.py considered dangerous Core (Other)
14576 14576 1 Regression in FormWizard contrib.formtools
14698 14698 1 django.utils.module_loading.module_has_submodule yields false positives Core (Other)
14702 14702 2 Add a "needs info" state to tickets *.djangoproject.com
14000 14000 3 Removal of obsolete "versionadded" tags Documentation
14858 14858 2 Bug in admin change_form template produces javascript error when adding new object with first_field of type DateTimeField. contrib.admin
14924 14924 5 I18N looks for translations in the reverse order of the apps Internationalization
14455 14455 Document possibly backwards-incompatible localflavor changes contrib.localflavor
14171 14171 2 Python Module Index not available Documentation
14982 14982 1 EMPTY_CHANGELIST_VALUE not honored whit a relation field in list_display Uncategorized
14548 14548 2 Docs and implementation don't match regading return values of certain QuerySet aggregate functions Documentation
14140 14140 1 There is no way to override admin templates to the project level Template system
14906 14906 1 r14915 removed alternative month names from Polish translation added in r14000 Translations
14999 14999 2 Valid lookups are rejected after r15031 contrib.admin
14753 14753 1 Accessing (Get)HttpRequest.raw_post_data in view results in exception during testing Testing framework
14910 14910 1 I18N locale per app resolving - documentation incorrect and bug Internationalization
14824 14824 2 django.utils.get_format_modules doesn't respect USE_L10N Internationalization
14935 14935 admin_views regression test has one failure since r14992 contrib.admin
14388 14388 1 Logging documentation typos Documentation
14948 14948 4 Broken routers in 1.2.4: type object 'ModelBase' has no attribute '_meta' Database layer (models, ORM)
14933 14933 1 SelectDateWidget doesn't render a month Forms
399 399 2 Bigint field object needed Database layer (models, ORM)
10825 10825 3 Template filter date 'U' raises an AttributeError under certain circumstances Template system
689 689 6 Honor Web server provided authentication Core (Other)
8818 8818 1 German translation for security fix Internationalization
528 528 1 Add a documentation generator that creates a PDF or HTML files locally Documentation
14503 14503 2 Unify test for exception+message value assertion method Testing framework
347 347 1 Add setting for table generation to use a default MySQL table type Database layer (models, ORM)
14049 14049 3 Fixture loading should be skipped for TestCase decorated with @skip* Testing framework
14674 14674 1 ResetPasswordForm doesn't consider unusable_password setting contrib.auth
811 811 1 IPv6 address field support Core (Other)
14029 14029 1 not operator on F objects silently fails Database layer (models, ORM)
14699 14699 1 FormWizard tests are scattered between two test modules Testing framework
15781 15781 2 Multiple databases with same model names causing get errors Uncategorized
14733 14733 2 Allow Manager.raw() execute not only "Pure selects" Database layer (models, ORM)
14267 14267 1 Trac Upgrade Tracking Ticket *.djangoproject.com
717 717 If-Modified-Since checked for exact match HTTP handling
14012 14012 8 Adding an User object in a popup fails contrib.admin
14013 14013 1 'django.db.backends.postgresql_psycopg2' isn't an available database backend. (?!?!?) Database layer (models, ORM)
14101 14101 2 Localized DecimalField doesn't accept localized input Internationalization
14083 14083 1 Python module index on docs page is empty *.djangoproject.com
14993 14993 1 Please make clear, that filter_horizontal pertains to m2m fields Documentation
14880 14880 1 raw_id_fields in admin does not work when limit_choices_to dictionary has value=False contrib.admin
14038 14038 4 1.2 Release notes don't mention new template loader classes Documentation
14419 14419 1 Make `makemessages --help` more useful Core (Management commands)
14796 14796 3 inspectdb producing field names which are Python keywords django-admin.py inspectdb
14934 14934 1 Decimal errors not localized to LT because of dictionary interpolation Translations
14309 14309 2 Spanish translation on deleting objects Translations
14870 14870 1 Do not catch all AttributeErrors in CustomRouter.allow_syncdb and friends Database layer (models, ORM)
14491 14491 1 ability to place inlines between fieldsets in admin contrib.admin
14882 14882 1 copy as request param is incorrectly parsed Core (Other)
14701 14701 1 Meta attributes from abstract class Database layer (models, ORM)
14651 14651 1 ignored field index creation for fields with unique=True and db_index=True Database layer (models, ORM)
14591 14591 1 UnicodeDecodeError when trying to render the label of a field contrib.admin
14350 14350 1 Please add a login method to the test Client that doesn't depend on passwords Testing framework
14339 14339 1 Enable testing when you can't create/destroy databases Testing framework
14946 14946 2 Form wizard doesn't process last form contrib.formtools
14869 14869 1 The filter_horizontal widget converts the fields 'verbose_name_plural' to lower case Internationalization
14847 14847 1 dumpdata sends output to stderr, not stdout Uncategorized
14311 14311 1 Improve django.template.defaultfilters.title Template system
14417 14417 2 UnicodeDecodeError exception in recent actions contrib.admin
14747 14747 3 parse error on HTTP_IF_MODIFIED_SINCE header Core (Other)
14730 14730 1 Translation Mistake. MN Translations
14114 14114 1 Opera 10.61 - admin, collapse don't work contrib.admin
14453 14453 3 typecast_timestamp in db.backends.util gives incorrect behavior Database layer (models, ORM)
14637 14637 1 There may an Internationalization bug in Forms Translations
14569 14569 1 Date field expression raw query returns unicode instead of datetime object in sqlite Database layer (models, ORM)
14059 14059 1 ForeignKey Field validates using the default database rather than the current model instance's database Forms
14691 14691 3 foreign key validate() fails for non-default databases Database layer (models, ORM)
14443 14443 2 Oracle backend returns wrong test database name Database layer (models, ORM)
14687 14687 3 Proxy model inheritance and DoesNotExist exception Database layer (models, ORM)
14536 14536 2 Incorrect syntax about using OPTIONS for changing the database engine Documentation
14014 14014 2 Admin Add user view: Clicking 'Save and add another' button still shows extended user detail form contrib.admin
14668 14668 1 apps def unicode->error Uncategorized
14654 14654 1 Cannot make documentation in single HTML file format Documentation
14630 14630 4 Oracle test tablespace disk datafile not big enough for running full Django test suite Testing framework
14398 14398 8 runfcgi umask option should use literal value Core (Management commands)
14173 14173 2 Reference documentation for changepassword django-admin command added in 1.2 Documentation
14463 14463 2 "See allowed date format strings" Is not linked Documentation
14085 14085 3 DATE_FORMAT, TIME_FORMAT etc. docs should have a link to allowed formatting strings Documentation
14530 14530 1 specify if new translations to django core can be made in project directory Documentation
14223 14223 4 Inconsistent exception raising on DB integrity errors Database layer (models, ORM)
14126 14126 2 blocktrans count is parsing incorrectly Translations
14119 14119 1 fields_for_model returns all fields when fields parameter is the empty tuple Forms
14010 14010 1 mention DYLD_LIBRARY_PATH in macosx installation instructions Documentation
14260 14260 conversion of fixtures_regress tests from doctest to unittest format Testing framework
14281 14281 Small documentation fixes after djangocon 2010 sprints commit-fest Documentation
14353 14353 1 unique_together new style is not working properly Uncategorized
14345 14345 1 urlify.js missing maps for Serbian language letters Internationalization
14313 14313 1 wrong display of field title in admin contrib.admin
14314 14314 3 Import error on installation of Django 1.2.3 Uncategorized
14247 14247 [regression in 1.2.2] 'forms' test failure in 1.2.X Testing framework
14224 14224 1 The ModelForm widgets attribute doesn't work(raise Exception) in inlineformset_factory Forms
14179 14179 1 django create table with capitalized chars Uncategorized
14157 14157 1 Birthday calculation failing silently Uncategorized
14112 14112 Some documentation reST fixes Documentation
14141 14141 1 Use :doc: crossref Sphinx role for inter document links Documentation
14111 14111 Misleading note re: unreleased Sphinx version recomendation Documentation
14109 14109 1 can't create django docs - ImportError Documentation
14033 14033 versionadded, versionchanged directives don't insert xref link with Sphinx 1.0 Documentation
14073 14073 1 Update for es_AR translation, 1.2.X branch Translations
14065 14065 1 Admin: non-AutoField primary_key in child model breaks admin inlines (MultiValueDictKeyError) Contrib apps
14064 14064 1 Correct spelling of Argentinian Spanish in global_settings.py Core (Other)
14037 14037 2 models.DateField don't serialize JSON Database layer (models, ORM)
14005 14005 Remove hacks for compatibility with old versions of Sphinx Documentation
920 920 [patch] patch_response_headers breaks when response.content is unicode Core (Cache system)
2327 2327 2 Need a warning that dictionaries passed from a custom context processor may be modified Documentation
659 659 1 Selecting by month with DateField is broken with sqlite3 backend Database layer (models, ORM)
6153 6153 cache tests failing Core (Cache system)
5984 5984 debug view does not escape variable values Template system
265 265 1 Patch: RequiredIfOtherField and friends don't work with edit_inline Core (Other)
115 115 1 Models CRUD via web services Core (Other)
5571 5571 commits should require that the testsuite succeeds Uncategorized
546 546 1 [patch] make render_to_string and render_to_response use select_template Template system
5399 5399 2 Error in test suite, modeltests.fixtures.models.__test__.API_TESTS Testing framework
526 526 1 Error when edit_inline model have unique_together constraint Database layer (models, ORM)
137 137 1 TypeError: can't compare datetime.datetime to datetime.date in date_based.py Generic views
518 518 1 Need validators that aren't attached to a form field Validators
611 611 1 fields with editable=False do not render 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
952 952 2 [patch] Allow for database client encoding configuration from project settings Database layer (models, ORM)
474 474 1 Better method of serving admin media files needed Documentation
344 344 2 Improvements to raw_id_admin for ManyToManyFields contrib.admin
510 510 1 [patch] Defend admin against CSRF attacks contrib.admin
981 981 1 SQL insert files located in every app should be documented Documentation
503 503 Field objects with required arguments shouldn't be keyword arguments. Core (Other)