Ference

(Ference)

Most Active Role

N/A

Most Active Component

N/A

Activity Timeline

[No data in this time period]

Components

[No data in this time period]

Tickets

Trac Ticket (1358) Reporter (1) Owner (0) Commenter (0) Summary Component
34566 34566 ModelAdmin get_field_queryset uses related admin ordering, but not related admin querysets. contrib.admin
34619 34619 Ensure FilteredSelectMultiple select elements are associated with their label contrib.admin
34917 34917 Links in the Django admin should be underlined. contrib.admin
34819 34819 GenericForeignKey.get_prefetch_queryset() contrib.contenttypes
34865 34865 DatabaseWrapper are not GC and connections are not closed Database layer (models, ORM)
34041 34041 Accessibility improvements for admin breadcrumbs contrib.admin
34380 34380 Make URLField assume "https". Forms
897 897 Bi-Directional ManyToMany in Admin contrib.admin
34397 34397 Subclasses of JSONField call `get_prep_value` with field as value Database layer (models, ORM)
373 373 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)
470 470 Add Field.db_default for defining database defaults Database layer (models, ORM)
27674 27674 Deprecate GeoModelAdmin and OSMGeoAdmin GIS
27833 27833 prefetch_related fails with SQLite when used with 1000 parent records Database layer (models, ORM)
34402 34402 Admin search_fields crashes for inherited model and __iexact lookup. contrib.admin
34060 34060 Creating CheckConstraint on JSONField with __exact lookup on key transforms crashes on Oracle. Database layer (models, ORM)
34609 34609 Deprecate format_html calls without args or kwargs Utilities
34462 34462 Deletions in admin panel create N + 1 queries contrib.admin
34547 34547 Deprecate DatabaseOperations.field_cast_sql(). Database layer (models, ORM)
34983 34983 Deprecate django.utils.itercompat.is_iterable(). Utilities
34355 34355 Make BaseConstraint arguments keyword-only Database layer (models, ORM)
34856 34856 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)
27409 27409 Issues with admindocs docstring links generation contrib.admindocs
34900 34900 Python 3.13 compatibility. Core (Other)
34406 34406 Add support for curved geometries in GeoDjango GIS
27106 27106 Document which template filters can be used in Python code (and how) Documentation
34887 34887 Allow unlimited CharField for SQLite backend Database layer (models, ORM)
34221 34221 Plural-Forms in .po files break Django's translation precedence. Internationalization
34429 34429 Allow to set unusable password via admin UI contrib.auth
34643 34643 Move admin form labels to a more accessible place contrib.admin
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
34701 34701 Add support for NULLS [NOT] DISTINCT to UniqueConstraint Database layer (models, ORM)
34886 34886 Sample use of lazy in delayed translations is not valid in Django 4.1 and 4.2. Documentation
34502 34502 Union giving wrong column ordering even when using .values/.values_list Database layer (models, ORM)
34846 34846 Add "Copy" button to the code snippets in docs. Documentation
34881 34881 migrate crashes when renaming model referenced twice by ManyToManyField.through model on SQLite. Migrations
34789 34789 `filter_horizontal` duplicates entries in "Chosen" column after instance is added via in another field using the "plus" JS action contrib.admin
34007 34007 Single-field conditional UniqueContraint validation errors are classified as non-field-errors Database layer (models, ORM)
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)
34994 34994 Visual regression in admin checkboxes on mobile contrib.admin
34925 34925 refresh_from_db() will not iterate through all of the fields listed in the 'fields' parameter. Database layer (models, ORM)
34838 34838 GeoDjango database functions incompatible with GeneratedField Database layer (models, ORM)
34977 34977 Turn link to change password form in admin user change form into a button contrib.auth
34841 34841 Reverse migrations model state rendering slow with moderate to large migrations Migrations
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)
34943 34943 Support passing unique constraint names to bulk_create(). Database layer (models, ORM)
34488 34488 ClearableFileInput widget forgets "Clear" selection when form is not valid Forms
34901 34901 Add async interface to contrib.sessions contrib.sessions
14831 14831 Django Template Style Guide Documentation
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)
34806 34806 Make cached_db backend resilient to cache backend errors contrib.sessions
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
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)
34038 34038 Low text contrast and no visual cues for links within body text in admin UI contrib.admin
27225 27225 "age" header is not set for responses taken from cache. HTTP handling
34936 34936 db_default with decimal.Decimal() crashes on SQLite. Database layer (models, ORM)
34140 34140 Format python code blocks in documentation files Documentation
34971 34971 Several loggers missing from logging documentation Documentation
34910 34910 Color Contrast Admin Plus Icon contrib.admin
34051 34051 makemigrations --check generating migrations is inconsistent with other uses of --check Migrations
34961 34961 Add a max_length parameter to EmailValidator Core (Other)
34036 34036 Low text contrast over light blue backgrounds in admin light theme contrib.admin
34949 34949 Clarify when unique constraints are ignored. Documentation
34769 34769 JSONField key/path transforms tests fail on Oracle 21c. Database layer (models, ORM)
34132 34132 Migration with CheckConstraint fails on PostgreSQL in PyPy with psycopg2cffi due to AttributeError Database layer (models, ORM)
34670 34670 Django Admin light theme flickers on dark system contrib.admin
34658 34658 New assertion `assertNotInHTML`, like `assertContains` has `assertNotContains` Testing framework
34989 34989 Set Content-Length where possible for HttpResponses. HTTP handling
34411 34411 Update obsolete GDAL API for DataSource handling GIS
34909 34909 Accessible names for Add / Change buttons in Django Admin 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)
34305 34305 Refactor the GeoIP2 tests to use MaxMind test data GIS
34742 34742 calling a DELETE endpoint without a trailing slash does not thow RuntimeError in DEBUG mode HTTP handling
34986 34986 Fix up support for PyPy 3.10 Core (Other)
34593 34593 Django admin list does same Count query twice when there are no filters contrib.admin
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
34982 34982 Visual regression for helptext at certain screen sizes contrib.admin
27676 27676 MariaDB 10.2 supports defaults for text columns Database layer (models, ORM)
34822 34822 Provide migration serializer for `_lru_cache_wrapper` Migrations
34633 34633 Add prefetch_related() cache invalidation for create() in reverse many-to-one managers. 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)
34992 34992 MariaDB does not support functional group by dependencies Database layer (models, ORM)
34991 34991 Wrong layout of pagination buttons with editable list in the admin. contrib.admin
34968 34968 MultiPartParser silent large header fields size failures HTTP handling
34818 34818 GenericIPAddressField ValidationError incorrect message when both protocols present Database layer (models, ORM)
14611 14611 Added dedicated option to test.Client methods (other than get()) for passing query parameters. Testing framework
34987 34987 "Expression contains mixed types" exception when performing window function on query that also has aggregates. Database layer (models, ORM)
34990 34990 Change external link for CSRF reference docs to OWASP Documentation
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)
34980 34980 Change migration operation dependencies to namedtuples. Migrations
34972 34972 Aggregate with CombinedExpression resulting in NotImplemented instead of None after update from 3.2 -> 4.2 Database layer (models, ORM)
34717 34717 Cannot use aggregate over window functions since 4.2 Database layer (models, ORM)
34884 34884 Half bug/half enhancement : inconsistent behavior of get_or_create() regarding related attributes cache Database layer (models, ORM)
34970 34970 Unclear wording in password validator docs Documentation
34944 34944 Missing or misinferred attributes in output fields of generated fields Database layer (models, ORM)
34955 34955 Make Concat() use the database operator `||` on PostgreSQL. Database layer (models, ORM)
34919 34919 Missing scope attribute in admin doc table headers. contrib.admindocs
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
34229 34229 "no such column" when combining FilteredRelation and multi-table inheritance models Database layer (models, ORM)
34457 34457 makemigrations --check no longer prints the changes Migrations
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
34941 34941 db_default with decimal.Decimal() doesn't return Decimal instances on Oracle. Database layer (models, ORM)
34813 34813 Docs miss note about invalid integrity with ManifestStaticFilesStorage contrib.staticfiles
34927 34927 ModelAdmin for model with InlineModelAdmin for proxy class reference results in admin.E202 contrib.admin
34932 34932 Setting deterministic Postgres collations incorrectly disallows use of varchar_pattern_ops and text_pattern_ops Migrations
27403 27403 Document that prefetch_related doesn't guarantee transactional consistency Documentation
34904 34904 Changing email object after sending mutates mail in mail.outbox Core (Mail)
34926 34926 Missing model after squashing Migrations
34923 34923 MESSAGE_TAGS ignored in 5.0a1 contrib.messages
34924 34924 Example for squashmigration not working properly Migrations
34920 34920 FileExtensionValidator.__eq__() should ignore allowed_extensions order. Core (Other)
34899 34899 Model Field.choices callable support is not actually lazy Database layer (models, ORM)
34903 34903 Parallel test runner failure on Windows Testing framework
34825 34825 SQLite database files are not destroyed after tests Testing framework
34921 34921 Filtering an unbound DateTimeField with naive date crashes Database layer (models, ORM)
34913 34913 Django Admin high contrast mode no clear session contrib.admin
34912 34912 Admindocs back-links and bookmarklet help text is too small contrib.admindocs
34911 34911 Admindocs index skips from h1 to h3 contrib.admindocs
27234 27234 Clarify the type of the django.server logger's 'request' extra context Documentation
34905 34905 Main landmark is on the wrong element contrib.admin
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
34882 34882 options=0 is not respected when calling AsGeoJSON() GIS
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
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
34883 34883 Allow template tags to set extra data on templates. Template system
34878 34878 Autoreload crashes with FORM_RENDERER="django.forms.renderers.TemplatesSetting". Template system
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)
34320 34320 Renaming fields with truncated names don't remove old constraints on Oracle. Database layer (models, ORM)
34873 34873 Add support for GENERIC_PLAN option to QuerySet.explain() on PostgreSQL 16+. Database layer (models, ORM)
34835 34835 Use a `nav` element or `navigation` landmark for changelist filters contrib.admin
34849 34849 Appending django.contrib.postgres to the INSTALLED_APPS via @modify_settings crashes. Database layer (models, ORM)
34861 34861 KeyTextTransform incompatible with GeneratedField Database layer (models, ORM)
34858 34858 Output field for combined PositiveIntegerField is not properly resolved. Database layer (models, ORM)
34823 34823 assertTemplateUsed() context manager crashes for templates without names. Testing framework
34848 34848 Updating translations catalog for javascript files fails with CommandError Internationalization
34857 34857 Date picker cancel button does not respect color theme/dark mode contrib.admin
34851 34851 Drop support for PostgreSQL 12 and PostGIS 2.5 Database layer (models, ORM)
34850 34850 Drop support for MariaDB 10.4. Database layer (models, ORM)
34560 34560 Update admin's jQuery to 3.7.X. contrib.admin
34842 34842 Unmanaged read-only generated fields in admin Database layer (models, ORM)
34832 34832 Use `banner` landmark or `<header>` element for the admin header area contrib.admin
34834 34834 Use `search` role for the admin changelist search form contrib.admin
34833 34833 Use a `main` landmark in the admin interface contrib.admin
34233 34233 Drop support for Python 3.8 & 3.9. Core (Other)
34752 34752 ASGI http.disconnect not handled for streaming responses HTTP handling
34829 34829 Django reports the “mutually exclusive” error for settings that do not contain STATICFILES_STORAGE. File uploads/storage
34821 34821 Syncing DEFAULT_FILE_STORAGE/STATICFILES_STORAGE settings with STORAGES can mutate user settings. contrib.staticfiles
34824 34824 Migrations generates two records when ForeignObject.to_fields/from_fields is not a tuple. Migrations
34642 34642 File.open to support different encodings Core (Other)
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
34810 34810 Calculate coverage on subprocesses such as django-admin commands Core (Other)
34791 34791 Prefetch's queryset attribute is ignored when the same nested relation is used multiple times. Database layer (models, ORM)
34730 34730 Add an assertMessages assertion contrib.messages
34814 34814 Confirm support for PostGIS 3.4 GIS
34768 34768 Calling `colorama.init()` on module load can have unwanted side effects Core (Management commands)
34778 34778 startproject could use find_spec() rather than import_module() to check for conflicts Core (Management commands)
34803 34803 Nested OuterRef crashes with AttributeError Database layer (models, ORM)
34807 34807 importing `django.forms` causes circular import error Forms
34712 34712 Prevent misconfiguration of `STORAGES` setting contrib.staticfiles
34210 34210 Show the duration of individual tests Testing framework
34799 34799 inspectdb fails on tables with cross-schema relations on MySQL. Database layer (models, ORM)
34757 34757 AsyncClient should follow redirects Testing framework
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)
34800 34800 Django Management Command Triggers URLs When Checking Database Connection Core (Management commands)
34796 34796 Deleting child table does not delete rows in parent table when using multi-table inheritance Database layer (models, ORM)
34709 34709 charset should be ignored for the application/x-www-form-urlencoded content type. HTTP handling
34744 34744 Migration re-add constraints when check condition contains a dict_keys object. Migrations
34781 34781 Clarify documentation of `request` objects in the `django.server` logging namespace. Core (Other)
34788 34788 Correct NUMBER_GROUPING in Japan. Internationalization
34779 34779 Serializer makes unnecessary joins Core (Serialization)
34773 34773 settings.STATICFILES_STORAGE does not return correct value when STORAGES are defined contrib.staticfiles
34620 34620 Serialization of m2m relation fails with custom manager using select_related Core (Serialization)
34771 34771 QuerySet.order_by() crashes on constants that cannot be cast on MySQL. Database layer (models, ORM)
34362 34362 FilteredRelation doesn’t support conditional expression Database layer (models, ORM)
34743 34743 full_clean() raises AttributeError on constraints with related IDs. Database layer (models, ORM)
34692 34692 django.forms.renderers.get_default_renderer()'s template loader cache is not being reset on autoloads. Forms
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
34739 34739 Implement GEOSEqualsIdentical method on geometry objects. GIS
34754 34754 CheckConstraint with isnull lookup on JSONField transform None into null jsonb value Database layer (models, ORM)
34760 34760 Drop support for SQLite < 3.27.0 Database layer (models, ORM)
34686 34686 Confirm/Add support for GEOS 3.12. GIS
34761 34761 Drop support for MySQL < 8.0.11. Database layer (models, ORM)
34756 34756 Docs build failure when using Sphinx 7.1.1 Documentation
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
34753 34753 Document how to properly escape `to` in email messages Documentation
34748 34748 __in lookup crashes with a subquery containing an unused annotation that uses explicit grouping. Database layer (models, ORM)
34749 34749 acreate function signature in docs is incorrect Documentation
34532 34532 Form.default_renderer is ignored in formsets. Forms
34714 34714 Async support for get_object_or_404()/get_list_or_404(). Database layer (models, ORM)
34731 34731 Django test suite still has an occurence of assertEquals, removed in Python 3.12 Testing framework
34716 34716 Class methods from nested classes cannot be used as Field.default. Migrations
34718 34718 Allow django.contrib.admin's ListFilter to render details tag collasped by default contrib.admin
27471 27471 Make admin's list_filter choices collapsable contrib.admin
34677 34677 Django Admin built-in password reset feature has UI issues contrib.admin
34448 34448 makemessages' --no-obsolete option is undocumented and untested. Core (Management commands)
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)
34696 34696 Actions selection counter gets cleared when using Chrome's back button contrib.admin
34688 34688 Remove contrib.sitemaps.ping_google(). contrib.sitemaps
34639 34639 MySQL 8.0 hangs indefinitely when using the admin search with a Foreign Key and Annotate contrib.admin
34687 34687 Apps.clear_cache() does not clear get_swappable_settings_name cache. Core (Other)
34572 34572 Confirm/Add support for GDAL 3.7. GIS
34685 34685 Drop support for GEOS 3.6 and 3.7. GIS
34684 34684 Drop support for GDAL 2.2 and 2.3. GIS
34681 34681 Optimize memcache_key_warnings() Core (Cache system)
34671 34671 Inspectdb collation issue with oracle views Core (Management commands)
34391 34391 Add async interface to contrib.auth contrib.auth
34675 34675 Selenium WebDriver implementation is broken due to update of Selenium Testing framework
34678 34678 README.rst does not mention the Django Discord or Django forum Documentation
34676 34676 Normalise MeasureBase unit not found exceptions to use AttributeError GIS
34345 34345 Add system check for filter_horizontal/filter_vertical on ManyToManyFields with intermediary models. contrib.admin
34634 34634 Creating objects with nested MTI crashes. Database layer (models, ORM)
27079 27079 Refactor LiveServerPort tests to not make extra calls to setUpClass() and tearDownClass() Testing framework
34656 34656 Wrong HTML generation in Django admin's change_password form contrib.admin
34517 34517 ImageField unnecessarily adds a post_init signal handler to the model Database layer (models, ORM)
34662 34662 Translation strings of ArrayField length validators depend on wrong ngettext key contrib.postgres
34629 34629 AttributeError when using filter argument with Collect in GeoDjango Aggregate GIS
34473 34473 StepValueValidator does not take into account min_value Forms
34649 34649 Modernise selenium --headless support Testing framework
34628 34628 RelatedFieldWidgetWrapper link icons are very hard to see contrib.admin
34638 34638 Rows are selected if BooleanField is in list_editable contrib.admin
34645 34645 Timezone warning visual regression for DateFields and TimeFields. contrib.admin
34604 34604 On databases lacking XOR, Q(…) ^ Q(…) ^ Q(…) wrongly interpreted as exactly-one rather than parity Database layer (models, ORM)
34539 34539 `get_prep_value` no longer called for JSONField Database layer (models, ORM)
34445 34445 DateField.input_formats cannot be printed Utilities
34635 34635 ModelChoiceField with a to_attr that can have an EMPTY_VALUE Forms
34627 34627 Active row states invisible for WHCM users contrib.admin
34622 34622 RelatedFieldWidgetWrapper links don’t convey their state for screen reader users contrib.admin
34621 34621 Django admin site name shouldn’t be an h1 contrib.admin
34601 34601 ModelAdmin: Error message for readonly_fields's check does not include the field name contrib.admin
34618 34618 Admin action log entry types should be communicated to screen reader users contrib.admin
34570 34570 QuerySet.defer() raises an AttributeError when the field is ManyToManyField or GenericForeignKey Database layer (models, ORM)
34617 34617 Ensures <meta name="viewport"> does not disable text scaling and zooming contrib.admin
34595 34595 format_html() should explicitly mention that format_string is not escaped and that result is safe Template system
34616 34616 Incorrect code example in 5.0 release notes Documentation
34606 34606 Right() function on Oracle and SQLite returns improper value when the length is zero. Database layer (models, ORM)
34600 34600 Review reference to bleach in docs Documentation
34392 34392 Allow using test client response.json() with StreamingHttpResponse Testing framework
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)
34574 34574 Extend docs for `autoescape` and `escape` with examples using filters that operate with sequences Template system
34577 34577 New template filter `escapeseq` Template system
34535 34535 dbshell management command can crash if DATABASES["name"] is a PosixPath Core (Management commands)
27925 27925 Document how to deploy using pip installed mod_wsgi Documentation
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
34579 34579 Documentation points to `django-developers` mailing list as primary point of contact for discussion Documentation
34587 34587 Allow to override table2model conversion for inspectdb command Core (Management commands)
34588 34588 404 error in default_urlconf.html Core (Other)
34580 34580 Performance regession in SQLCompiler Database layer (models, ORM)
34578 34578 Template filter `join` should not escape the joining string if `autoescape` is `off` Template system
34322 34322 ManifestStaticFilesStorage crashes on commented JavaScript import statements contrib.staticfiles
34565 34565 Add acheck_password() async method. contrib.auth
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)
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)
34554 34554 Reverse(Value(...)) crashes on Oracle. 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
34525 34525 index_together warning after migration to new style Database layer (models, ORM)
34529 34529 Squashing migrations with Meta.index_together -> indexes transition should remove deprecation warnings. Migrations
34523 34523 Model.objects.update_or_create method sometimes raises TransactionManagementError Database layer (models, ORM)
34530 34530 Remove docs suggestion to use lambda for models.FileField(storage=...) Documentation
34515 34515 Translatable URL patterns raise 404 for non-English default language when prefix_default_language=False is used. Internationalization
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
34528 34528 Reduce Add/RemoveIndex migration operations. Migrations
34386 34386 Error while sending TLS smtp email when no EMAIL_SSL_CERTFILE / EMAIL_SSL_KEYFILE are specified in project settings Core (Mail)
34504 34504 SSLCertVerificationError on outgoing emails for some mailboxes Core (Mail)
34518 34518 "random" template filter crashes on an empty list. Template system
34512 34512 Admin missing breadcrumbs in app index contrib.admin
34455 34455 i18n_patterns() not respecting prefix_default_language=False Internationalization
34481 34481 Admin check for reversed foreign key used in "list_display" contrib.admin
34510 34510 sqlmigrate does not follows replaces in squashed migrations Core (Management commands)
34506 34506 Visual regressions in admin's clearable file input. contrib.admin
34505 34505 Non-deterministic collations doesn't work with unique related fields on PostgreSQL Migrations
34496 34496 ManifestStaticFilesStorage.patterns for sourceMappingURL does not retrieve matched for data URI contrib.staticfiles
34440 34440 AND operator on queryset with joins gives wrong results Documentation
34435 34435 JSONField with string default raises fields.E010 warning. Documentation
34501 34501 Revert CICharField deprecation contrib.postgres
34419 34419 Document django.contrib.admin.sites.all_sites contrib.admin
34483 34483 Negative result of django.utils.timesince.timesince Utilities
34486 34486 SearchHeadline crashes without an active connection. contrib.postgres
34482 34482 Unable to access "non-picklable" attributes of empty HttpRequest and HttpResponse objects after shallow copy. HTTP handling
34484 34484 HttpRequest.__deepcopy__ doesn't deepcopy attributes HTTP handling
27505 27505 Error messages customization and internationalization in Paginator class Core (Other)
34394 34394 ASGIRequest doesn't respect settings.FORCE_SCRIPT_NAME. HTTP handling
34464 34464 QuerySet.count() regression on Django 4.2 with values() and annotate() Database layer (models, ORM)
34480 34480 Annotating with Chr raises ValueError Database layer (models, ORM)
34470 34470 client_encoding is no longer enforce on PostgreSQL. Database layer (models, ORM)
34466 34466 Django 4.2 overwrites user-specified psycopg cursor_factory Database layer (models, ORM)
34459 34459 SearchVector() can return query strings that are unsafe to combine. contrib.postgres
34463 34463 WHERE clause example missing from Q() documentation Documentation
34028 34028 Django 'static' template tag fails to generate URLs with SCRIPT_NAME prefix Template system
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
34434 34434 psycopg 3 cursor.execute no longer accepts Python tuple binding Database layer (models, ORM)
34450 34450 Lookup expressions across foreign keys introduce extra joins Database layer (models, ORM)
34431 34431 DateTimeField.input_formats change from Django 3.1 is documented improperly Documentation
27778 27778 Update unicode documentation for Python 3 Documentation
34446 34446 Coding style docs should contain incorrect example for Model style. Documentation
34383 34383 Layout error in Admin when using help_text Template system
34427 34427 Improve error message for incorrect context processors Template system
34443 34443 Filtering reverse relations against invalid lookups crashes. Database layer (models, ORM)
34438 34438 UserCreationForm.clean_username() crashes with a custom user model. contrib.auth
34077 34077 Make BoundField renderable. Forms
34437 34437 values() doesn't mention annotations as valid choices on resolving error Database layer (models, ORM)
34352 34352 Unify terms in Signals docs. Documentation
34316 34316 Visual regressions in admin's change password form contrib.admin
34433 34433 OneToOneField can only be saved one way Database layer (models, ORM)
34409 34409 Examples of fetching raw SQL don't work for non-unique column names. Documentation
34424 34424 SelectDateWidget can crash with OverflowError. Forms
34428 34428 ASGIStaticFilesHandler raises warning. contrib.staticfiles
34388 34388 Added support for direct usage of Choices classes on model fields Database layer (models, ORM)
34420 34420 Migration import ordering violates coding style and isort defaults Migrations
34421 34421 QuerySet.update() on querysets in descending order by annotations. Database layer (models, ORM)
34404 34404 Incorrect documentation about content type set by FileResponse object Documentation
34405 34405 Improper guessing of Mime Type for "br" and "Z" file types HTTP handling
34407 34407 Report faulty file when some static file has non-utf-8 encoding contrib.staticfiles
34333 34333 Migrations tries to add constraint before adding a foreign key. Migrations
27397 27397 Querying with an integer larger than SQLite supports crashes with OverflowError Database layer (models, ORM)
34395 34395 Update admin's jQuery to 3.6.4. contrib.admin
34370 34370 IntegerField validators don't work if the database is SQLite, leading to overflow errors Database layer (models, ORM)
34384 34384 SECRET_KEY_FALLBACKS is not used for sessions contrib.auth
34381 34381 Postgres tests fail on Windows Core (Other)
34387 34387 DateFormat.P() does not follow PHP's date string format Utilities
34377 34377 AdminSite.catch_all_view() drops query string in redirects contrib.admin
34378 34378 Using in_bulk() with id_list and order_by() Database layer (models, ORM)
34374 34374 Windows 11 GIS Tests Failing Core (Other)
34367 34367 GIS GDAL install on Windows 11 Instructions Issue Documentation
34373 34373 Update docs on ForeignKey to suggest setting "to" and object before a string Documentation
34368 34368 Subquery referencing WINDOW expression breaks query compilation Database layer (models, ORM)
34372 34372 Field position reference for aggregate ends up in group-by clause Database layer (models, ORM)
34366 34366 Migration optimizer does not reduce multiple AlterField Migrations
34338 34338 Allow to customize the code attribute of ValidationError raised by BaseConstraint.validate Database layer (models, ORM)
34217 34217 Migration removing a CheckConstraint results in ProgrammingError using MySQL < 8.0.16. Migrations
34363 34363 floatformat() crashes on "0.0000" Template system
34356 34356 Memory leak when generating PDFs Core (Other)
34357 34357 UniqueConstraint doesn't violate NULL values on SQLite. Database layer (models, ORM)
34344 34344 PostGIS Database Backend Overrides features_class, ops_class and introspection_class GIS
34349 34349 Formsets' add_fields() method fails in some circumstances if the argument index is None. Forms
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)
34347 34347 Mypy complaint: module "django.contrib.gis.utils" does not explicitly export attribute "LayerMapping" GIS
34302 34302 SpatialReference.srid incorrectly assumes first AUTHORITY value to be projection SRID GIS
34342 34342 The test async_client is not consuming async StreamingResponse generators properly Testing framework
34343 34343 Move more templates to filesystem Uncategorized
34250 34250 Duplicate model names in M2M relationship causes RenameModel migration failure Migrations
34328 34328 Class-based async-only middleware not detected as coroutine in MiddlewareMixin Documentation
34280 34280 Support create defaults for update_or_create Database layer (models, ORM)
34318 34318 Add a release note that makemessages no longer changes .po files when up to date. Documentation
34325 34325 Clarify PercentRank() description. Documentation
34324 34324 Django Discord Server is not mentioned in the "Join the Django community ❤️" section in contributing guide Documentation
34248 34248 sdist is missing tox.ini Packaging
34311 34311 Update serialization examples from unique_together to UniqueConstraint Documentation
34303 34303 Admin Site shall filter LogEntries by registered models contrib.admin
34319 34319 Model.validate_constraints() crashes when constraint's validate() raises ValidationError without a code. Database layer (models, ORM)
34315 34315 Close button read only changeview of admin does not preserve filters contrib.admin
34313 34313 Thousands separator for Spanish language is incorrect Internationalization
34146 34146 Add tutorial step for installing third party package(s) Documentation
34317 34317 wrong attribute naming in method BaseModelFormSet.save_existing Forms
34285 34285 Index transforms on filtered array aggregates produces incorrect SQL query Database layer (models, ORM)
34310 34310 Add deletion example at one_to_one relations documentation Documentation
34301 34301 "show_save_as_new" in admin can add without this permission contrib.admin
27572 27572 Static files served in development should prevent caching contrib.staticfiles
34259 34259 Management command subparsers don’t retain error formatting Core (Management commands)
34286 34286 Mixed-case views/templates names causes 404 on :view:/:template: directive. contrib.admindocs
34304 34304 Adding and removing a conditional UniqueConstraint to ForeignKey multiple times crashes on MySQL Database layer (models, ORM)
34180 34180 Document that setting language in tests affects other tests Documentation
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)
34254 34254 Exists annotations can return non-boolean results (i.e. None) if used with an empty QuerySet. Database layer (models, ORM)
34294 34294 File locking fails if argtypes redefined on Windows. File uploads/storage
34291 34291 Validation of UniqueConstraint with ordered expressions crashes. Database layer (models, ORM)
34227 34227 Multi-level FilteredRelation with select_related() may set wrong related object. Database layer (models, ORM)
34288 34288 Using queryset manager methods as default value breaks makemigrations Database layer (models, ORM)
34192 34192 Callable storage on FileField fails to deconstruct when it returns default_storage Database layer (models, ORM)
34278 34278 Missing ngettext call in SelectFilter2.js Internationalization
34235 34235 ManifestStaticFilesStorage should expose a "hash" of the manifest file. contrib.staticfiles
34242 34242 Behavior of Model.delete() with regards to primary_key fields is not documented Documentation
34267 34267 QuerySet.union() crashes with IndexError when getting cached results. Database layer (models, ORM)
34266 34266 Add ClosestPoint function to GeoDjango GIS
34272 34272 floatformat() crashes on "0.00". Template system
34260 34260 models.FloatField documentation doesn't mention that +inf, -inf, and NaN are database-dependent. Documentation
34264 34264 Move note about session cookies to correct category Documentation
34234 34234 Drop support for PROJ < 5. GIS
34240 34240 assertRedirects() doesn't preserve headers set in RequestFactory/Client methods. Testing framework
34110 34110 Add InMemoryStorage File uploads/storage
34246 34246 Feature: Add new type of fields - cryptofields Database layer (models, ORM)
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
34232 34232 'Add Another' casing typo in tutorial 7 Documentation
34074 34074 'headers' argument for test RequestFactory/Client Testing framework
34063 34063 request.POST not populated for multipart/form-data via AsyncClient Testing framework
34100 34100 Support js import statement with ManifestStaticFilesStorage contrib.staticfiles
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)
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
34219 34219 Collation is not preserved when field is altered on PostgreSQL and MySQL. Database layer (models, ORM)
34170 34170 Mitigate the BREACH attack HTTP handling
34212 34212 Redis cache client uses a read connection for incr operation Core (Cache system)
34213 34213 Update PostgreSQL package names in docs Documentation
34209 34209 FileBasedCache has_key is susceptible to race conditions Core (Cache system)
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)
34203 34203 Drop support for psycopg2 2.8 Database layer (models, ORM)
34201 34201 Drop support for SQLite < 3.21.0 Database layer (models, ORM)
34172 34172 Documentation of AdminSite.get_urls() encourages security vulnerabilities contrib.admin
34194 34194 Extract function for generating proper Content-Disposition headers HTTP handling
34199 34199 Add an example for contrib.postgres.aggregates.StringAgg to docs. Documentation
34095 34095 Form controls in admin should use heights in relative units contrib.admin
34160 34160 Django 4.1 Expression contains mixed types for (Big/Small)IntegerFields. Database layer (models, ORM)
34187 34187 UserCreationForm should save data from ManyToMany form fields contrib.auth
34119 34119 ModelForm fields with callable defaults don't correctly propagate default values Forms
34184 34184 Improve tutorial by mentioning User Interaction testing like django-webtest Documentation
34103 34103 Queries with duplicate params incorrectly logged for Oracle Database layer (models, ORM)
34173 34173 SessionMiddleware support 503 status code contrib.sessions
34064 34064 USE_THOUSAND_SEPARATOR docs clarification of override by locale Documentation
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)
34148 34148 Removing a field from form.fields previously added to _bound_fields_cache has no effect Forms
34163 34163 ImproperlyConfigured: Requested setting INSTALLED_APPS, but settings are not configured Uncategorized
34123 34123 Ambiguous aliases in ordering on combined queries with select_related(). Database layer (models, ORM)
34099 34099 update_or_create() not saving data assigned in a model's save() method Database layer (models, ORM)
34154 34154 Inconsistent use of "mixin" in the documentation Documentation
34149 34149 Postgres "ExclusionConstraint with conditions cannot be deferred." seems wrong contrib.postgres
34135 34135 Add async interface to ManyRelatedManager & RelatedManager 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
27654 27654 Propogate alters_data value to subclasses Core (Other)
34138 34138 Adding ManyToManyField on SQLite rebuilds table. Migrations
34080 34080 __exact lookup on nested arrays with None values fails on PostgreSQL. contrib.postgres
34112 34112 Add async interface to Model Database layer (models, ORM)
34054 34054 Create a topic about fixtures Documentation
34066 34066 Accessing UserAdmin via to_field leads to link to PasswordResetForm being broken (404) contrib.auth
34109 34109 Uvicorn can be run without installing gunicorn Documentation
34120 34120 Changing translations of model options and attributes is not detected as change in making migrations Migrations
34098 34098 Filter floatformat drops precision in decimal numbers Template system
34070 34070 Add support for microseconds to Now() on MySQL and SQLite. Database layer (models, ORM)
34111 34111 Use sqlparse to format SQL in tests failures with debug flag Testing framework
34085 34085 Black shouldn't format non-Python files Core (Management commands)
34108 34108 Warning message not visible in Dark mode Documentation
34107 34107 Django ORM queries do not pick up indexes made on a key in JSONField in Postgres Database layer (models, ORM)
34105 34105 Invalid query generated on Postgres when annotate and order_by have common sub-expressions Database layer (models, ORM)
34102 34102 Admin list view `word-break: break-word;` contrib.admin
34093 34093 Admin theme switcher icon should resize according to browser font size contrib.admin
34091 34091 Invalid SQL: FROM clauses can be omitted when QuerySet is accessed from multiple threads Database layer (models, ORM)
34042 34042 Screen reader issues with admin navigation sidebar contrib.admin
34086 34086 Confirm support for PostGIS 3.3 GIS
34081 34081 Responsive CSS is not loaded properly. contrib.admin
34071 34071 Unclear validator messages for Range(Min/Max)ValueValidator compared to docs. contrib.postgres
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)
34058 34058 Widening AutoField to BigAutoField, fails to widen the sequence. Database layer (models, ORM)
34062 34062 object HttpResponseNotAllowed can't be used in 'await' expression Generic views
34010 34010 Parallel tests don't work with spawn. Testing framework
34056 34056 Update the deprecated password list used by CommonPasswordValidator to a more recent list contrib.auth
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
34040 34040 Autofocus on model list views can be problematic for screen reader users contrib.admin
34049 34049 Admin - Scrollbar appears without overflowing content contrib.admin
34027 34027 Changing CharField type referenced by ForeignKey crashes on PostgreSQL. Migrations
34037 34037 Low text contrast for grey buttons in admin light theme contrib.admin
34046 34046 tox.ini contains version pinnings at the wrong places Core (Other)
34026 34026 WKBReader.read() crashes on strings. GIS
34033 34033 Admin light/dark theme switch needs to convey its state for screen reader users contrib.admin
34023 34023 inlines variable not bound in loop in ModelAdmin._create_formsets contrib.admin
34024 34024 'WhereNode' object has no attribute 'is_summary' when counting a queryset with annotation from a subquery 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
34014 34014 DecimalValidator fails to validate 0 in scientific notation (0E+1 or 0E+2) Core (Other)
34017 34017 Mention that when using Argon2PasswordHasher, this means Argon2id gets used Documentation
34019 34019 "Extending Django's default user" section refers to a deleted note Documentation
34018 34018 Typo in ref/contrib/flatpages.txt. Documentation
34000 34000 Fix numberformat.py "string index out of range" when null Utilities
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)
27207 27207 Replace <p class="help"> with <div> tag in admin templates contrib.admin
27147 27147 Add support for defining bounds in postgres range fields contrib.postgres
27064 27064 Implement RenameIndex in a backwards compatible way Migrations
27550 27550 add version of GEOSGeometry.normalize() that returns new geometry GIS
27624 27624 Optimize ORM by using more immutable data structures Database layer (models, ORM)
27844 27844 Add a management command to optimize a migration Migrations
27468 27468 Move utils.crypto.salted_hmac() from SHA1 toward SHA256 Utilities
14357 14357 Prevent inappropriate order-based grouping on values+annotate queries Database layer (models, ORM)
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
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)
27131 27131 send_mail() error on Python 2 if smtp server uses CRAM-MD5 auth method Core (Mail)
27694 27694 Improve documentation of supported lookups on HStore & JSON fields Documentation
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
27149 27149 Allow using a subquery in QuerySet.filter() Database layer (models, ORM)
27488 27488 add support for IsValid and MakeValid GIS functions on SpatiaLite backend GIS
56 56 Primary key columns should be UNSIGNED Database layer (models, ORM)
27854 27854 Make `collectstatic` warn (rather than blow up) on missing directories contrib.staticfiles
27604 27604 Use set_signed_cookie for contrib.messages Cookie storage contrib.messages
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
14645 14645 Exclude query with multiple conditions for the same multi-value relation not correct Database layer (models, ORM)
27445 27445 RadioSelect widget does not work for NullBooleanField Documentation
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
27480 27480 Add a Cache.touch(key, timeout=DEFAULT_TIMEOUT) method Core (Cache system)
27679 27679 Document that empty formsets display min_num+extra forms Documentation
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
27804 27804 Use unittest.subTest() in Django's test suite Core (Other)
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)
27666 27666 Delay rendering of models in migration operations when possible Migrations
27865 27865 Document use of Manager rather than BaseManager for from_queryset() Documentation
27370 27370 Django's Select widget adds a required="required" attribute, even if created with empty_label=True Forms
27852 27852 Admin Delete Object Block Page Doesn't Show All Related Objects Blocking Deletion Database layer (models, ORM)
27888 27888 Add a button to clear all admin filters contrib.admin
17 17 Metasystem optimization: Share select_related in memory Database layer (models, ORM)
27914 27914 makemigrations produces incorrect path for inner classes Migrations
27164 27164 Database routers examples could be more realistic Documentation
27272 27272 Add a on_delete RESTRICT handler to allow cascading deletions while protecting direct ones Database layer (models, ORM)
27808 27808 Nested ArrayField with nullable base field generates invalid SQL contrib.postgres
27391 27391 Support unittest.TestCase.debug() method. Testing framework
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)
14218 14218 Paginator just implement the __iter__ function 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)
27338 27338 Running an AlterField to change a CharField primary key to AutoField crashes. Migrations
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)
27801 27801 Make createsuperuser inspect environment variables for username and password contrib.auth
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
27755 27755 add ModelAdmin.get_inlines() hook to allow set inlines based on the request or model instance. contrib.admin
14808 14808 i18n is not safe. Documentation
14009 14009 custom formset validation documentation is incomplete Documentation
27360 27360 Make it easier to track down the offending models for AlreadyRegistered exceptions contrib.admin
27991 27991 Add 'obj' kwarg to InlineModelAdmin.has_add_permission() contrib.admin
27829 27829 Deprecate DEFAULT_CONTENT_TYPE setting HTTP handling
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)
27994 27994 Document contrib.staticfiles.storage.ManifestFilesMixin Documentation
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)
27899 27899 Phrase search query for Postgres full text search contrib.postgres
27090 27090 pg_get_serial_sequence is broken on postgres, use a lookup in information_schema.columns instead Database layer (models, ORM)
27334 27334 File uploads could rename temporary files rather than copying them File uploads/storage
27869 27869 Add fastupdate and gin_pending_list_limit parameters to GinIndex contrib.postgres
27731 27731 Squashmigrations doesn't optimize AlterField related_name across AlterUniqueTogether/AlterIndexTogether Migrations
27845 27845 Possible Migration Optimizer Strategy Improvement Migrations
27768 27768 makemigrations uses unnecessary AddField for ForeignKey depending on model name Migrations
27472 27472 GEOSGeometry('POINT EMPTY').ogr crashes GIS
27398 27398 Make SimpleTestCase.assertRedirects() URL comparison ignore ordering of query parameters Testing framework
27098 27098 Deprecate DatabaseIntrospection.get_indexes Database layer (models, ORM)
27629 27629 Inconsistent check of allow_relation in ForwardManyToOneDescriptor.__set__ Database layer (models, ORM)
27226 27226 Remove patch_response_headers()'s setting of the "Last-Modified" header HTTP handling
27863 27863 Implement "SameSite" flag for session and CSRF cookies HTTP handling
27018 27018 Admin views in admindocs crash with AttributeError contrib.admindocs
27728 27728 Allowed overriding admin templatetag's templates. contrib.admin
27161 27161 TypedChoiceField fails to validate properly when used with ArrayField Forms
27533 27533 inspectdb crashes on unsupported unique_together constraints in PostgreSQL Database layer (models, ORM)
27656 27656 Fix comment verb style according to PEP 257 Core (Other)
27392 27392 Remove "Tests that", "Ensures that", etc. from test docstings Documentation
27267 27267 Renaming a primary key fails with "cannot drop constraint on table because other objects depend on it" Migrations
27449 27449 Make django.utils.translation.trans_real.get_supported_language_variant public API Internationalization
27985 27985 Converting `Foo.objects.filter(bar=None)` to an `IsNull` too early. Database layer (models, ORM)
27810 27810 Add query expression support for ModelAdmin list_display's admin_order_field contrib.admin
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
27175 27175 Deprecate silencing exceptions raised while rendering the {% include %} template tag Template system
27954 27954 Prevent PostgreSQL dbshell from exiting on CTRL-C Core (Management commands)
27843 27843 M2M db table names with explicit `username` Database layer (models, ORM)
27458 27458 Oracle backend giving ORA-00911 : Invalid Character, querying with a literal "%s" Database layer (models, ORM)
27710 27710 foreign key _id optimisation leads to incorrect descriptor value Database layer (models, ORM)
27318 27318 Return failed values from memcached.set_many() Core (Cache system)
14807 14807 django.utils.formats localize_input inserts thousands_separator into boolean values Internationalization
27515 27515 Make AuthenticationForm use the username length from the user model contrib.auth
27846 27846 refresh_from_db() doesn't clear reverse OneToOneFields Database layer (models, ORM)
27857 27857 Cleanups and features to use when dropping support for Python 3.4 Core (Other)
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)
27067 27067 Deprecate string_concat Internationalization
27788 27788 Drop support for Oracle < 12.1 Database layer (models, ORM)
27648 27648 Deprecate ("iLmsu") regex groups in URLpatterns Core (URLs)
27532 27532 Deprecate Model._meta.has_auto_field Database layer (models, ORM)
27332 27332 Specifying additional ON arguments, and more flexibility with joins Database layer (models, ORM)
14370 14370 Adding support for Autocomplete in contrib.admin contrib.admin
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
27796 27796 Middlewares load twice due to StaticFilesHandler(WSGIHandler) contrib.staticfiles
27931 27931 Clarify the meaning of "django catch-all logger" Documentation
27258 27258 Raise an exception if RequestContext is used with template.backends.django.Template.render() Template system
27855 27855 Document Python 3.4 support for Django 2.0 Documentation
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)
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
27670 27670 Loading shell crashes when pythonrc file contains error Core (Management commands)
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
27539 27539 assertNumQueries fails if debug cursor wrapper fills Testing framework
27745 27745 Improve code coverage for django/contrib/contenttypes contrib.contenttypes
27787 27787 call_command() should validate the arguments it receives Core (Management commands)
27434 27434 Document caveats of raising a ValidationError in Model.clean() for a field not in a model form Documentation
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
27655 27655 Styleguide missing - Use single quotes instead of double quotes in string Documentation
27953 27953 Make default Model.__str__() more useful (such as by displaying the primary key) Database layer (models, ORM)
27308 27308 BytesWarning exception raised when running with python 3 -bb option Core (Other)
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)
27777 27777 File object does not consistently open itself in context manager use File uploads/storage
27922 27922 Add ErrorDict.get_json_data() method Forms
27881 27881 Add "unified diff" output mode to diffsettings management command Core (Management commands)
27978 27978 Allow loaddata to read data from stdin Core (Management commands)
27860 27860 Changing a CharField to a ForeignKey crashes when migrating in PostgreSQL Migrations
27732 27732 django.contrib.postgres.search SearchRank doesn't handle SearchVectorField references contrib.postgres
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)
27730 27730 Document that template tags with "as" variable assignment don't propogate variables across blocks Documentation
27644 27644 Document FileSystemStorage.get_created_time() limitation on Unix Documentation
27751 27751 Teardown of a PG test database fails if it is an autogenerated test_MYDB database Testing framework
27947 27947 Document that model field error_messages don't carry over to forms Documentation
27972 27972 BaseSpatialField.geodetic should return SpatialReference.geographic GIS
28001 28001 Investigate/update comment about context popping in ForNode.render() Template system
27912 27912 Open redirect on non-HTTP protocols: is_safe_url not validating properly HTTP handling
27974 27974 Degraded performance when rendering ChoiceField with lots of options and DEBUG=True Template system
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
27928 27928 Avoid SET/DROP DEFAULT unless a field changes from null to non-null Migrations
27989 27989 Passing an empty QueryDict to a form stores it as a plain dictionary Forms
27848 27848 EmailMessage.attach_file() with .eml file crashes Core (Mail)
27866 27866 Make ChoiceWidget.format_value() return a list Forms
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
27942 27942 admin's inlines.js indiscriminately adds "add" buttons to all tables in inlines contrib.admin
27973 27973 LinearRing.json gives invalid GeoJSON GIS
27988 27988 django-admin documentation typo (--v instead of -v) Documentation
27987 27987 debug view doesn't set default colours in css Error reporting
27736 27736 Prefer decorators for lookup-registration Core (Other)
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
27962 27962 allow lookups on Area annotation GIS
27969 27969 models.Field.formfield() should allow the 'disabled' kwarg for fields with choices Database layer (models, ORM)
27556 27556 add Oracle support for IsValid function and isvalid lookup GIS
27952 27952 core.validators.validate_slug doesn't mention that only latin letters are accepted. Core (Other)
27975 27975 Regression on ability to use `queryset=None` on `ModelChoiceField` Forms
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
27915 27915 Defining Index object in Meta.indexes in abstract class causes failure during migration of sub-classes Database layer (models, ORM)
27949 27949 Document how OpenLayers 3 widgets work Documentation
27919 27919 Decide if attrs (and possibly others) are named or positional parameters in new widget rendering code Forms
27963 27963 Docstring example in docs doesn't follow PEP 257 Documentation
27939 27939 GeoDjango - map doesn't show correct point in admin GIS
27965 27965 gis_tests.test_geoforms.GeometryFieldTest.test_field_string_value fails GIS
27584 27584 Template error raised in a parent template shows incorrect source location on debug page Template system
27957 27957 Remove technical terms from InlineForeignKeyField/ModelMultipleChoiceField error messages Forms
27890 27890 runtests.py cleanup exception on Python 3.6 Core (Other)
27935 27935 BrinIndex crashes if name > 30 characters contrib.postgres
27959 27959 Wrong output when alter field in sqlmigrate. Migrations
27724 27724 SelectDateWidget clears date and month if year is not selected Forms
27948 27948 Static serving views do incorrect unquote()ing of path contrib.staticfiles
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
27918 27918 Document ChoiceWidget.option_template_name Documentation
27924 27924 Add support for cx_Oracle 5.3 Database layer (models, ORM)
27822 27822 Audit Oracle's DatabaseIntrospection.data_types_reverse Database layer (models, ORM)
27260 27260 Performance Issue because of LEFT OUTER JOIN instead the better INNER JOIN Database layer (models, ORM)
27920 27920 RadioSelect is not rendering the value attribute when it is empty Forms
27904 27904 Add a system check that Field.validators are callable Database layer (models, ORM)
27911 27911 Document UserAdmin when creating custom User model Documentation
27891 27891 Allow setting a login backend when using PasswordResetConfirmView contrib.auth
27905 27905 Admin RelatedFieldWidgetWrapper ignores wrapped widget's value_omitted_from_data() contrib.admin
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
27900 27900 Make escapejs escape backticks to support usage in ES6 template literals Utilities
27887 27887 TypeError when namespaced urlconf included from non-namespaced one Core (System checks)
27889 27889 ModelAdmin ordering by pk fails check contrib.admin
27836 27836 Add a way to delete directories through the file Storage API File uploads/storage
27862 27862 Exists() feature generates invalid SQL query on postgres backend Database layer (models, ORM)
27842 27842 Add protocol argument to GenericSitemap.__init__() contrib.sitemaps
27802 27802 Unify datetime_*_sql() methods with others backend date/time operations. Database layer (models, ORM)
27875 27875 Manager inheritance documentation doesn't mention manager_inheritance_from_future Documentation
27176 27176 django.setup() should raise an exception instead of hanging on re-entrant calls Core (Other)
27873 27873 setup_test_environment() doesn't allow ALLOWED_HOSTS to be a tuple Testing framework
27874 27874 URL namespacing warning (urls.W005) does not consider nested URL namespaces Core (System checks)
27879 27879 Writing Atom1Feed crashes if enclosures argument isn't provided to add_item() Utilities
27479 27479 ingored GDALException('Invalid pointer returned from "GDALClose"',) during tests GIS
27868 27868 makemessages creates files in '__pycache__' directory by default Core (Management commands)
27851 27851 include(admin.site.urls) doesn't work on master yet contrib.admin
27870 27870 Clean up ManagementUtility.autocomplete() Core (Management commands)
27856 27856 Date subtraction loses accuracy on PostgreSQL for differences larger than month Database layer (models, ORM)
27850 27850 Admin Related Widget Wrapper ignores custom render() contrib.admin
27828 27828 ORM crash on F('date_field') - F('int_field') on PostgreSQL Database layer (models, ORM)
27825 27825 Document that models don't cast field values to the same type that's retrieved from the database Documentation
27135 27135 Standardise type value returned by introspection.get_constraints for indexes Database layer (models, ORM)
27840 27840 Password reset: `post_reset_login` throws KeyError if user already logged in contrib.auth
27823 27823 Use python-home in WSGI daemon installation documentation Documentation
27820 27820 RequestDataTooBig/TooManyFields fail to render the debug page HTTP handling
27367 27367 Document behaviour when several urls have the same name Documentation
27722 27722 if a template context is an instance of get_template(), it will raise "TypeError: context must be a dict rather than RequestContext" Template system
27742 27742 Unexpected migration on Parent -> child model inheritence Migrations
27537 27537 Provide a simpler way to default runserver IP/port to 0.0.0.0:8000 Core (Management commands)
27148 27148 Invalid input for UUIDField with ModelMultipleChoiceField throws ValueError, not ValidationError Forms
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
27356 27356 admin lookup_allowed incorrectly returns False for a nested reverse OneToOneField contrib.admin
27814 27814 Unclear explanation of orphans in Paginator Documentation
27815 27815 contrib.auth.views.LoginView doesn't pass request object to AuthenticationForm contrib.auth
27805 27805 ClearableFileInput's "Clear" checkbox on model fields with a default doesn't work Forms
27783 27783 VariableDoesNotExist can lead to stack overflows unusually easily Template system
27767 27767 Support DISTINCT queries in ArrayAgg contrib.postgres
27741 27741 staticfiles_tests test_corrupt_intermediate_files fails intermittently when run in parallel contrib.staticfiles
27803 27803 Don't escape lazy safe strings in conditional_escape Utilities
27800 27800 Crash with QuerySet.annotate(Length(...)).distinct() Database layer (models, ORM)
27421 27421 Add support for size, shape, and offset parameters on instantiation of GDALRaster objects. GIS
27758 27758 Template widget rendering breaks the AdvancedModelIterator pattern Forms
27793 27793 Use Python's ipaddress module for IP validation Utilities
27789 27789 Simplified get sequence value on Oracle. Database layer (models, ORM)
27790 27790 Investigate increased memory usage in tests when calling migrate without available_apps set Migrations
27769 27769 createsuperuser command missing docs about no-input/interactive Documentation
27748 27748 Use callables instead of strings as default error handlers (handler404, etc.) Core (URLs)
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
27781 27781 simplify_regex() doesn't remove ? characters contrib.admindocs
27030 27030 Add support for GIN indexes contrib.postgres
27774 27774 django admin with many objects count is very slow contrib.admin
27776 27776 Merge base.txt tests requirements file into py3.txt Testing framework
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
27743 27743 CSS fix of "viewsitelink", "golink" and "addlink" buttons for Django admin contrib.admin
27759 27759 Template widget rendering: attrs with value False now render Forms
27761 27761 Typo in multiple_input.html produces invalid HTML Forms
27749 27749 Documention change gunicorn deployment Documentation
27632 27632 Oracle backend fails to execute a query with an aggregation that contains an expression in the GROUP BY. Database layer (models, ORM)
27297 27297 infinite AlterField migrations created for foreign key after case-only model name change Migrations
27739 27739 Document LabelCommand's `label` attribute Documentation
27690 27690 remove sleep before dropping test db? Testing framework
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
27699 27699 parse_duration returns None if passed a string with a negative number of seconds Utilities
27709 27709 ContentTypes.objects.get_for_models returns inconsistent results for proxy models contrib.contenttypes
27518 27518 HTTP Referer leaks password reset link contrib.auth
27723 27723 `type` is not propagated correctly to widgets in MultiWidgets Forms
27721 27721 Unhelpful error message when trying to run shell that can't be imported Core (Management commands)
27713 27713 Clarify NoReverseMatch error message when view is not found Core (URLs)
27717 27717 Squashmigrations doesn't optimize AlterModelOptions verbose_name_plural into CreateModel Migrations
27712 27712 Input widget removes `type` from `attrs`. Forms
27714 27714 Small visual artifact when clicking inline edit button in admin contrib.admin
27711 27711 Questionable "Install Django" option ordering Documentation
27673 27673 System checks for contrib.admin are executed during registration contrib.admin
27688 27688 Django message framework add_message() should prefer ducktyping over isinstance contrib.messages
27707 27707 Remove shell support for ipython < 1.0 Core (Management commands)
27705 27705 Add protocol and server_cls attributes to runserver for extensibility Core (Management commands)
27432 27432 showmigrations --plan should show migrations that would be applied for the given app_labels Core (Management commands)
27700 27700 Optimize inspectdb tests Core (Other)
27693 27693 Case insensitive lookups on JSONField nested values contrib.postgres
27698 27698 Add django.test.utils.ContextList.get() Testing framework
27696 27696 Email line length limiting does not work properly with Cyrillic strings Core (Mail)
27497 27497 make Area function, Distance function and lookups work with geodetic coordinates on SpatiaLite GIS
27687 27687 Dateformat issue using django basic logging formatter Utilities
27680 27680 Recommend ccbv.co.uk in class-based views docs Documentation
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
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)
27522 27522 ./manage runserver --nostatic doesn't return a traceback Core (Management commands)
27637 27637 timeuntil, timesince breaks in leap year edge case Utilities
27652 27652 Humanize docs should clarify: Floats OK too! Documentation
27615 27615 Use native interval type on Oracle Database layer (models, ORM)
27649 27649 Increase minimum supported cx_Oracle version to 5.2 Database layer (models, ORM)
27653 27653 Improvement of Ukrainian locale formats Internationalization
27631 27631 Prevent execution of transactional DDL statements when unsupported. Migrations
27641 27641 Document limitations of the Locmem cache backend Documentation
27628 27628 startproject with template as a github zipball fails with PermissionError Utilities
27651 27651 System check disallows two ManyToManyField relations on the same model, one to concrete through and one to proxy of same through Core (System checks)
27647 27647 runserver segfaults with autoreload enabled on Windows 10 Core (Management commands)
27640 27640 HTTPResponse.__repr__ errors when Content-Type header is not defined HTTP handling
27642 27642 Make `forms.utils.flatatt` not add values which are `None` to attrs Forms
27498 27498 Filtering annotated field in SQLite returns wrong results Database layer (models, ORM)
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)
27600 27600 Support reading commands from stdin in shell command Core (Management commands)
27612 27612 Add a check that URL instance namespaces are unique across a project Core (System checks)
27439 27439 Document how to add locale for osX on Unit Tests/Troubleshooting section for contribution Documentation
27616 27616 HTTP_X_REQUESTED_WITH should be X-Requested-With in request-response.txt Uncategorized
27611 27611 Remove check that suggests enabling CSRF_COOKIE_HTTPONLY setting Core (System checks)
27377 27377 Clarify that prepopulated_fields doesn't work with OneToOneField Documentation
27606 27606 Error in formatting HttpResponseRedirect when __init__() raises DisallowedHost HTTP handling
27182 27182 Some import statement use backslashes instead of parentheses Core (Other)
27576 27576 fallback to GDAL if spatial_ref_sys is unavailable GIS
27602 27602 add Oracle support for BoundingCircle function GIS
27607 27607 add Oracle support for AsGML function GIS
27558 27558 Setting db_index=False on existing ForeignKey causes constraint to be recreated on MySQL Database layer (models, ORM)
27582 27582 Allow HStoreField to store null values in key: value pairs contrib.postgres
27418 27418 Occasional missing plural forms in JavaScriptCatalog Internationalization
27313 27313 Allow overriding the admin's popup response template on an app or model basis contrib.admin
27599 27599 str(models.Field()) crashes Database layer (models, ORM)
27598 27598 Allow specifying directories for a filesystem template loader Template system
27594 27594 Reverse one to one related object populated from incorrect query columns Database layer (models, ORM)
27592 27592 QueryDict docs don't mention that iter methods are available only on Python 2 Documentation
27184 27184 Test client crashes when uploading TemporaryFile on Unix Testing framework
27588 27588 Avoid affixing colon to migration name in makemigrations output Core (Management commands)
27310 27310 Refactor RenameModel.state_forwards to avoid relying on state.apps. Migrations
27583 27583 MultiValueDict raises TypeError when values for specific key is None Utilities
27355 27355 Add PostgreSQL Extension operation example to reference page Documentation
27566 27566 Clarify documentation of ModelAdmin.save_model and delete_model Documentation
27579 27579 Alias Python 3's assertion names on Python 2 in SimpleTestCase Testing framework
27416 27416 ModelFormSet with queryset accepts invalid POST data for outer models and create unexpected empty data. Forms
27567 27567 Technical exception page/emails crash when the database is down Error reporting
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)
27119 27119 full_clean() called too many times during formset validation Forms
27542 27542 Client.force_login() shouldn't use authentication backends without a get_user() method Testing framework
27358 27358 Add a system check for FileField upload_to starting with a slash Core (System checks)
27557 27557 Overzealous GEOSGeometry sub-subclasses casts GIS
27552 27552 add docs/tests for GEOSGeometry.normalize() GIS
27507 27507 use SchemaEditor.execute() to run deferred_sql in migration sync_apps Core (Management commands)
27555 27555 Remove django.utils.functional.lazy_property Utilities
27181 27181 Sites framework does not normalize domains with trailing "." contrib.sites
27402 27402 When using i18n_patterns and prefix_default_language=False, 404 page redirects incorrectly Internationalization
27321 27321 ignores_quoted_identifier_case broken on MySQL on OS X/Windows Database layer (models, ORM)
27536 27536 order_by('pk') is not obeyed if superclass has default ordering Database layer (models, ORM)
27509 27509 Installing Geospatial libraries documentation: `gdal-bin` contradicting recommendation. Documentation
27531 27531 Delete confirmation page overrides extrahead contrib.admin
27517 27517 TemplateResponseMixin with charset does not work Generic views
27499 27499 Pickling a QuerySet evaluates the querysets given to Prefetch in prefetch_related Database layer (models, ORM)
27504 27504 Cannot Make ORM Queries After an Error and Rollback In Non-autocommit Mode Database layer (models, ORM)
27221 27221 Document how to escape a percent symbol in ugettext Documentation
27250 27250 Confusing <label> assignment with CheckboxSelectMultiple Forms
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
27513 27513 Optimize Signal.send a tiny bit Utilities
27511 27511 Docs incorrect about related_model for GenericRelation being None Documentation
27512 27512 Dead code path in Model.__init__ Database layer (models, ORM)
27514 27514 Add test coverage for Model.__init__ "Number of args..." exception Database layer (models, ORM)
27493 27493 GIS raster transformation test failures due to precisions with GDAL 2.1 GIS
27156 27156 Setting HttpRequest.encoding should clear GET HTTP handling
27482 27482 Conditional Expressions documentation should have an example for filter() methods Documentation
27467 27467 UserAttributeSimilarityValidator max_similarity=0/1 doesn't work as documented contrib.auth
27494 27494 markup typo in model docs Documentation
27407 27407 Model.delete(keep_parents=True) should preserve parent reverse relationships Database layer (models, ORM)
27003 27003 ArrayField and JSONField form fields fail on already converted values Forms
27393 27393 Admin: input boxes on password reset forms are not aligned contrib.admin
27463 27463 Fix ambiguous variable flake8 warnings Core (Other)
27481 27481 boolean annotation returns integer on SQLite Database layer (models, ORM)
27448 27448 GIS distance queries use deprecated ST_distance_sphere GIS
27386 27386 Readonly callable field is unconditionally wrapped inside <p>...</p>, which might create invalid HTML contrib.admin
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)
27438 27438 manage.py diffsettings should allow to compare to another settings module (not only to default Django settings) Core (Management commands)
27426 27426 Test Client shouldn't subclass RequestFactory Testing framework
27461 27461 makemigrations router.allow_migrate() calls for consistency checks use incorrect (app_label, model) pairs Core (Management commands)
27414 27414 Document that aliasing ForeignKey fields in F expressions returns pk values, not model instances Documentation
27436 27436 migrations.test_commands.MakeMigrationsTests fail on Windows when run on a different drive than C: Core (Management commands)
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
27455 27455 When use "zh-HANT" locale,the URL of "reset user password" page in Django Admin is not correct. Internationalization
27454 27454 Skip translation loading in apps that don't have a 'locale' directory Internationalization
27378 27378 Add UUID serialization support to migration writer Migrations
27133 27133 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)
27369 27369 Multiple form fields can share the same widget instance Forms
27346 27346 Stop setting the Content-Length header in ConditionalGetMiddleware HTTP handling
27441 27441 MySQL backend output for 'DROP COLUMN' uses undocumented SQL Migrations
27073 27073 Overridden model managers shouldn't appear in _meta.managers Database layer (models, ORM)
27425 27425 Outdated FAQ, developers to hire Documentation
27423 27423 Test command sys.exit() does unnecessary casting Testing framework
27363 27363 SessionMiddleware can return redirect(request.path) which might be an unsafe thing to do contrib.sessions
27400 27400 Changed in 1.10: {% static %} tag now encodes "#" Documentation
27410 27410 Clarify staticfiles "is enabled (default)" in ref Documentation
27063 27063 i18n_patterns() matches too much of the URL as the language code Internationalization
27382 27382 Document that ugettext_lazy() result can't be used with arbitrary Python code Documentation
27151 27151 FK index created two times on PostgreSQL if referenced table PK is varchar Migrations
27373 27373 Incorrect message on 404 debug page for an empty request path Error reporting
27327 27327 Simplify time zone handling by making pytz a required dependency Utilities
27299 27299 Document Widget.use_required_attribute() Documentation
27362 27362 Omitting default_app_config in __init__.py happens too easily. Core (Other)
27385 27385 Error in QuerySet.bulk_create() on PostgreSQL when objs length is a multiple plus one of batch_size Database layer (models, ORM)
27374 27374 JavaScriptCatalog view ignores the packages argument Internationalization
27368 27368 mail.tests.SMTPBackendTests.test_server_login generates ResourceWarning unclosed socket Testing framework
27361 27361 Use "from django import forms" in forms api examples Documentation
27352 27352 Warn about social media fingerprinting when using redirect_authenticated_user Documentation
27351 27351 Add support for composite fields Database layer (models, ORM)
27344 27344 ConditionalGetMiddleware should only operate on GET requests HTTP handling
27349 27349 Docs: "Customizing error views" does not mention CSRF_FAILURE_VIEW Documentation
27345 27345 Stop setting the Date header in ConditionalGetMiddleware HTTP handling
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)
27333 27333 EmailMessage.message().as_string() incorrectly base64 encoded on Python 3 Core (Mail)
27301 27301 Better handling of errors that are not pickleable when testing in parallel Testing framework
27244 27244 Incorrect thousand separator for the Greek locale (el) Internationalization
27300 27300 makemigrations --dry-run -v 3 on Python 3 writes byte string to stdout Core (Management commands)
27262 27262 Delegate URL resolver checks to URL classes Core (URLs)
27218 27218 Return LogEntry instances from log_addition, log_change, log_deletion contrib.admin
27273 27273 Make usage of construct_change_message easier outside of admin contrib.admin
27304 27304 Django 1.10 onwards broke previous behaviour for models.DateTimeField() in Admin contrib.admin
27292 27292 Example authentication backend doesn't need to set user's password Documentation
27193 27193 ORDER BY clause not included in subqueries using select_for_update() Database layer (models, ORM)
27279 27279 Performance regression when running migrate with RenameModel operations Migrations
27309 27309 Add CallableBool.__hash__() Utilities
27307 27307 sitemap url examples missing names Documentation
27305 27305 Removed unused can_import_settings command attribute Core (Management commands)
27302 27302 Date/time fields flagged as changed in ModelAdmin.construct_change_message contrib.admin
14904 14904 TextField with unique (or in unique_together) constraint breaks for large inputs in Postgres Database layer (models, ORM)
27186 27186 Cannot change CheckboxSelectMultiple, FileInput, MultiWidget, SplitDateTimeWidget, and SelectDateWidget with model field default since Django 1.10.1 Forms
27294 27294 Document fields in UserCreationForm Documentation
27210 27210 smtp EmailBackend doesn't honor fail_silently=True when receiving a socket level connection error Core (Mail)
27285 27285 Multi-db example : default database config can not be an empty dict Documentation
27289 27289 Docs: Badly wrong explanation of View.as_view() and its use in urlconf Documentation
27217 27217 makemigrations crashes with "'SpatialRefSysMixin' has no attribute '_meta'" on PostGIS GIS
27282 27282 port cant be integer with oracle backend Database layer (models, ORM)
27268 27268 Regression on error message for invalid related fields lookup in QuerySet.get() Database layer (models, ORM)
27076 27076 Document django.contrib.admin.sites.AdminSite.register() Documentation
27053 27053 Document django.contrib.auth.get_user() Documentation
27266 27266 assertFormError fails when trying to check a custom validation in an Admin form contrib.admin
27271 27271 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)
27278 27278 Formset.validate_max bad anchor in documentation Documentation
27276 27276 Document how to reverse the admin's login view Documentation
27270 27270 Clarify wording of "A form may include HTML attributes such as maxlength" Documentation
27261 27261 Missing python-brace-format marker for a contrib.admin string contrib.admin
27159 27159 Pickling query with an __in=inner_qs lookup causes evaluation evaluation of inner_qs Database layer (models, ORM)
27158 27158 Incorrect positioning of admin' horizontal/vertical filter widgets in RTL languages contrib.admin
27240 27240 Allow passing custom parameters to formset forms in admin contrib.admin
27056 27056 changing dim property for geometries does not generate correct migration on PostgreSQL Migrations
27256 27256 Change the selected attribute of select form tags to use HTML5 boolean syntax Forms
27238 27238 Disable check_pattern_startswith_slash if settings.APPEND_SLASH=False Core (System checks)
27219 27219 Emoji don't work in TextFields using Oracle backend Database layer (models, ORM)
27165 27165 CreateModel without indexes always includes options={'indexes': []} Migrations
27235 27235 Avoid using mutable default arguments where possible Uncategorized
27083 27083 Parse conditional HTTP headers according to RFC 7232 HTTP handling
27198 27198 QueryDict getlist allows data to be mutated HTTP handling
27211 27211 Include HTTP-caching headers to "304 Not Modified" responses HTTP handling
27214 27214 The skipIfDBFeature decorators and its variants should respect their defined wrapped order and test case inheritance. Testing framework
27203 27203 Update tests that use assertQuerysetEqual lambda o: o to use assertSequenceEqual Core (Other)
27216 27216 Wrong import location in deprecation message contrib.admin
27212 27212 fix document in `Managing static files` doumentation page Uncategorized
27206 27206 Incorrect DATE_FORMAT for et locale Internationalization
27209 27209 Cast function accepts field class according to docs but expects field instance Documentation
27173 27173 Permit import statements to be longer than 80 characters Core (Other)
27204 27204 Clashing m2m intermediate table validation should ignore unmanaged models Core (System checks)
27062 27062 Add support for for_update for MSSQL Database layer (models, ORM)
27199 27199 Integer inputs marked as type="text" instead of type="number" contrib.admin
27195 27195 Avoid unnecessary DROP DEFAULT when adding a NULLable column. Migrations
27170 27170 Make database backend __init__() methods friendlier to subclassing Database layer (models, ORM)
27143 27143 SearchQuery is not combinable using more than one `&` or `|` operators contrib.postgres
27174 27174 Explain where 'polls.apps.PollsConfig' comes from in tutorial 2 Documentation
27191 27191 Generation of error reports fails if request.GET, POST, FILES or COOKIES contains key 'items' Error reporting
27180 27180 Check for sql_mode fails during migration with special database connections Database layer (models, ORM)
27172 27172 Close cursor in custom SQL example Documentation
27171 27171 #7201 Change 'unicode_literals' in TemplateCommand, change admin and view templates Template system
27097 27097 Add introspection for index type Database layer (models, ORM)
27108 27108 Remove collectstatic warning about overwriting existing files when STATIC_ROOT directory doesn't exist contrib.staticfiles
27099 27099 Document that ModelAdmin.list_filter doesn't appear unless there's more than one choice Documentation
27167 27167 Removing Validator callable breaks Migrations Migrations
27142 27142 makemigrations fails on special database connections Migrations
27110 27110 makemigrations shouldn't create `django_migrations` table in external databases Migrations
27162 27162 Move CreateExtension to django.db.backends.postgresql Database layer (models, ORM)
27150 27150 Document that a name should be provided when wrapping file-like objects that don't have one with File Documentation
27152 27152 Comma-delimited servers list not supported in memcached caches `LOCATION` Core (Cache system)
27140 27140 Prevent template rendering from hiding a property's TypeError Template system
27154 27154 Allow comparing CallableFalse/CallableTrue with bitwise or contrib.auth
27153 27153 HttpResponseBase should check for valid HTTP status code HTTP handling
27081 27081 Allow migrations to serialize methods on pypy Migrations
27145 27145 Discrepenacy between documentation and docstring for Storage.save method Documentation
27113 27113 Test that setting HttpRequest.encoding clears POST HTTP handling
27132 27132 Allowed testing MemcachedCache and PyLibMCCache during the same test run Core (Cache system)
27124 27124 caches_setting_for_tests passes cull related options to memcached tests Core (Cache system)
27136 27136 Change auth forms' autofocus attribute to HTML5 boolean syntax contrib.auth
27126 27126 Use `namedtuple` in result of `{% regroup %}` Template system
27111 27111 UserCreationForm.__init__() crashes if USERNAME_FIELD not in self.fields Forms
27104 27104 The Django test client statement 'response.content' in "Writing your first Django app, part 5" unlikely to return "No polls are available." as documented Documentation
27115 27115 UI discrepancy in Writing your first Django app, part 7 Documentation
27072 27072 AddGeometryColumn: “duplicate column name: xxx” error running migrations on SpatiaLite GIS
27044 27044 `apps` passed to post_migrate_signal should contain migrated appconfigs even when no migration has been applied to them Migrations
27100 27100 The pre-migration state used to generate the `AppConfig` exposed through the `pre_migrate` signal should include already applied migration changes Migrations
27089 27089 Add the database alias to InconsistentMigrationHistory message Migrations
27103 27103 GDAL driver ensure_registered should check counts separately GIS
27061 27061 Support creating the TEST PostgreSQL database from a custom template Testing framework
27096 27096 SQLite fails finding a table primary key when it's also a foreign key 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
27091 27091 Add .tox directory to flake8 exclude Testing framework
27068 27068 Acquire form's initial data more consistently Forms
27077 27077 Simplify calls to is_in_memory_db() in SQLite's DatabaseCreation Database layer (models, ORM)
27069 27069 Documentation for what's possible to import as _ Documentation
27078 27078 Simplify "if" logic inside SQLite's DatabaseCreation._get_test_db_name() Database layer (models, ORM)
27075 27075 URLconf does not properly import underscore-containing module identifiers Core (URLs)
27009 27009 Make update_session_auth_hash() rotate the session key contrib.auth
27058 27058 Reallow the {% for %} tag to unpack any iterable Template system
27014 27014 Raster support for spatial lookup breaks filtering by annotations GIS
27057 27057 Use _SavedSettings in setup_test_environment() to store pre-test settings Testing framework
27008 27008 Add manage.py test --debug option Testing framework
27048 27048 Document that refresh_from_db() doesn't clear @cached_properties Documentation
27007 27007 Handle non-UTF-8 bytes objects for text/* attachments Core (Mail)
27037 27037 'required' attribute on prefilled ClearableFileInput prevents valid form submissions Forms
27034 27034 Make makemessages independent of USE_I18N Internationalization
27046 27046 http.request does not support ipv6-formatted ipv4 addresses HTTP handling
27050 27050 Incorrect documentation for parameter to django.setup() Documentation
27019 27019 DiscoverRunner does not restore old settings.DEBUG value in teardown Testing framework
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
27038 27038 Migration being created even when no change was made. Migrations
27041 27041 Note that middleware included with Django is compatible with both MIDDLEWARE and MIDDLEWARE_CLASSES Documentation
27036 27036 "locmem" email backend should accept generators Core (Mail)
27002 27002 Redundant database query rendering a ModelChoiceField with RadioSelect or CheckboxSelectMultiple Forms
27032 27032 Calling setup_test_environment() "twice" deletes pre-setup state Testing framework
27024 27024 BaseGeometryWidget logs a false positive: Error creating geometry from value '' GIS
27028 27028 Clarify failed parallel tests run message Testing framework
27026 27026 Objects not fully configured after bulk_create. Database layer (models, ORM)
27027 27027 force_login() now requires an authentication backend if multiple are configured Testing framework
27015 27015 Hidden widget shouldn't have maxlength/minlength attributes Forms
27004 27004 InconsistentMigrationHistory has false positives with squashed migrations Migrations
27023 27023 ~/.pythonrc.py loaded twice if PYTHONSTARTUP set to ~/.pythonrc.py Core (Management commands)
27020 27020 Close more files with "with" Uncategorized
27010 27010 Argon2PasswordHasher.encode() decodes underlying hash as UTF-8 instead of ASCII contrib.auth
27012 27012 test_nested_requests wipes out pre-test settings Testing framework
27005 27005 request.body raises an exception if 'CONTENT_LENGTH' = '' HTTP handling
27001 27001 Regression in query counts using RadioSelect with ModelChoiceField Forms
27000 27000 Django manage Command.usage() is broken Core (Management commands)
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
14098 14098 Prevent introspection errors from crashing inspectdb Core (Management commands)
14402 14402 help_text is not displayed for ManyToMany raw_id fields contrib.admin
494 494 Collapse in admin interface for inline related objects contrib.admin
14286 14286 Support for BigAutoField Database layer (models, ORM)
14368 14368 Reverse relation attribute for OneToOneField fails when set to None Database layer (models, ORM)
14217 14217 Add validation for model field name the same as the model name when using model inheritance Core (System checks)
14476 14476 annotate, default aggregation naming and filter annoyance Database layer (models, ORM)
14442 14442 During tests parse fixtures using setUpClass Testing framework
14200 14200 new RegexURLResolver is contructed for every request Core (URLs)
14497 14497 ModelAdmin.readonly_fields isn't graceful with filefields. contrib.admin
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 Assigning bad data to an m2m attribute should not clear existing data Database layer (models, ORM)
14748 14748 Missing documentation for FormPreview methods Documentation
901 901 Reload method for models Database layer (models, ORM)
14664 14664 MiddlewareNotUsed should display a warning Core (Other)
14334 14334 Queries don't ensure that comparison objects are the correct type Database layer (models, ORM)
14462 14462 Aggregates default to the database type instead of the field type 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)
14481 14481 better documentation of the default m2m "through" class Documentation
14226 14226 Bug in dumpdata dependency calculation involving ManyToManyFields Core (Serialization)
14305 14305 inspectdb should output unmanaged model definitions Core (Management commands)
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
14298 14298 maximum open cursors exceeded on Jython and Oracle Database layer (models, ORM)
14051 14051 Signals for transaction commit/rollback Database layer (models, ORM)
14007 14007 Automatically discover models within a package without using the app_label Meta attribute Database layer (models, ORM)
14825 14825 LocaleMiddleware should store language preferences if possible Internationalization
14800 14800 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
14170 14170 Issue in get_language_from_request() if LANGUAGES setting is changed at runtime Internationalization
14511 14511 exclude() generates wrong query for ManyToManyField with a 'through' relationship Database layer (models, ORM)
14877 14877 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)
14658 14658 DateField initial does not honor locale, against documentation Forms
14028 14028 setting db_column to same value as another column should not validate Database layer (models, ORM)
14786 14786 get_db_prep_lookup call get_prep_value twice for each value if prepared == False Database layer (models, ORM)
14765 14765 Unnecessary usage of NodeList in ForNode (template rendering) Template system
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)
14868 14868 admin: prevent long text from overflowing recent actions box contrib.admin
694 694 [patch] TEMPLATE_DIRS should allow project root relative paths Template system
14580 14580 Clean up duplicate code in admin formset handling contrib.admin
14850 14850 1.3 release notes typo STATICFILES_ROOT should be STATIC_ROOT Documentation
14300 14300 manage.py sqlcustom fails if models are in a submodule Core (Management commands)
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
14006 14006 Documentation on Field's 'description' class attribute does not mention that it will be interpolated with field.__dict__ Documentation
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)
25 25 Filtering interface on ForeignKey <select> boxes contrib.admin
14894 14894 translation is not threadsafe Internationalization
14567 14567 ModelMultipleChoiceField inconsistently returns a list if empty. Forms
14019 14019 SQLInsertCompiler.as_sql() failure Database layer (models, ORM)
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
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)
14373 14373 annotate() will gladly delete your data Database layer (models, ORM)
14571 14571 Update jQuery contrib.admin
14633 14633 Reorganize settings reference docs Documentation
14694 14694 defer() doesn't work with reverse relations Database layer (models, ORM)
154 154 Can't delete object with ManytoMany Relationship contrib.admin
14678 14678 Users are able to add more than one page to the same url contrib.flatpages
14264 14264 settings.configure has undocumented differences from using a settings module Core (Other)
14315 14315 memcached doesn't support negative deltas for incr() and decr() Core (Cache system)
361 361 Some Basic Math Filters Template system
14093 14093 Confusing error when failing to create a session key because the cache is unavailable contrib.sessions
14165 14165 Transaction management is only entered for the primary database Documentation
14861 14861 Importing settings in a module that contains a logging Handler causes circular import. Core (Other)
14829 14829 URL dispatcher documentation with class-based generic views Documentation
14556 14556 Recommend to avoid FlatpageFallbackMiddleware unless absolutely required Documentation
14885 14885 is_valid for ModelForm changes instance if instance is provided Documentation
14516 14516 Extract methods from removetags and slugify template filters Template system
14195 14195 ContentType object fails to use cache, beats DB to death Uncategorized
14917 14917 Error in the sample code under "Using an inline formset in a view" Documentation
14502 14502 Feature: escape hatch for colliding template syntax in Django templates Template system
14478 14478 Couple of tests make assumptions about configuration Contrib apps
14681 14681 Uploaded files should not set mode to None File uploads/storage
14886 14886 GeoModelAdmin forms cannot be used with WMS in formats other than image/jpeg GIS
14593 14593 CZBirthNumberField expects two arguments to clean() contrib.localflavor
14266 14266 Audit database backend support claims, particularly for MySQL Documentation
14574 14574 Initial values support for inline model formsets Forms
14973 14973 AdminEmailHandler doesn't include report.message Core (Other)
159 159 Circular logout problem contrib.admin
736 736 [patch] QueryDict items() and mutability protection fix with doctests Core (Other)
14184 14184 Validators not called on MultiValueField Forms
14964 14964 create_attachment support for unicode symbols in filename Core (Mail)
14806 14806 No template tag to support contextual translations Internationalization
14555 14555 Session loss with psycopg2 db backend contrib.sessions
640 640 order_with_respect_to option fails Documentation
702 702 document that ManyToMany fields can't be in unique_together Documentation
14597 14597 request.is_secure() should support headers like: X-Forwarded-Protocol and X-Forwarded-Ssl HTTP handling
14496 14496 Conflict between ModelForm.Meta.exclude and ModelAdmin.readonly attributes contrib.admin
14202 14202 Rss201rev2Feed bug contrib.syndication
14270 14270 ManyToMany manager classes should be cached Database layer (models, ORM)
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)
14947 14947 regressiontests.fixtures_regress.tests.TestFixtures.test_dumpdata_uses_default_manager() fails with Python 2.7 Uncategorized
14984 14984 ClearableFileInput generates invalid XHTML Forms
14972 14972 AdminEmailHandler breaks when report is missing stack trace information Core (Other)
14965 14965 {% include %} tag changes should be mentioned in release notes Documentation
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)
14941 14941 URLField (in django.contrib.admin) rejects IDN domain Core (Other)
14938 14938 "Save as" does not save entries added with a Inline Forms
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
14905 14905 models.FileField links to url attribute, which is undocumented. Documentation
14896 14896 Delete leads to IntegrityError : bad cascading rule when there's a ManyToManyField pointing to a class having subclasses. Database layer (models, ORM)
14895 14895 USE_THOUSAND_SEPARATOR causes error on group admin operations contrib.admin
14878 14878 Issues in generic views (list) Generic views
14867 14867 TemplateResponse documentation uses the term "bake" instead of "render" Documentation
14835 14835 Improper indentation for docs/ref/contrib/admin/index.txt Documentation
14830 14830 Default value for radio button not preserved when dynamically creating new inlines contrib.admin
14824 14824 django.utils.get_format_modules doesn't respect USE_L10N Internationalization
14821 14821 Document the differences of formatting syntax in formats.py 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
14768 14768 es-MX locale, formats.py contribution Translations
14756 14756 "Related objects reference" documentation needs copy-edit Documentation
14711 14711 MonthMixin.get_previous_month incorrect under certain conditions Generic views
14702 14702 Add a "needs info" state to tickets *.djangoproject.com
14700 14700 Speed up RawQuerySet iterator Database layer (models, ORM)
14693 14693 staticfiles app doesn't work with form media framework and 3rd party asset managers Contrib apps
14670 14670 GenericTabularInline broken as of r13708 Contrib apps
14661 14661 A couple of MySQL/MyISAM test failures Testing framework
14652 14652 Sessions seem to be improperly using Pickle to hash a dictionary contrib.sessions
14640 14640 Add elapsed request time to the development server log HTTP handling
14604 14604 Ubuntu documentation for geospatial/Postgres is out of date GIS
14600 14600 No mentioning of addition of staticfiles to TEMPLATE_CONTEXT_PROCESSORS after 1.2 in settings documentation Documentation
14572 14572 Minor fix for generic inline formsets contrib.contenttypes
14545 14545 ValidationError missing from Exceptions Reference docs 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
14471 14471 db.models.Manager regression - can't override some methods Database layer (models, ORM)
14403 14403 Missing/incomplete documentation for FloatField? Documentation
14401 14401 Add a contributing HOWTO page for new contributors Documentation
14355 14355 "readonly" fields don't display their "help_text" in admin contrib.admin
14303 14303 admin inline form id attribute numbering order and uniqueness is lost contrib.admin
14248 14248 Date and DateTime fields, auto_now_add and PostgreSQL Database layer (models, ORM)
14133 14133 update GeoDjango windows installer GIS
14132 14132 Feedgenerator doesn't support dates before 1900 Contrib apps
14130 14130 Catching ImportError in manage.py considered dangerous Core (Other)
14118 14118 Serialization docs list the "python" serializer 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
285 285 WSGIRequest should set request.path to full uri path HTTP handling
14876 14876 Q | Q with nullable related fields generates INNER JOIN where it should be LEFT JOIN Database layer (models, ORM)
14695 14695 Field's `name` kwarg gets paved over Database layer (models, ORM)
14503 14503 Unify test for exception+message value assertion method Testing framework
14049 14049 Fixture loading should be skipped for TestCase decorated with @skip* Testing framework
14288 14288 Template filter: linebreaksbr doesn't normalize newlines Template system
14506 14506 Crash on HEAD request Documentation
14608 14608 Adding a INPhoneNumberField to indian localflavor contrib.localflavor
14190 14190 images, news and keywords in sitemap.xml contrib.sitemaps
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)
14020 14020 Make HttpResponse.get work like dict.get HTTP handling
14201 14201 Add a "security overview" page to the docs Documentation
14206 14206 contrib:admin dynamic list_display support contrib.admin
14614 14614 Dont send Request message when handle_uncaught_exception() Core (Other)
14082 14082 modelform_factory should use the form's metaclass Forms
14045 14045 makemessage miss some gettext in javascript Internationalization
14903 14903 wsgiref usage HTTP handling
14134 14134 Ability to set csrf cookie path and https-only plus add 'secure' Core (Other)
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)
14960 14960 Write tests for inclusion_tag Template system
14733 14733 Allow Manager.raw() execute not only "Pure selects" Database layer (models, ORM)
717 717 If-Modified-Since checked for exact match HTTP handling
14012 14012 Adding an User object in a popup fails contrib.admin
14099 14099 modelformset not using _should_delete_form Forms
14013 14013 'django.db.backends.postgresql_psycopg2' isn't an available database backend. (?!?!?) Database layer (models, ORM)
14046 14046 Template tag errors masked if including based on context variable name Template system
14240 14240 filesizeformat should localize number Template system
14672 14672 Admin doesn't handle new on_delete exceptions gracefully contrib.admin
14991 14991 SQL injection in quote_name() Database layer (models, ORM)
14989 14989 Allow serializers to non ovewrite fixtures objects if they are marked as non overridable Core (Serialization)
14842 14842 Indent the Model Meta Options Documentation
14944 14944 Saving a model which refers to unexistent models does not spit any errors Database layer (models, ORM)
14655 14655 formsets should be iterable Forms
14840 14840 Add class links to related object referfence Documentation
14311 14311 Improve django.template.defaultfilters.title Template system
14075 14075 ManyToMany relationships create circular references Database layer (models, ORM)
14804 14804 Update "humanize" docs Documentation
14780 14780 Fix quoting in class based views reference Documentation
14599 14599 delete() is not documented on 'QuerySet API reference' page Documentation
14624 14624 Old Cache Middleware mentioned Documentation
14547 14547 Get Involved via IRC: Mibbit/Freenode not friendly with each other *.djangoproject.com
14537 14537 Validators documentation page doesn't say where to import validators from Documentation
14307 14307 Document form ChoiceField tuple Documentation
14074 14074 RFE: "Best of both worlds" for short and long? Documentation
14032 14032 CSRF cookie value is marked as safe and inserted in the HTML unchecked Core (Other)
14179 14179 django create table with capitalized chars Uncategorized
14185 14185 Possible bad SQL at http://docs.djangoproject.com/en/dev/ref/models/querysets/ Documentation
14068 14068 Fixture loading issue with multi database setting Core (Serialization)
14064 14064 Correct spelling of Argentinian Spanish in global_settings.py Core (Other)
14062 14062 Correcting Python version requirement on FAQ install page Documentation
10231 10231 djangoproject.com - urls.py *.djangoproject.com
106 106 [patch] Problem with some js/select box on IE contrib.admin
565 565 Unique fields don't work on edit_inline models contrib.admin
659 659 Selecting by month with DateField is broken with sqlite3 backend Database layer (models, ORM)
718 718 svn co behind stupid proxy *.djangoproject.com
115 115 Models CRUD via web services Core (Other)
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
348 348 [patch] Multiple clicks on "Choose all" or "Clear all" in the Javascript "filter" interface causes strange behavior contrib.admin
779 779 [patch] Allow callables in extra_lookup_kwargs of generic views Generic views
398 398 [patch] {%define VAR as%}VALUE{%in%} tag Template system
357 357 [patch]: django-admin.py needs a --projects parameter Core (Management commands)
273 273 [patch] Password salt and other algorithms support Core (Other)
243 243 lack of ordering the get_list() params Metasystem
219 219 The change history for an object is recording changes with a 6-hour offset to the timestamp contrib.admin
295 295 [patch] Add reverse counter variables to template &#34;for loops&#34; Core (Management commands)
186 186 [patch] Refactor django/core/meta.py to eliminate duplicate code Metasystem
216 216 sqlite3 broken post rev 329 Metasystem
163 163 Option to leave off __exact Template system
75 75 Add support for recursive ManyToManyFields Metasystem
59 59 Hard-coded references to password_change and logout contrib.admin
49 49 Remove references to http://media.ljworld.com from the code contrib.admin
652 652 An option to upload files into database would be a great alternative to filesystem uploads. Database layer (models, ORM)
393 393 [patch] Filters don't take the str() value of a var Core (Other)
924 924 [patch] String filters (lower, upper, capfirst etc.) don't work with international strings contrib.admin
65 65 [i18n] Internationalization and localisation contrib.admin
122 122 [patch] Build models using fieldname=FieldClass Core (Other)
452 452 Two ManyToManyFields to the same object should give that other object two API methods, not one Metasystem
238 238 Database tests fail with sqlite Database layer (models, ORM)
669 669 site table Metasystem
463 463 [patch] new mysql.DatabaseWrapper - solving multiple MySQL problems Core (Other)
469 469 Admin changelist assumes ForeignKey related object has ordering set contrib.admin
61 61 [patch] auth.User admin form shouldn't require people to edit hashes contrib.admin
510 510 [patch] Defend admin against CSRF attacks contrib.admin
81 81 Setting primary_key=True on an non-integer field isn't yet supported contrib.admin
87 87 [patch] Oracle database support Database layer (models, ORM)
167 167 ForeignKey should also take string arg instead of class name Metasystem
521 521 Multilevel foreign key ordering causes error in Admin changeview Metasystem
805 805 OneToOneField conflicts with ForeignKey Database layer (models, ORM)
271 271 "ManyToOneField" seen in Model Reference should read "ForeignKey" Documentation
170 170 Unicode field names cause UnicodeEncodeError in main admin handler contrib.admin
175 175 select_related does not work in both directions.. Database layer (models, ORM)
179 179 Time zone doesn't work right under django_admin.py runserver Core (Management commands)
119 119 Serving media Core (Other)
853 853 Django has high start costs, weight Metasystem
773 773 CACHE_MIDDLEWARE_GZIP is documented but not used Documentation
625 625 [patch] Add template decorators Template system
961 961 [patch] Add automatic thumbnail generation to ImageFields Core (Other)
665 665 Field.default should accept callables Metasystem
746 746 refactor models/__init__.py so fields themselves add their own get_XXXX_count/list functions Core (Other)
722 722 Allow for period '.' and hyphen '-' characters in usernames with an isUsername validator Validators
356 356 [patch]: simple XML-RPC support for Django Core (Other)
305 305 sql code was not white space safe? Database layer (models, ORM)
366 366 Document meta.LazyDate() technique Documentation
968 968 page not found ->http://www.djangoproject.com/documentation/models/or_lookups/ Documentation
579 579 Split template_file template loading and template location logic Template system
559 559 Tutorials should use different project name Documentation
511 511 django-admin.py init fails at rev 641 Core (Management commands)
369 369 put the D back in CRUD for FileField contrib.admin
322 322 [patch] Admin unavailable in development server after [503] contrib.admin