Ali

(bigsbug)

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 (1640) Reporter (1) Owner (0) Commenter (1) Summary Component
34566 34566 ModelAdmin get_field_queryset uses related admin ordering, but not related admin querysets. contrib.admin
34699 34699 Filtering on annotated TruncSecond expression gives unexpected result. Database layer (models, ORM)
27029 27029 Make EmailValidator accept non-ASCII characters in local part Core (Other)
34917 34917 Links in the Django admin should be underlined. contrib.admin
34819 34819 GenericForeignKey.get_prefetch_queryset() contrib.contenttypes
34262 34262 Queryset grouped by annotation with aggregates on another annotated expression crashes on MySQL with sql_mode=only_full_group_by. Database layer (models, ORM)
34865 34865 DatabaseWrapper are not GC and connections are not closed Database layer (models, ORM)
34871 34871 Validation of UniqueConstraint with Case() crashes. Database layer (models, ORM)
897 897 Bi-Directional ManyToMany in Admin contrib.admin
34397 34397 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)
34432 34432 autoreloader does not reload when a Thread is running and there is no way to notify the Thread to stop Utilities
470 470 Add Field.db_default for defining database defaults Database layer (models, ORM)
34976 34976 startproject and startapp should provide feedback Core (Management commands)
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
34898 34898 Adding non-deterministic collations to unique CharFields crashes on PostgreSQL. Migrations
27236 27236 Deprecate Model.Meta.index_together in favour of Model.Meta.indexes Database layer (models, ORM)
34856 34856 Running tests with historical migrations that contain index together fails with TypeError. Migrations
27452 27452 Add Postgres serial field to contrib.postgres contrib.postgres
27587 27587 Document str(QuerySet.query) Documentation
34900 34900 Python 3.13 compatibility. Core (Other)
34406 34406 Add support for curved geometries in GeoDjango GIS
34555 34555 ModelBase metaclass implementation prevents addition of model fields via __init_subclass__ Database layer (models, ORM)
27645 27645 Move Settings.__init__ checks to system checks Core (Other)
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)
34703 34703 TypeError: unhashable type: Netmiko Django Utilities
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
34746 34746 High CPU/memory consumption when a 5XX is raised with large local variables Error reporting
34013 34013 Support ordering by annotation transforms (e.g JSONObject/ArrayAgg transforms). Database layer (models, ORM)
34118 34118 Python 3.12 compatibility Core (Other)
34125 34125 Limiting QuerySet crashes on union() with a single non-empty query Database layer (models, ORM)
34636 34636 Add documentation for Query's function `sql_with_params` Database layer (models, ORM)
34701 34701 Add support for NULLS [NOT] DISTINCT to UniqueConstraint Database layer (models, ORM)
34654 34654 Post-normalization performed on the Username field leading to the bypass of the whitespace stripping contrib.auth
34886 34886 Sample use of lazy in delayed translations is not valid in Django 4.1 and 4.2. Documentation
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
34608 34608 Migrations generates code that it can't execute Migrations
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
34297 34297 ValueError: invalid token in plural form: EXPRESSION when adding new language Utilities
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
34211 34211 Performance regression in ForeignKeyDeferredAttribute changes. Database layer (models, ORM)
34853 34853 Accept-Language Header takes precedence over cookie for format localization Internationalization
34059 34059 Validation of check constraints on JSONField key transforms with None produces invalid SQL on PostgreSQL. Database layer (models, ORM)
34943 34943 Support passing unique constraint names to bulk_create(). Database layer (models, ORM)
14974 14974 Add support for translation backends other than gettext Internationalization
27747 27747 Add signals for Django management commands Core (Management commands)
27752 27752 Fix and test admin_order_field set for the __str__ of a model contrib.admin
34488 34488 ClearableFileInput widget forgets "Clear" selection when form is not valid Forms
27080 27080 `as_manager` on QuerySet should pass down `use_in_migrations` to new Manager instance Migrations
14831 14831 Django Template Style Guide Documentation
27460 27460 Allow declaring a GenericRelation from an abstract model to another abstract model Database layer (models, ORM)
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
34852 34852 Django Unit Tests break when using replicated MySQL Cluster v8.0.28 Testing framework
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
34597 34597 Queryset (split) exclude's usage of Exists is significantly slower than subquery Database layer (models, ORM)
34961 34961 Add a max_length parameter to EmailValidator Core (Other)
34044 34044 Admin app search filter appears in nav sidebar but not on admin homepage contrib.admin
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)
34989 34989 Set Content-Length where possible for HttpResponses. HTTP handling
34831 34831 Search in admin could allow issuing a query with many OR'd clauses contrib.admin
27055 27055 Model form with geometry widgets has invalid html GIS
34986 34986 Fix up support for PyPy 3.10 Core (Other)
34830 34830 csrf_failure and bad_request views missing context processors Core (Other)
35001 35001 Add related object icon (green plus sign) is not fully visible in some screens contrib.admin
34995 34995 Add link for admin's related widget is in the wrong place contrib.admin
34982 34982 Visual regression for helptext at certain screen sizes contrib.admin
34999 34999 Admin search bar input doesn't have proper background color when in dark mode contrib.admin
34997 34997 The name argument is ignored when creating url path using the include() function. Core (URLs)
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)
34907 34907 loaddata crashes on objects with natural keys when don't exist on passed database. Core (Serialization)
34988 34988 Makemigrations shouldn't prompt for default values for non-nullable fields of other apps. Migrations
34991 34991 Wrong layout of pagination buttons with editable list in the admin. contrib.admin
34818 34818 GenericIPAddressField ValidationError incorrect message when both protocols present Database layer (models, ORM)
34985 34985 Migrations raise AppRegistryNotReady when GeneratedField references incorrect fields. Database layer (models, ORM)
34984 34984 Adding a field with default crashes for models with GeneratedField on SQLite. Database layer (models, ORM)
14810 14810 Admin inline templates need blocks contrib.admin
34979 34979 inlineformset_factory sets max_num forms to one even though there is a unique_together constraint contrib.admin
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)
34966 34966 Add a check for ModelAdmin.actions functions not taking three arguments contrib.admin
34955 34955 Make Concat() use the database operator `||` on PostgreSQL. Database layer (models, ORM)
34952 34952 manage.py compilemessages may skip locale folders if ignore is used. Internationalization
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
34954 34954 Improve `output_field` resolution of `Concat` Database layer (models, ORM)
34229 34229 "no such column" when combining FilteredRelation and multi-table inheritance models Database layer (models, ORM)
34962 34962 Support for overriding result of model field values Database layer (models, ORM)
34457 34457 makemigrations --check no longer prints the changes Migrations
34957 34957 Cannot filter over annotated "FilteredRelation" since Django 5 Uncategorized
34953 34953 CSRF verification fails even with CSRF middleware commented out CSRF
34946 34946 Adding a field with default and db_default drops database level DEFAULT Migrations
34948 34948 USE_TZ=False causes failure in AdminEmailHandler during DST "fall back" Utilities
34951 34951 Wrong word Documentation
34950 34950 Translate text Documentation
34947 34947 assertContains fails when there is unicode in the response json Testing framework
34945 34945 annotate -> union -> values gives wrong values Database layer (models, ORM)
34940 34940 Filter queryset on "tuples" of values for multiple columns Database layer (models, ORM)
34941 34941 db_default with decimal.Decimal() doesn't return Decimal instances on Oracle. Database layer (models, ORM)
34813 34813 Docs miss note about invalid integrity with ManifestStaticFilesStorage contrib.staticfiles
34939 34939 Widget templates not refreshing Forms
34930 34930 Parallel tests fail on Python 3.11+ when IsolatedAsyncioTestCase is used Testing framework
34929 34929 Issue with Django 3.2 and Django-storage 1.14.2 after Upgrading from Django 2.2.28 Utilities
27403 27403 Document that prefetch_related doesn't guarantee transactional consistency Documentation
34926 34926 Missing model after squashing Migrations
34923 34923 MESSAGE_TAGS ignored in 5.0a1 contrib.messages
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)
34918 34918 Assigning model instance to `_id`/attname field saves correctly, but breaks accessing the field Database layer (models, ORM)
27234 27234 Clarify the type of the django.server logger's 'request' extra context Documentation
34906 34906 Need help with makemigrations Database layer (models, ORM)
34798 34798 Subquery wrapping is required in QuerySet.aggregate() for aggregates referencing nested subquery. 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
14761 14761 URL resolving / reversing design doesn't allow alternate specs Core (URLs)
34808 34808 Some aggregation functions may return None; this isn't well documented Documentation
34897 34897 Django's admin UI - `ManyToManyField` with inheritance on the same class -> object shows itself inside the relation contrib.admin
34894 34894 Query.change_aliases() has several significant bugs Database layer (models, ORM)
34893 34893 TIME_ZONE (settings.py) Europe/Kiev to Europe/Kyiv Internationalization
34891 34891 force_str(urlsafe_base64_decode(uidb64)) returns object not value Utilities
34759 34759 Confirm/Add support for SpatiaLite 5.1 GIS
34581 34581 Filters should not implicitly mark unsafe strings as safe without escaping Template system
34890 34890 Migration can produce duplicate entries of UUID4 values for unique fields Database layer (models, ORM)
34657 34657 Testing assertions `assertContains` and `assertInHTML` should output the haystack on failure Testing framework
34879 34879 "Data truncated for column .." for migration changing auto-id-field Migrations
34870 34870 Memory leak when using psycopg-c with django hstore Database layer (models, ORM)
34872 34872 DRF Auth Issue Uncategorized
34849 34849 Appending django.contrib.postgres to the INSTALLED_APPS via @modify_settings crashes. Database layer (models, ORM)
34863 34863 sqlite math functions don't accept character fields as input Database layer (models, ORM)
34867 34867 [Date Input Localization] Accept-Language Header Takes Precedence Over Language Set With Cookie Internationalization
34858 34858 Output field for combined PositiveIntegerField is not properly resolved. Database layer (models, ORM)
34823 34823 assertTemplateUsed() context manager crashes for templates without names. Testing framework
34848 34848 Updating translations catalog for javascript files fails with CommandError Internationalization
34860 34860 Order_by is broken when sorting on an annotated postgres window function value Database layer (models, ORM)
34854 34854 Missing translations in pt (Portuguese) Internationalization
34845 34845 Slow query when using exclude Database layer (models, ORM)
34847 34847 Serializer infinite recursion on M2M field if reference vars in init Core (Serialization)
34844 34844 Missing dependency backports with install of 4.1.11 Packaging
34836 34836 Add an optional argument to MultipleChoiceField to ignore invalid choices. Forms
34233 34233 Drop support for Python 3.8 & 3.9. Core (Other)
34828 34828 DateTimeField breaks when given datetime that would be invalid in UTC Database layer (models, ORM)
34829 34829 Django reports the “mutually exclusive” error for settings that do not contain STATICFILES_STORAGE. File uploads/storage
34827 34827 select_for_update example raises TransactionManagementError Documentation
34820 34820 Migrations crashes when changing ForeignObject properties. Database layer (models, ORM)
34816 34816 GenericForeignKey crashes if content_type_id is changed and object_id is type incompatible with old object contrib.contenttypes
34810 34810 Calculate coverage on subprocesses such as django-admin commands Core (Other)
34817 34817 Boolean field doesn't look good on django-admin contrib.admin
34791 34791 Prefetch's queryset attribute is ignored when the same nested relation is used multiple times. Database layer (models, ORM)
34812 34812 Validate that URLConf modules contain a urlpatterns entry Core (URLs)
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)
34801 34801 Django project redirects for a user assigned in a group, it redirects to the url which is not present in the group assigned django app HTTP handling
34807 34807 importing `django.forms` causes circular import error Forms
34451 34451 Incorrect exception handling within the django exception handler Error reporting
34712 34712 Prevent misconfiguration of `STORAGES` setting contrib.staticfiles
34210 34210 Show the duration of individual tests Testing framework
34805 34805 'Q' object has no attribute 'replace_expressions' Database layer (models, ORM)
34799 34799 inspectdb fails on tables with cross-schema relations on MySQL. Database layer (models, ORM)
34804 34804 legacy_algorithm = 'sha1' removed in django4.0 but new algorithm is hardcoded Core (Other)
34802 34802 django.contrib.admin.actions.delete_selected() should return number of rows deleted via ModelAdmin.delete_queryset() contrib.admin
34784 34784 Django french short date format translation bug Internationalization
34800 34800 Django Management Command Triggers URLs When Checking Database Connection Core (Management commands)
34709 34709 charset should be ignored for the application/x-www-form-urlencoded content type. HTTP handling
34797 34797 Django Admin radio fields admin.HORIZONTAL shows as vertical with django-grapelli. Uncategorized
34744 34744 Migration re-add constraints when check condition contains a dict_keys object. Migrations
34794 34794 Multiple file upload issue File uploads/storage
34792 34792 Creating and saving a model using a custom primary key field can yield a bad "id" value on the instance Database layer (models, ORM)
34793 34793 Django ORM returns None when field has value in BD Database layer (models, ORM)
34781 34781 Clarify documentation of `request` objects in the `django.server` logging namespace. Core (Other)
34788 34788 Correct NUMBER_GROUPING in Japan. Internationalization
34786 34786 Multiple Q objects in the same .filter() behave oddly with ManyToMany relationships Database layer (models, ORM)
34779 34779 Serializer makes unnecessary joins Core (Serialization)
34785 34785 Contribution guide comes out non successful Error reporting
34773 34773 settings.STATICFILES_STORAGE does not return correct value when STORAGES are defined contrib.staticfiles
34783 34783 No module named 'smtp' when trying to send an email Core (Mail)
34780 34780 Tests don't pass on Python 3.11.4. Core (Other)
34620 34620 Serialization of m2m relation fails with custom manager using select_related Core (Serialization)
34772 34772 Exception with psycopg3 binary package on Ubuntu 20.04 Database layer (models, ORM)
34770 34770 Default autoescape off in password_reset_email.html contrib.auth
34776 34776 Issue with maintaining condition order and join promotion in add_q method Database layer (models, ORM)
34777 34777 Tags are not opened correctly in several django/forms/templates Uncategorized
34774 34774 ModelAdmin form validation that cross-validates main form and inline formsets contrib.admin
34771 34771 QuerySet.order_by() crashes on constants that cannot be cast on MySQL. Database layer (models, ORM)
34743 34743 full_clean() raises AttributeError on constraints with related IDs. Database layer (models, ORM)
34766 34766 utils.text: slugify misses "l" when converting "ł" Utilities
34542 34542 Required fields allowed to be blank are not accepted non-interactively using createsuperuser contrib.auth
34765 34765 call_command reuses already loaded command causing stale class variable value usage Core (Management commands)
34754 34754 CheckConstraint with isnull lookup on JSONField transform None into null jsonb value Database layer (models, ORM)
34764 34764 Add support for Clusterized Redis deployments Core (Cache system)
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)
34763 34763 Should we disallow URLs as user fields? contrib.auth
34756 34756 Docs build failure when using Sphinx 7.1.1 Documentation
34758 34758 Paginator.validate_number implementation has undocumented change in 4.2 Core (Other)
34750 34750 Fixed QuerySet.count() on querysets grouped by unused multi-valued annotations. Database layer (models, ORM)
34477 34477 Asyncio send mail backend Core (Mail)
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)
34728 34728 OR operator on queryset does not work as expected Database layer (models, ORM)
34745 34745 Arbitrary rhs of lookup gives "Object has no attribute 'contains_aggregate'" Database layer (models, ORM)
34720 34720 BaseReloader.watch_dir() incorrectly checks for existence of path Utilities
34738 34738 Django admin doesn't translate error contrib.admin
34741 34741 Admin flashes dark/light depending on settings contrib.admin
34737 34737 SynchronousOnlyOperation is raised for non-running event loops on Python 3.7+. Utilities
34733 34733 m2m_changed signal is unaware if .set() method is being called Database layer (models, ORM)
34736 34736 Position of Delete and Save Buttons are reversed in Admin whe moving from v4.1 to v4.2 contrib.admin
34735 34735 About form validation Forms
34532 34532 Form.default_renderer is ignored in formsets. Forms
34734 34734 Django admin theme box contrib.admin
34732 34732 UnicodeEncodeError on two tests in Python 3.12 Uncategorized
34731 34731 Django test suite still has an occurence of assertEquals, removed in Python 3.12 Testing framework
34727 34727 Error in CharField with TextChoices and missing max_length parameter Testing framework
34726 34726 Backslash replaced by forwardslash in queries Uncategorized
34722 34722 Let ListFilter be a MediaDefiningClass so that they can define custom CSS and JS contrib.admin
34721 34721 ChoiceField/TypedChoiceField: .value() has inconsistent behaviour, coercion not applied. Forms
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
34711 34711 Make ChoiceField auto-detect and coerce values. Forms
34679 34679 Cannot run collectstatic with existing unsupported manifest file contrib.staticfiles
34715 34715 have proposal to create new orm method get_object_or_none same as get_object_or_404 Database layer (models, ORM)
34677 34677 Django Admin built-in password reset feature has UI issues contrib.admin
34413 34413 Variant of Prefetch but for the earliest/latest related object Database layer (models, ORM)
34710 34710 Infinite migrations using models.Choices Migrations
34708 34708 db_index=True doesn't apply on MySQL. Database layer (models, ORM)
34697 34697 Migration serializer for sets results in non-deterministic order. Migrations
34707 34707 AttributeError: 'function' object has no attribute 'cache_clear' when registering a custom lookup Uncategorized
34309 34309 Documentate how to delete a Django app correctly Documentation
34695 34695 security.E101 false positive with class-based views Core (System checks)
34696 34696 Actions selection counter gets cleared when using Chrome's back button contrib.admin
34704 34704 File Size Validator File uploads/storage
34700 34700 ValidatedFileField File uploads/storage
34263 34263 File validators for MIME type, size, and extension. File uploads/storage
34702 34702 Runserver serving static files from STATICFILES_DIRS instead of STATIC_ROOT contrib.staticfiles
34639 34639 MySQL 8.0 hangs indefinitely when using the admin search with a Foreign Key and Annotate contrib.admin
27646 27646 Add QuerySet support for group by modifiers and OLAP functionality Database layer (models, ORM)
34572 34572 Confirm/Add support for GDAL 3.7. GIS
34671 34671 Inspectdb collation issue with oracle views Core (Management commands)
34680 34680 inspectdb on mysql timestamp fields leads to timezone issues Database layer (models, ORM)
34676 34676 Normalise MeasureBase unit not found exceptions to use AttributeError GIS
34674 34674 Updating the file contents of a Django FileField during upload results in I/O error File uploads/storage
34673 34673 Migrations ordering: add constraint run_immediately_after Migrations
34668 34668 Unvalidated Redirect from "PATH_INFO" URI Parameter on "/admin/auth/group/{n}/change/" page. Uncategorized
34345 34345 Add system check for filter_horizontal/filter_vertical on ManyToManyFields with intermediary models. contrib.admin
34666 34666 Mysql issue using afirst "The client was disconnected by the server because of inactivity" Database layer (models, ORM)
34634 34634 Creating objects with nested MTI crashes. Database layer (models, ORM)
34661 34661 Peppering user passwords contrib.auth
34665 34665 CreateModel with manually added RenameField crashes on SQLite. Database layer (models, ORM)
34664 34664 APScheduler Django Packaging
34662 34662 Translation strings of ArrayField length validators depend on wrong ngettext key contrib.postgres
34663 34663 Documentation typo in using Argon2 with Django. Documentation
34473 34473 StepValueValidator does not take into account min_value Forms
34653 34653 Django (4.2.2) doesn't handle unicode characters in labels of choices Migrations
34651 34651 'list' object has no attribute '_committed' Uncategorized
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
34648 34648 `get_prep_value` now being called for JSONField Uncategorized
34644 34644 social-app-django's JSONField doesn't work as expected. Database layer (models, ORM)
34539 34539 `get_prep_value` no longer called for JSONField Database layer (models, ORM)
34641 34641 Null value referenced from a JSONField using an expression that defines an output_field returns the string "null" instead of a None value Uncategorized
34602 34602 Fail gettext when no translation file is found or when no msgid is found in the given translation file Internationalization
34614 34614 Natural keys for nullable foreign keys Core (Serialization)
34630 34630 Neither `pgettext` nor `pgettext_lazy` return contextual markers in PO files Internationalization
34635 34635 ModelChoiceField with a to_attr that can have an EMPTY_VALUE Forms
34601 34601 ModelAdmin: Error message for readonly_fields's check does not include the field name contrib.admin
34626 34626 Documentation: "Writing your first patch for Django" - Example test file "test_make_toast.py" is not loaded by test suite Documentation
34570 34570 QuerySet.defer() raises an AttributeError when the field is ManyToManyField or GenericForeignKey Database layer (models, ORM)
34607 34607 function st_geomfromwkb(bytea) does not exist - geodjango tutorial GIS
34603 34603 ~Q() incorrectly interpreted as full rather than empty Database layer (models, ORM)
34599 34599 authentication and authorization Uncategorized
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
34598 34598 Load new settings after start up Uncategorized
34596 34596 subclassing models.TextChoices Documentation
34590 34590 Querying for decimals larger than max_digits crashes on SQLite Database layer (models, ORM)
34591 34591 Django ORM replace INNER JOIN with STRAIGHT_JOIN Database layer (models, ORM)
34589 34589 exclude does not support nested ForeignKey relationship Database layer (models, ORM)
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)
34580 34580 Performance regession in SQLCompiler Database layer (models, ORM)
34585 34585 Can we use Class with urlpatterns attribute for parameter in include method? Core (URLs)
34583 34583 Django 4.0 cannot be downloaded on the downloads page Documentation
34584 34584 Problem with tutorial part 2 Documentation
34582 34582 Uploading multiple files in Django no longer works in version 4.2 but worked in version 4.1 File uploads/storage
34576 34576 move django issues to GitHub Uncategorized
34573 34573 Typo in "Writing your first Django app, part 5" - assertQuerysetEqual() Testing framework
34322 34322 ManifestStaticFilesStorage crashes on commented JavaScript import statements contrib.staticfiles
34350 34350 WSGIRequest crashes when "wsgi.input" is None. Core (Other)
34568 34568 makemigrations --update should respect the --name option. Database layer (models, ORM)
34571 34571 Request with invalid session after concurrent logout or session timeout is considered a BadRequest contrib.sessions
34567 34567 slugify template filter with allow_unicode Template system
34556 34556 StreamingHttpResponse documentation inaccuracy Documentation
34561 34561 "DatabaseError: Forced update did not affect any rows" on SessionStore save() contrib.sessions
34557 34557 Time-based model field cleaning and TypeErrors Database layer (models, ORM)
34559 34559 Login error Uncategorized
34552 34552 Delaying get_from_clause call as much as possible. Database layer (models, ORM)
34524 34524 Error while sending TLS smtp email on "self-signed certificate" server Core (Mail)
34546 34546 Failed migration yields to unmigratable app: "OperationalError: (1050, "Table '<name>' already exists")" Migrations
34548 34548 Queryset JsonField filtering doesn't work as expected Database layer (models, ORM)
34544 34544 DBMS_LOB.SUBSTR() is unnecessary for "IS NULL" condition on Oracle. Database layer (models, ORM)
34543 34543 Thousand separator breaking templates Internationalization
34525 34525 index_together warning after migration to new style Database layer (models, ORM)
34541 34541 StorageRouter File uploads/storage
34536 34536 FileInputUpload File uploads/storage
34531 34531 Rendering form throws deprecation warning Forms
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
34527 34527 Unexpected behavior with division in aggregation Database layer (models, ORM)
34520 34520 ModelAdmin.fields: wrapping in tuples does not have any effect (each field on separate line) contrib.admin
34526 34526 issue in admin with sites contrib.admin
34512 34512 Admin missing breadcrumbs in app index contrib.admin
34514 34514 `firstof` and `cycle` tags do not escapes variables defined in `wth` tag Template system
34516 34516 request.post is null Uncategorized
34455 34455 i18n_patterns() not respecting prefix_default_language=False Internationalization
34511 34511 mysqlclient 1.4.3 or newer is required; you have 1.0.3. Core (Other)
34510 34510 sqlmigrate does not follows replaces in squashed migrations Core (Management commands)
34508 34508 Admin Checks Reversed FKs.( modified check_list_display function ) Uncategorized
34509 34509 Celery task throwing error Utilities
34506 34506 Visual regressions in admin's clearable file input. contrib.admin
34496 34496 ManifestStaticFilesStorage.patterns for sourceMappingURL does not retrieve matched for data URI contrib.staticfiles
34503 34503 Missleading message in MinValueValidator and MaxValueValidator Core (Serialization)
34497 34497 ManifestStaticFilesStorage skips import and export of javascript modules with absolute paths contrib.staticfiles
34498 34498 error 403 in login in django CSRF
34483 34483 Negative result of django.utils.timesince.timesince Utilities
34494 34494 This is suggestion about customizing AdminSite documents Documentation
34493 34493 wrong translation Database layer (models, ORM)
34492 34492 I get an error when using BinaryField in sqllite3. Database layer (models, ORM)
34490 34490 Tests with mirror database not working as expected Testing framework
34484 34484 HttpRequest.__deepcopy__ doesn't deepcopy attributes HTTP handling
27505 27505 Error messages customization and internationalization in Paginator class Core (Other)
34478 34478 django 4.2 admin page issue contrib.admin
34480 34480 Annotating with Chr raises ValueError Database layer (models, ORM)
34476 34476 Typo in Writing your first Django app, part 5 - assertQuerySetEqual Documentation
34474 34474 Django apps registry returns the wrong models Uncategorized
34475 34475 bug in django tutorial Documentation
34472 34472 Push for inspectdb in Django 4.1 Database layer (models, ORM)
34465 34465 Handle malformed CSRF cookie CSRF
34466 34466 Django 4.2 overwrites user-specified psycopg cursor_factory Database layer (models, ORM)
34468 34468 `Cycle` tag do not work with variables defined in `with`-tag. Template system
34471 34471 Cannot import name 'url' from 'django.conf.urls' Uncategorized
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
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)
34039 34039 Admin search bar is too small to use on small screens contrib.admin
34431 34431 DateTimeField.input_formats change from Django 3.1 is documented improperly Documentation
34449 34449 ProgrammingError: non-integer constant in GROUP BY with Case When and annotate Count Database layer (models, ORM)
27778 27778 Update unicode documentation for Python 3 Documentation
34383 34383 Layout error in Admin when using help_text Template system
34427 34427 Improve error message for incorrect context processors Template system
34444 34444 Summing through a One-to-Many relationship on the property of a JSONField fails Database layer (models, ORM)
34438 34438 UserCreationForm.clean_username() crashes with a custom user model. contrib.auth
34441 34441 A new require_files decorator for file validation in Django Framework File uploads/storage
34436 34436 `makemigrations --check` fails with error code 1 if system checks identify warnings Migrations
34439 34439 mod_wsgi for django with conda environment in Windows doesn't work HTTP handling
34077 34077 Make BoundField renderable. Forms
34437 34437 values() doesn't mention annotations as valid choices on resolving error Database layer (models, ORM)
34388 34388 Added support for direct usage of Choices classes on model fields Database layer (models, ORM)
34430 34430 Custom exception handler not called Generic views
27487 27487 ModelAdmin.formfield_overrides on ManyToManyField isn't compatible with CheckboxSelectMultiple contrib.admin
34423 34423 Migrations, UniqueConstraint lenght of identifier can be too long for Postgres/MySQL Migrations
34422 34422 inspectdb mysql databases Core (Management commands)
34416 34416 Option start_migration_name for squashmigrations do not work properly Migrations
34415 34415 Django Admin List View Loads Slow When List Editable is Populated with Django Money Field Uncategorized
34410 34410 Adding database dynamically breaks in Django 4.1+ Database layer (models, ORM)
34399 34399 dark-mode-vars block is overwritten by extrastyles contrib.admin
34408 34408 Authorization in Custom Authentication Backend does not work contrib.auth
34403 34403 max_length argument for the CharField is not respected through shell Uncategorized
34400 34400 ModelFormSet not adding 'required' to fields Forms
34333 34333 Migrations tries to add constraint before adding a foreign key. Migrations
34398 34398 Django should automatically run migrations on in-memory SQLite DB Database layer (models, ORM)
27397 27397 Querying with an integer larger than SQLite supports crashes with OverflowError Database layer (models, ORM)
34393 34393 A filter query returns more items than the original queryset provides after applying INNER JOIN Database layer (models, ORM)
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
34390 34390 NoReverseMatch at /admin/logout/ contrib.admin
34385 34385 BaseTemporalField child fields causing AttributeError to be raised by calling form.is_valid(). Forms
34382 34382 DEFAULT_AUTO_FIELD ignored for new models Database layer (models, ORM)
34375 34375 GDAL and GIS missing LD Library error message. GIS
34379 34379 Invalid regex pattern for password reset token in 4.2b1 contrib.auth
34376 34376 Admin has no support for unique constraint fields. contrib.admin
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)
34338 34338 Allow to customize the code attribute of ValidationError raised by BaseConstraint.validate Database layer (models, ORM)
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
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)
34351 34351 Slash in constraint name results in invalid migration file naming Migrations
34353 34353 ListView paging property did not return Generic views
34302 34302 SpatialReference.srid incorrectly assumes first AUTHORITY value to be projection SRID GIS
34341 34341 FileSystemFinder harsh regarding its input on Windows contrib.staticfiles
34328 34328 Class-based async-only middleware not detected as coroutine in MiddlewareMixin Documentation
34318 34318 Add a release note that makemessages no longer changes .po files when up to date. Documentation
34334 34334 There might be an error in the Django Tutorial No. 5 Documentation
34329 34329 django-formset new app - i am facing the issue Uncaught (in promise) SyntaxError: JSON.parse Forms
34326 34326 Standardize case for commands Core (Management commands)
34311 34311 Update serialization examples from unique_together to UniqueConstraint Documentation
34323 34323 Django form request is always response with "GET" instead of "POST" even when I use <form action="" method="post"> Forms
34303 34303 Admin Site shall filter LogEntries by registered models contrib.admin
34319 34319 Model.validate_constraints() crashes when constraint's validate() raises ValidationError without a code. Database layer (models, ORM)
34321 34321 Unexpected query result after call QuerySet.only() to ForeignKey() with 'self' reference Database layer (models, ORM)
34310 34310 Add deletion example at one_to_one relations documentation Documentation
34314 34314 pymemcached noreply support Core (Cache system)
34308 34308 Create Serializers for models Core (Serialization)
27572 27572 Static files served in development should prevent caching contrib.staticfiles
34283 34283 Missing parameter escaping in admin filters.js contrib.admin
34299 34299 'builtin_function_or_method' object has no attribute 'split' error in sql/query Database layer (models, ORM)
34255 34255 Annotation/group by with an expression on psycopg3 Database layer (models, ORM)
34296 34296 Formset validation does not consider UniqueConstraint with F() expressions. Database layer (models, ORM)
34291 34291 Validation of UniqueConstraint with ordered expressions crashes. Database layer (models, ORM)
34292 34292 Support display function in InlineModelAdmin contrib.admin
34293 34293 Extra validation introduced in 30581 breaks certain constraint setups Database layer (models, ORM)
34287 34287 JavaScript code blocks in the documentation have poor contrast when light theme is enabled Documentation
34276 34276 LocMemCache not working for multiple threads Core (Cache system)
34279 34279 Certain character causes django admin to misfunction Database layer (models, ORM)
34273 34273 settings.DEFAULT_FILE_STORAGE is not the same as settings.STORAGES["default"] File uploads/storage
34260 34260 models.FloatField documentation doesn't mention that +inf, -inf, and NaN are database-dependent. Documentation
34271 34271 Add a simple page caching method Core (Cache system)
34268 34268 Internationalization does not localize functional model choices Internationalization
34256 34256 There is a problem in the document Documentation
34253 34253 migrations don't apply Uncategorized
34251 34251 Paginator should warn if ordering is not deterministic Core (Other)
34252 34252 Doc page "Using the Django authentication system" shows failing example Documentation
34237 34237 FileField does not take upload_to into account when setting unique=True File uploads/storage
34246 34246 Feature: Add new type of fields - cryptofields Database layer (models, ORM)
34241 34241 Django admin not showing seconds for list_display nor readonly DateTimeField contrib.admin
34220 34220 Cannot import csrf_input_lazy from partially initialized module. Template system
34244 34244 Allow overriding error params in BaseValidator Core (Other)
34232 34232 'Add Another' casing typo in tutorial 7 Documentation
34082 34082 "mysql server has gone away" on 404, 403 or 401 Database layer (models, ORM)
34236 34236 Django logging when in production with Gunnicron Documentation
34231 34231 Invalid RawSQL expression on Model.validate_constraints Database layer (models, ORM)
14094 14094 Cannot define CharField with unlimited length Database layer (models, ORM)
34230 34230 Django templates shouldn't use a .html extension Template system
34228 34228 Django 4.1.4 cannot import name 'force_unicode' from 'django.utils.encoding' Utilities
34165 34165 migrate management command does not respect database parameter when adding Permissions. contrib.auth
34225 34225 bulk_create() raises IntegrityError when another constraint exists on set of fields. Database layer (models, ORM)
34223 34223 I am Faceing tis type of error when i run the command py manage.py runserver Error=usage: manage.py [-h] [-c] manage.py: error: unrecognized arguments: runserver Uncategorized
34222 34222 Django unit tests hang when running against a Postgres database Testing framework
34218 34218 Password mismatch on UserCreationForm not translated to the Slovenian language Internationalization
34216 34216 django admin when field is autocomplete it overrides ModelForm filter contrib.admin
34209 34209 FileBasedCache has_key is susceptible to race conditions Core (Cache system)
34204 34204 Django cannot load when Python is compiled with --without-doc-strings enabled Core (Other)
34205 34205 Validation of constraints with __len lookup crashes for ArrayFields. Database layer (models, ORM)
34206 34206 annotation of another annotation duplicate query rule Database layer (models, ORM)
34202 34202 Strict time zone name condition in PostgreSQL DatabaseWrapper. Database layer (models, ORM)
34172 34172 Documentation of AdminSite.get_urls() encourages security vulnerabilities contrib.admin
34195 34195 Duplicate Records created when specifying None as a target in a custom ManyToManyField Database layer (models, ORM)
34160 34160 Django 4.1 Expression contains mixed types for (Big/Small)IntegerFields. Database layer (models, ORM)
34189 34189 Code in Tutorial does not work because of a ',' Documentation
34185 34185 Serving static/media files during development can't work when use SCRIPT_NAME Documentation
34119 34119 ModelForm fields with callable defaults don't correctly propagate default values Forms
34178 34178 Prefetching a foreign key on GenericForeignKey results in incorrect queryset being selected Database layer (models, ORM)
34182 34182 Is there a reason only the headers are checked when using the csrf token? CSRF
34103 34103 Queries with duplicate params incorrectly logged for Oracle Database layer (models, ORM)
34173 34173 SessionMiddleware support 503 status code contrib.sessions
34174 34174 async process_exception being called as sync from async view/middleware Documentation
34171 34171 QuerySet.bulk_create() crashes on mixed case columns in unique_fields/update_fields. Database layer (models, ORM)
34175 34175 Cannot make whole test set to pass Testing framework
34152 34152 Add the ability to store logs in a table Utilities
34169 34169 Regex bug in EmailValidator class allows top domain label of an email address's domain_part to start with a hyphen Core (Mail)
34166 34166 UniqueConstraint with condition not validated if the condition field is not editable. Database layer (models, ORM)
34164 34164 django-graphql-auth 0.3.16 && django-mongoengine 0.5.4 dont work with django-4.1.3 Uncategorized
34163 34163 ImproperlyConfigured: Requested setting INSTALLED_APPS, but settings are not configured Uncategorized
34155 34155 ModelAdmin.render_change_form does not lowercase the app_label when setting template directories contrib.admin
34161 34161 Wrong Name in Django Relationship Documentation
34123 34123 Ambiguous aliases in ordering on combined queries with select_related(). Database layer (models, ORM)
34158 34158 Optimise count() for querysets that contain field lookups Database layer (models, ORM)
34156 34156 TypedChoiceField not compatible with IntegerChoices Forms
34157 34157 Error on Tutorial 2nd page: mysite/settings.py | Code is incorrect Documentation
34153 34153 Set uuidField as DEFAULT_AUTO_FIELD Database layer (models, ORM)
34147 34147 Add aall() for related managers. Database layer (models, ORM)
891 891 customize table name prefixes Database layer (models, ORM)
34145 34145 Explicit GROUPing by aggregate is not supported Database layer (models, ORM)
34131 34131 Postgres AutoField change from serial to identity Database layer (models, ORM)
34144 34144 Casting a string inside a JSONField into an integer does not work on PostgreSQL Database layer (models, ORM)
34143 34143 Multiple file upload docs Documentation
34137 34137 model.refresh_from_db() doesn't clear cached generic foreign keys contrib.contenttypes
34141 34141 Prefetch querysets access to parent query through table Uncategorized
34080 34080 __exact lookup on nested arrays with None values fails on PostgreSQL. contrib.postgres
34136 34136 Django 4.1.3 doesn't work with psycopg2 2.9.5 with Python 3.11.0 Database layer (models, ORM)
34129 34129 Admin list_editable failed to edit contrib.admin
34054 34054 Create a topic about fixtures Documentation
34130 34130 order_by() has no effect on values()/values_list() Database layer (models, ORM)
34124 34124 Developer experience on {% with %} template tag can be improved. Template system
34128 34128 django re-using the name of a squashed migration leads to CircularDependencyError Database layer (models, ORM)
34035 34035 ImageField doesn't consider EXIF rotation when storing width and height Database layer (models, ORM)
34127 34127 after package django project with pyinstall, with manage can't execute other commands defined in other python packages Packaging
34126 34126 Exception sending EmailMessage with html_message=True Core (Other)
34121 34121 Multi Databases documenation example doesn't work Database layer (models, ORM)
34120 34120 Changing translations of model options and attributes is not detected as change in making migrations Migrations
34117 34117 Anomaly with makemigrations Migrations
34116 34116 custom validation error in password_validators contrib.auth
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)
34101 34101 Missing list filters in admin when using jet admin templates contrib.admin
34091 34091 Invalid SQL: FROM clauses can be omitted when QuerySet is accessed from multiple threads Database layer (models, ORM)
34096 34096 I might came across a bug when updating to the latest version of postgis contrib.postgres
34090 34090 ordering of ManyToManyField in admin shows objects multiple times contrib.admin
34084 34084 ModelForms always set self.instance even when none passed in Forms
34079 34079 Excessive parentheses when generating a query Database layer (models, ORM)
28000 28000 Avoid SET/DROP DEFAULT unless a field changes from null to non-null Migrations
34072 34072 django += 1 increments by 2 instead of 1 Database layer (models, ORM)
34071 34071 Unclear validator messages for Range(Min/Max)ValueValidator compared to docs. contrib.postgres
34065 34065 The website especially the tutorial page wastes precious screen real estate Uncategorized
34061 34061 Model validations should be run on save() Database layer (models, ORM)
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
34057 34057 Validation of DecimalField Database layer (models, ORM)
34050 34050 Generated migration file is not detected by django because of the name of newly generated migration file Migrations
34048 34048 Do not add cache control header if is set to false or a falsy value Utilities
34032 34032 Base authentication Backend should raise NotImplemented on needed methods contrib.auth
34024 34024 'WhereNode' object has no attribute 'is_summary' when counting a queryset with annotation from a subquery Database layer (models, ORM)
34029 34029 Use case that require QuerySet.extra Database layer (models, ORM)
34015 34015 Registering lookups on relation fields should be supported. Database layer (models, ORM)
34021 34021 collect_translations Internationalization
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)
34020 34020 django core management error Uncategorized
34009 34009 migrations.RunPython runs queries against wrong database Uncategorized
34000 34000 Fix numberformat.py "string index out of range" when null Utilities
34002 34002 PasswordResetView should work with AbstractBaseUser subclasses without is_active field. contrib.auth
34004 34004 DateTimeField for Forms does not always respect input_formats Forms
34005 34005 In Django 3.2 the ORM looses Meta.ordering default order when .annotate is used Database layer (models, ORM)
34003 34003 PasswordResetView, PasswordResetDoneView, PasswordResetConfirmView & PasswordResetCompleteView not discovering custom template contrib.auth
34001 34001 ForeignKey.formfield(): allow override for all kwargs Database layer (models, ORM)
14411 14411 Inline delete not prompting cascade delete warning contrib.admin
33849 33849 1 Like statement is not case-sensitive in SQLite backend 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
14092 14092 ImageField should allow SVG Database layer (models, ORM)
27550 27550 add version of GEOSGeometry.normalize() that returns new geometry GIS
27451 27451 syndication feed may crash with AmbiguousTimeError contrib.syndication
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)
14586 14586 Make interpolate JS function not require the named parameter. Internationalization
27437 27437 Can't create GinIndex on ArrayField(CITextField) contrib.postgres
14296 14296 'manage.py test' failing for apps that access read-only databases Testing framework
27753 27753 Cleanups when no supported version of Django supports Python 2 anymore Utilities
27936 27936 Add some clarifications to "Spanning multi-valued relationships" Documentation
27864 27864 Limit the number of terms in an admin search contrib.admin
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)
27697 27697 JSONField with blank=True is rendered as non-required field in a ModelForm Documentation
14844 14844 i18n blocktrans tag pluralization feature limited by gettext constraints and shared local tag context Internationalization
27734 27734 Add a helpful error message when a parallel test worker is assigned an unexpected index Testing framework
19 19 Automatically generate JavaScript form validation Validators
27017 27017 Why doesn't Django's Model.save() save only the dirty fields by default? And how can I do that if I want? Database layer (models, ORM)
27149 27149 Allow using a subquery in QuerySet.filter() Database layer (models, ORM)
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)
27575 27575 Make host validation run on all requests HTTP handling
27827 27827 Raising InvalidTemplateLibrary completely masks out real exception in get_package_libraries Template system
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)
27917 27917 Allow ModelAdmin.radio_fields to work with NullBooleanField contrib.admin
27450 27450 GDALBandTests.test_band_data test failure on MacOS 10.12.1 and python3.5 GIS
14660 14660 Using a CheckboxSelectMultiple widget on a M to M field in Admin causes 'SelectBox is not defined' JS error in RelatedObjectLookups.js contrib.admin
14628 14628 Document which settings can be changed at runtime Documentation
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
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
27331 27331 Proposed opt_group argument for ModelChoiceField and ModelMultipleChoiceField Forms
27399 27399 Segfault when running GDALBandTests on OSX 10.11.6 GIS
27804 27804 Use unittest.subTest() in Django's test suite Core (Other)
27585 27585 ManyToMany relationship is cascading delete after being detached Database layer (models, ORM)
27686 27686 calls to request.user.is_authenticated returns vary by cookie header for all users contrib.sessions
27824 27824 Cannot chain unaccent transform with key lookup in Postgres JSON field. contrib.postgres
27160 27160 Document that running the Django test suite requires creating the databases and, on PostgresQL, a superuser Documentation
27370 27370 Django's Select widget adds a required="required" attribute, even if created with empty_label=True Forms
27835 27835 Make TransactionTestCase raise an error if it accesses non-default database connection without multi_db=True Testing framework
27888 27888 Add a button to clear all admin filters contrib.admin
14408 14408 Admin Error when subclassing ContentType for generic Relations contrib.admin
17 17 Metasystem optimization: Share select_related in memory Database layer (models, ORM)
14071 14071 Row duplicated when modifying PK contrib.admin
27914 27914 makemigrations produces incorrect path for inner classes Migrations
27164 27164 Database routers examples could be more realistic Documentation
27910 27910 Allow using an Enum class in model Field choices Database layer (models, ORM)
14218 14218 Paginator just implement the __iter__ function Core (Other)
14722 14722 @last_modified should ignore lack of etag method when USE_ETAGS is enabled. HTTP handling
27921 27921 Documentation of make_aware() with is_dst is misleading Documentation
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)
14129 14129 Slovenian translation plural-forms Internationalization
27486 27486 intword and filesizeformat filters shouldn't pass non-integers to gettext Template system
14365 14365 Make template-rendering signals available also in DEBUG mode Testing framework
27946 27946 Improve "ValueError: Found wrong number of constraints" error message Migrations
27755 27755 add ModelAdmin.get_inlines() hook to allow set inlines based on the request or model instance. contrib.admin
14009 14009 custom formset validation documentation is incomplete Documentation
14204 14204 Take advantage of SQLite support for FK constraints Database layer (models, ORM)
27025 27025 Python 3.6 compatibility Core (Other)
14091 14091 Fix incorrect quoting in connection.queries Database layer (models, ORM)
27334 27334 File uploads could rename temporary files rather than copying them File uploads/storage
27768 27768 makemigrations uses unnecessary AddField for ForeignKey depending on model name Migrations
27398 27398 Make SimpleTestCase.assertRedirects() URL comparison ignore ordering of query parameters Testing framework
820 820 Add "view" permission to compliment add/change/delete contrib.admin
27560 27560 Formset.save() crashes for model with foreign key to concrete base model Forms
27629 27629 Inconsistent check of allow_relation in ForwardManyToOneDescriptor.__set__ Database layer (models, ORM)
27018 27018 Admin views in admindocs crash with AttributeError contrib.admindocs
27161 27161 TypedChoiceField fails to validate properly when used with ArrayField Forms
27392 27392 Remove "Tests that", "Ensures that", etc. from test docstings Documentation
27317 27317 Make Form subclasses combine Form.Media from all parents Forms
27267 27267 Renaming a primary key fails with "cannot drop constraint on table because other objects depend on it" Migrations
27985 27985 Converting `Foo.objects.filter(bar=None)` to an `IsNull` too early. Database layer (models, ORM)
14642 14642 save_as=True and generic inline in admin gives IndexError contrib.contenttypes
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)
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
27546 27546 Replace hardcoded class names in __repr__-methods Core (Other)
27067 27067 Deprecate string_concat Internationalization
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
27895 27895 Test Client fails to decode json response with unicode characters Testing framework
27859 27859 Migration to create TextField with db_index=True crashes on MySQL Migrations
27982 27982 Possible bug related to queryset union Database layer (models, ORM)
27303 27303 Selecting multiple admin list_filters across relations return results that don't match both filters contrib.admin
27539 27539 assertNumQueries fails if debug cursor wrapper fills Testing framework
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
27792 27792 Extended category support for Atom and RSS feeds contrib.syndication
27039 27039 ModelFields with 'default' value set and 'required'=False in form does not use default value Forms
27876 27876 Documentation error for installing tests/requirements/py3.txt Documentation
27860 27860 Changing a CharField to a ForeignKey crashes when migrating in PostgreSQL Migrations
27241 27241 Annotate doesn't work with PostgreSQL views anymore Database layer (models, ORM)
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)
14149 14149 LIKE clauses fail in Oracle 9.2.0.7 Database layer (models, ORM)
27730 27730 Document that template tags with "as" variable assignment don't propogate variables across blocks Documentation
27751 27751 Teardown of a PG test database fails if it is an autogenerated test_MYDB database Testing framework
27183 27183 JSONField improperly escaped in admin interface during normal usage contrib.postgres
28001 28001 Investigate/update comment about context popping in ForNode.render() Template system
27726 27726 Template default_if_none filter is inconsistent between printed value and boolean context Template system
27834 27834 Add the STRPOS database function Database layer (models, ORM)
27365 27365 Fields suddenly not found. Database layer (models, ORM)
27990 27990 QuerySet.count() raises ValueError when QuerySet.union() is used Database layer (models, ORM)
27992 27992 Cleaned form values does not save to model Forms
27231 27231 Initialize forms in ModelAdmin like View (i.e. add get_form_kwargs to contrib.admin) contrib.admin
27981 27981 date/time filter docs inaccurate about how localization works Documentation
27986 27986 Change BaseModelForm dictionary variable object_data to be OrderedDict Forms
27956 27956 Template error raised in an {% extends %} parent template shows incorrect source location on debug page Template system
27980 27980 ExpressionWrapper is maybe masking a NotImplementedError on SQLite Database layer (models, ORM)
27958 27958 CSRF_COOKIE reset while requesting a broken relative URL over HTTPS CSRF
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)
27976 27976 label_from_instance fails silently: form field disappears. Forms
27971 27971 GeoDjango LinearRing and Polygon handle contains/covers differently GIS
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
27968 27968 Django admin calendar week day name wrong contrib.admin
27890 27890 runtests.py cleanup exception on Python 3.6 Core (Other)
27959 27959 Wrong output when alter field in sqlmigrate. Migrations
27724 27724 SelectDateWidget clears date and month if year is not selected Forms
27955 27955 JSONField.default not applied in admin contrib.admin
27675 27675 Django postgres JSONField encoding contrib.postgres
27943 27943 Unable to log in with added superuser account contrib.admin
27882 27882 Allow template fragment caching for unlimited time Template system
27924 27924 Add support for cx_Oracle 5.3 Database layer (models, ORM)
27940 27940 Migrations fail when when a model's parent class is changed to abstract -- Wrong SQL being generated Migrations
27260 27260 Performance Issue because of LEFT OUTER JOIN instead the better INNER JOIN Database layer (models, ORM)
27930 27930 The rhs attribute of the In lookup is not iterable anymore Database layer (models, ORM)
27927 27927 collectstatic with CachedStaticFilesStorage does not create symlinks contrib.staticfiles
27934 27934 modelformset_factory ignores max_num and returns 15 forms Uncategorized
27932 27932 EmailValidator fails on "a.@example.com" Core (Mail)
27904 27904 Add a system check that Field.validators are callable Database layer (models, ORM)
27913 27913 Admin calendar failed contrib.admin
27907 27907 DecimalFields don't work with initial Forms
27878 27878 Move to Python 3 shebangs Core (Other)
27475 27475 Bug in admin with date_hierarchy and Daylight savings contrib.admin
27892 27892 Add a way to specify "independent" migrations Migrations
27896 27896 In Django 1.10 when sqlite is used and TIME_ZONE=None a django.db.utils.OperationalError error is raised when filtering by __date on a DateTimeField Database layer (models, ORM)
27901 27901 Unicode subclasses can't be saved to TextField with MySQL and Python 2 Database layer (models, ORM)
27902 27902 user_can_authenticate prevents confirm_login_allowed from checking inactive user contrib.auth
27894 27894 ATOMIC_REQUESTS setting isn't honored in second view called via as_view() Uncategorized
27862 27862 Exists() feature generates invalid SQL query on postgres backend Database layer (models, ORM)
27885 27885 Migration creates index of a deleted table Migrations
27884 27884 Document that validators needs to be an iterable since Django 1.11 Documentation
27875 27875 Manager inheritance documentation doesn't mention manager_inheritance_from_future Documentation
27851 27851 include(admin.site.urls) doesn't work on master yet contrib.admin
27872 27872 Tutorial contains invalid instructions regarding background image Documentation
27856 27856 Date subtraction loses accuracy on PostgreSQL for differences larger than month Database layer (models, ORM)
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
27838 27838 How to run a shell command concurrently from django server Uncategorized
27837 27837 After upgrade 1.4 to 1.8 in the database creats (or updates) mixed objects with old Uncategorized
27820 27820 RequestDataTooBig/TooManyFields fail to render the debug page HTTP handling
27832 27832 contenttypes migration not following the doc on hints naming contrib.contenttypes
27367 27367 Document behaviour when several urls have the same name Documentation
27742 27742 Unexpected migration on Parent -> child model inheritence Migrations
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
27816 27816 Duplicate keyword '_binary' failure when using BinaryField with mysql backend Database layer (models, ORM)
27812 27812 When there is a DateTimeField django does not group by Database layer (models, ORM)
27811 27811 Avoid UnicodeEncodeError during generation of email with mail_admins logger Error reporting
27797 27797 dumpdata generate a backup not usable with loaddata using MySQL Core (Serialization)
27741 27741 staticfiles_tests test_corrupt_intermediate_files fails intermittently when run in parallel contrib.staticfiles
27791 27791 update_or_create() doesn't work properly when model has auto_now=True Database layer (models, ORM)
14606 14606 Application module imported twice when running development server Core (Other)
27793 27793 Use Python's ipaddress module for IP validation Utilities
27130 27130 Allow using the DjangoTemplates engine without configuring settings Template system
27202 27202 Investigate RenameMethodsBase effect on yaml serialization Utilities
27786 27786 Uploading dependent on the user File uploads/storage
27501 27501 ModelChoiceField.queryset documentation isn't clear that this is lazily evaluated Documentation
27780 27780 makemigrations on custom user model Migrations
27779 27779 Problem with Coverage Report on djangoci.com Uncategorized
27764 27764 Running migration that deletes child model (in multi-table inheritance) backwards results in an error Migrations
27763 27763 Docs: check invalid csrftoken on CSRF_FAILURE_VIEW Documentation
27774 27774 django admin with many objects count is very slow contrib.admin
27773 27773 Model field level permission and Field value level permission in Django and DRF Uncategorized
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
27743 27743 CSS fix of "viewsitelink", "golink" and "addlink" buttons for Django admin contrib.admin
27765 27765 Migration to delete child model (multi-table inheritance) results in an error when using SQLite Migrations
27749 27749 Documention change gunicorn deployment Documentation
27754 27754 Please document that Django models implement __dict__ (or tell me they officially don't) Documentation
27756 27756 Missing documentation of SECURE_HSTS_PRELOAD Documentation
14153 14153 Redirects fail if URL has appended query string Contrib apps
27297 27297 infinite AlterField migrations created for foreign key after case-only model name change Migrations
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)
27387 27387 Rendering "required" as HTML attribute is not documented under Field.required Documentation
27518 27518 HTTP Referer leaks password reset link contrib.auth
27706 27706 Session key is not set when trying to log in, when another user's session cookie is sent with the login request contrib.auth
27725 27725 requests.post fail inside of django shell but not python shell Uncategorized
27720 27720 Confusing error message when creating a model with unspecified attributes that have no defaults Database layer (models, ORM)
27715 27715 [Tutorial - part 6.] Lack of saving created question into db Documentation
27703 27703 [Feature request] Template language type annotations Template system
27689 27689 FileSystemStorage().get_valid_name() may return empty string File uploads/storage
27691 27691 Avoid `logger=logging.getLogger(__name__)` Uncategorized
27702 27702 {{ form.id }} missing in documentation example Documentation
27497 27497 make Area function, Distance function and lookups work with geodetic coordinates on SpatiaLite GIS
27695 27695 Development testing instructions do not work Uncategorized
27687 27687 Dateformat issue using django basic logging formatter Utilities
27680 27680 Recommend ccbv.co.uk in class-based views docs Documentation
27054 27054 makemigrations tries to create django_migrations in external database Migrations
27684 27684 Migrations accept default value for DateField that are not portable to all backends Database layer (models, ORM)
27658 27658 collectstatic overwrites newer files in remote storage contrib.staticfiles
27672 27672 Trouble saving specificly shaped GeometryCollection to spatialite backend GIS
27667 27667 Check port number out of range for dev server url Core (Management commands)
27615 27615 Use native interval type on Oracle Database layer (models, ORM)
27653 27653 Improvement of Ukrainian locale formats Internationalization
27660 27660 clean() not called on ModelForm for UpdateView Forms
27641 27641 Document limitations of the Locmem cache backend Documentation
27638 27638 Rollback data changes made inside templates Template system
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)
27650 27650 ForeignKey.validate asks db_for_read for the parent's database, not the target field's database Database layer (models, ORM)
27627 27627 OneToOneField doesn't allow multiple records with NULL value on Microsoft SQL Server Database layer (models, ORM)
27643 27643 ModelAdmin.save_as is ignored contrib.admin
27636 27636 The filter queryset is dynamic? Database layer (models, ORM)
27634 27634 Refactor Query.clone _setup_query logic Database layer (models, ORM)
27498 27498 Filtering annotated field in SQLite returns wrong results Database layer (models, ORM)
27633 27633 A typo in Chinese locale 错别字 Internationalization
27630 27630 Autoreload continuously reloads when not using pyinotify Utilities
14297 14297 Accessing settings.FOO in hot spots cause performance problems Core (Other)
27626 27626 Move MEDIA_URL/STATIC_URL ends with traling slash validation to system checks Core (System checks)
27623 27623 Responsive break in https://docs.djangoproject.com/en/1.10/intro/tutorial05/ Uncategorized
27439 27439 Document how to add locale for osX on Unit Tests/Troubleshooting section for contribution Documentation
27618 27618 docs/intro/tutorial04.txt: Incorrect Information in Amend Views section Documentation
27377 27377 Clarify that prepopulated_fields doesn't work with OneToOneField Documentation
27606 27606 Error in formatting HttpResponseRedirect when __init__() raises DisallowedHost HTTP handling
27613 27613 BaseInlineFormSet is validating form for extra forms Forms
27263 27263 Allow validators to short-circuit in form field validation Forms
27597 27597 UrlResolver doesn't check all possibilities Core (URLs)
27601 27601 BooleanField no longer accepts empty string as False value Database layer (models, ORM)
27610 27610 Unexpected behavior on chained filters Database layer (models, ORM)
27609 27609 gettext_lazy cast to str/unicode errors under py 2.7 if performed after language activation. Core (System checks)
27582 27582 Allow HStoreField to store null values in key: value pairs contrib.postgres
27418 27418 Occasional missing plural forms in JavaScriptCatalog Internationalization
27596 27596 LiveServerTestCase in 1.10.4 doesnt close server ports properly Testing framework
27591 27591 running manage.py with virtual environment Uncategorized
27579 27579 Alias Python 3's assertion names on Python 2 in SimpleTestCase Testing framework
27571 27571 Conditionally add TEST_DATABASE_PREFIX to db name Testing framework
27578 27578 ModelChoiceField.to_python() somehow receives value as type 'list' Forms
27416 27416 ModelFormSet with queryset accepts invalid POST data for outer models and create unexpected empty data. Forms
27569 27569 Resolve reverse url with named groups regular expression to sprintf output formatters not specifying kwargs key / value pairs. Core (URLs)
27577 27577 Django annotated query returns wrong results Database layer (models, ORM)
27567 27567 Technical exception page/emails crash when the database is down Error reporting
27568 27568 Add new Entropy Password Validator to django.contrib.auth.password_validation contrib.auth
27565 27565 {{ form.as_p }} with RadioSelect generates invalid HTML Forms
27562 27562 Django using uuid as primary key, receive AttributeError during createsuperuser(NOT AN ISSUE) Uncategorized
27358 27358 Add a system check for FileField upload_to starting with a slash Core (System checks)
27552 27552 add docs/tests for GEOSGeometry.normalize() GIS
27181 27181 Sites framework does not normalize domains with trailing "." contrib.sites
27553 27553 tutorial python manage.py runserver creates NameError: name 'include' is not defined Documentation
27402 27402 When using i18n_patterns and prefix_default_language=False, 404 page redirects incorrectly Internationalization
27551 27551 Search box on the Django 'Documentation' page is not behaving as expected Documentation
27545 27545 Django conditional If-Match: * returns precondition failed response HTTP handling
27540 27540 Importerror: No module named dash Uncategorized
27530 27530 Referencing a function in a model field definition, and then removing that reference (and function) after running a migration raises an exception Uncategorized
27504 27504 Cannot Make ORM Queries After an Error and Rollback In Non-autocommit Mode Database layer (models, ORM)
27527 27527 How to enable login for a custom written authentication backend contrib.auth
27506 27506 HttpRequest.build_absolute_uri throws DisallowedHost HTTP handling
27510 27510 Allow custom keyword arguments to modelform_factory in ModelFormMixin Generic views
27524 27524 Using user instance (instead of get_user_model()) leads to errors when user model is overridden contrib.auth
27221 27221 Document how to escape a percent symbol in ugettext Documentation
27295 27295 Add a system check to prohibit models that start with an underscore Core (System checks)
27523 27523 Sitemap ping_google function reverse broken on Django 1.10 contrib.sitemaps
27519 27519 Issue in Django 1.8.5 model class Database layer (models, ORM)
27467 27467 UserAttributeSimilarityValidator max_similarity=0/1 doesn't work as documented contrib.auth
27476 27476 model Integer fields (and derivatives) do not raise a ValidationError while other types do Database layer (models, ORM)
27492 27492 JsonResponse can't handle model_to_dict() with empty ImageField HTTP handling
27407 27407 Model.delete(keep_parents=True) should preserve parent reverse relationships Database layer (models, ORM)
27491 27491 TruncDay function arguments aren't quoted properly when you print the SQL query Database layer (models, ORM)
27393 27393 Admin: input boxes on password reset forms are not aligned contrib.admin
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
27440 27440 Allow reverse() to return a fully qualified URL Core (URLs)
27469 27469 Email crashes cryptically when emptystring passed to django.core.mail.message.sanitize_address Core (Mail)
27426 27426 Test Client shouldn't subclass RequestFactory Testing framework
27406 27406 Signals pre_delete and post_delete break logical relationship of models and behave in diffrently with different backends Database layer (models, ORM)
27414 27414 Document that aliasing ForeignKey fields in F expressions returns pk values, not model instances Documentation
27420 27420 Oracle DB test user password must be quoted if it starts with a number Database layer (models, ORM)
27200 27200 Provide makemigrations router.allow_migrate() with a model_name Migrations
27456 27456 Changing the unique parameter from True to False has no effect on MySQL Migrations
27455 27455 When use "zh-HANT" locale,the URL of "reset user password" page in Django Admin is not correct. Internationalization
27433 27433 ModelForm with BooleanField can not save False/unchecked Forms
27457 27457 Cannot migrate ArrayField on SQLite Database layer (models, ORM)
27378 27378 Add UUID serialization support to migration writer Migrations
27444 27444 Django StaticLiveServerTestCase: view cannot query test-database properly Testing framework
27346 27346 Stop setting the Content-Length header in ConditionalGetMiddleware HTTP handling
27435 27435 Raise an error when using --keepdb without an explicit TEST.PASSWORD on Oracle Testing framework
27442 27442 count estimation on querysets Database layer (models, ORM)
27427 27427 Add reply_to argument on send_mail wrapper. Core (Mail)
27428 27428 Using .extra on Queryset Uncategorized
27423 27423 Test command sys.exit() does unnecessary casting Testing framework
27422 27422 `makemigrations` fails to migrate ForeignKey types across app boundaries Database layer (models, ORM)
27415 27415 Add request.JSON or request.get_json() HTTP handling
27413 27413 Cannot contact coodinator who charge in django-docs korean translation Documentation
27411 27411 Django namespaced reverse not working in test environment Testing framework
27063 27063 i18n_patterns() matches too much of the URL as the language code Internationalization
27328 27328 return `Set-Cookie` if sessionid= None value contrib.sessions
27379 27379 Django violates RFC7230 when handling requests. HTTP handling
27151 27151 FK index created two times on PostgreSQL if referenced table PK is varchar Migrations
27396 27396 Docs: send POST request on base.html does not mention {{ csrf_token }} Documentation
27390 27390 need modify `runtest.py` parts of the document Documentation
27388 27388 Filter chaining results in unnecessary joins (and degenerate performance) Database layer (models, ORM)
27376 27376 Why not use plural format MIDDLEWARES in settings.py in Django 1.10.x Core (Other)
27364 27364 DATE_INPUT_FORMATS is not working Database layer (models, ORM)
27366 27366 KeyError: 'no_color' in base.py, l. 314 Migrations
27337 27337 Convoluted MTI with abstract model mixin fails on PY2, works on PY3 Database layer (models, ORM)
27351 27351 Add support for composite fields Database layer (models, ORM)
27354 27354 Incorrect variable name given in tutorial Documentation
27353 27353 BooleanField raises ValidationError always for RadioSelect widget value False Forms
27348 27348 Typo in docs for modify_settings Documentation
27336 27336 Whitespace control django configuration template Template system
27329 27329 Django-river State field not showing Uncategorized
27213 27213 ArrayField with null throws ProgrammingError but not ValidationError on Psycopg < 2.6.1 contrib.postgres
27320 27320 SMTPServerDisconnected('please run connect() first',) Core (Mail)
27301 27301 Better handling of errors that are not pickleable when testing in parallel Testing framework
27311 27311 Support unpickled models (e.g. read from cache) in migrations Migrations
27314 27314 PointField can't be used in get_or_create GIS
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
27280 27280 can_order/can_delete documentation examples don't require initial data Documentation
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
27306 27306 Document relation between auto_now/auto_now_add and timezones Documentation
27290 27290 Email validation doesn't check length Core (Other)
27186 27186 Cannot change CheckboxSelectMultiple, FileInput, MultiWidget, SplitDateTimeWidget, and SelectDateWidget with model field default since Django 1.10.1 Forms
27293 27293 Incorrect time string spacing in Korean Internationalization
27285 27285 Multi-db example : default database config can not be an empty dict Documentation
27288 27288 In multi-db setup changes written to master are not seen on read-replicas Testing framework
27268 27268 Regression on error message for invalid related fields lookup in QuerySet.get() Database layer (models, ORM)
27266 27266 assertFormError fails when trying to check a custom validation in an Admin form contrib.admin
27277 27277 Error in generation of SQL query when have a ForeignKey with Model with ChoiceField Database layer (models, ORM)
27274 27274 KeyError when using RenameModel in migrations that refer to an unmanaged model in another app. Migrations
27259 27259 ManyToOneRel.name uses relatemodelname instead of relatedmodelname_set Database layer (models, ORM)
27265 27265 Using @admin.register causes failure when AdminModel constructor is overriden contrib.admin
27227 27227 Full text search by UUIDField returns DataError Database layer (models, ORM)
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)
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
27254 27254 Detect web server context Uncategorized
27243 27243 Make reverse_dict.getlist work with fully qualified module names Core (URLs)
27253 27253 Use assertIsInstance() in test_force_text_lazy Utilities
27223 27223 model RangeField with default value are skiped in ModelForm full_clean validation in construct_instance function Forms
27247 27247 Official way to create custom admin commands with subcommands in py2 / py3 Core (Management commands)
27233 27233 IndexError when using django.request Uncategorized
27237 27237 Cannot save() model with ForeignKey with sqlite, but works OK with PostgreSQL Database layer (models, ORM)
27228 27228 prefetch_related with select_related takes a lot of query Database layer (models, ORM)
27224 27224 Is possible display SVG by help Django`s view? Uncategorized
27215 27215 Document new location of jquery in v1.10 Documentation
27173 27173 Permit import statements to be longer than 80 characters Core (Other)
27192 27192 Allow pluralizing admin URLs contrib.admin
27197 27197 Document how blank=True affects the migrations questioner Documentation
27194 27194 Cannot access admin page by following tutorial Uncategorized
27169 27169 adding a field to a model with default value in postgres, when is migrated drop the default Migrations
27167 27167 Removing Validator callable breaks Migrations Migrations
27142 27142 makemigrations fails on special database connections Migrations
27150 27150 Document that a name should be provided when wrapping file-like objects that don't have one with File Documentation
27163 27163 Unable to specify multiple pythonpath in django-admin Core (Management commands)
27153 27153 HttpResponseBase should check for valid HTTP status code HTTP handling
27081 27081 Allow migrations to serialize methods on pypy Migrations
27146 27146 template shows empty string instead of actual content when it contains characters like \x93 and \x94 Template system
27132 27132 Allowed testing MemcachedCache and PyLibMCCache during the same test run Core (Cache system)
27144 27144 annotating across a ManyToManyField returns duplicate results Database layer (models, ORM)
27134 27134 JSONField key values are not escaped correctly in queries contrib.postgres
27127 27127 Overriding timezone in test forces them to be TestCase Testing framework
27125 27125 Can not support django Internationalized domain name in URLValidation Core (URLs)
27120 27120 Log message text in PostgreSQL _clone_test_db() refers incorrectly to alias Database layer (models, ORM)
27117 27117 The force_login() does not work in a testing if using more one a test Testing framework
27072 27072 AddGeometryColumn: “duplicate column name: xxx” error running migrations on SpatiaLite GIS
27089 27089 Add the database alias to InconsistentMigrationHistory message Migrations
27114 27114 Migrations: AttributeError: can't set attribute Migrations
27101 27101 args and kwargs not passed in BaseDetailView Generic views
27093 27093 ORM error on apache + wsgi Database layer (models, ORM)
27013 27013 Docs - Using Argon2 with Django - more appropriate pip command Documentation
27092 27092 MIgrations: Creating and then renaming a ForeignKey fails when index and constraint created Migrations
27069 27069 Documentation for what's possible to import as _ Documentation
27065 27065 Deferred fields not passed to inherited models' __class__.__dict__ Database layer (models, ORM)
27070 27070 Support for `Q` objects in `get_or_create` and `update_or_create` Database layer (models, ORM)
27007 27007 Handle non-UTF-8 bytes objects for text/* attachments Core (Mail)
27052 27052 Malformed url of uploaded files; uploaded_to parameter is ignored File uploads/storage
27046 27046 http.request does not support ipv6-formatted ipv4 addresses HTTP handling
27049 27049 Romanian i18n typo Internationalization
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
27002 27002 Redundant database query rendering a ModelChoiceField with RadioSelect or CheckboxSelectMultiple Forms
27026 27026 Objects not fully configured after bulk_create. Database layer (models, ORM)
27015 27015 Hidden widget shouldn't have maxlength/minlength attributes Forms
27011 27011 Django Middleware 1.10 does not run template_context_processors for exceptions thrown from middleware HTTP handling
27016 27016 django-admin.py startproject creates urls.py that raises ImportError Core (URLs)
27005 27005 request.body raises an exception if 'CONTENT_LENGTH' = '' HTTP handling
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
14098 14098 Prevent introspection errors from crashing inspectdb Core (Management commands)
494 494 Collapse in admin interface for inline related objects contrib.admin
29 29 Fix usability issue with limit_choices_to and "Add another" in admin contrib.admin
14368 14368 Reverse relation attribute for OneToOneField fails when set to None Database layer (models, ORM)
14887 14887 select_related() does not work with Proxy models and multi-table inheritance Database layer (models, ORM)
14096 14096 Insert code generated by models using multiple inheritance is incorrect and fails in postgresql Database layer (models, ORM)
14518 14518 Field.to_python not called on foreign key IDs 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)
14601 14601 ValuesQuerySet join types not being promoted Database layer (models, ORM)
14952 14952 New find_commands(management_dir) to support .pyc and .pyo Core (Other)
14497 14497 ModelAdmin.readonly_fields isn't graceful with filefields. contrib.admin
14483 14483 Implement subqueries in geodjango spatial lookup GIS
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)
14434 14434 AdminSite should rely on self.has_permission for all permission checks contrib.admin
14748 14748 Missing documentation for FormPreview methods Documentation
901 901 Reload method for models Database layer (models, ORM)
14638 14638 to_python howto documentation improvement Documentation
14930 14930 `values_list()` fails on queryset ordered by extra column Database layer (models, ORM)
14787 14787 Upload handler should pass errors on to forms.FileField File uploads/storage
27 27 Single form field for multiple database fields Forms
14372 14372 Admin shouldn't render label tags on hidden fields contrib.admin
14226 14226 Bug in dumpdata dependency calculation involving ManyToManyFields Core (Serialization)
14916 14916 No proper initialization of models/signals/etc.... Core (Other)
14549 14549 Disambiguation of target/source fields for intermediary models when using ManyToManyField Database layer (models, ORM)
14319 14319 Add signals test_setup and test_teardown to Django test suite runner Options Testing framework
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
14609 14609 __or__ method of queries does not return a correctly combined query. Database layer (models, ORM)
14170 14170 Issue in get_language_from_request() if LANGUAGES setting is changed at runtime Internationalization
14174 14174 Support for string interpolation in lazy translation Internationalization
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
23 23 Add support for ValidationWarning Forms
14028 14028 setting db_column to same value as another column should not validate Database layer (models, ORM)
14512 14512 Documentation & tools for decorating class-based-views. Generic views
14765 14765 Unnecessary usage of NodeList in ForNode (template rendering) Template system
14056 14056 Wrong query generated when using reverse foreign key Database layer (models, ORM)
14043 14043 Incorrect and/or confusing behaviour with nullable OneToOneField Database layer (models, ORM)
14492 14492 Model proxy instance does not equal the respective model instance Database layer (models, ORM)
694 694 [patch] TEMPLATE_DIRS should allow project root relative paths Template system
14396 14396 Admin generates a query burst on ForeignKey with null = True contrib.admin
14850 14850 1.3 release notes typo STATICFILES_ROOT should be STATIC_ROOT Documentation
14261 14261 Add clickjacking protection (X-Frame-Options header) HTTP handling
14656 14656 Atom1Feed should write atom:published element contrib.syndication
14238 14238 admin-interface and formsets: ordered_forms are not returned in case of errors contrib.admin
14253 14253 TIME_ZONE not respected by Today and Now widgets in admin contrib.admin
14945 14945 ContentType.objects.get_for_model doesn't allow using multiple databases Database layer (models, ORM)
14894 14894 translation is not threadsafe Internationalization
14567 14567 ModelMultipleChoiceField inconsistently returns a list if empty. Forms
14019 14019 SQLInsertCompiler.as_sql() failure Database layer (models, ORM)
14018 14018 Introduce class_plural %-substitution placeholder for related_name of ForeignKey/ManyToManyField 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
14874 14874 remove js-confirms on changelist contrib.admin
14332 14332 manage testserver and manage runserver should have similiar address:port options Core (Management commands)
14287 14287 TEST_MIRROR is not respected in routers Database layer (models, ORM)
14705 14705 Model Field Order not influenced by MRO of superclasses Database layer (models, ORM)
852 852 psycopg.ProgrammingError exceptions leave the connection to the DB in an unusable state Database layer (models, ORM)
14646 14646 django.contrib.comments is missing default template for comment_notification_email.txt, and has no documentation of template context contrib.comments
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)
14387 14387 pre_save problem with inherrited model Database layer (models, ORM)
14410 14410 django.db.models.fields.__init__.py class Field.validate failed Database layer (models, ORM)
14633 14633 Reorganize settings reference docs Documentation
14976 14976 Add is_html flag to contrib.messages contrib.messages
14039 14039 FileField special-casing breaks MultiValueField including a FileField Forms
14694 14694 defer() doesn't work with reverse relations Database layer (models, ORM)
14678 14678 Users are able to add more than one page to the same url contrib.flatpages
14264 14264 settings.configure has undocumented differences from using a settings module Core (Other)
361 361 Some Basic Math Filters Template system
14615 14615 Related objects manager returns related objects with null FKs for unsaved instances Database layer (models, ORM)
14093 14093 Confusing error when failing to create a session key because the cache is unavailable contrib.sessions
14282 14282 Add Guatemala to Localflavors contrib.localflavor
14400 14400 Latvian localflavor contrib.localflavor
14308 14308 Adding some fields to the Mexican local flavor. contrib.localflavor
14015 14015 django.contrib.localflavor.it added italian phone number validation contrib.localflavor
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
14898 14898 Move validate_sql functionality into backend Database layer (models, ORM)
14827 14827 Authentication Backends should be responsible for checking and setting passwords contrib.auth
14026 14026 Setting for TRANSACTION_LEVEL on db backends Database layer (models, ORM)
14886 14886 GeoModelAdmin forms cannot be used with WMS in formats other than image/jpeg GIS
1 1 Create architecture for anonymous sessions Core (Other)
14593 14593 CZBirthNumberField expects two arguments to clean() contrib.localflavor
14050 14050 Signals for transaction commit/rollback Database layer (models, ORM)
14574 14574 Initial values support for inline model formsets Forms
14147 14147 django 1.2 documentation refer to assertQuerysetEqual which is only available in trunk Documentation
14294 14294 default input_format not honoroed Documentation
159 159 Circular logout problem contrib.admin
14184 14184 Validators not called on MultiValueField Forms
14843 14843 Filter like "striptags" that also removes tag contents Template system
26 26 Admin validation errors cause FileUploadFields to be reset contrib.admin
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
14792 14792 error in the default for TEMPLATE_CONTEXT_PROCESSORS Documentation
14597 14597 request.is_secure() should support headers like: X-Forwarded-Protocol and X-Forwarded-Ssl HTTP handling
14399 14399 Site's get_current() not thread safe? Uncategorized
14438 14438 Deserializer raises ValidationError if natural key is given as string Core (Serialization)
14496 14496 Conflict between ModelForm.Meta.exclude and ModelAdmin.readonly attributes contrib.admin
14720 14720 Settings imported twice as separate modules when manage.py is used Core (Other)
14138 14138 Apache setup using sqlite3 breaks when performing a field__regex filter Database layer (models, ORM)
14382 14382 a few suggestions contrib.comments
14066 14066 Shouldn't ModelFormMetaclass be public for inheritance issues? Core (Other)
14445 14445 Use HMAC and constant-time comparison functions where needed in Django Uncategorized
14118 14118 Serialization docs list the "python" serializer Documentation
14951 14951 Unique_for_[date|month|year] fails when the DateField is empty Database layer (models, ORM)
14928 14928 manage runserver does not allow host name as address django-admin.py runserver
14912 14912 urlize and urlizetrunc template filter docs need expansion Documentation
14605 14605 method similar to HttpRequest.is_ajax() to detect flash HTTP handling
14896 14896 Delete leads to IntegrityError : bad cascading rule when there's a ManyToManyField pointing to a class having subclasses. Database layer (models, ORM)
14623 14623 DateTimeField(auto_now=True) does not change when update is called Database layer (models, ORM)
14349 14349 Add Belgium (be) localflavor contrib.localflavor
14662 14662 auth and contenttypes post-syncdb handlers ignore 'db' option Contrib apps
14355 14355 "readonly" fields don't display their "help_text" in admin contrib.admin
14403 14403 Missing/incomplete documentation for FloatField? Documentation
14873 14873 A paginated ListView with a List instead of queryset produces an error Generic views
14290 14290 Rendering is very inefficient when USE_L10N. Caching format values gives 2-7 times improvement Internationalization
14776 14776 Don't put radio and checkbox input widgets in <ul> lists Forms
14354 14354 Check password is not None in User.check_password contrib.auth
14576 14576 Regression in FormWizard contrib.formtools
14652 14652 Sessions seem to be improperly using Pickle to hash a dictionary contrib.sessions
14768 14768 es-MX locale, formats.py contribution Translations
14954 14954 AttributeError: 'dict' object has no attribute 'status_code' Uncategorized
14489 14489 Typo in generic views docs Documentation
14301 14301 django crashes on email address that passed validate_email() (utf8-tld) Core (Mail)
14176 14176 Error raised when using django.contrib.comments.feeds.LatestCommentsFeed contrib.comments
14955 14955 URLField validation should use HEAD requet instead of GET Core (Other)
14412 14412 Comment url redirection relies on a legacy url contrib.comments
14466 14466 "ORA-00918: column ambiguously defined error" has reappeared in 1.2.3 Database layer (models, ORM)
14663 14663 L10N of dates in Norwegian. Translations
14465 14465 TemplateSyntaxError in Django Admin search Uncategorized
14906 14906 r14915 removed alternative month names from Polish translation added in r14000 Translations
14820 14820 Use `TextField` instead of `PositiveIntegerField` in docs and examples for generic relations. Documentation
14507 14507 Static file serving is broken after rev 14293 Core (Other)
14248 14248 Date and DateTime fields, auto_now_add and PostgreSQL Database layer (models, ORM)
14805 14805 Tweak sitemaps docs Documentation
14670 14670 GenericTabularInline broken as of r13708 Contrib apps
14941 14941 URLField (in django.contrib.admin) rejects IDN domain Core (Other)
14545 14545 ValidationError missing from Exceptions Reference docs Documentation
14152 14152 Model validation: full_clean() should call clean() before clean_fields() Database layer (models, ORM)
14816 14816 Error in documentation of InlineModelAdmin options Documentation
14041 14041 Templates in function calls for sitemap Contrib apps
14943 14943 Meta attributes for Model refused to work with Mixin. Database layer (models, ORM)
14911 14911 Custom Storage System not working properly File uploads/storage
14812 14812 Wrong processing of If-Modified-Since header Contrib apps
14640 14640 Add elapsed request time to the development server log HTTP handling
14570 14570 New format character to represent locale-specifc alternative month names Internationalization
14985 14985 post_save signal should trigger after data persistence to database. Database layer (models, ORM)
14034 14034 admin inline formset with "extra" ignores last line when saving Contrib apps
14700 14700 Speed up RawQuerySet iterator Database layer (models, ORM)
14303 14303 admin inline form id attribute numbering order and uniqueness is lost contrib.admin
14824 14824 django.utils.get_format_modules doesn't respect USE_L10N Internationalization
14258 14258 Document that 1.3 has added an index to the session date field and a migration is recommended Documentation
14031 14031 NewPasswordForm Forms
14181 14181 Template tag needed to disable/force L10N formatting on a per-variable basis Internationalization
14999 14999 Valid lookups are rejected after r15031 contrib.admin
14446 14446 auth.views.password_reset_confirm should never be cached contrib.auth
14193 14193 prepopulated_fields should concatenate fields in given order contrib.admin
14819 14819 Superfluous quote in docstring Core (Serialization)
14661 14661 A couple of MySQL/MyISAM test failures Testing framework
14467 14467 AllValuesFilterSpec does not work with Null contrib.admin
14984 14984 ClearableFileInput generates invalid XHTML Forms
14750 14750 ILPostalCodeField doesn't handle EMPTY_VALUES correctly contrib.localflavor
14948 14948 Broken routers in 1.2.4: type object 'ModelBase' has no attribute '_meta' Database layer (models, ORM)
14942 14942 .distinct() + ordering/order_by() is a problem even without related models Documentation
14563 14563 Add Turkey to localflavors contrib.localflavor
14455 14455 Document possibly backwards-incompatible localflavor changes contrib.localflavor
14924 14924 I18N looks for translations in the reverse order of the apps Internationalization
14558 14558 Generic View http_method bug Generic views
14938 14938 "Save as" does not save entries added with a Inline Forms
14833 14833 Sitemaps tests fail if run from your project and USE_I18N is False Contrib apps
14279 14279 typo in tests for private flatpage not showing sitemaps Contrib apps
14426 14426 Factor "mysite" out of all code example import statements Documentation
14692 14692 Unclear mail error Uncategorized
14000 14000 Removal of obsolete "versionadded" tags Documentation
14755 14755 Wsgi Error HTTP handling
14895 14895 USE_THOUSAND_SEPARATOR causes error on group admin operations contrib.admin
14573 14573 prepopulated_fields javascript error since r14123 contrib.admin
14596 14596 Cache backend initialization refactoring Core (Cache system)
14698 14698 django.utils.module_loading.module_has_submodule yields false positives Core (Other)
14908 14908 Add takes_context parameter to simple_tag decorator Template system
14830 14830 Default value for radio button not preserved when dynamically creating new inlines contrib.admin
14659 14659 Assigning floats to DecimalFields Database layer (models, ORM)
14526 14526 Geodjango docs shouldn't talk about Python 2.4 so much Documentation
14612 14612 Password reset page leaks user count contrib.auth
14634 14634 Sessions are unnecessarily complex contrib.sessions
14910 14910 I18N locale per app resolving - documentation incorrect and bug Internationalization
342 342 Add a way for fields to be displayed in the admin without being editable contrib.admin
399 399 Bigint field object needed Database layer (models, ORM)
689 689 Honor Web server provided authentication Core (Other)
957 957 A SlugField with prepopulate_from does not work for stacked or tabular edit_inline objects. contrib.admin
528 528 Add a documentation generator that creates a PDF or HTML files locally Documentation
730 730 more explicit middlware ordering Core (Other)
749 749 Middleware should work as a 'stack' or allow custom orderings Core (Other)
661 661 New function: batch save of objects would make for more efficient processing Core (Other)
14718 14718 Different attributes for DateInput and TimeInput in SplitDateTimeWidget Forms
14063 14063 Validating form file fields is hard File uploads/storage
14183 14183 Geodjango models broken with pydoc GIS
13 13 Related objects interface should be tighter (edit_inline) contrib.admin
14695 14695 Field's `name` kwarg gets paved over Database layer (models, ORM)
14288 14288 Template filter: linebreaksbr doesn't normalize newlines Template system
14610 14610 fixtures should be able to specify their database Testing framework
289 289 [patch] more details with "Please correct the errors below." contrib.admin
14506 14506 Crash on HEAD request Documentation
14608 14608 Adding a INPhoneNumberField to indian localflavor contrib.localflavor
14674 14674 ResetPasswordForm doesn't consider unusable_password setting contrib.auth
811 811 IPv6 address field support Core (Other)
14029 14029 not operator on F objects silently fails Database layer (models, ORM)
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
14262 14262 Helper for "get_something as varname" template tag pattern Template system
14766 14766 ordering by a field that does not exists returns an empty QuerySet Database layer (models, ORM)
14854 14854 Follow PEP 8 -- Style Guide for Python Code Core (Other)
14220 14220 Backwards-compat code in db.fields.subclassing is a bottleneck Database layer (models, ORM)
14960 14960 Write tests for inclusion_tag Template system
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
14013 14013 'django.db.backends.postgresql_psycopg2' isn't an available database backend. (?!?!?) Database layer (models, ORM)
14986 14986 TestCase: increase verbosity for TestCase.fixtures usage Testing framework
14635 14635 Documentation improvement on setting up django with OpenBSD Documentation
14101 14101 Localized DecimalField doesn't accept localized input Internationalization
14880 14880 raw_id_fields in admin does not work when limit_choices_to dictionary has value=False contrib.admin
14823 14823 Unexpected behavior with core.serializers.register_serializer and unregister_serializer Core (Serialization)
14818 14818 cycle tag is not safe Template system
14240 14240 filesizeformat should localize number Template system
14309 14309 Spanish translation on deleting objects Translations
14553 14553 es_AR language update Translations
14498 14498 Forms passed to FormWizard.process_step are not guaranteed to have clean validate data contrib.formtools
14801 14801 Support for string methods with lazy translations Internationalization
14888 14888 Remove duplicated code in serializers. Core (Serialization)
14474 14474 Unnecessary deepcopying of QuerySet inside filter() method results in slower execution Database layer (models, ORM)
15001 15001 Cannot change title in Databrowse Template system
14940 14940 New generic class view CreateView execute form.save() with no arguments Generic views
14931 14931 models.DateTimeField hard to inherit from if auto_add is used Database layer (models, ORM)
14926 14926 Support nesting app namespaces with current_app Uncategorized
14991 14991 SQL injection in quote_name() Database layer (models, ORM)
14814 14814 Check for file binding in FieldFile.delete() Database layer (models, ORM)
14966 14966 ValueError: Incorrect timezone setting: Amsterdam/Netherlands Core (Management commands)
14673 14673 MultipleHiddenInput unbound form Forms
14657 14657 Extra select fields are merged into 'GROUP BY' Database layer (models, ORM)
14651 14651 ignored field index creation for fields with unique=True and db_index=True Database layer (models, ORM)
14505 14505 Multiple Namespaces and reverse lookup does not work as advertised. Core (Other)
14420 14420 Can't do validation on ModelFormSets to prevent deletion when there is only one object in formset and it is to be deleted Forms
14989 14989 Allow serializers to non ovewrite fixtures objects if they are marked as non overridable Core (Serialization)
14591 14591 UnicodeDecodeError when trying to render the label of a field contrib.admin
14987 14987 Date filter options inconsistant and out of order Documentation
14347 14347 Add required_if field to model fields Database layer (models, ORM)
14339 14339 Enable testing when you can't create/destroy databases Testing framework
14067 14067 _perform_unique_checks, _perform_date_checks broken for subclasses Database layer (models, ORM)
14983 14983 request.user.username displays nothing str(request.user) displays 'paul' contrib.auth
14979 14979 Password reset stopped working in 1.2.4 Uncategorized
14839 14839 django admin and user model inheritance Uncategorized
14944 14944 Saving a model which refers to unexistent models does not spit any errors Database layer (models, ORM)
14439 14439 Improve documentation on how to run the GIS test suite GIS
14680 14680 Add a file to ignore unnecessary and compiled files from various version control systems Core (Other)
14922 14922 Failure with spatial queries spanning a foreign key join GIS
14655 14655 formsets should be iterable Forms
14859 14859 Various IT localflavor fields don't handle EMPTY_VALUES correctly contrib.localflavor
14915 14915 remove quotes around 'django.contrib.auth.views.login' Documentation
14914 14914 Let to_python (in custom db field) know the connection being used in multi-db environment Database layer (models, ORM)
14869 14869 The filter_horizontal widget converts the fields 'verbose_name_plural' to lower case Internationalization
14902 14902 Won't delete files with accents (or other unicode characters) Core (Other)
14899 14899 'ModelFormOptions' object has no attribute 'many_to_many' Forms
14144 14144 ModelMultipleChoiceField doesnt check validators Forms
14884 14884 Visible form <input>s and <textarea> should use the "required" attribute Forms
14369 14369 TEMPLATE_STRING_IF_INVALID settable per template rendering Template system
14853 14853 GET parameter in docs for auth.logout incorrect (next_page = next) Documentation
14837 14837 field based custom ordering Database layer (models, ORM)
14095 14095 Objects not saved when readonly_fields is set for inline admin contrib.admin
14169 14169 Improve TemplateSyntaxError for invalid block tags Template system
14826 14826 Accentuated filename upload File uploads/storage
14417 14417 UnicodeDecodeError exception in recent actions contrib.admin
14813 14813 Order of fieldnames in exclude= (inside ModelForm) can mess things up Forms
14747 14747 parse error on HTTP_IF_MODIFIED_SINCE header Core (Other)
14561 14561 Missing step in tutorial Documentation
14730 14730 Translation Mistake. MN Translations
14763 14763 Documentation doesn't provide any information about blocktrans tag in the Internazionalization section Documentation
14754 14754 TypeError: '[some aggregate function]' object does not support indexing Database layer (models, ORM)
14742 14742 Allow each action to decide default value for select_across contrib.admin
14637 14637 There may an Internationalization bug in Forms Translations
14734 14734 problem with postgresql views (psycopg2) Database layer (models, ORM)
14234 14234 Validation bug when using ModelForms Forms
14726 14726 how to get an empty formset in a formwizard? Forms
14714 14714 Refactoring BaseHandler and company for DRYness Core (Other)
14257 14257 Remove isValidIDList from ManyToManyField in django/db/models/fields/related.py Database layer (models, ORM)
14423 14423 Wrong SQL on exclude with inheritance Database layer (models, ORM)
14450 14450 Simple but powerfull patch to make application name localizable contrib.admin
14691 14691 foreign key validate() fails for non-default databases Database layer (models, ORM)
14443 14443 Oracle backend returns wrong test database name Database layer (models, ORM)
14566 14566 Multiple database issue v1.2.3 - Django reading the wrong database Database layer (models, ORM)
14689 14689 AUTH_USER_PROFILE setting not parsed correctly. Contrib apps
14564 14564 case insensitive unique_together Database layer (models, ORM)
14613 14613 sql custom bug Core (Other)
14669 14669 Remove unwanted words from i18n docs Documentation
14668 14668 apps def unicode->error Uncategorized
14508 14508 Test suite silences warnings Testing framework
14650 14650 Error in SlugField documentation Documentation
14636 14636 Bad link on localization page Uncategorized
14630 14630 Oracle test tablespace disk datafile not big enough for running full Django test suite Testing framework
14318 14318 Add GEOSGeometry.valid_reason GIS
14588 14588 Changed behaviour of middlewares after [14393] Core (Other)
14231 14231 Missing index on expire_date in Session model contrib.sessions
14398 14398 runfcgi umask option should use literal value Core (Management commands)
14575 14575 Fill PDF Forms with FDF Data or XFDF Data and/or Flatten Forms Documentation
14531 14531 Add validate_unique flag to ModelForm.Meta Forms
14535 14535 Model.objects.all() causing ImportError in Django 1.2.3 in stand-alone script Database layer (models, ORM)
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
14539 14539 Documents maybe out-of-date Uncategorized
14542 14542 Short model names break Uncategorized
14513 14513 Ordering Check in django/core/management/validation.py Database layer (models, ORM)
14525 14525 Bug - exception in messages.info(), etc when using unicode characters. Contrib apps
14521 14521 Camel case used for mthods' names Uncategorized
14493 14493 Typo in model instance documentation re ValidationError message_dict attribute Documentation
14167 14167 Using Instances in Generic Create/Update/Delete Generic views
14480 14480 mysql and Django Uncategorized
14379 14379 formset.is_bound returns False for ModelFormsets created with queryset as argument Forms
14457 14457 Possible error in settings.py description Documentation
14452 14452 Need help understanding why the below is happening. Forms
14227 14227 Modify contributing docs to mention the 'easy-pickings' keyword in triage Documentation
14435 14435 postgis and NoSQL for postgre version 9.1 postgreQUEL Uncategorized
14428 14428 Doesn't work with CSRF in DJango 1.2+ Uncategorized
14255 14255 Factoring mysite out of tutorial imports Documentation
14375 14375 Typo in formfield documentation Documentation
14383 14383 Capitalization of reStructuredText (reST) Documentation
14225 14225 Documentation website showing "dev" documentation instead of "1.2" Documentation
14377 14377 Add site to the context of the logout view contrib.auth
14346 14346 Url patterns double slash // problem HTTP handling
14135 14135 Admin ignores to_field on ForeignKey Uncategorized
14380 14380 Form provided by modelform_factory fails when using fields attribute Forms
14364 14364 Admin add form, element focus script not working because of wrong id contrib.admin
14361 14361 problem with logging Uncategorized
14182 14182 CsrfViewMiddleware makes modification of the upload handlers impossible File uploads/storage
14053 14053 django.utils.formats.localize() misses support for long Internationalization
14306 14306 Translations handling cleanup (with performance boost, too) Internationalization
14344 14344 Duplicate view name does not raise an error Core (Other)
14340 14340 Ordering ModelAdmin form fields contrib.admin
14313 14313 wrong display of field title in admin contrib.admin
14328 14328 Table name with CAPs symbols. DatabaseError: column... Database layer (models, ORM)
14324 14324 Django not rotating logs Core (Other)
14304 14304 Problem with locale Internationalization
14107 14107 Problem with non-null fieds using Oracle Backend Database layer (models, ORM)
14285 14285 Calling reverse() on order_by('a', 'b') produces order_by('-a') Database layer (models, ORM)
14275 14275 Russian file name file in upload File uploads/storage
14235 14235 UnicodeDecodeError in CSRF middleware Forms
14142 14142 Improvement (?) on tutorial part 3 Documentation
14243 14243 defer and only are not respected by values and by valuest_list() Database layer (models, ORM)
14233 14233 Documentation for admin is has a reference to meta class Documentation
14205 14205 Tiny grammar fix in form validation documentation Documentation
14222 14222 csrf_exempt decorator is useless if not the top-most decorator Uncategorized
14203 14203 Manual schema specification for tables is not compatible with index creation statements Database layer (models, ORM)
14192 14192 potential issue re in memory django file uploading. Core (Other)
14179 14179 django create table with capitalized chars Uncategorized
14164 14164 Automatic localization of numbers (L10N) in templates can cause invalid sitemap priorities Internationalization
14197 14197 .update() doesn't work on model_to_dict(model_instance) Uncategorized
14194 14194 MIssing comma in tutorial code Uncategorized
14189 14189 permalink docs import mistake Documentation
14191 14191 urls.py works inconsistently Core (Other)
14185 14185 Possible bad SQL at http://docs.djangoproject.com/en/dev/ref/models/querysets/ Documentation
14160 14160 Internal server error 500 Uncategorized
14157 14157 Birthday calculation failing silently Uncategorized
14151 14151 Tutorial part 2, adding short_description in model do not work Documentation
14068 14068 Fixture loading issue with multi database setting Core (Serialization)
14143 14143 Database problems and import error of django.contrib.messages Uncategorized
14137 14137 Django ORM adding unwanted parens when using extra() Uncategorized
14123 14123 Trunk tests broken as of r13588 (1.2.x passes) Testing framework
14124 14124 Cannot use a proxy model with unique_together Uncategorized
14117 14117 POST Data is different when run from TestClient and actually received Testing framework
14078 14078 Template tag to set context variable to output from tag's rendered content Template system
14113 14113 Access to extra fields in M2M relations Database layer (models, ORM)
14115 14115 Provide a way to create custom lookups Database layer (models, ORM)
14052 14052 Error on a code in Tutorial 01 Documentation
14086 14086 Tests don't pass on Python 2.4 because of a try/except/finally contrib.sessions
14106 14106 Duplicate emails without fully qualified project imports Uncategorized
14088 14088 Possible typo in Tutorial page #4 Documentation
14064 14064 Correct spelling of Argentinian Spanish in global_settings.py Core (Other)
14037 14037 models.DateField don't serialize JSON Database layer (models, ORM)
14048 14048 Tag "cycle" doesn't work when included Template system
14036 14036 foreignKey doesn't work properly in admin - last current svn revision (1.3 pre alpha) contrib.admin
607 607 Admin option to show/hide fields contrib.admin
313 313 PhoneNumberField should accept international format numbers Internationalization
854 854 GUI editor for the admin interface Core (Other)
919 919 [patch] Implement `random` template tag Template system
580 580 [patch] caching needs to take more into account than just the URL Core (Cache system)
903 903 change login_required contrib.auth
461 461 Support use of pypgsql instead of psycopg Database layer (models, ORM)
22 22 [patch] FileUploadField should allow for clearing the field contrib.admin
376 376 Add a handler for mod_python v. 2 (Django requires v. 3) Core (Other)
987 987 HttpResponseRedirect uses/allows relative URIs for the HTTP Location header, which is forbidden by HTTP Core (Other)
565 565 Unique fields don't work on edit_inline models contrib.admin
575 575 edit_inline don't save child data when a "blank=True" field is not set contrib.admin
1000 1000 Ticket 1000 Core (Other)
659 659 Selecting by month with DateField is broken with sqlite3 backend Database layer (models, ORM)
785 785 many2many table and legacy databases. Database layer (models, ORM)
265 265 Patch: RequiredIfOtherField and friends don't work with edit_inline Core (Other)
115 115 Models CRUD via web services Core (Other)
899 899 Formfield doesn't display default value Forms
566 566 No mention about using quotes to ignore variable resolution in templates. contrib.admin
616 616 [patch] process_exception middleware extension Core (Other)
978 978 STACKED ForeignKey classes don't show up in the admin for subclasses of related class contrib.admin
792 792 FileField and edit_inline=meta.STACKED contrib.admin
149 149 Show latest comments on djangoproject.com Core (Cache system)
765 765 Simplified Chinese i18n translation file Translations
871 871 ImageField doesn''t honor blank=True argument contrib.admin
36 36 how do I config the apache+mod_python? Core (Other)
191 191 Pydoc integration Core (Other)
189 189 Inline editing of foreign keys doesn't do pretty error handling. contrib.admin
599 599 locmem cache should deepcopy values from the cache to prevent aliasing Core (Cache system)
673 673 Final code example in Tutorial 3 is incorrect Documentation
743 743 new-admin: lookup_val2 not defined in BooleanFieldFilterSpec of django.contrib.admin.views.main contrib.admin
779 779 [patch] Allow callables in extra_lookup_kwargs of generic views Generic views
456 456 [patch] minor typo in overview.txt Documentation
264 264 None Contrib apps
926 926 Too narrow collumns for swedish on main admin page contrib.admin
943 943 django-admin createsuperuser bails on no arguments after 1474 Core (Management commands)
956 956 Updated Galician (gl) translation Internationalization
812 812 [Syndication doc example] - Templates and associated extension Documentation
851 851 New SQL query API Database layer (models, ORM)
721 721 isAlphaNumericURL validator should allow dashes. Validators
617 617 num_in_admin problem in tutorial contrib.admin
371 371 random filter in template throws an error Template system
532 532 get_values doesn't work with the "select" lookup Database layer (models, ORM)
569 569 [patch] better pluralization for table names contrib.admin
436 436 Create an API to update and delete multiple objects in a single call Metasystem
518 518 Need validators that aren't attached to a form field Validators
490 490 [patch] incorrect handling of cursor.rowcount Core (Management commands)
475 475 Recursive function calling not working properly in template tags Template system
523 523 object_list sets current page number incorrectly Generic views
504 504 mailing lists don't work without a @gmail email address *.djangoproject.com
457 457 sqlreset doesn't clean up model-specific user permission record Database layer (models, ORM)
396 396 djangoadmin.py runserver should be able to listen on all available IPs Tools
438 438 marking the field null=True it does not seems to work contrib.admin
362 362 Anonymous sessions should try to prevent session-stealing Core (Other)
224 224 AUTH_SESSION_COOKIE change contrib.admin
368 368 Admin / Main interfaces mix settings after a while under mod_python Core (Other)
276 276 [patch] new template tag 'strip' Template system
332 332 It's datetime.datetime.now() Documentation
222 222 r335 - sqlite database wrapper produces numeric (none,none) for a float field Database layer (models, ORM)
243 243 lack of ordering the get_list() params Metasystem
259 259 Admin errors with edit_inline and foreign keys. contrib.admin
240 240 get_callback() improvements Core (Other)
254 254 can't download the files *.djangoproject.com
219 219 The change history for an object is recording changes with a 6-hour offset to the timestamp contrib.admin
247 247 Webpage to list web hosts *.djangoproject.com
185 185 Chaining views Core (Other)
220 220 List requirements Documentation
124 124 Better handling of raw POST data Core (Other)
173 173 How do I start Django's in built webserver? Documentation
251 251 [patch] Add "AND" and "OR" clauses to the SQL query syntax Metasystem
161 161 Log output for &#34;django-admin runserver&#34; shouldn't display admin media Tools
121 121 [patch] Names in SQL should be quoted Metasystem
198 198 istartswith doesn't work Contrib apps
163 163 Option to leave off __exact Template system
178 178 Wrong time zone usage Core (Other)
155 155 django-admin initializes mysite.com in meta table without way to change that contrib.admin
75 75 Add support for recursive ManyToManyFields Metasystem
142 142 tutorial 1 bug in init --settings Documentation
128 128 IndexError when using invalid {% extends %} in template should be replaced with better error message. Template system
58 58 Creating user from interactive interpreter doesn't work with MySQL Database layer (models, ORM)
79 79 Unable to run admin interface via stand-alone server contrib.admin
35 35 django-admin.py init problem for postgresql 8.0.3/win32 Database layer (models, ORM)
109 109 Patch: Customizing Date(Time)Field displays contrib.admin
171 171 Bug, I think, in foreign keys and SQLite Database layer (models, ORM)
21 21 FileUploadField should allow for manual filename entry contrib.admin
16 16 Create some form of "edit many at once" feature for the admin contrib.admin
555 555 DateTimeFields with auto_now and auto_now_add don't change in place Core (Other)
572 572 When i have an ImageField and a auto_now DateTimeField in the same model it doesnt get saved contrib.admin
952 952 [patch] Allow for database client encoding configuration from project settings Database layer (models, ORM)
652 652 An option to upload files into database would be a great alternative to filesystem uploads. Database layer (models, ORM)
93 93 django-admin startproject can create invalid settings/admin.py on windows Tools
474 474 Better method of serving admin media files needed Documentation
633 633 Model _post_load method (or similiar for a field?) Database layer (models, ORM)
609 609 When using validators.RequiredIfOtherFieldEquals with a Boolean field, it doesn't work the obvious way contrib.admin
999 999 'bool' object has no attribute 'get' when trying to add a record Metasystem
482 482 ForeignKey inline editing drops records in the Admin application Core (Cache system)
639 639 Model FileFields empty on first pass through save() Core (Other)
317 317 [Patch] slugify delimits words by hyphens, but its validator doesn't like them Generic views
613 613 prevent raw_post_data parsing on defined view functions Core (Other)
5 5 Add a cache=NUM_SECONDS argument to QuerySet Metasystem
393 393 [patch] Filters don't take the str() value of a var Core (Other)
443 443 Date's of the form 0000-00-00 don't work Database layer (models, ORM)
924 924 [patch] String filters (lower, upper, capfirst etc.) don't work with international strings contrib.admin
934 934 ImageField's cause the admin UI to not allow modifications? Validators
688 688 [patch] Error handlers lack context. Translations
10 10 Ordered objects should have API access to their order number Validators
872 872 fields.TextField should pass 'rows' argument to its formfields.LargeTextField contrib.admin
720 720 Added methods to ObjectPaginator for getting the numbers of first and last object on page Core (Other)
631 631 Document common security precautions Documentation
389 389 [patch] admin interface only sorts by first ordering field contrib.admin
65 65 [i18n] Internationalization and localisation contrib.admin
327 327 Metasystem should support more than one ManyToMany relationship Metasystem
230 230 FloatField with MySQL Backend fails silently Database layer (models, ORM)
463 463 [patch] new mysql.DatabaseWrapper - solving multiple MySQL problems Core (Other)
122 122 [patch] Build models using fieldname=FieldClass Core (Other)
529 529 Add support for GenericForeignKey Contrib apps
61 61 [patch] auth.User admin form shouldn't require people to edit hashes contrib.admin
180 180 request.POST doesn't work in django_admin.py runserver Tools
451 451 There should be OneToManyField support Database layer (models, ORM)
669 669 site table Metasystem
349 349 [patch] Bad styling in Admin interface contrib.admin
338 338 ManyToMany fields don''t work in the generic views Generic views
581 581 RSS framework needs unit tests contrib.syndication
584 584 [patch] fix many-to-many with non-default pks. Metasystem
440 440 [patch] maxlength incorrectly checked for international characters in utf-8 contrib.admin
329 329 RSS framework needs an easier interface contrib.syndication
510 510 [patch] Defend admin against CSRF attacks contrib.admin
801 801 contrib.comments seems a bit "unready" contrib.comments
87 87 [patch] Oracle database support Database layer (models, ORM)
447 447 [PATCH] Add pubdate elements to RSS feeds. contrib.syndication
452 452 Two ManyToManyFields to the same object should give that other object two API methods, not one Metasystem
813 813 we need spam protection for the ticket system :-( *.djangoproject.com
239 239 Initializing a model instance should not require fields with blank Metasystem
420 420 [patch] exclude_fields in AddManipulator and ChangeManipulator Metasystem
618 618 [patch] (reopened) Support for non-standard database port Database layer (models, ORM)
320 320 After completing Tutorial 2, there appears to be a bug in the foreign key related default admin code contrib.admin
275 275 Missing arg in django.core.validators.RequiredIfOtherFieldGiven introduced by changeset 403 Core (Other)
683 683 [patch] Saving with custom db_column fails Metasystem
805 805 OneToOneField conflicts with ForeignKey Database layer (models, ORM)
268 268 Patch: new validator that validates one of many validators contrib.admin
642 642 [patch] Docs: EmailField clarification Documentation
316 316 Error while logging into Admin site since revision 487 contrib.admin
700 700 urlify.js and slugify use different character for spaces Core (Other)
170 170 Unicode field names cause UnicodeEncodeError in main admin handler contrib.admin
416 416 Automate site introspection for url pattern modules, view methods, template directories, and applications contrib.admin
698 698 Exceptions thrown after CONTROL-C typed to stop test web server. Core (Management commands)
201 201 ImageField validation error contrib.admin
179 179 Time zone doesn't work right under django_admin.py runserver Core (Management commands)
724 724 get_next_by_pub_date/get_previous_by_pub_date model methods only see 1 item for each day. Core (Other)
534 534 Model validator should validate models/__init__.py Tools
913 913 [patch] incorrect `list_filter` field error message a bit stranger than necessary contrib.admin
935 935 weird interaction between edit_inline and OneToOneField causes adding through admin to fail contrib.admin
119 119 Serving media Core (Other)
464 464 [patch] Modification of django.core.mail: more fields, using dicts to pass arguments Core (Other)
86 86 Custom External TemplateTag module Core (Other)
199 199 CharField should raise an exception when maxlength is not specified Metasystem
221 221 Missing argument for ForeignKey in documentation Documentation
878 878 URLconf regexp captures should be passed as *args Core (Other)
699 699 unique_together - raise an error message contrib.admin
979 979 add support for the akismet spam scanner to free comments? Core (Other)
925 925 [patch] Refactor functionality of DjangoContext into 'processors' which can be replaced or added to Core (Other)
606 606 Admin documentation section URL not mentioned in docs Documentation
298 298 Need impovement to POST.copy() Core (Other)
817 817 problem with column-quoting and "computed columns" Metasystem
755 755 Add "appendable" blocks to the current "overrideable" ones Template system
847 847 users.create_user fails if User is subclassed using replaces_module = 'auth.users' Metasystem
288 288 Document custom template tags systyem Documentation
233 233 Using ImageField without PIL Core (Other)
303 303 Error: got unexpected keyword argument when deleting object in admin interface contrib.admin
78 78 Add a test suite for core functionality Tools
495 495 manipulators inherit from admin Metasystem
959 959 [patch]Template improvements Template system
583 583 [patch] Add app-template dirs to TEMPLATE_DIRS Template system
911 911 [patch] Make template system scoped to the parser contrib.admin
665 665 Field.default should accept callables Metasystem
266 266 Patch: a validator that matches against another list if some other field has a specific value Core (Other)
972 972 better explain choices usage in the model docs Documentation
737 737 validators.isValidIPAddress4 using only regexps Validators
734 734 isValidIPAddress4 uses wrong ValidationError object Validators
281 281 Improve e-mail address validation Core (Other)
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
832 832 [patch] Sessions should be able to expire at the end of a browser session Core (Other)
60 60 Built in webserver Core (Other)
657 657 validator - characters without numbers Validators
282 282 Database is locked *.djangoproject.com
356 356 [patch]: simple XML-RPC support for Django Core (Other)
692 692 TemplateSyntaxError in admin with development server Core (Management commands)
930 930 [patch] Leaving out ¨ordering¨ in OneToOne relationship causes bad SQL statement Metasystem
291 291 Installation problems contrib.admin
272 272 Error while executing contrib.admin
994 994 JS catalogs for I18N currently are only available for Django and for applications Internationalization
466 466 Model tutorial fails Documentation
306 306 cached date time values have greater precision then ones retrieved from db causing issues Database layer (models, ORM)
650 650 render_to_response uses Context instead DjangoContext Template system
908 908 writing Null instead of the default value to the database in default object manipulator Metasystem
226 226 MetaWeblog API Support Core (Other)
497 497 Request DB API access to the validation information in the model Database layer (models, ORM)
300 300 ImportError in simple setup Core (Other)
554 554 RSS feeds are not valid due to missing timezone in pubdates contrib.syndication
693 693 A big improovement to FileFields Metasystem
594 594 Django and Twisted Database layer (models, ORM)
762 762 Bengali (bn) translations Translations
305 305 sql code was not white space safe? Database layer (models, ORM)
833 833 cs trans new_admin updated Translations
484 484 FloatField with decimal_places but not max_digits causes mysql error. Database layer (models, ORM)
775 775 Updated Bengali (bn) translations Translations
695 695 sqlupdate, creates sql to update the database based on an updated model file Database layer (models, ORM)
309 309 tables with 'class' in them translate to 'classs' messing up inserts contrib.admin
794 794 A template filter that lets the user choose pluralization method Template system
237 237 get_absolute_url doesn't show up right in admin contrib.admin
385 385 [patch] yesno filter is broken: doesn't accept 2-value argument Template system
636 636 Restrict editing of records to owner or person with certain role. Core (Other)
753 753 ValidationError & CriticalValidationError raise assertion errors since translation update Validators
400 400 Should a textedit id and name be the same? contrib.admin
110 110 Documentation on pagination needed Documentation
372 372 problems loading custom filters? Template system
286 286 [patch] Eliminate unintuitive behavior when using edit_inline with no core fields specified Metasystem
269 269 Patch: validator that matches against a regular expression contrib.admin
258 258 Cannot create many-many relationships within the same table Database layer (models, ORM)
672 672 get_absolute_url isn't nice contrib.syndication
900 900 [patch] Premature close of postgres connection with multiple threads Database layer (models, ORM)
283 283 templatetags/log.py breaks on AnonymousUser Core (Other)
274 274 data model permissions are only being added to 'auth_permissions' if custom permissions are also defined Tools
89 89 DateTimeFields with auto_now_add = True in admin contrib.admin
676 676 [patch] a _post_init hook for model classes to initialize fields from outside content Metasystem
542 542 [patch] Add an "or cancel" link to add, edit, and delete admin views. contrib.admin
996 996 django-admin startproject myproject still create myproject\settings Core (Management commands)
945 945 not translated parts in admin Javascript Translations
855 855 urlconf regexps should allow backreferences contrib.admin
953 953 helper functions to get/set file dependant cache data Core (Cache system)
942 942 ordering bug Documentation
795 795 Documentation mismatch regarding "Many-to-one relationships that can be null" *.djangoproject.com
916 916 New admin change_list should be looked up in the app templates To switch your existing trunk checkout to the new-admin branch: {{{ svn switch http://code.djangoproject.com/svn/django/branches/new-admin/ New admin change_list should get looked up in contrib.admin
415 415 download_setuptools fails with authenticating proxy Tools
824 824 Need change the Environment variable DJANGO_SETTINGS_MODULE check Core (Other)
861 861 Warn on single-letter field names in unique_together contrib.admin
823 823 [patch] Fix HTML in error-template Generic views
803 803 Danish (da) translation file for django-admin Translations
778 778 URL field incorrectly identifies a link as a broken link. Validators
579 579 Split template_file template loading and template location logic Template system
255 255 FileField doesn't work contrib.admin
564 564 django/conf/urls/registration.py intended for general use? Core (Other)
706 706 rename of django-admin.py? Core (Management commands)
261 261 the administrator with edit_inline should give ordering choices contrib.admin
678 678 I would like to see a tutorial describing how to edit One-To-Many relationships Documentation
479 479 [patch] Implement timezone-formats in date-formatting Database layer (models, ORM)
656 656 Mention "Save as new" as a possible option in tutorial 2 Documentation
655 655 [doc] model_api - validator_list is incomplete Documentation
623 623 [patch] Allow ssi tag to use template dirs, making apps that use this feature much more portable Template system
592 592 Error in tutorial 2 Documentation
591 591 [patch] Docs: Subclassing wrong object Documentation
588 588 kwarg error when using get_object across join Metasystem
578 578 [patch] automatically do MD5 in admin backend contrib.admin
568 568 the JING setting and the EMAIL_IDENT setting Core (Other)
530 530 Unable to initialize SQLite database Database layer (models, ORM)
519 519 Dir structure and modules Core (Other)
511 511 django-admin.py init fails at rev 641 Core (Management commands)
492 492 {elsif} and nested Core (Other)
477 477 js errors in code.djangoproject.com *.djangoproject.com
414 414 radio_admin doesn't appear to work Metasystem
418 418 No interface to change default site in sites table generated by django-admin.py init contrib.admin
432 432 Trac throwing errors when attempting to replace attachment *.djangoproject.com
314 314 'name' option doesn't exist / not obvious in model reference Documentation
390 390 corrections for model reference documentation Documentation
444 444 FileField returns error when updating contrib.admin
441 441 A non-required DateTimeField produces an error on save contrib.admin
431 431 Templates should support multiple level of lookups Template system
430 430 Model examples need to be update to the new syntax Documentation
382 382 globals should show up in model methods and classes (like normal python classes) Core (Other)
358 358 djangoproject.com should have Trac 0.9.pre *.djangoproject.com
330 330 get_relatedobject_count error with OneToOneFields Metasystem
401 401 Overview Question *.djangoproject.com
375 375 Naming inconsistency in date_based.py Generic views
341 341 unique option contrib.admin
355 355 A bug in middleware/admin.py with ModPython handler contrib.admin
352 352 django-admin MySQLdb error Tools
277 277 CommonMiddleware URL rewriting discards POST data Core (Other)
325 325 Primary Key as SmallIntegerField Database layer (models, ORM)
324 324 IPAddressField fails Database layer (models, ORM)
322 322 [patch] Admin unavailable in development server after [503] contrib.admin
307 307 Use unicode strings u"bla-bla" in SQL-queries for compatibility with national languages Metasystem
217 217 Multiple foreign keys to one table Metasystem
181 181 Site and FlatFile don't appear in the Admin interface contrib.admin
176 176 Database settings should not be kept in settings.main for ease of packaging. Tools