Russell Keith-Magee

(russellm)

Most Active Role

Reporter

Most Active Component

Contrib.Admin

Activity Timeline

[No data in this time period]

Components

Tickets

Trac Ticket (513) Reporter (133) Owner (69) Commenter (885) Summary Component
22977 22977 No validation error when ForeignKey related_name clashes with manager name. Core (System checks)
897 897 2 Bi-Directional ManyToMany in Admin contrib.admin
7835 7835 7 Provide the ability for model definitions that are only availably during testing Testing framework
14810 14810 1 Admin inline templates need blocks contrib.admin
14761 14761 1 URL resolving / reversing design doesn't allow alternate specs Core (URLs)
14845 14845 1 Document connection-creation process Documentation
14832 14832 1 Impossible to create inline objects if form validates but is unchanged contrib.admin
891 891 2 customize table name prefixes Database layer (models, ORM)
11541 11541 1 F() expressions don't allow assignment of Foreign Key values on instances Database layer (models, ORM)
14411 14411 1 Inline delete not prompting cascade delete warning contrib.admin
14357 14357 1 Prevent inappropriate order-based grouping on values+annotate queries Database layer (models, ORM)
14296 14296 2 'manage.py test' failing for apps that access read-only databases Testing framework
14035 14035 4 Cannot access POST after request.encoding was set to a custom value HTTP handling
56 56 2 Primary key columns should be UNSIGNED Database layer (models, ORM)
14645 14645 1 Exclude query with multiple conditions for the same multi-value relation not correct Database layer (models, ORM)
7572 7572 2 Fixture loading succeeds, but leads to bad query results for test cases under MySQL Testing framework
14408 14408 1 Admin Error when subclassing ContentType for generic Relations contrib.admin
14722 14722 1 @last_modified should ignore lack of etag method when USE_ETAGS is enabled. HTTP handling
14129 14129 1 Slovenian translation plural-forms Internationalization
14365 14365 1 Make template-rendering signals available also in DEBUG mode Testing framework
20629 20629 1 Admonitions in custom User model documentation may be scaring off users Documentation
14688 14688 1 BaseInlineFormSet does not support "auto_id" Forms
14808 14808 1 i18n is not safe. Documentation
15372 15372 1 manage.py adds to sys.path and forcibly imports the parent dir of the settings module Core (Other)
14204 14204 1 Take advantage of SQLite support for FK constraints Database layer (models, ORM)
820 820 1 Add "view" permission to compliment add/change/delete contrib.admin
14642 14642 1 save_as=True and generic inline in admin gives IndexError contrib.contenttypes
14807 14807 2 django.utils.formats localize_input inserts thousands_separator into boolean values Internationalization
19130 19130 Auth forms contain hard-coded assumptions about field length contrib.auth
27690 27690 remove sleep before dropping test db? Testing framework
14030 14030 1 Use F() objects in aggregates(), annotates() and values() Database layer (models, ORM)
14415 14415 6 Multiple aliases for one database: testing problems Testing framework
14891 14891 2 use_for_related_fields=False is not honored by reverse FK or M2M related managers Database layer (models, ORM)
17281 17281 AdminErrorHandler silently fails if the log message contains newlines Core (Other)
14286 14286 1 Support for BigAutoField Database layer (models, ORM)
7975 7975 1 Admin inlines incorrectly report "this field is required" if inline model has field with default value contrib.admin
13427 13427 2 verbose_name and verbose_name_plural is untranslated on autogenerated m2m models Database layer (models, ORM)
14887 14887 1 select_related() does not work with Proxy models and multi-table inheritance Database layer (models, ORM)
14096 14096 3 Insert code generated by models using multiple inheritance is incorrect and fails in postgresql Database layer (models, ORM)
14518 14518 1 Field.to_python not called on foreign key IDs Database layer (models, ORM)
22061 22061 Increase visibility of translated documentation sets Documentation
14476 14476 1 annotate, default aggregation naming and filter annoyance Database layer (models, ORM)
14968 14968 1 handle BaseExceptions with middleware, or at least KeyboardInterrupt Core (Other)
14909 14909 1 Adding custom command requires code duplication from Command.handle() if one want to use options like verbosity. Core (Management commands)
14200 14200 1 new RegexURLResolver is contructed for every request Core (URLs)
14601 14601 1 ValuesQuerySet join types not being promoted Database layer (models, ORM)
12540 12540 5 Add support for cross-database foreign keys and m2m Database layer (models, ORM)
14952 14952 1 New find_commands(management_dir) to support .pyc and .pyo Core (Other)
14087 14087 3 django.core.management.get_commands only sees commands in the last package of a namespace package Core (Other)
14483 14483 1 Implement subqueries in geodjango spatial lookup GIS
14881 14881 [nonrel] Do not assume ``User.id`` to be an integer in django.contrib.auth's pasword reset feature contrib.auth
14515 14515 1 Can't pickle ValueQuerySet if query references fields, which aren't on the same model. Database layer (models, ORM)
13528 13528 4 db_table truncation is applied based on the properties of the default database Database layer (models, ORM)
901 901 1 Reload method for models Database layer (models, ORM)
14930 14930 2 `values_list()` fails on queryset ordered by extra column Database layer (models, ORM)
21197 21197 5 1.6 compatibility checks don't correctly validate TEST_RUNNER Core (Management commands)
14273 14273 1 Development server does not shutdown cleanly Core (Other)
22915 22915 5 Regression in behaviour of ValidationError.update_error_dict() Forms
13711 13711 2 Very long field names on models cause problems Database layer (models, ORM)
14932 14932 1 Tests failing with SQLite3 on Linux systems; Sites object causing failures. Uncategorized
14226 14226 3 Bug in dumpdata dependency calculation involving ManyToManyFields Core (Serialization)
14916 14916 1 No proper initialization of models/signals/etc.... Core (Other)
22194 22194 Add ability to introspect available tags Core (System checks)
22195 22195 Use constants to define built-in tags Core (System checks)
21989 21989 1 AU locale has incorrect Day Of Week Internationalization
22193 22193 Make hints truly optional when defining system check messages Core (System checks)
14319 14319 1 Add signals test_setup and test_teardown to Django test suite runner Options Testing framework
14760 14760 1 Admin inlines with file/image field fails to save_as contrib.admin
21829 21829 1 Provide a mechanism for apps to define a default AppConfig Core (Other)
21726 21726 2 Documentation for REQUIRED_FIELDS on custom users is ambiguous Documentation
21835 21835 1 Remove contrib.admin dependency in contrib.contenttypes contrib.contenttypes
19822 19822 2 USERNAME_FIELD should be validated as unique=True contrib.auth
11698 11698 1 Add Django Debug Toolbar to contrib Contrib apps
14609 14609 1 __or__ method of queries does not return a correctly combined query. Database layer (models, ORM)
14511 14511 1 exclude() generates wrong query for ManyToManyField with a 'through' relationship Database layer (models, ORM)
14877 14877 1 ModelFormSet.save() with a deleted form should work even if the model has already been deleted Forms
23 23 1 Add support for ValidationWarning Forms
4459 4459 3 loaddata failure if model has overridden save() method Core (Serialization)
21121 21121 Docs should contain a list of all security issues Documentation
20872 20872 Bad error message if INITIAL_FORMS/TOTAL_FORMS > MAX_NUM_FORMS Forms
14512 14512 1 Documentation & tools for decorating class-based-views. Generic views
14765 14765 1 Unnecessary usage of NodeList in ForNode (template rendering) Template system
14043 14043 2 Incorrect and/or confusing behaviour with nullable OneToOneField Database layer (models, ORM)
14056 14056 1 Wrong query generated when using reverse foreign key Database layer (models, ORM)
14817 14817 1 ...models.sql.where.WhereNode.as_sql docstring is outdated Database layer (models, ORM)
14492 14492 2 Model proxy instance does not equal the respective model instance Database layer (models, ORM)
14656 14656 1 Atom1Feed should write atom:published element contrib.syndication
14958 14958 1 FastCGI socket permission Core (Management commands)
20653 20653 4 Rename new checksetup manage command Core (Management commands)
14857 14857 2 has_results cleanup Uncategorized
14253 14253 2 TIME_ZONE not respected by Today and Now widgets in admin contrib.admin
14945 14945 1 ContentType.objects.get_for_model doesn't allow using multiple databases Database layer (models, ORM)
20552 20552 1 Release notes misname new test discovery runner Documentation
20168 20168 PostgreSQL specific example in documentation Documentation
14186 14186 1 Adding GDirections wrapper to overlays.py GIS
14121 14121 2 Provide object's primary key as a hint for database router method db_for_read() when filtering objects by primary key Database layer (models, ORM)
20048 20048 Test failures in flatpages app when custom User model is in use contrib.flatpages
14287 14287 2 TEST_MIRROR is not respected in routers Database layer (models, ORM)
14705 14705 3 Model Field Order not influenced by MRO of superclasses Database layer (models, ORM)
14289 14289 1 Add a signal in the cleanup management command Core (Other)
14970 14970 1 Inconsistency in handling of managed/unmanaged transactions Database layer (models, ORM)
14387 14387 1 pre_save problem with inherrited model Database layer (models, ORM)
14707 14707 4 Allow an annotation to match a field name when using .values on a query set. Database layer (models, ORM)
13533 13533 2 queries test fails under MySQL InnoDB Database layer (models, ORM)
14879 14879 1 Aggregates (Min, Max) for CharField fails with Postgresql Database layer (models, ORM)
19525 19525 2 Regression: FileField calls validate during form validation; breaks auto_now_add date fields File uploads/storage
18310 18310 Make named return URLs configurable contrib.admin
14039 14039 1 FileField special-casing breaks MultiValueField including a FileField Forms
12767 12767 7 Problem running syncdb with a multi-db router that restricts auth to a single database Database layer (models, ORM)
9962 9962 1 Add a tutorial for the testing framework Documentation
14694 14694 1 defer() doesn't work with reverse relations Database layer (models, ORM)
19086 19086 5 Content types and permissions are created for swapped models contrib.auth
19056 19056 1 Admin password change page relies on user.username contrib.admin
18482 18482 2 Cache backend API should close() Core (Cache system)
361 361 1 Some Basic Math Filters Template system
14615 14615 1 Related objects manager returns related objects with null FKs for unsaved instances Database layer (models, ORM)
19057 19057 2 mod_wsgi authentication handlers fail with custom user model contrib.auth
19061 19061 2 Clarify the contract regarding is_active on custom users Documentation
18964 18964 1 defaultfilters test passes unexpectedly under Python 3 Uncategorized
19150 19150 Presence of USERNAME_FIELD in REQUIRED_FIELDS should be validated contrib.auth
14308 14308 1 Adding some fields to the Mexican local flavor. contrib.localflavor
14015 14015 1 django.contrib.localflavor.it added italian phone number validation contrib.localflavor
14165 14165 1 Transaction management is only entered for the primary database Documentation
19041 19041 1 createsuperuser doesn't accept default username contrib.auth
14861 14861 1 Importing settings in a module that contains a logging Handler causes circular import. Core (Other)
14449 14449 1 restructuredtext filter does not return the correct content Documentation
18625 18625 1 Docs contain examples that use old-style {% url %} syntax Documentation
14686 14686 1 ORM support for VoltDB Database layer (models, ORM)
14898 14898 1 Move validate_sql functionality into backend Database layer (models, ORM)
14886 14886 1 GeoModelAdmin forms cannot be used with WMS in formats other than image/jpeg GIS
18293 18293 docs.djangoproject.com displaying wrong docs for 1.4 *.djangoproject.com
15741 15741 4 Class-based generic views dropped support for X-Object-* headers Generic views
14341 14341 1 Session middleware raises exception when unit testing HttpResponseForbidden Testing framework
12753 12753 2 Fixture loading can fails on second syncdb when auto_now_add field is ommitted Core (Serialization)
14147 14147 3 django 1.2 documentation refer to assertQuerysetEqual which is only available in trunk Documentation
14973 14973 2 AdminEmailHandler doesn't include report.message Core (Other)
14964 14964 1 create_attachment support for unicode symbols in filename Core (Mail)
2231 2231 3 Boolean fields don't honor 'default' parameter Database layer (models, ORM)
13437 13437 1 SelectDateField doesn't retain partially posted values when USE_L10N=True Forms
17479 17479 Community page doesn't list security contact *.djangoproject.com
14597 14597 1 request.is_secure() should support headers like: X-Forwarded-Protocol and X-Forwarded-Ssl HTTP handling
14138 14138 1 Apache setup using sqlite3 breaks when performing a field__regex filter Database layer (models, ORM)
14648 14648 1 Annotated date querysets fail if spatial backend is used GIS
17012 17012 1 Documentation references non-existent hasNoProfanity validator Documentation
3615 3615 8 Can't define forward references in fixtures using MySQL with InnoDB Database layer (models, ORM)
14589 14589 1 Changeset 14395 introduced two bugs Template system
11319 11319 6 ForeignKey filters use the wrong field to prepare values for database Database layer (models, ORM)
12816 12816 2 Add a render() shortcut Core (Other)
12991 12991 6 Django 1.2 should have optional support for unittest2 Testing framework
13316 13316 5 AuthenticationForm shouldn't prefill user's password on failure contrib.auth
13697 13697 2 multiple_database test fails under Python 2.6 Testing framework
13739 13739 2 db_type() changes not mentioned in 1.2 release notes Documentation
13944 13944 4 Very long accept-language headers break parser *.djangoproject.com
14000 14000 1 Removal of obsolete "versionadded" tags Documentation
14002 14002 5 filesizeformat filter only supports up to GB Template system
14102 14102 2 Model._get_unique_checks can return fields that are in the exclude list Database layer (models, ORM)
14118 14118 2 Serialization docs list the "python" serializer Documentation
14130 14130 1 Catching ImportError in manage.py considered dangerous Core (Other)
14133 14133 1 update GeoDjango windows installer GIS
14176 14176 4 Error raised when using django.contrib.comments.feeds.LatestCommentsFeed contrib.comments
14181 14181 2 Template tag needed to disable/force L10N formatting on a per-variable basis Internationalization
14221 14221 2 Mashed Sentences in Doc Documentation
14232 14232 2 date_list context variable incorrectly documented Documentation
14258 14258 1 Document that 1.3 has added an index to the session date field and a migration is recommended Documentation
14268 14268 1 reset and sqlreset management commands should raise PendingDeprecationWarning for 1.3 Core (Management commands)
14303 14303 2 admin inline form id attribute numbering order and uniqueness is lost contrib.admin
14349 14349 2 Add Belgium (be) localflavor contrib.localflavor
14354 14354 3 Check password is not None in User.check_password contrib.auth
14355 14355 2 "readonly" fields don't display their "help_text" in admin contrib.admin
14360 14360 1 Clarify documentation of triage states Documentation
14366 14366 1 Model.objects.none().values(...).anything() is broken Database layer (models, ORM)
14374 14374 2 Missing templates on contrib.auth makes tests in a new project fail (startproject) Contrib apps
14378 14378 2 Enable customization of the class for self.client in tests Testing framework
14384 14384 2 Installation documentation should avoid sys.path.append Documentation
14388 14388 3 Logging documentation typos Documentation
14389 14389 1 Future url replacement Template system
14395 14395 1 Error message typo Database layer (models, ORM)
14401 14401 2 Add a contributing HOWTO page for new contributors Documentation
14406 14406 2 Logging doesn't work under Python 2.4 Core (Other)
14412 14412 1 Comment url redirection relies on a legacy url contrib.comments
14414 14414 1 Additional check in content-type view to prevent 500 Contrib apps
14431 14431 2 Add a X-Powered-By header by default Core (Other)
14436 14436 2 Bump PendingDeprecationWarnings to DeprecationWarnings Core (Other)
14447 14447 1 Auth and Sitemap test failures from manage.py test Contrib apps
14455 14455 4 Document possibly backwards-incompatible localflavor changes contrib.localflavor
14466 14466 1 "ORA-00918: column ambiguously defined error" has reappeared in 1.2.3 Database layer (models, ORM)
14470 14470 2 Convert model_admin doctests to unit tests Testing framework
14471 14471 3 db.models.Manager regression - can't override some methods Database layer (models, ORM)
14486 14486 2 Change unittest / unittest2 import logic on trunk Testing framework
14487 14487 2 Stop leaking unittest2 as 'unittest' from django.test.simple Testing framework
14489 14489 1 Typo in generic views docs Documentation
14494 14494 1 Typo with generic view guide in tutorial 04 Documentation
14504 14504 1 Generic ListView pagination broken Generic views
14523 14523 2 Exceptions in response middleware aren't handled by main request's try .. except block Core (Other)
14543 14543 1 ContentTypes tests fails if auth app is not installed contrib.contenttypes
14546 14546 1 Queryset docs should drop some legacy Django 1.0 instructions Documentation
14558 14558 1 Generic View http_method bug Generic views
14563 14563 3 Add Turkey to localflavors contrib.localflavor
14568 14568 1 FormMixin.get_form should use keyword arguments for data & files Generic views
14594 14594 3 Django/CherryPy problem with POST data HTTP handling
14596 14596 2 Cache backend initialization refactoring Core (Cache system)
14602 14602 5 bug in wsgi handler in trunk Core (Other)
14661 14661 12 A couple of MySQL/MyISAM test failures Testing framework
14662 14662 1 auth and contenttypes post-syncdb handlers ignore 'db' option Contrib apps
14663 14663 1 L10N of dates in Norwegian. Translations
14692 14692 1 Unclear mail error Uncategorized
14698 14698 2 django.utils.module_loading.module_has_submodule yields false positives Core (Other)
14711 14711 1 MonthMixin.get_previous_month incorrect under certain conditions Generic views
14737 14737 2 Move doc comment for "cache_page" to function. Core (Cache system)
14752 14752 1 WeekArchiveView gives incorrect results when using weeks beginning with Monday Generic views
14753 14753 2 Accessing (Get)HttpRequest.raw_post_data in view results in exception during testing Testing framework
14755 14755 1 Wsgi Error HTTP handling
14768 14768 3 es-MX locale, formats.py contribution Translations
14773 14773 1 MultipleObjectMixin and subclasses should accept custom paginator class Generic views
14774 14774 1 assertNumQueries is buggy with views and the test client if used more than once in a test Testing framework
14795 14795 2 Empty Superuser Permissions contrib.auth
14797 14797 1 ModelFormMixin's get_form_class() logic broken; fails with custom get_queryset() method Generic views
14799 14799 3 Test database creation order problem after r14696 Testing framework
14803 14803 2 ModelFormMixing's handling of "success_url" is inconsistent with old generic view behaviour Generic views
14819 14819 2 Superfluous quote in docstring Core (Serialization)
14820 14820 1 Use `TextField` instead of `PositiveIntegerField` in docs and examples for generic relations. Documentation
14824 14824 3 django.utils.get_format_modules doesn't respect USE_L10N Internationalization
14830 14830 3 Default value for radio button not preserved when dynamically creating new inlines contrib.admin
14833 14833 2 Sitemaps tests fail if run from your project and USE_I18N is False Contrib apps
14867 14867 1 TemplateResponse documentation uses the term "bake" instead of "render" Documentation
14878 14878 3 Issues in generic views (list) Generic views
14895 14895 2 USE_THOUSAND_SEPARATOR causes error on group admin operations contrib.admin
14896 14896 3 Delete leads to IntegrityError : bad cascading rule when there's a ManyToManyField pointing to a class having subclasses. Database layer (models, ORM)
14908 14908 1 Add takes_context parameter to simple_tag decorator Template system
14920 14920 1 Many test failures running full suite with postgres backend Uncategorized
14924 14924 1 I18N looks for translations in the reverse order of the apps Internationalization
14925 14925 5 test_permission_register_order raises IntegrityError when tests are run and INNODB storage engine is used for MySQL contrib.auth
14928 14928 2 manage runserver does not allow host name as address django-admin.py runserver
14935 14935 1 admin_views regression test has one failure since r14992 contrib.admin
14938 14938 2 "Save as" does not save entries added with a Inline Forms
14942 14942 1 .distinct() + ordering/order_by() is a problem even without related models Documentation
14943 14943 1 Meta attributes for Model refused to work with Mixin. Database layer (models, ORM)
14947 14947 4 regressiontests.fixtures_regress.tests.TestFixtures.test_dumpdata_uses_default_manager() fails with Python 2.7 Uncategorized
14948 14948 2 Broken routers in 1.2.4: type object 'ModelBase' has no attribute '_meta' Database layer (models, ORM)
14951 14951 2 Unique_for_[date|month|year] fails when the DateField is empty Database layer (models, ORM)
14965 14965 1 {% include %} tag changes should be mentioned in release notes Documentation
14972 14972 4 AdminEmailHandler breaks when report is missing stack trace information Core (Other)
14975 14975 6 TransactionTestCases are broken by django.contrib.auth in 1.2.4 Testing framework
14982 14982 3 EMPTY_CHANGELIST_VALUE not honored whit a relation field in list_display Uncategorized
14984 14984 1 ClearableFileInput generates invalid XHTML Forms
14985 14985 1 post_save signal should trigger after data persistence to database. Database layer (models, ORM)
14994 14994 1 Example in auth docs emits DeprecationWarning Documentation
14998 14998 1 '/'.join should use os.path.join Contrib apps
14999 14999 3 Valid lookups are rejected after r15031 contrib.admin
15083 15083 2 TemplateResponse doesn't use custom per-request URLConf Generic views
15118 15118 1 MySQL/InnoDB has integrity problems with new deletion code Database layer (models, ORM)
15170 15170 2 inspectdb test fails under MySQL MyISAM Testing framework
15420 15420 1 Regression adding an User object in a popup fails contrib.admin
15521 15521 1 Regression in file storage behavior following r15409 File uploads/storage
15570 15570 2 {% cycle ... as foo silent %} is broken in practice Template system
13216 13216 2 Document the limitations on foreign keys and m2m relations across databases Documentation
12773 12773 3 Update FAQ to indicate supported Python versions Documentation
12705 12705 1 Admin date widget not working on inlines until after validation failure contrib.admin
12864 12864 3 New users written to db_for_read contrib.auth
12704 12704 2 Wrong interpretation of extra clause in ModelAdmin with new admin UI contrib.admin
12703 12703 2 admin_view test failures caused by r12297 contrib.admin
12672 12672 2 Add mechanism for controlling which models are synchronized onto which database in multidb Database layer (models, ORM)
12964 12964 1 CSRF upgrading documentation gives wrong path for decorators Documentation
13093 13093 4 cache_page decorator doesn't work on callable classes Core (Cache system)
13152 13152 2 Test client can't log in if session engine modifies session key Testing framework
13319 13319 2 loaddata should print something when no fixture is found Core (Other)
13239 13239 2 'makemessages' regression test raises error on close Testing framework
13308 13308 2 dumpdata doesn't honor router information Database layer (models, ORM)
12541 12541 3 Add support for describing master/slave arrangements in multi-db Database layer (models, ORM)
12137 12137 2 Postgres 8.4 imposes strict typing on CharField and TextField Database layer (models, ORM)
12242 12242 2 DateQuerySet doesn't correctly mask extra selects Database layer (models, ORM)
10572 10572 2 defer() doesn't work cleanly with model inheritance Database layer (models, ORM)
458 458 1 "View on site" doesn't link to model's get_absoulte_url() method contrib.admin
10031 10031 Recommend against Windows/SQLite < 3.3.6 much more strongly Documentation
4860 4860 1 Labels missing for tags in newforms widgets Forms
8246 8246 1 Subpackage Settings Fix Core (Management commands)
7718 7718 2 sorted() is used by system tests, but isn't available on Python 2.3 Testing framework
14183 14183 1 Geodjango models broken with pydoc GIS
16780 16780 1 Timing sensitivity in templates regression tests Template system
14876 14876 3 Q | Q with nullable related fields generates INNER JOIN where it should be LEFT JOIN Database layer (models, ORM)
14695 14695 1 Field's `name` kwarg gets paved over Database layer (models, ORM)
14849 14849 1 ManyToManyField has weird behavior in 1.2 w/ multi-db Database layer (models, ORM)
14643 14643 1 Readonly fields in GeoDjango admins GIS
14608 14608 2 Adding a INPhoneNumberField to indian localflavor contrib.localflavor
811 811 1 IPv6 address field support Core (Other)
11065 11065 Improve version comparison functions, esp for PostgreSQL Database layer (models, ORM)
14201 14201 1 Add a "security overview" page to the docs Documentation
16210 16210 1 Model validation tests broken in Python 2.5 after [16348] Testing framework
14893 14893 1 TypeError when accessing deferred (defer(..)) geometry field when using proxy geographic model GIS
14614 14614 3 Dont send Request message when handle_uncaught_exception() Core (Other)
14045 14045 1 makemessage miss some gettext in javascript Internationalization
14903 14903 2 wsgiref usage HTTP handling
15796 15796 Contributing docs need to be updated to include new triage stages and ticket states Documentation
14766 14766 1 ordering by a field that does not exists returns an empty QuerySet Database layer (models, ORM)
14854 14854 1 Follow PEP 8 -- Style Guide for Python Code Core (Other)
15739 15739 2 Class-based redirect view only redirects GET requests Generic views
14220 14220 1 Backwards-compat code in db.fields.subclassing is a bottleneck Database layer (models, ORM)
14960 14960 1 Write tests for inclusion_tag Template system
14733 14733 4 Allow Manager.raw() execute not only "Pure selects" Database layer (models, ORM)
14105 14105 1 django.contrib.auth tests failing with cache middleware Core (Cache system)
14012 14012 3 Adding an User object in a popup fails contrib.admin
14099 14099 2 modelformset not using _should_delete_form Forms
14986 14986 1 TestCase: increase verbosity for TestCase.fixtures usage Testing framework
14046 14046 3 Template tag errors masked if including based on context variable name Template system
14101 14101 3 Localized DecimalField doesn't accept localized input Internationalization
12919 12919 1 Ticket submission page should direct security issues to django-security. *.djangoproject.com
14880 14880 2 raw_id_fields in admin does not work when limit_choices_to dictionary has value=False contrib.admin
14823 14823 4 Unexpected behavior with core.serializers.register_serializer and unregister_serializer Core (Serialization)
14818 14818 3 cycle tag is not safe Template system
14677 14677 2 tests.py cannot be split to package always Testing framework
14240 14240 5 filesizeformat should localize number Template system
14080 14080 2 Flatpages pt-br translation Translations
14468 14468 1 test_client_regress.models.UploadedFileEncodingTest fails if the mimetypes.guess_type() guesses an alternate zip mimetype Testing framework
14801 14801 1 Support for string methods with lazy translations Internationalization
14888 14888 1 Remove duplicated code in serializers. Core (Serialization)
14474 14474 2 Unnecessary deepcopying of QuerySet inside filter() method results in slower execution Database layer (models, ORM)
14969 14969 1 To have a way to modify third part model classes Database layer (models, ORM)
15000 15000 1 IRC logs 404 *.djangoproject.com
14971 14971 1 Exclude by annotation works as OR rather than AND Database layer (models, ORM)
15001 15001 1 Cannot change title in Databrowse Template system
14940 14940 1 New generic class view CreateView execute form.save() with no arguments Generic views
14931 14931 1 models.DateTimeField hard to inherit from if auto_add is used Database layer (models, ORM)
14926 14926 1 Support nesting app namespaces with current_app Uncategorized
14889 14889 1 Usability improvement to csrf_migration_helper Uncategorized
14991 14991 1 SQL injection in quote_name() Database layer (models, ORM)
14856 14856 1 Cleanup of ForeignKey.db_type Database layer (models, ORM)
14814 14814 1 Check for file binding in FieldFile.delete() Database layer (models, ORM)
14701 14701 1 Meta attributes from abstract class Database layer (models, ORM)
14673 14673 1 MultipleHiddenInput unbound form Forms
14657 14657 1 Extra select fields are merged into 'GROUP BY' Database layer (models, ORM)
14651 14651 1 ignored field index creation for fields with unique=True and db_index=True Database layer (models, ORM)
14649 14649 1 .save_m2m() will override any Many-to-Many relationships created via signals/save method overloading. Forms
14595 14595 1 DATABASE DeprecationWarning includes new syntax. Database layer (models, ORM)
14505 14505 1 Multiple Namespaces and reverse lookup does not work as advertised. Core (Other)
14500 14500 1 Cookie not set in IE and no error message in login form contrib.auth
14420 14420 1 Can't do validation on ModelFormSets to prevent deletion when there is only one object in formset and it is to be deleted Forms
14418 14418 1 lazy instances are not resolved to string when used as Exception value Uncategorized
14437 14437 1 Allow force_insert for fixtures loading. Core (Serialization)
14989 14989 1 Allow serializers to non ovewrite fixtures objects if they are marked as non overridable Core (Serialization)
14371 14371 1 Select related and parents Database layer (models, ORM)
14350 14350 1 Please add a login method to the test Client that doesn't depend on passwords Testing framework
14347 14347 1 Add required_if field to model fields Database layer (models, ORM)
14339 14339 1 Enable testing when you can't create/destroy databases Testing framework
14163 14163 1 Setting pk should set the related fields also in the base chain. Database layer (models, ORM)
14104 14104 1 Allow joined field in F()s Database layer (models, ORM)
14067 14067 1 _perform_unique_checks, _perform_date_checks broken for subclasses Database layer (models, ORM)
14981 14981 1 Small enhancement to User.last_login timezone handling (version 1.3.0 beta 1) contrib.auth
14936 14936 1 New "render" shortcut docs use "mimetype" instead of "content_type" Uncategorized
14655 14655 3 formsets should be iterable Forms
14914 14914 2 Let to_python (in custom db field) know the connection being used in multi-db environment Database layer (models, ORM)
12815 12815 2 Add a lazy TemplateResponse Core (Other)
14837 14837 1 field based custom ordering Database layer (models, ORM)
14022 14022 context_processors debug() Fails with no DB Backend Core (Other)
14775 14775 2 Backport r13772 Documentation
14790 14790 1 Fix reST in 1.0 porting guide. Documentation
14734 14734 1 problem with postgresql views (psycopg2) Database layer (models, ORM)
14732 14732 1 Allow Manager.raw() execute not only "Pure selects" Database layer (models, ORM)
14725 14725 1 Prevent 1406 error during syncdb by extending name length in auth_permission table. Uncategorized
14719 14719 1 Different attributes for DateInput and TimeInput in SplitDateTimeWidget Forms
14714 14714 1 Refactoring BaseHandler and company for DRYness Core (Other)
14014 14014 2 Admin Add user view: Clicking 'Save and add another' button still shows extended user detail form contrib.admin
14508 14508 1 Test suite silences warnings Testing framework
14644 14644 1 UserManager has no method active() contrib.auth
14269 14269 1 It is impossible to run full Django test suite on Oracle because there is 100m maxsize limit for test tablespace Database layer (models, ORM)
14616 14616 1 Recommend a leading underscore on module-level loggers in docs Documentation
14588 14588 2 Changed behaviour of middlewares after [14393] Core (Other)
14583 14583 1 EmailField rejects valid emails if followed by trailing whitespace Forms
14231 14231 1 Missing index on expire_date in Session model contrib.sessions
14554 14554 1 BaseDateListView.get_dated_items should raise NotImplementedError Generic views
14575 14575 1 Fill PDF Forms with FDF Data or XFDF Data and/or Flatten Forms Documentation
14531 14531 1 Add validate_unique flag to ModelForm.Meta Forms
14547 14547 1 Get Involved via IRC: Mibbit/Freenode not friendly with each other *.djangoproject.com
14173 14173 1 Reference documentation for changepassword django-admin command added in 1.2 Documentation
14532 14532 1 django.views.generic.list_detail.object_list behavior with callables in extra_context Uncategorized
14167 14167 1 Using Instances in Generic Create/Update/Delete Generic views
14307 14307 1 Document form ChoiceField tuple Documentation
14227 14227 2 Modify contributing docs to mention the 'easy-pickings' keyword in triage Documentation
14427 14427 3 Add options to runtests.py to discover test pairings that fail Testing framework
14274 14274 2 Document the fact that running tests with warnings on is a good step before an upgrade/good practice Documentation
14375 14375 2 Typo in formfield documentation Documentation
14383 14383 2 Capitalization of reStructuredText (reST) Documentation
14421 14421 3 Fix the English on an internationalization doc page Documentation
14225 14225 3 Documentation website showing "dev" documentation instead of "1.2" Documentation
14260 14260 1 conversion of fixtures_regress tests from doctest to unittest format Testing framework
14381 14381 2 small improvement in db.utils.ConnectionRouter.__init__ Database layer (models, ORM)
14397 14397 1 Missing ending quotation in logging documentation Documentation
14404 14404 1 Typo in Logging section of Docs Documentation
14361 14361 1 problem with logging Uncategorized
14359 14359 1 django core and contrib named urls should follow a convention Contrib apps
14352 14352 1 MANIFEST.in refers to non-existant files Uncategorized
14351 14351 Test failure in requests test Core (Other)
14335 14335 1 add ability to only test specific apps Testing framework
14333 14333 1 Template Ternary Operator Template system
14326 14326 1 packages not properly decoupled from project in tutorial Documentation
14293 14293 1 Sitemaps url priority with French local Generic views
14265 14265 1 Tag the 1.2.3 release in the repository Uncategorized
14245 14245 2 django/contrib/flatpages/fixtures not included in the 1.2.2 release tarball Uncategorized
14216 14216 1 Tutorial 2 - Decoupling the URLconfs Documentation
14203 14203 1 Manual schema specification for tables is not compatible with index creation statements Database layer (models, ORM)
14192 14192 2 potential issue re in memory django file uploading. Core (Other)
14199 14199 2 NameError in django.core.cache.backends.db Core (Cache system)
14179 14179 2 django create table with capitalized chars Uncategorized
14198 14198 2 « None » appears in priority field of sitemaps when using GenericSitemap without specify priority (#14164 related) Internationalization
14054 14054 2 Document the connection_created signal Documentation
14164 14164 4 Automatic localization of numbers (L10N) in templates can cause invalid sitemap priorities Internationalization
14194 14194 1 MIssing comma in tutorial code Uncategorized
14166 14166 2 Indian states are not specified as a tuple of tuples contrib.localflavor
14168 14168 1 Method assertQuerysetEqual() has "response" as first argument in the docs Documentation
14156 14156 3 CSRF protection in django.contrib.flatpages.views.flatpage causes unwanted behavior Contrib apps
14116 14116 3 TestClient skips Csrf Middleware Testing framework
14178 14178 1 Wrong dateformat in admin edit form Uncategorized
14159 14159 2 Forms tests are dependent on module.__file__ returning an absolute path Testing framework
14154 14154 2 Typo in settings documentation Documentation
14084 14084 2 Updated French translation Translations
14112 14112 2 Some documentation reST fixes Documentation
14155 14155 1 Remove doctests (and flush calls) from tests Testing framework
14148 14148 2 Django assumes that module.__file__ is an absolute path Testing framework
14068 14068 5 Fixture loading issue with multi database setting Core (Serialization)
14123 14123 2 Trunk tests broken as of r13588 (1.2.x passes) Testing framework
14078 14078 2 Template tag to set context variable to output from tag's rendered content Template system
14113 14113 1 Access to extra fields in M2M relations Database layer (models, ORM)
14079 14079 1 Update of Norwegian nynorsk (nn) translation Translations
14086 14086 2 Tests don't pass on Python 2.4 because of a try/except/finally contrib.sessions
14108 14108 1 update loaddata to load fixtures in multi db environment for testing Uncategorized
14106 14106 1 Duplicate emails without fully qualified project imports Uncategorized
14076 14076 2 Danish translation update for 1.2.2 Translations
14070 14070 2 Serbian and Serbian Latin translations Translations
14073 14073 1 Update for es_AR translation, 1.2.X branch Translations
14069 14069 2 Updated Czech translation Translations
14027 14027 2 reverse(None) returns an unnamed URL, instead of raising an exception Core (Other)
14064 14064 3 Correct spelling of Argentinian Spanish in global_settings.py Core (Other)
14025 14025 4 Flush command not fully supporting multi database support Uncategorized
14048 14048 1 Tag "cycle" doesn't work when included Template system
13633 13633 2 Add a widget_callback to forms, modelforms, etc Forms
714 714 1 access to id of current user on admin contrib.admin
1342 1342 Allow customization of MAX_SHOW_ALL_ALLOWED and DEFAULT_RESULTS_PER_PAGE in admin views contrib.admin
12542 12542 2 Test framework needs a way to restrict the number of databases created in a multi-db setup Testing framework
12624 12624 1 Modify test runners to be a class-based structure Testing framework
12112 12112 3 Allow terminal colors to be customized or disabled Core (Management commands)
12243 12243 1 bash_completion tests failing due to ordering problem Uncategorized
12123 12123 4 dateformat tests fail on first of the month if in GMT+ timezone Uncategorized
11886 11886 2 F() expressions don't retain parentheses into final SQL Uncategorized
10848 10848 3 added my name to AUTHORS Documentation
9717 9717 4 manage.py flush raises error if there are unsynchronized applications Core (Management commands)
10381 10381 2 Test failure caused by r9921 Uncategorized
10256 10256 3 values() and values_list() either include all or no columns from the extra(select=) clause Database layer (models, ORM)
10113 10113 4 aggregation annotations on related tables do not work with ordering on field in different related table Database layer (models, ORM)
4998 4998 1 Database activity makes test cases very slow Testing framework
3566 3566 9 Proposal: ORM aggregation support Database layer (models, ORM)
9963 9963 1 Add a stub tests.py to the stub application produced by startapp Testing framework
9736 9736 3 Primary key with space in name generates invalid constraint SQL Core (Management commands)
22 22 1 [patch] FileUploadField should allow for clearing the field contrib.admin
6643 6643 2 Fixtures with absolute path names get loaded multiple times Core (Serialization)
785 785 2 many2many table and legacy databases. Database layer (models, ORM)
5538 5538 2 assertRedirects should assume http://testserver if it isn't provided Testing framework
5516 5516 2 Allow apps to provide their own commands Core (Management commands)
5506 5506 2 Add some tests for Generic views Generic views
208 208 1 Allow the strings the cycle tag uses to contain spaces Template system
4988 4988 2 assertRedirects potentially breaks authentication Testing framework
4968 4968 2 assertRedirects doesn't respect query params Testing framework
4457 4457 5 Using a custom test suite, django.test.TestCase-based tests either fail silently (DEBUG = True) or fail with a generic error message (DEBUG = False) Testing framework
4418 4418 3 Add media descriptions to newforms widgets Forms
3297 3297 3 newforms: Implement FileField and ImageField Forms
4558 4558 3 XML deserializer can't read in pretty-printed <None/> Core (Serialization)
1662 1662 'string' form references in models don't appear to work Database layer (models, ORM)
1343 1343 Validation of models on install should only traverse installed models Core (Management commands)
75 75 1 Add support for recursive ManyToManyFields Metasystem
3523 3523 2 Extend "for" tag to allow unpacking of lists Template system
4301 4301 2 "manage.py loaddata" cannot work with python dumps (but tries hard anyway) Core (Management commands)
4426 4426 2 Clean up duplicated doctest module, and document differences Testing framework
4417 4417 1 Add media descriptions to newforms widgets Forms
4231 4231 2 manage.py loaddata problem if app name is Capitalised Core (Serialization)
3231 3231 No documentation for LazyDate Documentation
3790 3790 2 New model object's pk clashes with fixture data Testing framework
3915 3915 2 manage.py loaddata doesn't update table sequence numbers under Postgres Core (Serialization)
3735 3735 2 Add the ability for fixtures to be dynamic Testing framework
3212 3212 2 [patch] Client.post() doesn't support multiple values for form values Testing framework
3741 3741 1 Serializers don't work with GenericRelations Core (Serialization)
2333 2333 22 Add unit test framework for end-user Django applications Testing framework
3390 3390 2 Deserializer cannot handle circular and forward references to object instances Core (Serialization)
3576 3576 1 `manage.py test` should return error code on test failure Testing framework
2916 2916 2 [patch] create_test_db() in the django's unittest framework is supposed to automatically run syncdb Testing framework
3210 3210 2 [patch] test-client Client.login() doesn't support absolute URLs in the Location header Tools
3160 3160 1 Make raw post (e.g. XML) with django.test.client.Client more convinient Testing framework
3162 3162 1 Test client should re-raise exceptions created while rendering a page Testing framework
3389 3389 Allow m2m sets to be assigned by primary key value Database layer (models, ORM)
3098 3098 3 [patch] rename m2m table Database layer (models, ORM)
1828 1828 [patch] sqlreset forgets indexes Database layer (models, ORM)
1219 1219 There's no way to bulk delete a set of objects Database layer (models, ORM)
2872 2872 1 syncdb gives "TypeError: not enough arguments for format string" following revisions 3887-3864 Core (Other)
2993 2993 3 changeset 3960 broke Datefields and LazyDate() Database layer (models, ORM)
1396 1396 [magic-removal][patch] Not checking for silent_variable_failure in related object lookups Template system
967 967 [patch] Safe quoting of table names Database layer (models, ORM)
2952 2952 1 Please show location of manage.py errors (& be consistant with max_...) Core (Other)
1661 1661 Forward declaration of OneToOneField requires 'to_field' to avoid import failure Database layer (models, ORM)
1582 1582 AnonymousUser doesn't act like descriptor - has old get_group_list behaviour Tools
1407 1407 Clarify add(), create(), remove() on ManyRelatedObjectsDescriptor for ForeignKeys Core (Other)
2271 2271 2 __exact is only optional for top level queries Database layer (models, ORM)
2217 2217 3 Filtering by related object does not work Database layer (models, ORM)
2161 2161 1 [Patch] Trailing blank lines in inital data SQL file break syncdb Core (Management commands)
2653 2653 3 multiple manytomanyfield on self causes complaint in manage.py Core (Other)
1400 1400 [magic-removal] [patch] proposed update to template system Template system
2237 2237 3 Setting TEMPLATE_STRING_IF_INVALID causes admin page headline to vanish contrib.admin
2216 2216 3 Filtering by a field having same name as the model results in AttributeError Database layer (models, ORM)
1236 1236 Django hiding exceptions Template system
930 930 1 [patch] Leaving out ¨ordering¨ in OneToOne relationship causes bad SQL statement Metasystem
1346 1346 django-admin creates invalid m2m table if the related models have same primary key name Core (Management commands)
1305 1305 [magic-removal] Reverse foreign-key lookups should take related_name into account Core (Other)
2733 2733 Need to branch documentation for 0.95 *.djangoproject.com
2669 2669 2 Test system cannot differentiate between missing tests.py and import error in tests.py Testing framework
2658 2658 1 Test suite fails using SQLite in memory database Database layer (models, ORM)
2637 2637 2 [patch] Filters no longer parsed for unresolved variables Template system
1338 1338 Undefined context variables should not resolve to the value of TEMPLATE_STRING_IF_INVALID Generic views