ys

(ys)

Most Active Role

N/A

Most Active Component

Database Layer (Models, Orm)

Activity Timeline

[No data in this time period]

Components

Tickets

Trac Ticket (1289) Reporter (1) Owner (0) Commenter (68) Summary Component
34566 34566 ModelAdmin get_field_queryset uses related admin ordering, but not related admin querysets. contrib.admin
34699 34699 Filtering on annotated TruncSecond expression gives unexpected result. Database layer (models, ORM)
27029 27029 Make EmailValidator accept non-ASCII characters in local part Core (Other)
34819 34819 GenericForeignKey.get_prefetch_queryset() contrib.contenttypes
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)
34865 34865 3 DatabaseWrapper are not GC and connections are not closed Database layer (models, ORM)
34871 34871 Validation of UniqueConstraint with Case() crashes. Database layer (models, ORM)
897 897 Bi-Directional ManyToMany in Admin contrib.admin
34397 34397 1 Subclasses of JSONField call `get_prep_value` with field as value Database layer (models, ORM)
373 373 1 Add support for multi-column primary keys. Database layer (models, ORM)
34975 34975 aggregate() crashes when referencing existing aggregations or window expressions through conditional expressions Database layer (models, ORM)
27021 27021 Add explicit support for Q object annotations Database layer (models, ORM)
34432 34432 autoreloader does not reload when a Thread is running and there is no way to notify the Thread to stop Utilities
470 470 Add Field.db_default for defining database defaults Database layer (models, ORM)
27833 27833 prefetch_related fails with SQLite when used with 1000 parent records Database layer (models, ORM)
34976 34976 startproject and startapp should provide feedback Core (Management commands)
27880 27880 Use __set_name__ to replace some usages of contribute_to_class. Database layer (models, ORM)
34462 34462 Deletions in admin panel create N + 1 queries contrib.admin
34983 34983 Deprecate django.utils.itercompat.is_iterable(). Utilities
34856 34856 1 Running tests with historical migrations that contain index together fails with TypeError. Migrations
27236 27236 Deprecate Model.Meta.index_together in favour of Model.Meta.indexes Database layer (models, ORM)
34533 34533 OuterRef not resolved as part of ORDER BY clause Database layer (models, ORM)
27452 27452 Add Postgres serial field to contrib.postgres contrib.postgres
34479 34479 Support "watchfiles" in the autoreloader Utilities
27587 27587 Document str(QuerySet.query) Documentation
34406 34406 Add support for curved geometries in GeoDjango GIS
34555 34555 ModelBase metaclass implementation prevents addition of model fields via __init_subclass__ Database layer (models, ORM)
27645 27645 Move Settings.__init__ checks to system checks Core (Other)
34221 34221 Plural-Forms in .po files break Django's translation precedence. Internationalization
34703 34703 TypeError: unhashable type: Netmiko Django Utilities
34643 34643 Move admin form labels to a more accessible place contrib.admin
34746 34746 High CPU/memory consumption when a 5XX is raised with large local variables Error reporting
34013 34013 Support ordering by annotation transforms (e.g JSONObject/ArrayAgg transforms). Database layer (models, ORM)
34118 34118 Python 3.12 compatibility Core (Other)
34125 34125 Limiting QuerySet crashes on union() with a single non-empty query Database layer (models, ORM)
34045 34045 Admin changelist checkboxes do not have labels contrib.admin
34502 34502 Union giving wrong column ordering even when using .values/.values_list Database layer (models, ORM)
34789 34789 `filter_horizontal` duplicates entries in "Chosen" column after instance is added via in another field using the "plus" JS action contrib.admin
34538 34538 Incorrect query generated with on subquery WHERE depending on the order of the Q() objects Database layer (models, ORM)
34608 34608 Migrations generates code that it can't execute Migrations
34417 34417 AlterField migration on ForeignKey field re-creates foreign key constraints unnecessarily Migrations
34612 34612 QuerySet.only() doesn't work with select_related() on a reverse OneToOneField relation. Database layer (models, ORM)
34331 34331 Support prefetch_related() with Queryset.aiterator() Database layer (models, ORM)
34925 34925 refresh_from_db() will not iterate through all of the fields listed in the 'fields' parameter. Database layer (models, ORM)
34277 34277 Add where clause in QuerySet.bulk_create() when update_conflicts=True Database layer (models, ORM)
34613 34613 add support for Partitioned cookies HTTP handling
34977 34977 Turn link to change password form in admin user change form into a button contrib.auth
34211 34211 Performance regression in ForeignKeyDeferredAttribute changes. Database layer (models, ORM)
34853 34853 Accept-Language Header takes precedence over cookie for format localization Internationalization
34059 34059 Validation of check constraints on JSONField key transforms with None produces invalid SQL on PostgreSQL. Database layer (models, ORM)
14974 14974 Add support for translation backends other than gettext Internationalization
27752 27752 Fix and test admin_order_field set for the __str__ of a model contrib.admin
34488 34488 ClearableFileInput widget forgets "Clear" selection when form is not valid Forms
27080 27080 `as_manager` on QuerySet should pass down `use_in_migrations` to new Manager instance Migrations
14831 14831 Django Template Style Guide Documentation
27460 27460 Allow declaring a GenericRelation from an abstract model to another abstract model Database layer (models, ORM)
34339 34339 Allow overriding construct_search(). contrib.admin
27465 27465 Allow EmailMessage to load attachments from the Storage API Core (Mail)
34964 34964 Reversing the order of Q objects in a CheckConstraint generates a migration Migrations
34151 34151 Adding explicit primary key with different type doesn't update related ManyToManyFields. Migrations
34200 34200 Allow setting postgres role during connection setup Database layer (models, ORM)
34852 34852 Django Unit Tests break when using replicated MySQL Cluster v8.0.28 Testing framework
27201 27201 Django 1.10 with STATICFILES_STORAGE breaks on absolute path in CSS with double slash contrib.staticfiles
27516 27516 Optimize test client response.json() Testing framework
34914 34914 Postgres connection is not restarted after it's dropped by the server, even if we use CONN_HEALTH_CHECKS=True Database layer (models, ORM)
34534 34534 Reduce index/constraints operations. Migrations
34597 34597 Queryset (split) exclude's usage of Exists is significantly slower than subquery Database layer (models, ORM)
27225 27225 "age" header is not set for responses taken from cache. HTTP handling
34949 34949 3 Clarify when unique constraints are ignored. Documentation
34658 34658 New assertion `assertNotInHTML`, like `assertContains` has `assertNotContains` Testing framework
34989 34989 Set Content-Length where possible for HttpResponses. HTTP handling
34831 34831 Search in admin could allow issuing a query with many OR'd clauses contrib.admin
35000 35000 Skip redundant defaults to allow INSTANT longtext (among others) column addition in MySQL Migrations
27813 27813 BinaryField type inconsistent between sqlite3 (bytes) and postgresql (memoryview) Database layer (models, ORM)
34986 34986 Fix up support for PyPy 3.10 Core (Other)
34830 34830 csrf_failure and bad_request views missing context processors Core (Other)
35001 35001 Add related object icon (green plus sign) is not fully visible in some screens contrib.admin
34995 34995 Add link for admin's related widget is in the wrong place contrib.admin
34997 34997 The name argument is ignored when creating url path using the include() function. Core (URLs)
34998 34998 Raising a StopIteration in asynchronous mode hangs the request Core (Other)
27676 27676 MariaDB 10.2 supports defaults for text columns Database layer (models, ORM)
34978 34978 Annotating through an aggregate with RawSQL() raises 1056 "Can't group on" on MySQL/MariaDB. Database layer (models, ORM)
34996 34996 Enhance update_or_create() method with upsert SQL. Database layer (models, ORM)
34992 34992 MariaDB does not support functional group by dependencies Database layer (models, ORM)
34907 34907 loaddata crashes on objects with natural keys when don't exist on passed database. Core (Serialization)
34993 34993 Unexpected behaviour when filtering across mult-value (aka tomany) joins. Database layer (models, ORM)
34987 34987 "Expression contains mixed types" exception when performing window function on query that also has aggregates. Database layer (models, ORM)
34985 34985 Migrations raise AppRegistryNotReady when GeneratedField references incorrect fields. Database layer (models, ORM)
34984 34984 Adding a field with default crashes for models with GeneratedField on SQLite. Database layer (models, ORM)
34979 34979 inlineformset_factory sets max_num forms to one even though there is a unique_together constraint contrib.admin
34717 34717 Cannot use aggregate over window functions since 4.2 Database layer (models, ORM)
34974 34974 makemigrations --check does not show diff as documented Uncategorized
34884 34884 Half bug/half enhancement : inconsistent behavior of get_or_create() regarding related attributes cache Database layer (models, ORM)
34944 34944 Missing or misinferred attributes in output fields of generated fields Database layer (models, ORM)
34966 34966 Add a check for ModelAdmin.actions functions not taking three arguments contrib.admin
34955 34955 Make Concat() use the database operator `||` on PostgreSQL. Database layer (models, ORM)
34967 34967 Queries not generating GROUP BY clause with static annotation crashes on SQLite Database layer (models, ORM)
34958 34958 Intermittent `messages_tests.tests.TestLevelTags.test_lazy` test failure Core (Other)
34963 34963 Recursive and other "combinator" queries broken in django-cte Uncategorized
34962 34962 Support for overriding result of model field values Database layer (models, ORM)
34960 34960 Document how to set nulls_last=True for admin_order_field/ordering Documentation
34946 34946 Adding a field with default and db_default drops database level DEFAULT Migrations
34945 34945 annotate -> union -> values gives wrong values Database layer (models, ORM)
34940 34940 Filter queryset on "tuples" of values for multiple columns Database layer (models, ORM)
34941 34941 db_default with decimal.Decimal() doesn't return Decimal instances on Oracle. Database layer (models, ORM)
34927 34927 ModelAdmin for model with InlineModelAdmin for proxy class reference results in admin.E202 contrib.admin
34935 34935 makemigrations --check no longer reports pending migrations Migrations
34930 34930 Parallel tests fail on Python 3.11+ when IsolatedAsyncioTestCase is used Testing framework
34929 34929 Issue with Django 3.2 and Django-storage 1.14.2 after Upgrading from Django 2.2.28 Utilities
27403 27403 Document that prefetch_related doesn't guarantee transactional consistency Documentation
34926 34926 Missing model after squashing Migrations
34920 34920 FileExtensionValidator.__eq__() should ignore allowed_extensions order. Core (Other)
34825 34825 SQLite database files are not destroyed after tests Testing framework
34916 34916 Add support for brotli compression HTTP handling
34906 34906 Need help with makemigrations Database layer (models, ORM)
34043 34043 Doc "Writing your first patch for Django" doesn't explain how to contribute to the admin UI Documentation
34798 34798 Subquery wrapping is required in QuerySet.aggregate() for aggregates referencing nested subquery. Database layer (models, ORM)
34551 34551 Case-When aggregation over aggregated fields doesn't work since 4.2 Database layer (models, ORM)
34840 34840 Django 4.2 casts text fields when testing IS NULL, preventing use of partial indexes Database layer (models, ORM)
34892 34892 Static files aren't served correctly on dev server when DEBUG and FORCE_SCRIPT_NAME are enabled contrib.staticfiles
34808 34808 Some aggregation functions may return None; this isn't well documented Documentation
34896 34896 First-party passkey support in django.auth contrib.auth
34894 34894 Query.change_aliases() has several significant bugs Database layer (models, ORM)
34889 34889 Broken fallback for prefetchers that only implement get_prefetch_queryset Database layer (models, ORM)
34759 34759 Confirm/Add support for SpatiaLite 5.1 GIS
34581 34581 Filters should not implicitly mark unsafe strings as safe without escaping Template system
34657 34657 Testing assertions `assertContains` and `assertInHTML` should output the haystack on failure Testing framework
14336 14336 list_display should be able to contain sortable references to annotated fields contrib.admin
34879 34879 "Data truncated for column .." for migration changing auto-id-field Migrations
34877 34877 KeyError for output_field in GeneratedField Database layer (models, ORM)
34870 34870 Memory leak when using psycopg-c with django hstore Database layer (models, ORM)
34873 34873 Add support for GENERIC_PLAN option to QuerySet.explain() on PostgreSQL 16+. Database layer (models, ORM)
34872 34872 DRF Auth Issue Uncategorized
34863 34863 sqlite math functions don't accept character fields as input Database layer (models, ORM)
34867 34867 [Date Input Localization] Accept-Language Header Takes Precedence Over Language Set With Cookie Internationalization
34858 34858 Output field for combined PositiveIntegerField is not properly resolved. Database layer (models, ORM)
34854 34854 Missing translations in pt (Portuguese) Internationalization
34845 34845 Slow query when using exclude Database layer (models, ORM)
34847 34847 Serializer infinite recursion on M2M field if reference vars in init Core (Serialization)
34844 34844 Missing dependency backports with install of 4.1.11 Packaging
34836 34836 Add an optional argument to MultipleChoiceField to ignore invalid choices. Forms
34828 34828 DateTimeField breaks when given datetime that would be invalid in UTC Database layer (models, ORM)
34829 34829 Django reports the “mutually exclusive” error for settings that do not contain STATICFILES_STORAGE. File uploads/storage
34827 34827 select_for_update example raises TransactionManagementError Documentation
34820 34820 Migrations crashes when changing ForeignObject properties. Database layer (models, ORM)
34816 34816 GenericForeignKey crashes if content_type_id is changed and object_id is type incompatible with old object contrib.contenttypes
34791 34791 Prefetch's queryset attribute is ignored when the same nested relation is used multiple times. Database layer (models, ORM)
34815 34815 urls file in startapp command Core (Management commands)
34768 34768 Calling `colorama.init()` on module load can have unwanted side effects Core (Management commands)
34811 34811 Queryset filter Q order changed Database layer (models, ORM)
34803 34803 Nested OuterRef crashes with AttributeError Database layer (models, ORM)
34807 34807 importing `django.forms` causes circular import error Forms
34451 34451 Incorrect exception handling within the django exception handler Error reporting
34712 34712 Prevent misconfiguration of `STORAGES` setting contrib.staticfiles
34805 34805 'Q' object has no attribute 'replace_expressions' Database layer (models, ORM)
34799 34799 inspectdb fails on tables with cross-schema relations on MySQL. Database layer (models, ORM)
34802 34802 django.contrib.admin.actions.delete_selected() should return number of rows deleted via ModelAdmin.delete_queryset() contrib.admin
34784 34784 Django french short date format translation bug Internationalization
34787 34787 The 'runserver' command doesn't work when run from an installed script on Windows Core (Management commands)
34744 34744 Migration re-add constraints when check condition contains a dict_keys object. Migrations
34794 34794 Multiple file upload issue File uploads/storage
34793 34793 Django ORM returns None when field has value in BD Database layer (models, ORM)
34788 34788 Correct NUMBER_GROUPING in Japan. Internationalization
34779 34779 Serializer makes unnecessary joins Core (Serialization)
34785 34785 Contribution guide comes out non successful Error reporting
34783 34783 No module named 'smtp' when trying to send an email Core (Mail)
34620 34620 Serialization of m2m relation fails with custom manager using select_related Core (Serialization)
34772 34772 Exception with psycopg3 binary package on Ubuntu 20.04 Database layer (models, ORM)
34770 34770 Default autoescape off in password_reset_email.html contrib.auth
34771 34771 QuerySet.order_by() crashes on constants that cannot be cast on MySQL. Database layer (models, ORM)
34743 34743 full_clean() raises AttributeError on constraints with related IDs. Database layer (models, ORM)
34586 34586 create() does not save reverse OneToOne relationship nor raise an Exception Database layer (models, ORM)
34542 34542 Required fields allowed to be blank are not accepted non-interactively using createsuperuser contrib.auth
34686 34686 Confirm/Add support for GEOS 3.12. GIS
34761 34761 Drop support for MySQL < 8.0.11. Database layer (models, ORM)
34750 34750 Fixed QuerySet.count() on querysets grouped by unused multi-valued annotations. Database layer (models, ORM)
34655 34655 Tests for RadioSelect and Select have diverged considerably, potentially leaving RadioSelect undertested Forms
34748 34748 __in lookup crashes with a subquery containing an unused annotation that uses explicit grouping. Database layer (models, ORM)
34747 34747 Django hangs on async views with asycio.gather and an async ORM call Database layer (models, ORM)
34749 34749 acreate function signature in docs is incorrect Documentation
34728 34728 OR operator on queryset does not work as expected Database layer (models, ORM)
34733 34733 m2m_changed signal is unaware if .set() method is being called Database layer (models, ORM)
34735 34735 About form validation Forms
34532 34532 Form.default_renderer is ignored in formsets. Forms
34734 34734 Django admin theme box contrib.admin
34723 34723 `TypeError` when loading a Django app with incorrect type of `choices` Database layer (models, ORM)
34727 34727 Error in CharField with TextChoices and missing max_length parameter Testing framework
34721 34721 ChoiceField/TypedChoiceField: .value() has inconsistent behaviour, coercion not applied. Forms
34711 34711 Make ChoiceField auto-detect and coerce values. Forms
34679 34679 Cannot run collectstatic with existing unsupported manifest file contrib.staticfiles
34713 34713 Add an option to disable lastmod in Sitemaps. contrib.sitemaps
34413 34413 Variant of Prefetch but for the earliest/latest related object Database layer (models, ORM)
34708 34708 db_index=True doesn't apply on MySQL. Database layer (models, ORM)
34697 34697 Migration serializer for sets results in non-deterministic order. Migrations
34705 34705 BoundField.as_widget() ignores aria-describedby in attrs argument Forms
34691 34691 Add a system check for unmatched URL paths' < / > Core (System checks)
34309 34309 Documentate how to delete a Django app correctly Documentation
34695 34695 security.E101 false positive with class-based views Core (System checks)
34698 34698 Allow returning IDs in QuerySet.bulk_create() when updating conflicts. Database layer (models, ORM)
34702 34702 Runserver serving static files from STATICFILES_DIRS instead of STATIC_ROOT contrib.staticfiles
34639 34639 MySQL 8.0 hangs indefinitely when using the admin search with a Foreign Key and Annotate contrib.admin
27646 27646 Add QuerySet support for group by modifiers and OLAP functionality Database layer (models, ORM)
34683 34683 get_object_or_404 and get_list_or_404 custom messaging HTTP handling
34682 34682 System check for CSRF_TRUSTED_ORIGINS raises errors for http://localhost:port. Core (System checks)
34680 34680 inspectdb on mysql timestamp fields leads to timezone issues Database layer (models, ORM)
34673 34673 Migrations ordering: add constraint run_immediately_after Migrations
34632 34632 Let makemigrations output an error message with --check Migrations
34345 34345 Add system check for filter_horizontal/filter_vertical on ManyToManyFields with intermediary models. contrib.admin
34594 34594 KT doesn’t work across foreign keys Database layer (models, ORM)
34666 34666 Mysql issue using afirst "The client was disconnected by the server because of inactivity" Database layer (models, ORM)
34634 34634 Creating objects with nested MTI crashes. Database layer (models, ORM)
34661 34661 Peppering user passwords contrib.auth
34656 34656 Wrong HTML generation in Django admin's change_password form contrib.admin
34665 34665 CreateModel with manually added RenameField crashes on SQLite. Database layer (models, ORM)
34663 34663 2 Documentation typo in using Argon2 with Django. Documentation
34659 34659 mysql backend creates queries using CONVERT_TZ even when this is not supported Database layer (models, ORM)
34652 34652 Async support in admin view contrib.admin
34628 34628 RelatedFieldWidgetWrapper link icons are very hard to see contrib.admin
34647 34647 Foreign Key index names are not renamed when a model is renamed causing duplicate key if a model with the origin name and column is added Migrations
34539 34539 7 `get_prep_value` no longer called for JSONField Database layer (models, ORM)
34602 34602 Fail gettext when no translation file is found or when no msgid is found in the given translation file Internationalization
34630 34630 Neither `pgettext` nor `pgettext_lazy` return contextual markers in PO files Internationalization
34635 34635 ModelChoiceField with a to_attr that can have an EMPTY_VALUE Forms
34570 34570 QuerySet.defer() raises an AttributeError when the field is ManyToManyField or GenericForeignKey Database layer (models, ORM)
34605 34605 1 Add distinct support for ListFilters contrib.admin
34607 34607 function st_geomfromwkb(bytea) does not exist - geodjango tutorial GIS
34603 34603 ~Q() incorrectly interpreted as full rather than empty Database layer (models, ORM)
34564 34564 returning None instead of zero in Count annotation Database layer (models, ORM)
34590 34590 Querying for decimals larger than max_digits crashes on SQLite Database layer (models, ORM)
34592 34592 admin css font does not need explicit apple fonts contrib.admin
34589 34589 exclude does not support nested ForeignKey relationship Database layer (models, ORM)
34582 34582 Uploading multiple files in Django no longer works in version 4.2 but worked in version 4.1 File uploads/storage
34573 34573 Typo in "Writing your first Django app, part 5" - assertQuerysetEqual() Testing framework
34322 34322 ManifestStaticFilesStorage crashes on commented JavaScript import statements contrib.staticfiles
34350 34350 WSGIRequest crashes when "wsgi.input" is None. Core (Other)
34521 34521 Use __slots__ for template Node classes Template system
34568 34568 makemigrations --update should respect the --name option. Database layer (models, ORM)
34571 34571 Request with invalid session after concurrent logout or session timeout is considered a BadRequest contrib.sessions
34567 34567 slugify template filter with allow_unicode Template system
34556 34556 StreamingHttpResponse documentation inaccuracy Documentation
34558 34558 QuerySet.bulk_create() crashes with Now() on Oracle. Database layer (models, ORM)
34552 34552 Delaying get_from_clause call as much as possible. Database layer (models, ORM)
34553 34553 Can't create CheckConstraint with percent characters in values on postgresql due to broken quoting Database layer (models, ORM)
34524 34524 Error while sending TLS smtp email on "self-signed certificate" server Core (Mail)
34546 34546 Failed migration yields to unmigratable app: "OperationalError: (1050, "Table '<name>' already exists")" Migrations
34548 34548 Queryset JsonField filtering doesn't work as expected Database layer (models, ORM)
34544 34544 DBMS_LOB.SUBSTR() is unnecessary for "IS NULL" condition on Oracle. Database layer (models, ORM)
34545 34545 Typo in "FAQ: Installation". Documentation
34543 34543 Thousand separator breaking templates Internationalization
34525 34525 index_together warning after migration to new style Database layer (models, ORM)
34523 34523 Model.objects.update_or_create method sometimes raises TransactionManagementError Database layer (models, ORM)
34513 34513 Error E108 does not cover some cases contrib.admin
34069 34069 get_language_from_request should not fallback to settings.LANGUAGE_CODE Internationalization
34527 34527 Unexpected behavior with division in aggregation Database layer (models, ORM)
34386 34386 Error while sending TLS smtp email when no EMAIL_SSL_CERTFILE / EMAIL_SSL_KEYFILE are specified in project settings Core (Mail)
34526 34526 issue in admin with sites contrib.admin
34481 34481 Admin check for reversed foreign key used in "list_display" contrib.admin
34511 34511 mysqlclient 1.4.3 or newer is required; you have 1.0.3. Core (Other)
34510 34510 sqlmigrate does not follows replaces in squashed migrations Core (Management commands)
34440 34440 AND operator on queryset with joins gives wrong results Documentation
34435 34435 JSONField with string default raises fields.E010 warning. Documentation
34419 34419 Document django.contrib.admin.sites.all_sites contrib.admin
34483 34483 Negative result of django.utils.timesince.timesince Utilities
34489 34489 feature: Support for PostgreSQL table partitioning Database layer (models, ORM)
34491 34491 Unable to have constraints with same name on different models Core (System checks)
34464 34464 QuerySet.count() regression on Django 4.2 with values() and annotate() Database layer (models, ORM)
34476 34476 Typo in Writing your first Django app, part 5 - assertQuerySetEqual Documentation
34469 34469 2 Push inspectdb to assimilate the foreign keys that are in other databases Database layer (models, ORM)
34459 34459 1 SearchVector() can return query strings that are unsafe to combine. contrib.postgres
34028 34028 Django 'static' template tag fails to generate URLs with SCRIPT_NAME prefix Template system
34461 34461 Constructing urls outside the request cycle Core (Other)
34458 34458 QuerySet.defer('user_id') raises AttributeError: 'ForeignKey' object has no attribute 'field' Database layer (models, ORM)
34456 34456 Add a way to set allow_cascade=True in _fixture_teardown() Testing framework
34450 34450 Lookup expressions across foreign keys introduce extra joins Database layer (models, ORM)
34454 34454 Connection failed with error message "FATAL: password authentication failed for user 'user'" Database layer (models, ORM)
34449 34449 ProgrammingError: non-integer constant in GROUP BY with Case When and annotate Count Database layer (models, ORM)
27778 27778 Update unicode documentation for Python 3 Documentation
34436 34436 `makemigrations --check` fails with error code 1 if system checks identify warnings Migrations
34439 34439 mod_wsgi for django with conda environment in Windows doesn't work HTTP handling
34433 34433 OneToOneField can only be saved one way Database layer (models, ORM)
34388 34388 Added support for direct usage of Choices classes on model fields Database layer (models, ORM)
27487 27487 ModelAdmin.formfield_overrides on ManyToManyField isn't compatible with CheckboxSelectMultiple contrib.admin
34423 34423 Migrations, UniqueConstraint lenght of identifier can be too long for Postgres/MySQL Migrations
14832 14832 Impossible to create inline objects if form validates but is unchanged contrib.admin
34421 34421 QuerySet.update() on querysets in descending order by annotations. Database layer (models, ORM)
34422 34422 inspectdb mysql databases Core (Management commands)
34415 34415 Django Admin List View Loads Slow When List Editable is Populated with Django Money Field Uncategorized
34401 34401 Inconsistent behavior for refresh_from_db() with GenericForeignKey contrib.contenttypes
34403 34403 max_length argument for the CharField is not respected through shell Uncategorized
34333 34333 Migrations tries to add constraint before adding a foreign key. Migrations
34398 34398 Django should automatically run migrations on in-memory SQLite DB Database layer (models, ORM)
27397 27397 Querying with an integer larger than SQLite supports crashes with OverflowError Database layer (models, ORM)
27559 27559 Admin changelist turns GET QueryDict into dict which may lose parameters contrib.admin
34384 34384 SECRET_KEY_FALLBACKS is not used for sessions contrib.auth
34390 34390 NoReverseMatch at /admin/logout/ contrib.admin
34378 34378 Using in_bulk() with id_list and order_by() Database layer (models, ORM)
34373 34373 Update docs on ForeignKey to suggest setting "to" and object before a string Documentation
34372 34372 Field position reference for aggregate ends up in group-by clause Database layer (models, ORM)
34371 34371 Support creating aware datetime objects using django.utils.timezone Utilities
34366 34366 Migration optimizer does not reduce multiple AlterField Migrations
34217 34217 Migration removing a CheckConstraint results in ProgrammingError using MySQL < 8.0.16. Migrations
34358 34358 1 qs.filter(Exact(expr, value)) doesn’t work on aggregations. Database layer (models, ORM)
34356 34356 Memory leak when generating PDFs Core (Other)
34361 34361 Missing the package "gdal-bin" results in Segmentation fault. GIS
34346 34346 QuerySet ordered by annotation with name used by select_related() field crashes with AmbiguousColumn. Database layer (models, ORM)
34176 34176 Annotation's original field-name can clash with result field name over aggregation Database layer (models, ORM)
34354 34354 models. Manager annotate() queryset conflict with models.Model contrib.admin
34353 34353 ListView paging property did not return Generic views
34343 34343 Move more templates to filesystem Uncategorized
34341 34341 FileSystemFinder harsh regarding its input on Windows contrib.staticfiles
34340 34340 Apparently wrong table name? Database layer (models, ORM)
34280 34280 Support create defaults for update_or_create Database layer (models, ORM)
34337 34337 Documentation for custom related managers is contradictory Documentation
34336 34336 Reverting a migration with `replaces = [...]` set does not revert it Migrations
34318 34318 Add a release note that makemessages no longer changes .po files when up to date. Documentation
34335 34335 Spurious error when using label_tag of CheckboxSelectMultiple widget Forms
34325 34325 Clarify PercentRank() description. Documentation
34329 34329 django-formset new app - i am facing the issue Uncaught (in promise) SyntaxError: JSON.parse Forms
34324 34324 Django Discord Server is not mentioned in the "Join the Django community ❤️" section in contributing guide Documentation
34311 34311 Update serialization examples from unique_together to UniqueConstraint Documentation
34323 34323 Django form request is always response with "GET" instead of "POST" even when I use <form action="" method="post"> Forms
34303 34303 Admin Site shall filter LogEntries by registered models contrib.admin
34321 34321 Unexpected query result after call QuerySet.only() to ForeignKey() with 'self' reference Database layer (models, ORM)
34146 34146 Add tutorial step for installing third party package(s) Documentation
34314 34314 pymemcached noreply support Core (Cache system)
27572 27572 Static files served in development should prevent caching contrib.staticfiles
34304 34304 Adding and removing a conditional UniqueConstraint to ForeignKey multiple times crashes on MySQL Database layer (models, ORM)
34283 34283 Missing parameter escaping in admin filters.js contrib.admin
34255 34255 Annotation/group by with an expression on psycopg3 Database layer (models, ORM)
34298 34298 drop constraint if exists Core (Management commands)
34254 34254 Exists annotations can return non-boolean results (i.e. None) if used with an empty QuerySet. Database layer (models, ORM)
34293 34293 Extra validation introduced in 30581 breaks certain constraint setups Database layer (models, ORM)
34227 34227 Multi-level FilteredRelation with select_related() may set wrong related object. Database layer (models, ORM)
34284 34284 Permission to access adminsites contrib.admin
34276 34276 LocMemCache not working for multiple threads Core (Cache system)
34282 34282 Optimize update_or_create when defaults is empty / False-y Database layer (models, ORM)
34267 34267 QuerySet.union() crashes with IndexError when getting cached results. Database layer (models, ORM)
34260 34260 models.FloatField documentation doesn't mention that +inf, -inf, and NaN are database-dependent. Documentation
34269 34269 Add Unnest PostgreSQL ORM function Database layer (models, ORM)
34240 34240 assertRedirects() doesn't preserve headers set in RequestFactory/Client methods. Testing framework
34253 34253 migrations don't apply Uncategorized
34241 34241 Django admin not showing seconds for list_display nor readonly DateTimeField contrib.admin
34220 34220 Cannot import csrf_input_lazy from partially initialized module. Template system
34243 34243 timesince() raises TypeError with USE_TZ=True and >1 month interval. Utilities
34082 34082 "mysql server has gone away" on 404, 403 or 401 Database layer (models, ORM)
34238 34238 Support computed `GENERATED ALWAYS` columns Database layer (models, ORM)
34063 34063 request.POST not populated for multipart/form-data via AsyncClient Testing framework
34208 34208 Confirm/Add support for GDAL 3.6. GIS
34231 34231 Invalid RawSQL expression on Model.validate_constraints Database layer (models, ORM)
14094 14094 Cannot define CharField with unlimited length Database layer (models, ORM)
34230 34230 Django templates shouldn't use a .html extension Template system
34226 34226 QuerySet.select_related() with multiple filtered relations to the OneToOneField sets the last one. Database layer (models, ORM)
34165 34165 migrate management command does not respect database parameter when adding Permissions. contrib.auth
34224 34224 App name in help text of commands is missing context Core (Management commands)
34225 34225 bulk_create() raises IntegrityError when another constraint exists on set of fields. Database layer (models, ORM)
34219 34219 Collation is not preserved when field is altered on PostgreSQL and MySQL. Database layer (models, ORM)
34216 34216 django admin when field is autocomplete it overrides ModelForm filter contrib.admin
34207 34207 Incorrect SQL query when adding a ManyToMany related object with a "through" table prevents adding a new relationship if the new relationship is identical except for a different value for "through_defaults" Database layer (models, ORM)
34205 34205 Validation of constraints with __len lookup crashes for ArrayFields. Database layer (models, ORM)
34206 34206 annotation of another annotation duplicate query rule Database layer (models, ORM)
34196 34196 contrib.postgres search tests failing contrib.postgres
34160 34160 Django 4.1 Expression contains mixed types for (Big/Small)IntegerFields. Database layer (models, ORM)
34189 34189 Code in Tutorial does not work because of a ',' Documentation
34185 34185 Serving static/media files during development can't work when use SCRIPT_NAME Documentation
34178 34178 Prefetching a foreign key on GenericForeignKey results in incorrect queryset being selected Database layer (models, ORM)
34184 34184 Improve tutorial by mentioning User Interaction testing like django-webtest Documentation
34182 34182 Is there a reason only the headers are checked when using the csrf token? CSRF
34173 34173 SessionMiddleware support 503 status code contrib.sessions
34171 34171 QuerySet.bulk_create() crashes on mixed case columns in unique_fields/update_fields. Database layer (models, ORM)
34177 34177 QuerySet.bulk_create() crashes on "pk" in unique_fields. Database layer (models, ORM)
34168 34168 Add support for list of parameters to the QuerySet.raw(). Database layer (models, ORM)
34155 34155 ModelAdmin.render_change_form does not lowercase the app_label when setting template directories contrib.admin
34123 34123 Ambiguous aliases in ordering on combined queries with select_related(). Database layer (models, ORM)
34158 34158 Optimise count() for querysets that contain field lookups Database layer (models, ORM)
34099 34099 update_or_create() not saving data assigned in a model's save() method Database layer (models, ORM)
34147 34147 Add aall() for related managers. Database layer (models, ORM)
34150 34150 Add "View on site" links to generic common model URL and also to common url for app. contrib.admin
34145 34145 1 Explicit GROUPing by aggregate is not supported Database layer (models, ORM)
34139 34139 acreate(), aget_or_create(), and aupdate_or_create() doesn't work as intended on related managers. Database layer (models, ORM)
27849 27849 Add SQL 2003 FILTER syntax support with Case(When()) fallback to aggregates Database layer (models, ORM)
34137 34137 model.refresh_from_db() doesn't clear cached generic foreign keys contrib.contenttypes
34088 34088 Sitemaps without items raise ValueError on callable lastmod. contrib.sitemaps
34141 34141 Prefetch querysets access to parent query through table Uncategorized
27654 27654 Propogate alters_data value to subclasses Core (Other)
34080 34080 __exact lookup on nested arrays with None values fails on PostgreSQL. contrib.postgres
34133 34133 Django ordering in model meta causing unexpected results of group_by Database layer (models, ORM)
34129 34129 Admin list_editable failed to edit contrib.admin
34130 34130 order_by() has no effect on values()/values_list() Database layer (models, ORM)
34124 34124 Developer experience on {% with %} template tag can be improved. Template system
34035 34035 ImageField doesn't consider EXIF rotation when storing width and height Database layer (models, ORM)
34066 34066 Accessing UserAdmin via to_field leads to link to PasswordResetForm being broken (404) contrib.auth
34120 34120 Changing translations of model options and attributes is not detected as change in making migrations Migrations
34117 34117 Anomaly with makemigrations Migrations
34116 34116 custom validation error in password_validators contrib.auth
34070 34070 Add support for microseconds to Now() on MySQL and SQLite. Database layer (models, ORM)
34085 34085 Black shouldn't format non-Python files Core (Management commands)
34104 34104 1 Making Q.__eq__ work regardless of ordering Database layer (models, ORM)
34091 34091 Invalid SQL: FROM clauses can be omitted when QuerySet is accessed from multiple threads Database layer (models, ORM)
34090 34090 ordering of ManyToManyField in admin shows objects multiple times contrib.admin
34084 34084 ModelForms always set self.instance even when none passed in Forms
34079 34079 Excessive parentheses when generating a query Database layer (models, ORM)
34086 34086 Confirm support for PostGIS 3.3 GIS
28000 28000 Avoid SET/DROP DEFAULT unless a field changes from null to non-null Migrations
34068 34068 `runserver 0`'s "Starting development server at <address>" doesn't work Core (Management commands)
34012 34012 QuerySet.order_by() silently skips non-existing fields on related fields with Meta.ordering. Database layer (models, ORM)
34067 34067 django.core.Paginator wrong query slicing Core (Other)
34061 34061 Model validations should be run on save() Database layer (models, ORM)
34030 34030 add SystemCheckError for LocaleMiddleware Core (Management commands)
34025 34025 Autocomplete field fills all empty required fields references to the same model when added a choice in popup. contrib.admin
34052 34052 migrate --check still emits signals if database is up to date Migrations
34050 34050 Generated migration file is not detected by django because of the name of newly generated migration file Migrations
34048 34048 Do not add cache control header if is set to false or a falsy value Utilities
34033 34033 Admin light/dark theme switch needs to convey its state for screen reader users contrib.admin
34032 34032 Base authentication Backend should raise NotImplemented on needed methods contrib.auth
34024 34024 'WhereNode' object has no attribute 'is_summary' when counting a queryset with annotation from a subquery Database layer (models, ORM)
34031 34031 Option to remove "all" option in admin SimpleListFilter contrib.admin
34029 34029 Use case that require QuerySet.extra Database layer (models, ORM)
34015 34015 Registering lookups on relation fields should be supported. Database layer (models, ORM)
34016 34016 QuerySet.values_list() crash on simple ArrayAgg. contrib.postgres
34017 34017 Mention that when using Argon2PasswordHasher, this means Argon2id gets used Documentation
34009 34009 migrations.RunPython runs queries against wrong database Uncategorized
34008 34008 UpdateView failed to obtain the request data for the PUT request mode HTTP handling
34002 34002 PasswordResetView should work with AbstractBaseUser subclasses without is_active field. contrib.auth
34004 34004 DateTimeField for Forms does not always respect input_formats Forms
34005 34005 In Django 3.2 the ORM looses Meta.ordering default order when .annotate is used Database layer (models, ORM)
34001 34001 ForeignKey.formfield(): allow override for all kwargs Database layer (models, ORM)
27412 27412 Coalesce function should work with subqueries Database layer (models, ORM)
14411 14411 Inline delete not prompting cascade delete warning contrib.admin
27147 27147 Add support for defining bounds in postgres range fields contrib.postgres
27464 27464 SRID should be stored in DB on MySQL backend GIS
27060 27060 Take indexes into account in inspectdb command Core (Management commands)
27064 27064 Implement RenameIndex in a backwards compatible way Migrations
27624 27624 Optimize ORM by using more immutable data structures Database layer (models, ORM)
27468 27468 Move utils.crypto.salted_hmac() from SHA1 toward SHA256 Utilities
27961 27961 Misconfigured SECURE_PROXY_SSL_HEADER setting is ignored HTTP handling
14357 14357 Prevent inappropriate order-based grouping on values+annotate queries Database layer (models, ORM)
14586 14586 Make interpolate JS function not require the named parameter. Internationalization
27574 27574 support geodetic distance calculation on MySQL 5.7+ GIS
14296 14296 'manage.py test' failing for apps that access read-only databases Testing framework
27753 27753 Cleanups when no supported version of Django supports Python 2 anymore Utilities
27936 27936 Add some clarifications to "Spanning multi-valued relationships" Documentation
27864 27864 Limit the number of terms in an admin search contrib.admin
27095 27095 Queries involving postgres Array fields can't include expressions as elements contrib.postgres
14035 14035 Cannot access POST after request.encoding was set to a custom value HTTP handling
27074 27074 connection.is_usable() raises AttributeError after the connection is closed Database layer (models, ORM)
27590 27590 Allow configuration of where to save staticfiles manifest. contrib.staticfiles
27734 27734 Add a helpful error message when a parallel test worker is assigned an unexpected index Testing framework
27017 27017 Why doesn't Django's Model.save() save only the dirty fields by default? And how can I do that if I want? Database layer (models, ORM)
27149 27149 Allow using a subquery in QuerySet.filter() Database layer (models, ORM)
56 56 Primary key columns should be UNSIGNED Database layer (models, ORM)
27575 27575 Make host validation run on all requests HTTP handling
27854 27854 Make `collectstatic` warn (rather than blow up) on missing directories contrib.staticfiles
27827 27827 Raising InvalidTemplateLibrary completely masks out real exception in get_package_libraries Template system
27718 27718 Add QuerySet.union(), intersection(), difference() Database layer (models, ORM)
27807 27807 Overriding username validators doesn't work as documented contrib.auth
27188 27188 Allow using unique=True with FileField File uploads/storage
27917 27917 2 Allow ModelAdmin.radio_fields to work with NullBooleanField contrib.admin
27906 27906 assertInHTML('<a/><b/>', '<a/><b/><c/>') fails Testing framework
14628 14628 Document which settings can be changed at runtime Documentation
27257 27257 Use the ->> operator when filtering builtin text lookups on JSONField keys contrib.postgres
27417 27417 Migration to change model field case crashes on Oracle Migrations
27871 27871 Django keeps making the same migration over and over again Migrations
14317 14317 numberformat.format produces wrong results Internationalization
27719 27719 Add queryset.alias() to mimic .annotate() for aggregations without loading data Database layer (models, ORM)
27996 27996 Add pgcrypto extension and GEN_RANDOM_UUID function to contrib.postgres contrib.postgres
27395 27395 Allow generating '<link rel="alternate ... hreflang=...>" for sitemaps' contrib.sitemaps
27430 27430 `manage.py test` does not support unittest `-b` buffer option Testing framework
27331 27331 Proposed opt_group argument for ModelChoiceField and ModelMultipleChoiceField Forms
27399 27399 Segfault when running GDALBandTests on OSX 10.11.6 GIS
27804 27804 Use unittest.subTest() in Django's test suite Core (Other)
27686 27686 calls to request.user.is_authenticated returns vary by cookie header for all users contrib.sessions
27661 27661 Move FileSystemFinder ImproperlyConfigured errors to system checks contrib.staticfiles
27408 27408 Make QuerySet.bulk_create() populate fields on related models Database layer (models, ORM)
27824 27824 Cannot chain unaccent transform with key lookup in Postgres JSON field. contrib.postgres
27160 27160 Document that running the Django test suite requires creating the databases and, on PostgresQL, a superuser Documentation
27370 27370 Django's Select widget adds a required="required" attribute, even if created with empty_label=True Forms
17 17 Metasystem optimization: Share select_related in memory Database layer (models, ORM)
14071 14071 Row duplicated when modifying PK contrib.admin
27272 27272 Add a on_delete RESTRICT handler to allow cascading deletions while protecting direct ones Database layer (models, ORM)
27910 27910 Allow using an Enum class in model Field choices Database layer (models, ORM)
27086 27086 running servers.tests may hang in parallel mode on Mac OS X Core (Other)
27921 27921 Documentation of make_aware() with is_dst is misleading Documentation
27462 27462 Clarify what's contained in m2m_changed's "pk_set" argument Documentation
27473 27473 Allow using Extract() with DurationField Database layer (models, ORM)
27795 27795 Audit force_text invocations Utilities
27995 27995 Raise a descriptive error on unsupported operations following QuerySet.union(), intersection(), and difference(). Database layer (models, ORM)
27486 27486 intword and filesizeformat filters shouldn't pass non-integers to gettext Template system
27635 27635 django.utils.crypto should use secrets on Python 3.6+ Utilities
27685 27685 Allow autoreloader to use watchman Utilities
14365 14365 Make template-rendering signals available also in DEBUG mode Testing framework
27946 27946 Improve "ValueError: Found wrong number of constraints" error message Migrations
14808 14808 i18n is not safe. Documentation
27360 27360 Make it easier to track down the offending models for AlreadyRegistered exceptions contrib.admin
14675 14675 Update docs and project template to avoid "import *" for url patterns Core (Other)
14204 14204 Take advantage of SQLite support for FK constraints Database layer (models, ORM)
27867 27867 Excluding a reverse relation produces inconsistent queries Database layer (models, ORM)
27025 27025 Python 3.6 compatibility Core (Other)
14091 14091 Fix incorrect quoting in connection.queries Database layer (models, ORM)
27595 27595 Database converters are not run for related fields referencing related fields Database layer (models, ORM)
27090 27090 pg_get_serial_sequence is broken on postgres, use a lookup in information_schema.columns instead Database layer (models, ORM)
27335 27335 Avoid object save during QuerySet.update_or_create() when there were no changes Database layer (models, ORM)
27768 27768 makemigrations uses unnecessary AddField for ForeignKey depending on model name Migrations
27398 27398 Make SimpleTestCase.assertRedirects() URL comparison ignore ordering of query parameters Testing framework
820 820 Add "view" permission to compliment add/change/delete contrib.admin
27629 27629 Inconsistent check of allow_relation in ForwardManyToOneDescriptor.__set__ Database layer (models, ORM)
27018 27018 Admin views in admindocs crash with AttributeError contrib.admindocs
27317 27317 Make Form subclasses combine Form.Media from all parents Forms
27267 27267 Renaming a primary key fails with "cannot drop constraint on table because other objects depend on it" Migrations
27985 27985 Converting `Foo.objects.filter(bar=None)` to an `IsNull` too early. Database layer (models, ORM)
27999 27999 Add test Client support for HTTP 307 and 308 redirects Testing framework
14642 14642 save_as=True and generic inline in admin gives IndexError contrib.contenttypes
27657 27657 Getting crash when using the runserver command on Windows 10 in PowerShell following update to Python 3.6 Utilities
27318 27318 Return failed values from memcached.set_many() Core (Cache system)
27546 27546 Replace hardcoded class names in __repr__-methods Core (Other)
27979 27979 Using F() to save negative integers in unsigned columns on MySQL should raise IntegrityError rather than OperationalError Database layer (models, ORM)
27332 27332 Specifying additional ON arguments, and more flexibility with joins Database layer (models, ORM)
14370 14370 1 Adding support for Autocomplete in contrib.admin contrib.admin
27895 27895 Test Client fails to decode json response with unicode characters Testing framework
27603 27603 on SpatiaLite AsKML GIS function fails if annotated queryset is evaluated several times GIS
27818 27818 Use contextlib.suppress to suppress exceptions. Core (Other)
27998 27998 LogEntry messages do not list m2m fields that were changed when an object is changed via ModelAdmin contrib.admin
27701 27701 Document that runserver bypasses middleware for static files Documentation
27326 27326 Overriding queryset deletion from ModelAdmin contrib.admin
27796 27796 Middlewares load twice due to StaticFilesHandler(WSGIHandler) contrib.staticfiles
27258 27258 Raise an exception if RequestContext is used with template.backends.django.Template.render() Template system
27859 27859 Migration to create TextField with db_index=True crashes on MySQL Migrations
27970 27970 Allow in_bulk() to use other unique fields besides the primary key Database layer (models, ORM)
27982 27982 Possible bug related to queryset union Database layer (models, ORM)
27477 27477 Use QuerySet.select_for_update() in admin change form to fix race condition contrib.admin
27303 27303 Selecting multiple admin list_filters across relations return results that don't match both filters contrib.admin
27563 27563 Move "Apply limit_choices_to" code from BaseModelForm to fields_for_model() Forms
27964 27964 Raise an error if a MySQL geometry with an unsupported SRID is saved to the database GIS
27858 27858 Stop read-only management commands from attempting to create a django_migrations table Migrations
27830 27830 Use distutils.version.LooseVersion instead of custom version parsing Core (Other)
27967 27967 The autogenerated OneToOneField on multi table inheritance breaks the InlineAdminForm given UUID pk contrib.admin
27953 27953 Make default Model.__str__() more useful (such as by displaying the primary key) Database layer (models, ORM)
27792 27792 8 Extended category support for Atom and RSS feeds contrib.syndication
27039 27039 ModelFields with 'default' value set and 'required'=False in form does not use default value Forms
27639 27639 Add a chunk size argument to QuerySet.iterator() Database layer (models, ORM)
27876 27876 Documentation error for installing tests/requirements/py3.txt Documentation
27860 27860 Changing a CharField to a ForeignKey crashes when migrating in PostgreSQL Migrations
27241 27241 Annotate doesn't work with PostgreSQL views anymore Database layer (models, ORM)
27118 27118 Make QuerySet.get_or_create()/update_or_create() error for a non-field in defaults Database layer (models, ORM)
27554 27554 Queryset evaluation fails with mix of nested and flattened prefetches (AttributeError on RelatedManager) Database layer (models, ORM)
14149 14149 LIKE clauses fail in Oracle 9.2.0.7 Database layer (models, ORM)
27644 27644 Document FileSystemStorage.get_created_time() limitation on Unix Documentation
27926 27926 Allow squashmigrations to create a fresh set of migrations and delete the old ones Migrations
27751 27751 Teardown of a PG test database fails if it is an autogenerated test_MYDB database Testing framework
27834 27834 Add the STRPOS database function Database layer (models, ORM)
27573 27573 Distance function returns Distance object instead of raw value on MySQL GIS
27359 27359 Make it possible to specify a default template engine Template system
27365 27365 Fields suddenly not found. Database layer (models, ORM)
27993 27993 Impossible to clear an ArrayField with a forms.MultipleChoiceField Forms
27997 27997 Can't get last() item of a paginator 'page' Core (Other)
27942 27942 admin's inlines.js indiscriminately adds "add" buttons to all tables in inlines contrib.admin
27990 27990 QuerySet.count() raises ValueError when QuerySet.union() is used Database layer (models, ORM)
27231 27231 Initialize forms in ModelAdmin like View (i.e. add get_form_kwargs to contrib.admin) contrib.admin
27981 27981 date/time filter docs inaccurate about how localization works Documentation
27956 27956 Template error raised in an {% extends %} parent template shows incorrect source location on debug page Template system
27983 27983 Tutorial should contain complete files at each step Documentation
27976 27976 label_from_instance fails silently: form field disappears. Forms
27975 27975 Regression on ability to use `queryset=None` on `ModelChoiceField` Forms
27977 27977 inspectdb errors after upgrade to cx_Oracle 5.3 Database layer (models, ORM)
27945 27945 Clarify RegexValidator docs (match vs. search) Documentation
27966 27966 Bump required version of pyscopg2 to 2.5.4 Database layer (models, ORM)
27960 27960 ds = DataSource('/path/to/your/cities.shp') fails on first try (GDALException Unknown error code: "198770787"), but works on second GIS
27919 27919 Decide if attrs (and possibly others) are named or positional parameters in new widget rendering code Forms
27939 27939 GeoDjango - map doesn't show correct point in admin GIS
27584 27584 Template error raised in a parent template shows incorrect source location on debug page Template system
27959 27959 Wrong output when alter field in sqlmigrate. Migrations
27724 27724 SelectDateWidget clears date and month if year is not selected Forms
27675 27675 Django postgres JSONField encoding contrib.postgres
27897 27897 Searching for foreign key's pk in the admin crashes with FieldDoesNotExist contrib.admin
27882 27882 Allow template fragment caching for unlimited time Template system
27940 27940 Migrations fail when when a model's parent class is changed to abstract -- Wrong SQL being generated Migrations
27260 27260 Performance Issue because of LEFT OUTER JOIN instead the better INNER JOIN Database layer (models, ORM)
27937 27937 Potential issue with field.queryset._result_cache persisting Forms
27930 27930 The rhs attribute of the In lookup is not iterable anymore Database layer (models, ORM)
27904 27904 Add a system check that Field.validators are callable Database layer (models, ORM)
27316 27316 Multiple LiveServerTestCase subclasses cannot reuse the same port Testing framework
27878 27878 Move to Python 3 shebangs Core (Other)
27622 27622 Test client should accept vendor tree json variants Testing framework
27475 27475 Bug in admin with date_hierarchy and Daylight savings contrib.admin
27892 27892 Add a way to specify "independent" migrations Migrations
27896 27896 In Django 1.10 when sqlite is used and TIME_ZONE=None a django.db.utils.OperationalError error is raised when filtering by __date on a DateTimeField Database layer (models, ORM)
27901 27901 Unicode subclasses can't be saved to TextField with MySQL and Python 2 Database layer (models, ORM)
27887 27887 TypeError when namespaced urlconf included from non-namespaced one Core (System checks)
27836 27836 Add a way to delete directories through the file Storage API File uploads/storage
27862 27862 1 Exists() feature generates invalid SQL query on postgres backend Database layer (models, ORM)
27842 27842 Add protocol argument to GenericSitemap.__init__() contrib.sitemaps
27886 27886 Django contrib.postgres JSONField adds additonal quotes to a dictionary. contrib.postgres
27885 27885 Migration creates index of a deleted table Migrations
27176 27176 django.setup() should raise an exception instead of hanging on re-entrant calls Core (Other)
27874 27874 URL namespacing warning (urls.W005) does not consider nested URL namespaces Core (System checks)
27879 27879 2 Writing Atom1Feed crashes if enclosures argument isn't provided to add_item() Utilities
27766 27766 runserver crashes because of auto-reloader (Py3 + PowerShell) Utilities
27851 27851 1 include(admin.site.urls) doesn't work on master yet contrib.admin
27872 27872 Tutorial contains invalid instructions regarding background image Documentation
27825 27825 Document that models don't cast field values to the same type that's retrieved from the database Documentation
27841 27841 ORM 'join on' with extra restrictions Database layer (models, ORM)
27837 27837 After upgrade 1.4 to 1.8 in the database creats (or updates) mixed objects with old Uncategorized
27823 27823 Use python-home in WSGI daemon installation documentation Documentation
27832 27832 contenttypes migration not following the doc on hints naming contrib.contenttypes
27742 27742 Unexpected migration on Parent -> child model inheritence Migrations
27586 27586 Django sometimes crashes on Windows when being launched in PyCharm Utilities
27683 27683 Change default transaction isolation level to READ COMMITTED on MySQL Database layer (models, ORM)
27821 27821 Documentation of the return value of clean_<fieldname>() could be clarified Documentation
27816 27816 Duplicate keyword '_binary' failure when using BinaryField with mysql backend Database layer (models, ORM)
27812 27812 When there is a DateTimeField django does not group by Database layer (models, ORM)
27811 27811 Avoid UnicodeEncodeError during generation of email with mail_admins logger Error reporting
27797 27797 dumpdata generate a backup not usable with loaddata using MySQL Core (Serialization)
27741 27741 staticfiles_tests test_corrupt_intermediate_files fails intermittently when run in parallel contrib.staticfiles
27794 27794 Fix confusing error messages for broken `context_processors` Error reporting
27791 27791 update_or_create() doesn't work properly when model has auto_now=True Database layer (models, ORM)
27782 27782 Model signals and Many2Many fields Documentation
27800 27800 Crash with QuerySet.annotate(Length(...)).distinct() Database layer (models, ORM)
27130 27130 Allow using the DjangoTemplates engine without configuring settings Template system
27769 27769 createsuperuser command missing docs about no-input/interactive Documentation
27678 27678 Document that the template system isn't safe against untrusted template authors Documentation
27501 27501 ModelChoiceField.queryset documentation isn't clear that this is lazily evaluated Documentation
27764 27764 Running migration that deletes child model (in multi-table inheritance) backwards results in an error Migrations
27763 27763 Docs: check invalid csrftoken on CSRF_FAILURE_VIEW Documentation
27774 27774 django admin with many objects count is very slow contrib.admin
27757 27757 The link of the "view_on_site" button is not formed according to the returning result of the "get_absolute_url" method. contrib.admin
27762 27762 Concurrency Safety Documentation Documentation
27746 27746 Database migration fail when removing a child model containing only foreignkeys in a multi-table inheritance context on MySQL Migrations
27765 27765 Migration to delete child model (multi-table inheritance) results in an error when using SQLite Migrations
27632 27632 Oracle backend fails to execute a query with an aggregation that contains an expression in the GROUP BY. Database layer (models, ORM)
27735 27735 l10n is applied to Select widget's choices after template-based widget rendering Documentation
27544 27544 F() Expressions updating dates in .update() field fails on SQLite Database layer (models, ORM)
27733 27733 ClearableFileInput widget renders incorrectly Forms
27387 27387 Rendering "required" as HTML attribute is not documented under Field.required Documentation
27518 27518 HTTP Referer leaks password reset link contrib.auth
27729 27729 Add a method to evaluate QuerySets. Database layer (models, ORM)
27727 27727 Exclude with many condition in the same related field's fields Database layer (models, ORM)
27725 27725 requests.post fail inside of django shell but not python shell Uncategorized
27720 27720 Confusing error message when creating a model with unspecified attributes that have no defaults Database layer (models, ORM)
27716 27716 FieldFile incorrectly returns bytes the first time it is opened with 'r' File uploads/storage
27715 27715 [Tutorial - part 6.] Lack of saving created question into db Documentation
27703 27703 [Feature request] Template language type annotations Template system
27689 27689 FileSystemStorage().get_valid_name() may return empty string File uploads/storage
27693 27693 Case insensitive lookups on JSONField nested values contrib.postgres
27664 27664 Manager.contribute_to_class() is called with abstract model rather than concrete model Database layer (models, ORM)
27677 27677 Disable savepoint support for MySQL NDB engine tables, and option to overwrite the default. Database layer (models, ORM)
27054 27054 makemigrations tries to create django_migrations in external database Migrations
27684 27684 Migrations accept default value for DateField that are not portable to all backends Database layer (models, ORM)
27658 27658 collectstatic overwrites newer files in remote storage contrib.staticfiles
27672 27672 Trouble saving specificly shaped GeometryCollection to spatialite backend GIS
27681 27681 Binary &/| operators work incorrectly for negative values on MySQL Database layer (models, ORM)
27669 27669 Tutorial leaves user alone half-way - no deployment instructions Documentation
27641 27641 Document limitations of the Locmem cache backend Documentation
27638 27638 Rollback data changes made inside templates Template system
27647 27647 runserver segfaults with autoreload enabled on Windows 10 Core (Management commands)
27636 27636 The filter queryset is dynamic? Database layer (models, ORM)
27498 27498 Filtering annotated field in SQLite returns wrong results Database layer (models, ORM)
14297 14297 Accessing settings.FOO in hot spots cause performance problems Core (Other)
27625 27625 Make Settings avoid repeat getattr calls Core (Other)
27626 27626 Move MEDIA_URL/STATIC_URL ends with traling slash validation to system checks Core (System checks)
27485 27485 Allow ALLOWED_HOSTS to accept an IP-range / wildcard HTTP handling
27377 27377 Clarify that prepopulated_fields doesn't work with OneToOneField Documentation
27606 27606 5 Error in formatting HttpResponseRedirect when __init__() raises DisallowedHost HTTP handling
27182 27182 Some import statement use backslashes instead of parentheses Core (Other)
27597 27597 UrlResolver doesn't check all possibilities Core (URLs)
27601 27601 BooleanField no longer accepts empty string as False value Database layer (models, ORM)
27609 27609 gettext_lazy cast to str/unicode errors under py 2.7 if performed after language activation. Core (System checks)
27576 27576 fallback to GDAL if spatial_ref_sys is unavailable GIS
27558 27558 Setting db_index=False on existing ForeignKey causes constraint to be recreated on MySQL Database layer (models, ORM)
27570 27570 Make context processor run outside of RequestContext Template system
27598 27598 Allow specifying directories for a filesystem template loader Template system
27596 27596 LiveServerTestCase in 1.10.4 doesnt close server ports properly Testing framework
27594 27594 Reverse one to one related object populated from incorrect query columns Database layer (models, ORM)
27591 27591 running manage.py with virtual environment Uncategorized
27184 27184 Test client crashes when uploading TemporaryFile on Unix Testing framework
27578 27578 ModelChoiceField.to_python() somehow receives value as type 'list' Forms
27416 27416 ModelFormSet with queryset accepts invalid POST data for outer models and create unexpected empty data. Forms
27324 27324 Simplify get_constraints on Oracle Database layer (models, ORM)
27561 27561 Add Oracle support for binary "or" operator Database layer (models, ORM)
27564 27564 `refresh_from_db()` should return the model instance instead of None Database layer (models, ORM)
27562 27562 Django using uuid as primary key, receive AttributeError during createsuperuser(NOT AN ISSUE) Uncategorized
27358 27358 Add a system check for FileField upload_to starting with a slash Core (System checks)
27553 27553 tutorial python manage.py runserver creates NameError: name 'include' is not defined Documentation
27321 27321 ignores_quoted_identifier_case broken on MySQL on OS X/Windows Database layer (models, ORM)
27540 27540 Importerror: No module named dash Uncategorized
27535 27535 RFE: Exclude pk from queries Database layer (models, ORM)
27536 27536 order_by('pk') is not obeyed if superclass has default ordering Database layer (models, ORM)
27499 27499 Pickling a QuerySet evaluates the querysets given to Prefetch in prefetch_related Database layer (models, ORM)
27527 27527 How to enable login for a custom written authentication backend contrib.auth
27295 27295 Add a system check to prohibit models that start with an underscore Core (System checks)
27394 27394 template "floatformat" tag throws ValueError for big numbers in Python 3 Template system
27523 27523 Sitemap ping_google function reverse broken on Django 1.10 contrib.sitemaps
27511 27511 Docs incorrect about related_model for GenericRelation being None Documentation
27493 27493 GIS raster transformation test failures due to precisions with GDAL 2.1 GIS
27482 27482 Conditional Expressions documentation should have an example for filter() methods Documentation
27492 27492 JsonResponse can't handle model_to_dict() with empty ImageField HTTP handling
27003 27003 ArrayField and JSONField form fields fail on already converted values Forms
27491 27491 TruncDay function arguments aren't quoted properly when you print the SQL query Database layer (models, ORM)
27490 27490 Remove python3-memcached from test dependencies Core (Cache system)
27448 27448 GIS distance queries use deprecated ST_distance_sphere GIS
27431 27431 Disabled fields are marked as changed in form Forms
27469 27469 Email crashes cryptically when emptystring passed to django.core.mail.message.sanitize_address Core (Mail)
27426 27426 Test Client shouldn't subclass RequestFactory Testing framework
27406 27406 Signals pre_delete and post_delete break logical relationship of models and behave in diffrently with different backends Database layer (models, ORM)
27443 27443 support executing ANALYZE on tables Database layer (models, ORM)
27420 27420 Oracle DB test user password must be quoted if it starts with a number Database layer (models, ORM)
27200 27200 Provide makemigrations router.allow_migrate() with a model_name Migrations
27456 27456 Changing the unique parameter from True to False has no effect on MySQL Migrations
27133 27133 3 Explain how to load initial data with a data migration Documentation
27372 27372 inspectdb fails to inspect sqlite3 tables with foreign keys that have spaces Core (Management commands)
27444 27444 Django StaticLiveServerTestCase: view cannot query test-database properly Testing framework
27441 27441 MySQL backend output for 'DROP COLUMN' uses undocumented SQL Migrations
27435 27435 Raise an error when using --keepdb without an explicit TEST.PASSWORD on Oracle Testing framework
27442 27442 count estimation on querysets Database layer (models, ORM)
27423 27423 Test command sys.exit() does unnecessary casting Testing framework
27400 27400 Changed in 1.10: {% static %} tag now encodes "#" Documentation
27063 27063 i18n_patterns() matches too much of the URL as the language code Internationalization
27328 27328 return `Set-Cookie` if sessionid= None value contrib.sessions
27401 27401 Add Transifex config to build translated docs Documentation
27385 27385 Error in QuerySet.bulk_create() on PostgreSQL when objs length is a multiple plus one of batch_size Database layer (models, ORM)
27357 27357 Variant of FilePathField that uses a Storage backend Database layer (models, ORM)
27337 27337 Convoluted MTI with abstract model mixin fails on PY2, works on PY3 Database layer (models, ORM)
27351 27351 Add support for composite fields Database layer (models, ORM)
27123 27123 prefetch_related return mistaken result Database layer (models, ORM)
27342 27342 QuerySet.update_or_create() "shortcut to boilerplatish code" example is incorrect Documentation
27323 27323 Optimize Oracle introspection by using USER_SEQUENCES instead of USER_CATALOG Database layer (models, ORM)
27336 27336 Whitespace control django configuration template Template system
27213 27213 ArrayField with null throws ProgrammingError but not ValidationError on Psycopg < 2.6.1 contrib.postgres
27320 27320 SMTPServerDisconnected('please run connect() first',) Core (Mail)
27319 27319 Circular ForeignKeys between two unmanaged models produce incomplete migrations Migrations
27312 27312 Checking raw argument to prevent signals from executing during fixture loading isn't DRY Core (Other)
27218 27218 Return LogEntry instances from log_addition, log_change, log_deletion contrib.admin
27280 27280 can_order/can_delete documentation examples don't require initial data Documentation
27193 27193 ORDER BY clause not included in subqueries using select_for_update() Database layer (models, ORM)
14904 14904 TextField with unique (or in unique_together) constraint breaks for large inputs in Postgres Database layer (models, ORM)
27210 27210 1 smtp EmailBackend doesn't honor fail_silently=True when receiving a socket level connection error Core (Mail)
27298 27298 Unclear "after each test" wording in the documentation Documentation
27286 27286 Tests fail on MySQL when using multi-db and some DB is read-only due to supports_transactions() call Testing framework
27285 27285 Multi-db example : default database config can not be an empty dict Documentation
27217 27217 makemigrations crashes with "'SpatialRefSysMixin' has no attribute '_meta'" on PostGIS GIS
27288 27288 In multi-db setup changes written to master are not seen on read-replicas Testing framework
27268 27268 Regression on error message for invalid related fields lookup in QuerySet.get() Database layer (models, ORM)
27271 27271 1 ServerFormatter should handle simple string messages with or without args Utilities
27277 27277 Error in generation of SQL query when have a ForeignKey with Model with ChoiceField Database layer (models, ORM)
27269 27269 ORM extremely slow to run annotate/filter query, much faster directly in dbshell Database layer (models, ORM)
27265 27265 Using @admin.register causes failure when AdminModel constructor is overriden contrib.admin
27227 27227 Full text search by UUIDField returns DataError Database layer (models, ORM)
27159 27159 Pickling query with an __in=inner_qs lookup causes evaluation evaluation of inner_qs Database layer (models, ORM)
27254 27254 Detect web server context Uncategorized
27255 27255 Change test runner to display full dotted name of test Testing framework
27219 27219 Emoji don't work in TextFields using Oracle backend Database layer (models, ORM)
27245 27245 can't revert migration with index_together with one field Database layer (models, ORM)
27242 27242 Add get_object_or_none to django.shortcuts Core (Other)
27239 27239 Unexpected behavior on get_FIELDNAME_display when as int as value Database layer (models, ORM)
27230 27230 Inconsistency in AppConfig.path depending on sys.path Core (Other)
27228 27228 prefetch_related with select_related takes a lot of query Database layer (models, ORM)
27211 27211 Include HTTP-caching headers to "304 Not Modified" responses HTTP handling
27224 27224 Is possible display SVG by help Django`s view? Uncategorized
27203 27203 Update tests that use assertQuerysetEqual lambda o: o to use assertSequenceEqual Core (Other)
27173 27173 Permit import statements to be longer than 80 characters Core (Other)
27205 27205 Allow doing a substring search in JSONField array contrib.postgres
27204 27204 Clashing m2m intermediate table validation should ignore unmanaged models Core (System checks)
27194 27194 Cannot access admin page by following tutorial Uncategorized
27180 27180 Check for sql_mode fails during migration with special database connections Database layer (models, ORM)
27168 27168 "LookupError: App 'xxxxx' doesn't have a 'xxxxx' model" with custom table name Migrations
27097 27097 Add introspection for index type Database layer (models, ORM)
27142 27142 makemigrations fails on special database connections Migrations
27150 27150 Document that a name should be provided when wrapping file-like objects that don't have one with File Documentation
27163 27163 Unable to specify multiple pythonpath in django-admin Core (Management commands)
27128 27128 A method model.objects.get(pk=obj.pk) returns many objects, but in a database is one. Uncategorized
27124 27124 caches_setting_for_tests passes cull related options to memcached tests Core (Cache system)
27129 27129 Allow setting CSS classes in the output of the unordered_list template filter Template system
27125 27125 Can not support django Internationalized domain name in URLValidation Core (URLs)
27117 27117 The force_login() does not work in a testing if using more one a test Testing framework
27115 27115 UI discrepancy in Writing your first Django app, part 7 Documentation
27044 27044 `apps` passed to post_migrate_signal should contain migrated appconfigs even when no migration has been applied to them Migrations
27107 27107 setting request.encoding damages request.POST HTTP handling
27093 27093 ORM error on apache + wsgi Database layer (models, ORM)
27013 27013 Docs - Using Argon2 with Django - more appropriate pip command Documentation
27085 27085 UI Discrepancy in "Writing your first Django app, part 2" Documentation
27094 27094 ImportError: No module named 'django.core.checks.compatibility.django_1_10' Uncategorized
27082 27082 Make timezone.localtime() default to timezone.now() when no value is given Utilities
27059 27059 autoreload loose the sys.path in some cases (buildout install of python for instance, maybe others) Core (Management commands)
27069 27069 Documentation for what's possible to import as _ Documentation
27066 27066 Possible Memory leak while evaluating a QuerySet Database layer (models, ORM)
27014 27014 Raster support for spatial lookup breaks filtering by annotations GIS
27048 27048 Document that refresh_from_db() doesn't clear @cached_properties Documentation
27052 27052 Malformed url of uploaded files; uploaded_to parameter is ignored File uploads/storage
27045 27045 Document that AUTH_PASSWORD_VALIDATORS doesn't apply to create_user() and create_superuser() Documentation
27035 27035 DiscoverRunner's setup_test_environment() hard-codes settings.DEBUG to False Testing framework
27033 27033 static tag causes AppRegistryNotReady errors on 1.10 contrib.staticfiles
27016 27016 django-admin.py startproject creates urls.py that raises ImportError Core (URLs)
27001 27001 Regression in query counts using RadioSelect with ModelChoiceField Forms
14030 14030 Use F() objects in aggregates(), annotates() and values() Database layer (models, ORM)
14415 14415 Multiple aliases for one database: testing problems Testing framework
14891 14891 use_for_related_fields=False is not honored by reverse FK or M2M related managers Database layer (models, ORM)
14131 14131 The pagination module should have some limit, or a warning should be given in the documentation Documentation
14402 14402 help_text is not displayed for ManyToMany raw_id fields contrib.admin
494 494 2 Collapse in admin interface for inline related objects contrib.admin
14286 14286 Support for BigAutoField Database layer (models, ORM)
29 29 Fix usability issue with limit_choices_to and "Add another" in admin contrib.admin
14368 14368 Reverse relation attribute for OneToOneField fails when set to None Database layer (models, ORM)
14518 14518 Field.to_python not called on foreign key IDs Database layer (models, ORM)
14716 14716 filter_horizontal and filter_vertical don't work on mobile Safari contrib.admin
14217 14217 Add validation for model field name the same as the model name when using model inheritance Core (System checks)
14196 14196 Objects that come from something_set, should have their parent object filled in Database layer (models, ORM)
14671 14671 Allow overriding of ModelChoiceField.choices Forms
14952 14952 New find_commands(management_dir) to support .pyc and .pyo Core (Other)
14087 14087 django.core.management.get_commands only sees commands in the last package of a namespace package Core (Other)
14483 14483 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
14180 14180 Creating redundant indexes on foreign keys for MySQL/InnoDB tables Database layer (models, ORM)
14515 14515 Can't pickle ValueQuerySet if query references fields, which aren't on the same model. Database layer (models, ORM)
14394 14394 1 Assigning bad data to an m2m attribute should not clear existing data Database layer (models, ORM)
14434 14434 AdminSite should rely on self.has_permission for all permission checks contrib.admin
901 901 Reload method for models Database layer (models, ORM)
14638 14638 to_python howto documentation improvement Documentation
14930 14930 `values_list()` fails on queryset ordered by extra column Database layer (models, ORM)
14273 14273 Development server does not shutdown cleanly Core (Other)
27 27 Single form field for multiple database fields Forms
14916 14916 No proper initialization of models/signals/etc.... Core (Other)
14549 14549 Disambiguation of target/source fields for intermediary models when using ManyToManyField Database layer (models, ORM)
14760 14760 Admin inlines with file/image field fails to save_as contrib.admin
14051 14051 Signals for transaction commit/rollback Database layer (models, ORM)
14263 14263 Allow fields to support custom double-underscore lookup methods Database layer (models, ORM)
14950 14950 Javascript errors when building CHM file from django docs using Sphinx Documentation
14800 14800 2 Development server should NOT elide favicon from the logs Core (Management commands)
14461 14461 Allow to use other translation languages than just the ones available in Django Internationalization
14609 14609 __or__ method of queries does not return a correctly combined query. Database layer (models, ORM)
14174 14174 Support for string interpolation in lazy translation Internationalization
14877 14877 1 ModelFormSet.save() with a deleted form should work even if the model has already been deleted Forms
937 937 Autoreload reloads for every request. Core (Management commands)
23 23 Add support for ValidationWarning Forms
14512 14512 Documentation & tools for decorating class-based-views. Generic views
14786 14786 get_db_prep_lookup call get_prep_value twice for each value if prepared == False Database layer (models, ORM)
14043 14043 Incorrect and/or confusing behaviour with nullable OneToOneField Database layer (models, ORM)
14056 14056 Wrong query generated when using reverse foreign key Database layer (models, ORM)
694 694 [patch] TEMPLATE_DIRS should allow project root relative paths Template system
14261 14261 Add clickjacking protection (X-Frame-Options header) HTTP handling
14656 14656 Atom1Feed should write atom:published element contrib.syndication
14253 14253 TIME_ZONE not respected by Today and Now widgets in admin contrib.admin
14150 14150 [patch] a get_objects_or_404 ? Core (Other)
14945 14945 ContentType.objects.get_for_model doesn't allow using multiple databases Database layer (models, ORM)
14894 14894 translation is not threadsafe Internationalization
14567 14567 ModelMultipleChoiceField inconsistently returns a list if empty. Forms
14018 14018 Introduce class_plural %-substitution placeholder for related_name of ForeignKey/ManyToManyField Database layer (models, ORM)
14802 14802 feature request: add a method to Fields that is used to render the field as read-only contrib.admin
14540 14540 Wrong localization (L10N) thousand separator & decimal point character for Puerto Rico Internationalization
14057 14057 Expose an interface for custom-escaping template content Template system
14121 14121 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)
14332 14332 manage testserver and manage runserver should have similiar address:port options Core (Management commands)
14451 14451 add related_name to contrib.auth.models.User for 'groups' contrib.auth
14287 14287 TEST_MIRROR is not respected in routers Database layer (models, ORM)
14705 14705 Model Field Order not influenced by MRO of superclasses Database layer (models, ORM)
852 852 psycopg.ProgrammingError exceptions leave the connection to the DB in an unusable state Database layer (models, ORM)
14970 14970 Inconsistency in handling of managed/unmanaged transactions Database layer (models, ORM)
14139 14139 Feature Request: distinct() should support field names Database layer (models, ORM)
14707 14707 Allow an annotation to match a field name when using .values on a query set. Database layer (models, ORM)
14373 14373 2 annotate() will gladly delete your data Database layer (models, ORM)
14011 14011 QuerySet.none().values('x').query causes "DatabaseError: subquery has too many columns" when used in filters. Database layer (models, ORM)
14342 14342 Part 2 of the Tutorial -- path format for TEMPLATE_DIR Documentation
14976 14976 Add is_html flag to contrib.messages contrib.messages
14684 14684 RESTful Model View Generic views
14694 14694 defer() doesn't work with reverse relations Database layer (models, ORM)
14678 14678 Users are able to add more than one page to the same url contrib.flatpages
14315 14315 memcached doesn't support negative deltas for incr() and decr() Core (Cache system)
361 361 Some Basic Math Filters Template system
14615 14615 Related objects manager returns related objects with null FKs for unsaved instances Database layer (models, ORM)
14093 14093 Confusing error when failing to create a session key because the cache is unavailable contrib.sessions
14967 14967 django.contrib.auth.admin.UserAdmin.response_add changed in 1.2.4 Documentation
14861 14861 Importing settings in a module that contains a logging Handler causes circular import. Core (Other)
14757 14757 1 Add An Example For .extra(tables=[]) Documentation
14195 14195 ContentType object fails to use cache, beats DB to death Uncategorized
14502 14502 Feature: escape hatch for colliding template syntax in Django templates Template system
14026 14026 Setting for TRANSACTION_LEVEL on db backends Database layer (models, ORM)
1 1 Create architecture for anonymous sessions Core (Other)
409 409 Add support for sqlrelay backend, to pool DB connections Database layer (models, ORM)
14593 14593 CZBirthNumberField expects two arguments to clean() contrib.localflavor
14618 14618 unable to "inspectdb" on mysql4 database Core (Management commands)
14266 14266 Audit database backend support claims, particularly for MySQL Documentation
596 596 Allow Django to be packaged as a Python egg Core (Other)
14527 14527 GeoDjango docs shouldn't recommend PostgreSQL 8.3 Documentation
14574 14574 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
159 159 Circular logout problem contrib.admin
14184 14184 Validators not called on MultiValueField Forms
26 26 Admin validation errors cause FileUploadFields to be reset contrib.admin
14806 14806 No template tag to support contextual translations Internationalization
640 640 order_with_respect_to option fails Documentation
14597 14597 request.is_secure() should support headers like: X-Forwarded-Protocol and X-Forwarded-Ssl HTTP handling
14438 14438 Deserializer raises ValidationError if natural key is given as string Core (Serialization)
326 326 IPAddressField in decimal format Database layer (models, ORM)
14496 14496 Conflict between ModelForm.Meta.exclude and ModelAdmin.readonly attributes contrib.admin
14648 14648 Annotated date querysets fail if spatial backend is used GIS
14138 14138 Apache setup using sqlite3 breaks when performing a field__regex filter Database layer (models, ORM)
14758 14758 QuerySet method docs headings contain entire method signatures Documentation
14998 14998 '/'.join should use os.path.join Contrib apps
14982 14982 EMPTY_CHANGELIST_VALUE not honored whit a relation field in list_display Uncategorized
14975 14975 TransactionTestCases are broken by django.contrib.auth in 1.2.4 Testing framework
14972 14972 AdminEmailHandler breaks when report is missing stack trace information Core (Other)
14961 14961 Cannot load admin interface static files when doing tutorial Contrib apps
14955 14955 URLField validation should use HEAD requet instead of GET Core (Other)
14954 14954 AttributeError: 'dict' object has no attribute 'status_code' Uncategorized
14938 14938 "Save as" does not save entries added with a Inline Forms
14925 14925 test_permission_register_order raises IntegrityError when tests are run and INNODB storage engine is used for MySQL contrib.auth
14924 14924 I18N looks for translations in the reverse order of the apps Internationalization
14912 14912 urlize and urlizetrunc template filter docs need expansion Documentation
14910 14910 I18N locale per app resolving - documentation incorrect and bug Internationalization
14908 14908 Add takes_context parameter to simple_tag decorator Template system
14906 14906 r14915 removed alternative month names from Polish translation added in r14000 Translations
14878 14878 Issues in generic views (list) Generic views
14873 14873 A paginated ListView with a List instead of queryset produces an error Generic views
14824 14824 django.utils.get_format_modules doesn't respect USE_L10N Internationalization
14820 14820 Use `TextField` instead of `PositiveIntegerField` in docs and examples for generic relations. Documentation
14809 14809 Broken login related tests after r14733 contrib.auth
14797 14797 ModelFormMixin's get_form_class() logic broken; fails with custom get_queryset() method Generic views
14755 14755 Wsgi Error HTTP handling
14708 14708 Document available mapping keys for form field error messages. Documentation
14700 14700 Speed up RawQuerySet iterator Database layer (models, ORM)
14698 14698 django.utils.module_loading.module_has_submodule yields false positives Core (Other)
14661 14661 A couple of MySQL/MyISAM test failures Testing framework
14640 14640 Add elapsed request time to the development server log HTTP handling
14634 14634 Sessions are unnecessarily complex contrib.sessions
14623 14623 DateTimeField(auto_now=True) does not change when update is called Database layer (models, ORM)
14604 14604 Ubuntu documentation for geospatial/Postgres is out of date GIS
14560 14560 UpdateCacheMiddleware does not save responses for HEAD requests Core (Cache system)
14558 14558 Generic View http_method bug Generic views
14548 14548 Docs and implementation don't match regading return values of certain QuerySet aggregate functions Documentation
14543 14543 ContentTypes tests fails if auth app is not installed contrib.contenttypes
14529 14529 Save messages for proxy models show a crazy verbose_name contrib.admin
14507 14507 Static file serving is broken after rev 14293 Core (Other)
14471 14471 db.models.Manager regression - can't override some methods Database layer (models, ORM)
14460 14460 Convert managers_regress doctests to unit tests Testing framework
14459 14459 Convert many_to_one_regress test to unit tests Testing framework
14458 14458 Convert m2m_regress doctests to unit tests Testing framework
14456 14456 Convert inline_formsets doctests to unit tests Testing framework
14455 14455 Document possibly backwards-incompatible localflavor changes contrib.localflavor
14454 14454 Convert admin_widgets doctest to unit tests Testing framework
14445 14445 Use HMAC and constant-time comparison functions where needed in Django Uncategorized
14444 14444 Convert pagination doctests to unittests Testing framework
14426 14426 Factor "mysite" out of all code example import statements Documentation
14401 14401 Add a contributing HOWTO page for new contributors Documentation
14386 14386 Standardize Site/RequestSite access; looser coupling of sites framework in contrib Contrib apps
14366 14366 Model.objects.none().values(...).anything() is broken Database layer (models, ORM)
14329 14329 Seeing test failure in regressiontests.request since 13809 HTTP handling
14312 14312 list_editable causes 500s for ?p>maximum contrib.admin
14301 14301 django crashes on email address that passed validate_email() (utf8-tld) Core (Mail)
14299 14299 Add additional cache.*_many functions Core (Cache system)
14290 14290 Rendering is very inefficient when USE_L10N. Caching format values gives 2-7 times improvement Internationalization
14249 14249 Inactive users have less permissions then anonymous users with custom backend contrib.auth
14193 14193 prepopulated_fields should concatenate fields in given order contrib.admin
14004 14004 update() is not mention in the Queryset API Reference Documentation
14000 14000 Removal of obsolete "versionadded" tags Documentation
399 399 Bigint field object needed Database layer (models, ORM)
342 342 Add a way for fields to be displayed in the admin without being editable contrib.admin
689 689 Honor Web server provided authentication Core (Other)
285 285 2 WSGIRequest should set request.path to full uri path HTTP handling
528 528 Add a documentation generator that creates a PDF or HTML files locally Documentation
730 730 more explicit middlware ordering Core (Other)
14063 14063 Validating form file fields is hard File uploads/storage
13 13 1 Related objects interface should be tighter (edit_inline) contrib.admin
347 347 Add setting for table generation to use a default MySQL table type Database layer (models, ORM)
14049 14049 Fixture loading should be skipped for TestCase decorated with @skip* Testing framework
14610 14610 fixtures should be able to specify their database Testing framework
14348 14348 Paginator does not handle django.db.models.sql.datastructures.EmptyResultSet Database layer (models, ORM)
289 289 [patch] more details with "Please correct the errors below." contrib.admin
14390 14390 set_password functionality outside of the User model contrib.auth
14674 14674 ResetPasswordForm doesn't consider unusable_password setting contrib.auth
811 811 IPv6 address field support Core (Other)
14201 14201 Add a "security overview" page to the docs Documentation
14614 14614 Dont send Request message when handle_uncaught_exception() Core (Other)
14082 14082 2 modelform_factory should use the form's metaclass Forms
14045 14045 makemessage miss some gettext in javascript Internationalization
14262 14262 Helper for "get_something as varname" template tag pattern Template system
14729 14729 RawQuerySet.__repr__ fails when params passed as list Database layer (models, ORM)
14766 14766 ordering by a field that does not exists returns an empty QuerySet Database layer (models, ORM)
14220 14220 Backwards-compat code in db.fields.subclassing is a bottleneck Database layer (models, ORM)
14960 14960 Write tests for inclusion_tag Template system
14105 14105 django.contrib.auth tests failing with cache middleware Core (Cache system)
717 717 If-Modified-Since checked for exact match HTTP handling
14013 14013 'django.db.backends.postgresql_psycopg2' isn't an available database backend. (?!?!?) Database layer (models, ORM)
14986 14986 TestCase: increase verbosity for TestCase.fixtures usage Testing framework
14635 14635 Documentation improvement on setting up django with OpenBSD Documentation
14046 14046 Template tag errors masked if including based on context variable name Template system
14101 14101 Localized DecimalField doesn't accept localized input Internationalization
14796 14796 inspectdb producing field names which are Python keywords django-admin.py inspectdb
14240 14240 filesizeformat should localize number Template system
14672 14672 Admin doesn't handle new on_delete exceptions gracefully contrib.admin
14498 14498 Forms passed to FormWizard.process_step are not guaranteed to have clean validate data contrib.formtools
14474 14474 Unnecessary deepcopying of QuerySet inside filter() method results in slower execution Database layer (models, ORM)
14940 14940 New generic class view CreateView execute form.save() with no arguments Generic views
14889 14889 Usability improvement to csrf_migration_helper Uncategorized
14331 14331 Clarify where to append sys.path.append in mod_wsgi docs Documentation
14918 14918 Password reset with e-mail OR username contrib.auth
14724 14724 Auth Password Reset View depends on Integer user ID, contrib.auth
14981 14981 Small enhancement to User.last_login timezone handling (version 1.3.0 beta 1) contrib.auth
14320 14320 MySQL documentation needs to note lack of support for timezone info... Documentation
14865 14865 Various RO localflavor fields don't handle EMPTY_VALUES correctly contrib.localflavor
14872 14872 ZAPostCodeField doesn't pass *args or **kwargs to super().__init__ contrib.localflavor
14871 14871 ZAIDField doesn't handle EMPTY_VALUES correctly contrib.localflavor
14860 14860 Various PL localflavor fields don't handle EMPTY_VALUES correctly contrib.localflavor
14859 14859 Various IT localflavor fields don't handle EMPTY_VALUES correctly contrib.localflavor
14864 14864 ROCIFField in localflavor has a bad regex contrib.localflavor
14146 14146 Incorrect query being generated by .exclude() in some inheritance cases Database layer (models, ORM)
14902 14902 Won't delete files with accents (or other unicode characters) Core (Other)
14144 14144 ModelMultipleChoiceField doesnt check validators Forms
14499 14499 ATSocialSecurityNumberField doesn't handle EMPTY_VALUES correctly contrib.localflavor
14855 14855 Tweak reST in new TemplateResponse docs Documentation
14120 14120 [patch] Document ``get()`` in Making Queries Documentation
14095 14095 Objects not saved when readonly_fields is set for inline admin contrib.admin
14484 14484 database router ignored on Manager.get() Database layer (models, ORM)
14311 14311 Improve django.template.defaultfilters.title Template system
14826 14826 Accentuated filename upload File uploads/storage
14417 14417 UnicodeDecodeError exception in recent actions contrib.admin
14804 14804 Update "humanize" docs Documentation
14754 14754 TypeError: '[some aggregate function]' object does not support indexing Database layer (models, ORM)
14717 14717 Connection error not handled Uncategorized
14569 14569 Date field expression raw query returns unicode instead of datetime object in sqlite Database layer (models, ORM)
14443 14443 Oracle backend returns wrong test database name Database layer (models, ORM)
14622 14622 ValuesListQuerySet used with a foo__in filter breaks in SQL generation Database layer (models, ORM)
14283 14283 AttributeError on admin detail page after r13708 Contrib apps
14536 14536 Incorrect syntax about using OPTIONS for changing the database engine Documentation
14564 14564 case insensitive unique_together Database layer (models, ORM)
14014 14014 Admin Add user view: Clicking 'Save and add another' button still shows extended user detail form contrib.admin
14508 14508 Test suite silences warnings Testing framework
14599 14599 delete() is not documented on 'QuerySet API reference' page Documentation
14621 14621 Non-informative error when URL is not properly configured Uncategorized
14607 14607 Settings.py: A blank ADMIN_MEDIA_PREFIX fails annoyingly Uncategorized
14584 14584 PASSWORD_RESET_TIMEOUT_DAYS is not documented Documentation
14588 14588 Changed behaviour of middlewares after [14393] Core (Other)
14398 14398 runfcgi umask option should use literal value Core (Management commands)
14575 14575 Fill PDF Forms with FDF Data or XFDF Data and/or Flatten Forms Documentation
14535 14535 Model.objects.all() causing ImportError in Django 1.2.3 in stand-alone script Database layer (models, ORM)
14539 14539 Documents maybe out-of-date Uncategorized
14223 14223 Inconsistent exception raising on DB integrity errors Database layer (models, ORM)
14432 14432 Tutorial import line missing (tiny correction) Documentation
14473 14473 Convert model_package doctests to unittests Testing framework
14472 14472 Convert generic_relations doctest to unittest Testing framework
14379 14379 formset.is_bound returns False for ModelFormsets created with queryset as argument Forms
14457 14457 Possible error in settings.py description Documentation
14441 14441 Oracle list limit exceeded with __in filters Database layer (models, ORM)
14074 14074 RFE: "Best of both worlds" for short and long? Documentation
14255 14255 Factoring mysite out of tutorial imports Documentation
14353 14353 unique_together new style is not working properly Uncategorized
14359 14359 django core and contrib named urls should follow a convention Contrib apps
14344 14344 Duplicate view name does not raise an error Core (Other)
14314 14314 Import error on installation of Django 1.2.3 Uncategorized
14278 14278 sqlite3 backend and django 1.2.3, bug: «no such table» Database layer (models, ORM)
14275 14275 Russian file name file in upload File uploads/storage
14235 14235 UnicodeDecodeError in CSRF middleware Forms
14246 14246 aggregation_regress tests don't run on Postgres that supports StdDev Uncategorized
14247 14247 [regression in 1.2.2] 'forms' test failure in 1.2.X Testing framework
14243 14243 defer and only are not respected by values and by valuest_list() Database layer (models, ORM)
14242 14242 UserChangeForm Causes KeyError in 1.2.2 and Trunk Forms
14145 14145 undeterministic behavior when project or app template contains dotdir Core (Management commands)
14203 14203 Manual schema specification for tables is not compatible with index creation statements Database layer (models, ORM)
14179 14179 django create table with capitalized chars Uncategorized
14168 14168 Method assertQuerysetEqual() has "response" as first argument in the docs Documentation
14156 14156 CSRF protection in django.contrib.flatpages.views.flatpage causes unwanted behavior Contrib apps
14116 14116 TestClient skips Csrf Middleware Testing framework
14148 14148 Django assumes that module.__file__ is an absolute path Testing framework
14068 14068 Fixture loading issue with multi database setting Core (Serialization)
14143 14143 Database problems and import error of django.contrib.messages Uncategorized
14086 14086 Tests don't pass on Python 2.4 because of a try/except/finally contrib.sessions
14073 14073 Update for es_AR translation, 1.2.X branch Translations
14064 14064 Correct spelling of Argentinian Spanish in global_settings.py Core (Other)
313 313 PhoneNumberField should accept international format numbers Internationalization
920 920 [patch] patch_response_headers breaks when response.content is unicode Core (Cache system)
571 571 SQLite error with mod_python/Apche2 on Mac OS X 10.4.2 contrib.admin
172 172 Twisted (twisted.web2) support for Django Tools
106 106 [patch] Problem with some js/select box on IE contrib.admin
541 541 [patch] Making generic views use other templates like Zope3 ZPT Generic views
987 987 1 HttpResponseRedirect uses/allows relative URIs for the HTTP Location header, which is forbidden by HTTP Core (Other)
24 24 edit_inline support for OneToOne relationships Metasystem
565 565 Unique fields don't work on edit_inline models contrib.admin
1000 1000 Ticket 1000 Core (Other)
245 245 Remove old ordering syntax Metasystem
659 659 Selecting by month with DateField is broken with sqlite3 backend Database layer (models, ORM)
708 708 search for meta.IPAddressField with postgresql backend is broken (admin) Database layer (models, ORM)
14 14 PIE-IN-THE-SKY: Add spell-check capability to admin textareas contrib.admin
718 718 svn co behind stupid proxy *.djangoproject.com
685 685 [patch] list_detail and archive_* generic views should default allow_empty to True Generic views
785 785 many2many table and legacy databases. Database layer (models, ORM)
265 265 Patch: RequiredIfOtherField and friends don't work with edit_inline Core (Other)
115 115 Models CRUD via web services Core (Other)
899 899 Formfield doesn't display default value Forms
616 616 [patch] process_exception middleware extension Core (Other)
231 231 [patch] Make appropriate model fields honor max_length param Metasystem
460 460 Patch for get_table_list() for SQLite3 Database layer (models, ORM)
391 391 date_based generic views might be off by one Generic views
546 546 [patch] make render_to_string and render_to_response use select_template Template system
208 208 Allow the strings the cycle tag uses to contain spaces Template system
149 149 Show latest comments on djangoproject.com Core (Cache system)
48 48 Unit tests for MySQL support Database layer (models, ORM)
28 28 Delete confirmation should have "replace relationships" shortcut Metasystem
191 191 Pydoc integration Core (Other)
673 673 Final code example in Tutorial 3 is incorrect Documentation
710 710 Differentiate between __repr__ and __str__ for model objects Core (Other)
548 548 missing steps at end of tutorial04.txt Documentation
851 851 New SQL query API Database layer (models, ORM)
601 601 Unique_together documentation update Documentation
394 394 Redirects and multiple name= pairs Core (Other)
476 476 use vars values in template {{}} dotted style Template system
486 486 [patch] Template system incorrectly persists filter arguments Template system
398 398 [patch] {%define VAR as%}VALUE{%in%} tag Template system
396 396 djangoadmin.py runserver should be able to listen on all available IPs Tools
438 438 marking the field null=True it does not seems to work contrib.admin
454 454 'app' instead of 'module' in django-admin.py --help contrib.admin
362 362 Anonymous sessions should try to prevent session-stealing Core (Other)
360 360 [PATCH] django-admin.py runserver only takes a port when it could also take an ip:port Core (Other)
273 273 [patch] Password salt and other algorithms support Core (Other)
243 243 lack of ordering the get_list() params Metasystem
259 259 Admin errors with edit_inline and foreign keys. contrib.admin
205 205 Can't log in from /admin/logout/ contrib.admin
295 295 [patch] Add reverse counter variables to template &#34;for loops&#34; Core (Management commands)
185 185 Chaining views Core (Other)
248 248 Add a "addtopath" command to django-admin.py Core (Management commands)
124 124 Better handling of raw POST data Core (Other)
183 183 TypeError: can't compare datetime.datetime to datetime.date Template system
212 212 help_text is not displayed for ManyToManyField in the admin interface contrib.admin
251 251 [patch] Add "AND" and "OR" clauses to the SQL query syntax Metasystem
216 216 sqlite3 broken post rev 329 Metasystem
7 7 Patch: Changelist date range filters don't maintain state as expected contrib.admin
121 121 [patch] Names in SQL should be quoted Metasystem
198 198 istartswith doesn't work Contrib apps
163 163 Option to leave off __exact Template system
75 75 Add support for recursive ManyToManyFields Metasystem
82 82 Config snippet for mod_python users doing tutorial 3 Core (Other)
69 69 Enhancing the MySQL backend Database layer (models, ORM)
58 58 Creating user from interactive interpreter doesn't work with MySQL Database layer (models, ORM)
79 79 Unable to run admin interface via stand-alone server contrib.admin
66 66 [patch] Give views access to application root from urlconf Core (Other)
109 109 Patch: Customizing Date(Time)Field displays contrib.admin
12 12 Add metasystem database-check functionality Metasystem
90 90 Add "django-admin.py inspectdb" option Tools
611 611 fields with editable=False do not render contrib.admin
21 21 FileUploadField should allow for manual filename entry contrib.admin
16 16 Create some form of "edit many at once" feature for the admin contrib.admin
572 572 When i have an ImageField and a auto_now DateTimeField in the same model it doesnt get saved contrib.admin
200 200 Add a Decimal type and a Currency type Database layer (models, ORM)
952 952 [patch] Allow for database client encoding configuration from project settings Database layer (models, ORM)
93 93 django-admin startproject can create invalid settings/admin.py on windows Tools
250 250 Metasystem needs a BinaryField Metasystem
999 999 'bool' object has no attribute 'get' when trying to add a record Metasystem
482 482 ForeignKey inline editing drops records in the Admin application Core (Cache system)
639 639 Model FileFields empty on first pass through save() Core (Other)
5 5 Add a cache=NUM_SECONDS argument to QuerySet Metasystem
343 343 One-to-one relations - different primary_key Metasystem
393 393 [patch] Filters don't take the str() value of a var Core (Other)
443 443 Date's of the form 0000-00-00 don't work Database layer (models, ORM)
924 924 [patch] String filters (lower, upper, capfirst etc.) don't work with international strings contrib.admin
934 934 ImageField's cause the admin UI to not allow modifications? Validators
914 914 [patch] Admin js option does not honor absolute urls contrib.admin
10 10 Ordered objects should have API access to their order number Validators
65 65 [i18n] Internationalization and localisation contrib.admin
389 389 [patch] admin interface only sorts by first ordering field contrib.admin
501 501 {{ block.super }} returns value of the most remote ancestor contrib.syndication
469 469 Admin changelist assumes ForeignKey related object has ordering set contrib.admin
463 463 [patch] new mysql.DatabaseWrapper - solving multiple MySQL problems Core (Other)
510 510 [patch] Defend admin against CSRF attacks contrib.admin
512 512 Admin list_filter doesn't work for BooleanField with MySQL contrib.admin
452 452 Two ManyToManyFields to the same object should give that other object two API methods, not one Metasystem
451 451 There should be OneToManyField support Database layer (models, ORM)
440 440 [patch] maxlength incorrectly checked for international characters in utf-8 contrib.admin
529 529 Add support for GenericForeignKey Contrib apps
383 383 Tutorial 2, 'clearing' field to signify deletion of object doesn't Documentation
374 374 [patch] Filtering BooleanField does not work with SQLite contrib.admin
338 338 ManyToMany fields don''t work in the generic views Generic views
337 337 DateTime fields don't work in the generic views Generic views
329 329 RSS framework needs an easier interface contrib.syndication
327 327 Metasystem should support more than one ManyToMany relationship Metasystem
558 558 jnefpnev Core (Management commands)
242 242 Traceback when viewing tag docs. contrib.admin
238 238 Database tests fail with sqlite Database layer (models, ORM)
669 669 site table Metasystem
122 122 [patch] Build models using fieldname=FieldClass Core (Other)
105 105 Make collapse class to work in two ways contrib.admin
87 87 [patch] Oracle database support Database layer (models, ORM)
81 81 Setting primary_key=True on an non-integer field isn't yet supported contrib.admin
61 61 [patch] auth.User admin form shouldn't require people to edit hashes contrib.admin
739 739 tutorial and docs translations Documentation
813 813 we need spam protection for the ticket system :-( *.djangoproject.com
167 167 ForeignKey should also take string arg instead of class name Metasystem
323 323 Saving item without making any changes causes a duplicate item to be created in MySQL contrib.admin
241 241 Add a django.contrib.markup app Core (Other)
239 239 Initializing a model instance should not require fields with blank Metasystem
489 489 [patch] MySQL: TextField => longtext Database layer (models, ORM)
618 618 [patch] (reopened) Support for non-standard database port Database layer (models, ORM)
320 320 After completing Tutorial 2, there appears to be a bug in the foreign key related default admin code contrib.admin
521 521 Multilevel foreign key ordering causes error in Admin changeview Metasystem
626 626 Move template modules to django.core.template package Core (Other)
316 316 Error while logging into Admin site since revision 487 contrib.admin
499 499 [patch] method_save() empty value fix Template system
798 798 Specifying username, email, and password on as arguments to &#34;django-admin.py createsuperuser&#34; Translations
586 586 raw_id_admin should work with non-integer primary keys contrib.admin
700 700 urlify.js and slugify use different character for spaces Core (Other)
799 799 new error templates expose secret keys Core (Other)
515 515 [patch] additional set of cache backends Core (Cache system)
192 192 FileUploads with builtin HTTPServer and wsgi-handler won't works Core (Other)
170 170 Unicode field names cause UnicodeEncodeError in main admin handler contrib.admin
896 896 [patch] Error serving media files throught django development server on windows Core (Other)
927 927 non-integer primary keys are broken since new-admin merge Metasystem
648 648 [patch] Add a comment tag like {# commented #} Template system
835 835 [new-admin] Updated norwegian translation Template system
500 500 [patch] Templates files extensions other than '.html' should be possible Template system
698 698 Exceptions thrown after CONTROL-C typed to stop test web server. Core (Management commands)
660 660 admin executes template code that happens to be in strings in the list views contrib.admin
321 321 Revision 494 breaks MySQL Database layer (models, ORM)
763 763 [patch] fix for 'file' cache Core (Cache system)
135 135 Document mod_python behavior with more than one SETTINGS in a vhost Documentation
935 935 weird interaction between edit_inline and OneToOneField causes adding through admin to fail contrib.admin
445 445 allow partial object updates with manipulators Metasystem
733 733 small addition to i18n.txt with regard to caching Core (Other)
119 119 1 Serving media Core (Other)
644 644 SQL Server DB backend: Rev 940 test results Database layer (models, ORM)
350 350 "offset" keyword does not work on MySQL 3.x Database layer (models, ORM)
817 817 problem with column-quoting and "computed columns" Metasystem
288 288 Document custom template tags systyem Documentation
78 78 Add a test suite for core functionality Tools
495 495 manipulators inherit from admin Metasystem
959 959 [patch]Template improvements Template system
583 583 [patch] Add app-template dirs to TEMPLATE_DIRS Template system
911 911 [patch] Make template system scoped to the parser contrib.admin
625 625 [patch] Add template decorators Template system
961 961 [patch] Add automatic thumbnail generation to ImageFields Core (Other)
750 750 i18n should ideally respect the languages supported on a per-application basis Tools
473 473 Make MySQL warnings more informative Database layer (models, ORM)
972 972 1 better explain choices usage in the model docs Documentation
582 582 [patch] Load templates from application eggs Template system
722 722 Allow for period '.' and hyphen '-' characters in usernames with an isUsername validator Validators
603 603 Improved template error messages Template system
356 356 [patch]: simple XML-RPC support for Django Core (Other)
930 930 [patch] Leaving out ¨ordering¨ in OneToOne relationship causes bad SQL statement Metasystem
291 291 Installation problems contrib.admin
272 272 Error while executing contrib.admin
46 46 Refactor DATE_TRUNC() and EXTRACT() database code for MySQL contrib.admin
732 732 slightly update de-translation Translations
437 437 [patch] In memory file cache Core (Cache system)
306 306 cached date time values have greater precision then ones retrieved from db causing issues Database layer (models, ORM)
535 535 Refactor admin code to clean it up contrib.admin
488 488 [patch] removetags filter doesn't remove tags without a seperate ending tag Template system
226 226 MetaWeblog API Support Core (Other)
300 300 ImportError in simple setup Core (Other)
593 593 [patch] Fulltext search support in Django Database layer (models, ORM)
892 892 Make TemplateNotFound pages look like the 404's that come of URLConf Template system
949 949 [patch] include template tag should support select_template type list Template system
505 505 ssi-tag should not fail silently if DEBUG is enabled Template system
667 667 [patch] extra_lookup_kwargs and extra_context in infodicts should accept callbacks Generic views
695 695 sqlupdate, creates sql to update the database based on an updated model file Database layer (models, ORM)
309 309 tables with 'class' in them translate to 'classs' messing up inserts contrib.admin
674 674 ImageField display use undocumented thumbnails for change_list display contrib.admin
237 237 get_absolute_url doesn't show up right in admin contrib.admin
112 112 WSGI requires a HTTP reason in the status Core (Other)
372 372 problems loading custom filters? Template system
286 286 [patch] Eliminate unintuitive behavior when using edit_inline with no core fields specified Metasystem
258 258 Cannot create many-many relationships within the same table Database layer (models, ORM)
101 101 Add functionality to django-admin to create skeleton views Core (Management commands)
672 672 get_absolute_url isn't nice contrib.syndication
900 900 [patch] Premature close of postgres connection with multiple threads Database layer (models, ORM)
772 772 included translations sequences Internationalization
704 704 AttributeError with non-standard primary key name contrib.admin
676 676 [patch] a _post_init hook for model classes to initialize fields from outside content Metasystem
966 966 [patch] add 'not'-variants to some lookup kwargs Core (Other)
542 542 [patch] Add an "or cancel" link to add, edit, and delete admin views. contrib.admin
980 980 Database Querying Database layer (models, ORM)
954 954 An error in many-to-many raw_id_admin template, change mode contrib.admin
766 766 [patch, new-admin] Allow html tags if "allow_tags" model's method attribute is present contrib.admin
764 764 [i18n] blocktrans parsing error when filter argument contains spaces Template system
301 301 Last update on Community page *.djangoproject.com
507 507 Make startswith and endswith case-sensitive in MySQL Database layer (models, ORM)
516 516 Discrepancy in usage naming of login template file Template system
678 678 I would like to see a tutorial describing how to edit One-To-Many relationships Documentation
668 668 change default 'site' URL to example.com not 'mysite.com' contrib.admin
623 623 [patch] Allow ssi tag to use template dirs, making apps that use this feature much more portable Template system
363 363 Patch to make sqlall use a database specific initial data file over the database agnostic one Metasystem
570 570 formfields.SelectField doesn't select correct value for ForeignKey Core (Other)
538 538 django is not zip_safe Tools
434 434 Does runserver takes 2 arguments? Core (Other)
404 404 MySQL order_by=['?'] throws ProgrammingError Metasystem
433 433 Add ability to delete multiple objects in a single call Metasystem
354 354 Unit tests fail with old version of MySQLdb Tools
403 403 [patch] floatformat error Template system
382 382 globals should show up in model methods and classes (like normal python classes) Core (Other)
330 330 get_relatedobject_count error with OneToOneFields Metasystem
401 401 Overview Question *.djangoproject.com
341 341 unique option contrib.admin
369 369 put the D back in CRUD for FileField contrib.admin
352 352 django-admin MySQLdb error Tools
324 324 IPAddressField fails Database layer (models, ORM)
307 307 Use unicode strings u"bla-bla" in SQL-queries for compatibility with national languages Metasystem
190 190 Add which template a syntax error is occurring in when you raise TemplateSyntaxErrors Template system