Karen Tracey

(kmtracey)

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 (217) Reporter (91) Owner (62) Commenter (336) Summary Component
14832 14832 Impossible to create inline objects if form validates but is unchanged contrib.admin
891 891 1 customize table name prefixes Database layer (models, ORM)
56 56 1 Primary key columns should be UNSIGNED Database layer (models, ORM)
27683 27683 1 Change default transaction isolation level to READ COMMITTED on MySQL Database layer (models, ORM)
14606 14606 1 Application module imported twice when running development server Core (Other)
5748 5748 3 Fix rounding issue with floatformat filter Template system
27628 27628 startproject with template as a github zipball fails with PermissionError Utilities
27636 27636 1 The filter queryset is dynamic? Database layer (models, ORM)
494 494 2 Collapse in admin interface for inline related objects contrib.admin
29 29 1 Fix usability issue with limit_choices_to and "Add another" in admin contrib.admin
14310 14310 1 MySQL - collate in queries Uncategorized
17215 17215 4 runtests doesn't clean up all temp files all the time Testing framework
14087 14087 1 django.core.management.get_commands only sees commands in the last package of a namespace package Core (Other)
16426 16426 sqlite: Cannot delete more than 999 things if there is a relation pointing to them Database layer (models, ORM)
11407 11407 --version weirdness Core (Management commands)
14003 14003 1 Filtering on a relation whose model has a different PK type doesn't work Database layer (models, ORM)
22488 22488 "ValueError: Lookup failed" on migrate after 1.7b2 upgrade Migrations
22445 22445 1 Doc on reversible data migrations needed Documentation
22444 22444 conflicting docs regarding initial_data loading Documentation
21758 21758 Document South->built-in migrations transition Migrations
680 680 1 get_absolute_url not being used correctly in admin interface? contrib.admin
14019 14019 1 SQLInsertCompiler.as_sql() failure Database layer (models, ORM)
10033 10033 3 Oracle test suite failures after aggregation checkin Database layer (models, ORM)
10250 10250 MySQL quoting not happening for aggregation group by? Database layer (models, ORM)
14089 14089 1 Username validation allows '@' character, while auth backend explicitly prevents this. contrib.auth
18234 18234 1 ValueError attempting to save a flatpage with no sites contrib.flatpages
18971 18971 2 Add a CONTRIBUTING doc Documentation
18754 18754 1 staticfiles test failure under Windows contrib.staticfiles
14686 14686 2 ORM support for VoltDB Database layer (models, ORM)
18052 18052 syndication feed doc deprecation note needs updating Documentation
17972 17972 regression: admin list_filter does not work with to_field contrib.admin
12753 12753 4 Fixture loading can fails on second syncdb when auto_now_add field is ommitted Core (Serialization)
17876 17876 3 get_klass_info should handle proxy models and with select_related Database layer (models, ORM)
17879 17879 3 Regression in serializers when using natural keys Core (Serialization)
14294 14294 3 default input_format not honoroed Documentation
8962 8962 2 Make `input_formats` and `format` work consistently across `date`, `datetime`, and `time` fields and widgets. Forms
17463 17463 timezones tests fail on Windows Core (Other)
17462 17462 1 TestCollectionCachedStorage errors & failure on Windows contrib.staticfiles
14438 14438 Deserializer raises ValidationError if natural key is given as string Core (Serialization)
16393 16393 2 CookieWizard incompatible with simlejson 2.0.9 contrib.formtools
14455 14455 2 Document possibly backwards-incompatible localflavor changes contrib.localflavor
14219 14219 1 Incorrect empty field validation for DateTimeField with SplitDateTimeWidget Forms
14661 14661 1 A couple of MySQL/MyISAM test failures Testing framework
14034 14034 1 admin inline formset with "extra" ignores last line when saving Contrib apps
15603 15603 3 Don't send HTML emails by default Core (Other)
15021 15021 Debug page code double-spaced, kinda Core (Other)
14977 14977 1 contrib.admin ordering by two or more fields contrib.admin
14954 14954 2 AttributeError: 'dict' object has no attribute 'status_code' Uncategorized
14947 14947 1 regressiontests.fixtures_regress.tests.TestFixtures.test_dumpdata_uses_default_manager() fails with Python 2.7 Uncategorized
14921 14921 1 Cannot run tests against oracle db on trunk Uncategorized
14920 14920 Many test failures running full suite with postgres backend Uncategorized
14919 14919 1.2.X branch test failure: test_csrf_token_in_404 Uncategorized
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)
14670 14670 1 GenericTabularInline broken as of r13708 Contrib apps
14731 14731 1 [Patch] Change 14413 breaks old fixtures with permissions contrib.auth
14582 14582 1 django.contrib.staticfiles development file serving is backward-incompatible if MEDIA_URL was pointing to /static/ folder Contrib apps
14703 14703 1 memcached.set_many() should not special case unicode data Core (Cache system)
14465 14465 1 TemplateSyntaxError in Django Admin search Uncategorized
11905 11905 1 modelform_factory returns a broken form when given wrong value for fields Forms
12910 12910 xgettext now required to run tests Uncategorized
12967 12967 Doc for #7980 not flagged as new/changed in 1.2 Internationalization
12968 12968 Changed location of auth context processor needs to be flagged Documentation
12969 12969 new symlinks option needs versionadded flag in doc Internationalization
12992 12992 2 New template loaders lose debug information Template system
13111 13111 2 1.1.X: decorators broken by r12763 Uncategorized
13156 13156 exists() selects all columns Database layer (models, ORM)
13275 13275 url_backwards_re catastrophic backtracking (?) problem Template system
13324 13324 r12914 introduced test failure on 1.1.X branch Database layer (models, ORM)
13348 13348 3 After r12950, load_app does not return models modules from eggs Database layer (models, ORM)
13360 13360 1 r12992 breaks Python2.3 compitibility in tests on 1.1.X branch Uncategorized
13362 13362 bug8245 test fails on 1.1.X/Python2.3 after r12957 contrib.admin
13389 13389 error flushing database after app_loading tests (DB-specific) Database layer (models, ORM)
13469 13469 1.1.X test failures on Python 2.3 after r13085 Core (Other)
6298 6298 2 Include sample settings file(s) to run django unit tests i.e. make running unit tests easier Testing framework
7977 7977 4 add geo support to admindocs GIS
342 342 1 Add a way for fields to be displayed in the admin without being editable contrib.admin
399 399 3 Bigint field object needed Database layer (models, ORM)
10640 10640 1 Add `add_form_template` option to ModelAdmin contrib.admin
12560 12560 Unique validation should not check for null atuo-assigned PK Uncategorized
12562 12562 3 Test failure on Python 2.7 alpha 2 Uncategorized
12588 12588 context_processors test failure since r12207 Uncategorized
12700 12700 readonly_fields specified on inline model admin cause KeyError since r12297 Uncategorized
12724 12724 2 get_comment_permalink tests failing on Postgres contrib.comments
12736 12736 Database passwords visible on debug page with new-style database config Uncategorized
12759 12759 raw_query tests fail with psycopg1 backend Database layer (models, ORM)
12764 12764 2 views tests fail with psycopg1 backend Database layer (models, ORM)
12765 12765 1 syndication test fails with psycopg1 backend Database layer (models, ORM)
12766 12766 2 custom_pk test fails with psycopg1 backend Database layer (models, ORM)
12773 12773 3 Update FAQ to indicate supported Python versions Documentation
12948 12948 Test added in r12505 fails for older Pythons & non-sqlite DBs Database layer (models, ORM)
11535 11535 2 GenericRelation query with OR creates incorrect SQL Database layer (models, ORM)
11613 11613 4 Add a --failfast argument to the testrunner Testing framework
11632 11632 5 show_hidden_initial=True produces invalid HTML Forms
11791 11791 2 Incorrect HTML Code rendered in list_editable enabled changelists contrib.admin
11972 11972 2 Title filter should not capitalize ordinals Template system
12146 12146 2 Canada localflavor: postal code validation too lax contrib.localflavor
12215 12215 1 ModelChoiceIterator doesn't define __len__ Forms
12285 12285 Confusing error message when ModelForm does not have model set Forms
12364 12364 1 CTRL-C could be caught by the TestRunner to display any failures found so far Testing framework
12365 12365 Bring the revision number to equal this ticket number. Uncategorized
12368 12368 1 django.contrib.messages tests fail with mysql backend - ordering issues Contrib apps
11188 11188 2 Contradiction in queryset documentation re slices Documentation
11149 11149 4 error with def save_form_data -- Database layer (models, ORM)
10922 10922 2 Model formsets - matching POST data to model instances is fragile Forms
10831 10831 2 Using autocommit transaction decorator with new-style TestCase can lead to incorrect DB commit Testing framework
11532 11532 Possible #10537 regression contrib.admin
10254 10254 6 The use of 'FileField' Upload file missing Chinese characters (non-ascii) File uploads/storage
10249 10249 3 Cannot create a consistent method resolution order (MRO) for bases FieldFile, File Database layer (models, ORM)
9696 9696 3 FileField raises unhandled exception when filename contains non-ascii characters File uploads/storage
8900 8900 2 TemporaryFileUploadHandler - Windows Permission Error (ErrNo 13) File uploads/storage
10788 10788 1 Actual name of uploaded file available later than it was in 1.0 File uploads/storage
8746 8746 2 Data entered in raw_id_fields needs better checking contrib.admin
12370 12370 1 Test management command accepts a parameter extra_tests, which defaults to [] Testing framework
8512 8512 New documentation - F and field validation? Documentation
3203 3203 3 [patch] bdist_wininst does not place package data files correctly Tools
8151 8151 1 UnicodeDecodeError from /django/contrib/admin/options.py in save_change contrib.admin
8156 8156 UnicodeEncodeError on repr of UploadedFile with unicode name File uploads/storage
8485 8485 Database backend refactor suppresses ImproperlyConfigured exceptions Database layer (models, ORM)
8520 8520 password_change() got an unexpected keyword argument 'post_save_redirect' contrib.admin
8569 8569 3 Admin fieldsets can cause "'str' object has no attribute '_default_manager'' under mod_wsgi Uncategorized
8575 8575 get_or_create testcase fails under MySQL Database layer (models, ORM)
8622 8622 2 Exceptions in UploadHandler cause hang File uploads/storage
8648 8648 10 Admin ignores to_field on ForeignKey contrib.admin
8680 8680 gis may break Python help() modules command GIS
8694 8694 Change page for model with a OneToOne field doesn't display related field value contrib.admin
8695 8695 KeyError on save of model with inline-edited OneToOne sharing primary key contrib.admin
8725 8725 1 TemplateSyntaxError at /admin/ with [8760] Core (Other)
7919 7919 3 Import hashlib instead of md5/sha when possible Uncategorized
8235 8235 1 admin_scripts tests deprecation warning on Linux/Python 2.6b2 Testing framework
8078 8078 2 sets module deprecated in Python 2.6 contrib.admin
7920 7920 3 Adapt to Decimal repr change in Python 2.6 Uncategorized
661 661 1 New function: batch save of objects would make for more efficient processing Core (Other)
14506 14506 1 Crash on HEAD request Documentation
811 811 2 IPv6 address field support Core (Other)
16154 16154 5 r16051 broke editing a filtered changelist contrib.admin
11436 11436 _doctest.py needs updating Testing framework
14766 14766 1 ordering by a field that does not exists returns an empty QuerySet Database layer (models, ORM)
15597 15597 4 500 error emails in 1.3 include misleading info at bottom Core (Other)
14012 14012 2 Adding an User object in a popup fails contrib.admin
10700 10700 Searching 1.0 docs -- results link to dev docs *.djangoproject.com
14067 14067 1 _perform_unique_checks, _perform_date_checks broken for subclasses Database layer (models, ORM)
14902 14902 1 Won't delete files with accents (or other unicode characters) Core (Other)
14838 14838 1 django admin: a staff memeber can delete itself Contrib apps
14813 14813 1 Order of fieldnames in exclude= (inside ModelForm) can mess things up Forms
14561 14561 1 Missing step in tutorial Documentation
14717 14717 1 Connection error not handled Uncategorized
14647 14647 1 ModelForm fields' non-uniqueness errors aren't customizable Forms
14607 14607 1 Settings.py: A blank ADMIN_MEDIA_PREFIX fails annoyingly Uncategorized
14535 14535 1 Model.objects.all() causing ImportError in Django 1.2.3 in stand-alone script Database layer (models, ORM)
14521 14521 1 Camel case used for mthods' names Uncategorized
11358 11358 3 Flatpage sitemap shows all pages, even private pages Contrib apps
14364 14364 1 Admin add form, element focus script not working because of wrong id contrib.admin
14340 14340 1 Ordering ModelAdmin form fields contrib.admin
14324 14324 1 Django not rotating logs Core (Other)
14323 14323 1 ModelChoiceField does not catch ValueErrors in to_python() Core (Other)
14304 14304 1 Problem with locale Internationalization
14265 14265 1 Tag the 1.2.3 release in the repository Uncategorized
14278 14278 1 sqlite3 backend and django 1.2.3, bug: «no such table» Database layer (models, ORM)
14275 14275 2 Russian file name file in upload File uploads/storage
13702 13702 DATE_FORMAT et al not used when USE_L10N is False Internationalization
14235 14235 2 UnicodeDecodeError in CSRF middleware Forms
14246 14246 3 aggregation_regress tests don't run on Postgres that supports StdDev Uncategorized
14242 14242 1 UserChangeForm Causes KeyError in 1.2.2 and Trunk Forms
14090 14090 1 Many sql queries needed to display change user form contrib.auth
14177 14177 2 Out of date cache on django.db.models.options.Options instance after adding ForeignKey at runtime Database layer (models, ORM)
14172 14172 2 small typo in admin action docs Documentation
14151 14151 1 Tutorial part 2, adding short_description in model do not work Documentation
14143 14143 1 Database problems and import error of django.contrib.messages Uncategorized
14127 14127 2 Bad formatting in the text Documentation
14124 14124 1 Cannot use a proxy model with unique_together Uncategorized
14052 14052 1 Error on a code in Tutorial 01 Documentation
14100 14100 2 Spelling error Documentation
14088 14088 1 Possible typo in Tutorial page #4 Documentation
8426 8426 Wrap help_text in "<span class="helptext"></span>", like errors in "<ul class="errorlist"></ul>" in HTML output Forms
14062 14062 2 Correcting Python version requirement on FAQ install page Documentation
14061 14061 1 MultiPartParser receives an HTTP_CONTENT_LENGTH of zero File uploads/storage
14042 14042 1 DATE_FORMAT and DATETIME_FORMAT are ignored Core (Other)
14036 14036 1 foreignKey doesn't work properly in admin - last current svn revision (1.3 pre alpha) contrib.admin
14024 14024 1 Application freezes on access to request.POST under WSGIRequest+multipart/form-data HTTP handling
13653 13653 2 Python 2.4 + hashlib causes AttributeError calling hmac.new() Core (Other)
12721 12721 2 PostgreSQL problem deleting objects with GenericRelation and non-integer object_id Uncategorized
12393 12393 1 testGenericInlineFormset fails on Postgres Uncategorized
12395 12395 Full suite test failures after r11863 Uncategorized
12385 12385 5 Fields type descriptions aren't translatable after r11833 Internationalization
10969 10969 3 django/contrib/localflavor/us/models.py update USStateField to act as a normal CharField with choices. contrib.localflavor
11247 11247 FieldError resulting from intermixing model forms with model definitions Database layer (models, ORM)
11209 11209 3 connection.queries reports different SQL query than MySQL log Documentation
11205 11205 3 Tutoria Page 1: django.db.models.Model.__str__() used instead of __str__() Documentation
10676 10676 2 new test methodology (db rollback rather than reset) causes error when parameters passed to transaction methods Testing framework
9487 9487 4 Links to Python docs broken after Python docs refactor Documentation
10252 10252 Can't use id as a field name for parent_link in a child model Database layer (models, ORM)
10251 10251 Problem with inheritance plus explicit primary_key in child model Database layer (models, ORM)
9252 9252 4 IncorrectLookupParameters not being raised in admin get_query_set contrib.admin
10121 10121 7 ImageField (and FileField) loses data when re-saving from admin contrib.admin
10069 10069 3 'RelatedObject' object has no attribute 'unique' thrown by ModelForm validation Forms
9859 9859 4 UnicodeDecodeError in admin views for python 2.3. contrib.admin
9814 9814 2 Python 2.6's sqlite refuses 8-bit SafeStrings Database layer (models, ORM)
9261 9261 http://www.djangoproject.com/download/ needs updating *.djangoproject.com
9748 9748 r9550 broke modeladmin test Uncategorized
9608 9608 2 Broken model unicode methods can lead to bare exceptions Core (Other)
9585 9585 1 r9398 broke test suite on Python2.3/2.4 Testing framework
9592 9592 5 generic_inline_admin test fails when run with all tests Uncategorized
9506 9506 5 Missing i18n string in django.contrib.admin.options Internationalization
9579 9579 5 problem with safe_join function from django.utils._os Uncategorized
106 106 3 [patch] Problem with some js/select box on IE contrib.admin
5079 5079 2 DecimalFields converted to float before being stored Database layer (models, ORM)
9565 9565 2 DecimalField damages decimals when saving Database layer (models, ORM)
7064 7064 3 Decimal validation doesn't correctly handle max_digits == decimal_places Validators
9514 9514 2 Two admin templates incorrectly use errors.items contrib.admin
6160 6160 3 Escaping of validation errors Forms
9111 9111 3 form error get escaped on _html_output even if it is a SafeString instance Forms
9218 9218 2 KeyError in validate_unique when primary_key is in fields and it's empty in form Forms
9039 9039 7 Form validation problem for model with ForeignKey having unique=True,blank=True,null=True Forms
9411 9411 3 Test added in [9081] fails on MySQL Uncategorized
8969 8969 Missing ref tag on QuerySet API reference page Documentation
8089 8089 Changeset 8191 deserves mention in Backward Incompatible Changes Documentation
397 397 1 Can't checkout with svn *.djangoproject.com