seung lee

(ls)

Most Active Role

N/A

Most Active Component

Database Layer (Models, Orm)

Activity Timeline

[No data in this time period]

Components

Tickets

Trac Ticket (2152) Reporter (1) Owner (0) Commenter (324) 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 1 Make EmailValidator accept non-ASCII characters in local part Core (Other)
34619 34619 Ensure FilteredSelectMultiple select elements are associated with their label contrib.admin
34917 34917 1 Links in the Django admin should be underlined. contrib.admin
34819 34819 GenericForeignKey.get_prefetch_queryset() contrib.contenttypes
27222 27222 Refresh fields that are expressions after Model.save() Database layer (models, ORM)
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)
34041 34041 Accessibility improvements for admin breadcrumbs contrib.admin
34380 34380 Make URLField assume "https". Forms
34871 34871 Validation of UniqueConstraint with Case() crashes. Database layer (models, ORM)
897 897 4 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 3 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 1 Add explicit support for Q object annotations Database layer (models, ORM)
470 470 1 Add Field.db_default for defining database defaults Database layer (models, ORM)
27674 27674 Deprecate GeoModelAdmin and OSMGeoAdmin GIS
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)
27880 27880 Use __set_name__ to replace some usages of contribute_to_class. Database layer (models, ORM)
34609 34609 4 Deprecate format_html calls without args or kwargs Utilities
34462 34462 Deletions in admin panel create N + 1 queries contrib.admin
34983 34983 Deprecate django.utils.itercompat.is_iterable(). Utilities
34898 34898 1 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
27692 27692 Remember scroll position in list screen after coming back from edit screen - remove autofocus from search field contrib.admin
34533 34533 2 OuterRef not resolved as part of ORDER BY clause Database layer (models, ORM)
27452 27452 Add Postgres serial field to contrib.postgres contrib.postgres
27409 27409 Issues with admindocs docstring links generation contrib.admindocs
34034 34034 Adding a class on ChoiceWidget subwidgets is excessively difficult Forms
34479 34479 1 Support "watchfiles" in the autoreloader Utilities
27587 27587 1 Document str(QuerySet.query) Documentation
34900 34900 1 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)
27617 27617 Add contributor facing documentation for the ORM Documentation
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
34855 34855 Document CSRF_TRUSTED_ORIGINS relation to SECURE_PROXY_SSL_HEADER. Documentation
27909 27909 Use AUTH_USER_MODEL in startproject template Core (Management commands)
34887 34887 Allow unlimited CharField for SQLite backend Database layer (models, ORM)
34221 34221 1 Plural-Forms in .po files break Django's translation precedence. Internationalization
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)
34045 34045 Admin changelist checkboxes do not have labels contrib.admin
34701 34701 Add support for NULLS [NOT] DISTINCT to UniqueConstraint Database layer (models, ORM)
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
34502 34502 Union giving wrong column ordering even when using .values/.values_list Database layer (models, ORM)
34846 34846 Add "Copy" button to the code snippets in docs. Documentation
34881 34881 migrate crashes when renaming model referenced twice by ManyToManyField.through model on SQLite. Migrations
34789 34789 `filter_horizontal` duplicates entries in "Chosen" column after instance is added via in another field using the "plus" JS action contrib.admin
34538 34538 Incorrect query generated with on subquery WHERE depending on the order of the Q() objects Database layer (models, ORM)
34608 34608 Migrations generates code that it can't execute Migrations
34417 34417 1 AlterField migration on ForeignKey field re-creates foreign key constraints unnecessarily 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)
34925 34925 refresh_from_db() will not iterate through all of the fields listed in the 'fields' parameter. Database layer (models, ORM)
34277 34277 Add where clause in QuerySet.bulk_create() when update_conflicts=True Database layer (models, ORM)
34613 34613 add support for Partitioned cookies HTTP handling
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)
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
27620 27620 Add a TransactionMiddleware Core (Other)
27747 27747 Add signals for Django management commands Core (Management commands)
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
27325 27325 Offer a solution for static file serving suitable for production use Core (Other)
27109 27109 Make Flatpage swappable contrib.flatpages
34981 34981 Promote `--pair` and `--bisect` from `runtest.py` to be available as flags for the Django `test` command Testing framework
14831 14831 Django Template Style Guide Documentation
27460 27460 Allow declaring a GenericRelation from an abstract model to another abstract model Database layer (models, ORM)
34339 34339 Allow overriding construct_search(). contrib.admin
27465 27465 Allow EmailMessage to load attachments from the Storage API Core (Mail)
34964 34964 4 Reversing the order of Q objects in a CheckConstraint generates a migration Migrations
34151 34151 5 Adding explicit primary key with different type doesn't update related ManyToManyFields. Migrations
34200 34200 Allow setting postgres role during connection setup Database layer (models, ORM)
34852 34852 Django Unit Tests break when using replicated MySQL Cluster v8.0.28 Testing framework
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
34914 34914 Postgres connection is not restarted after it's dropped by the server, even if we use CONN_HEALTH_CHECKS=True Database layer (models, ORM)
34534 34534 Reduce index/constraints operations. Migrations
34597 34597 Queryset (split) exclude's usage of Exists is significantly slower than subquery Database layer (models, ORM)
34038 34038 Low text contrast and no visual cues for links within body text in admin UI contrib.admin
27225 27225 "age" header is not set for responses taken from cache. HTTP handling
34140 34140 Format python code blocks in documentation files Documentation
34971 34971 Several loggers missing from logging documentation Documentation
34051 34051 2 makemigrations --check generating migrations is inconsistent with other uses of --check Migrations
34961 34961 Add a max_length parameter to EmailValidator Core (Other)
34036 34036 1 Low text contrast over light blue backgrounds in admin light theme contrib.admin
34949 34949 Clarify when unique constraints are ignored. Documentation
34670 34670 Django Admin light theme flickers on dark system contrib.admin
34658 34658 1 New assertion `assertNotInHTML`, like `assertContains` has `assertNotContains` Testing framework
34989 34989 Set Content-Length where possible for HttpResponses. HTTP handling
34831 34831 Search in admin could allow issuing a query with many OR'd clauses contrib.admin
27055 27055 Model form with geometry widgets has invalid html GIS
34909 34909 Accessible names for Add / Change buttons in Django Admin contrib.admin
27813 27813 BinaryField type inconsistent between sqlite3 (bytes) and postgresql (memoryview) Database layer (models, ORM)
34742 34742 calling a DELETE endpoint without a trailing slash does not thow RuntimeError in DEBUG mode HTTP handling
34986 34986 Fix up support for PyPy 3.10 Core (Other)
34593 34593 Django admin list does same Count query twice when there are no filters contrib.admin
34830 34830 csrf_failure and bad_request views missing context processors Core (Other)
34995 34995 Add link for admin's related widget is in the wrong place 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)
34998 34998 Raising a StopIteration in asynchronous mode hangs the request Core (Other)
27676 27676 MariaDB 10.2 supports defaults for text columns Database layer (models, ORM)
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)
34996 34996 Enhance update_or_create() method with upsert SQL. Database layer (models, ORM)
34907 34907 loaddata crashes on objects with natural keys when don't exist on passed database. Core (Serialization)
34988 34988 1 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
34968 34968 5 MultiPartParser silent large header fields size failures HTTP handling
34818 34818 GenericIPAddressField ValidationError incorrect message when both protocols present Database layer (models, ORM)
34993 34993 Unexpected behaviour when filtering across mult-value (aka tomany) joins. Database layer (models, ORM)
14611 14611 Added dedicated option to test.Client methods (other than get()) for passing query parameters. Testing framework
34987 34987 "Expression contains mixed types" exception when performing window function on query that also has aggregates. Database layer (models, ORM)
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
34972 34972 Aggregate with CombinedExpression resulting in NotImplemented instead of None after update from 3.2 -> 4.2 Database layer (models, ORM)
34717 34717 Cannot use aggregate over window functions since 4.2 Database layer (models, ORM)
34974 34974 1 makemigrations --check does not show diff as documented Uncategorized
34965 34965 @sensitive_variables for coroutine func are not recursive Core (Other)
34884 34884 Half bug/half enhancement : inconsistent behavior of get_or_create() regarding related attributes cache Database layer (models, ORM)
34944 34944 Missing or misinferred attributes in output fields of generated fields Database layer (models, ORM)
34966 34966 Add a check for ModelAdmin.actions functions not taking three arguments contrib.admin
34955 34955 Make Concat() use the database operator `||` on PostgreSQL. Database layer (models, ORM)
34919 34919 Missing scope attribute in admin doc table headers. contrib.admindocs
34958 34958 1 Intermittent `messages_tests.tests.TestLevelTags.test_lazy` test failure Core (Other)
34963 34963 Recursive and other "combinator" queries broken in django-cte Uncategorized
34229 34229 "no such column" when combining FilteredRelation and multi-table inheritance models Database layer (models, ORM)
34959 34959 Q(a=b) and Exact(a, b) handle NULLs differently Database layer (models, ORM)
34962 34962 Support for overriding result of model field values Database layer (models, ORM)
34457 34457 4 makemigrations --check no longer prints the changes Migrations
34960 34960 Document how to set nulls_last=True for admin_order_field/ordering Documentation
34956 34956 Migration should not be allowed for a non-deterministic GeneratedField Database layer (models, ORM)
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
34940 34940 Filter queryset on "tuples" of values for multiple columns Database layer (models, ORM)
34942 34942 Add icontains support for PostgreSQL ArrayField Database layer (models, ORM)
34813 34813 Docs miss note about invalid integrity with ManifestStaticFilesStorage contrib.staticfiles
34927 34927 ModelAdmin for model with InlineModelAdmin for proxy class reference results in admin.E202 contrib.admin
34939 34939 Widget templates not refreshing Forms
34694 34694 trailing slash is not appending Core (URLs)
34937 34937 Provide a get_form_kwargs for the ModelAdmin contrib.admin
34935 34935 1 makemigrations --check no longer reports pending migrations Migrations
34930 34930 Parallel tests fail on Python 3.11+ when IsolatedAsyncioTestCase is used Testing framework
34929 34929 Issue with Django 3.2 and Django-storage 1.14.2 after Upgrading from Django 2.2.28 Utilities
27403 27403 Document that prefetch_related doesn't guarantee transactional consistency Documentation
34904 34904 Changing email object after sending mutates mail in mail.outbox Core (Mail)
34926 34926 Missing model after squashing Migrations
34923 34923 MESSAGE_TAGS ignored in 5.0a1 contrib.messages
34924 34924 Example for squashmigration not working properly Migrations
34899 34899 Model Field.choices callable support is not actually lazy Database layer (models, ORM)
34825 34825 1 SQLite database files are not destroyed after tests Testing framework
34921 34921 Filtering an unbound DateTimeField with naive date crashes Database layer (models, ORM)
34922 34922 Add dynamic HTML/CSS classes to table row elements in admin changelist view contrib.admin
34918 34918 Assigning model instance to `_id`/attname field saves correctly, but breaks accessing the field Database layer (models, ORM)
34916 34916 Add support for brotli compression HTTP handling
34911 34911 Admindocs index skips from h1 to h3 contrib.admindocs
27234 27234 Clarify the type of the django.server logger's 'request' extra context Documentation
34906 34906 Need help with makemigrations Database layer (models, ORM)
34043 34043 Doc "Writing your first patch for Django" doesn't explain how to contribute to the admin UI Documentation
34551 34551 Case-When aggregation over aggregated fields doesn't work since 4.2 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
34882 34882 options=0 is not respected when calling AsGeoJSON() GIS
34896 34896 First-party passkey support in django.auth contrib.auth
34894 34894 Query.change_aliases() has several significant bugs Database layer (models, ORM)
34875 34875 Use RFC 9106 recommendations in Argon2PasswordHasher contrib.auth
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)
34888 34888 CSRF verification failed in django 4 when nginx serves the webserver CSRF
34657 34657 Testing assertions `assertContains` and `assertInHTML` should output the haystack on failure Testing framework
27229 27229 Allow using aggregates in ModelAdmin.list_display contrib.admin
14336 14336 list_display should be able to contain sortable references to annotated fields contrib.admin
27929 27929 Add ManifestStaticFilesStorage option to remove original (non-hashed) files after processing contrib.staticfiles
34878 34878 Autoreload crashes with FORM_RENDERER="django.forms.renderers.TemplatesSetting". Template system
34879 34879 "Data truncated for column .." for migration changing auto-id-field Migrations
34880 34880 Required a post_save_action hook to perform additional action in admin. contrib.admin
34877 34877 KeyError for output_field in GeneratedField Database layer (models, ORM)
34320 34320 Renaming fields with truncated names don't remove old constraints on Oracle. Database layer (models, ORM)
34870 34870 Memory leak when using psycopg-c with django hstore Database layer (models, ORM)
34835 34835 5 Use a `nav` element or `navigation` landmark for changelist filters contrib.admin
34872 34872 DRF Auth Issue Uncategorized
34849 34849 Appending django.contrib.postgres to the INSTALLED_APPS via @modify_settings crashes. Database layer (models, ORM)
34499 34499 In tutorial part08, Django debug toolbar shows up in admin site but not in public site Documentation
34863 34863 sqlite math functions don't accept character fields as input Database layer (models, ORM)
34861 34861 KeyTextTransform incompatible with GeneratedField 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)
34859 34859 Format SQL code prodcued by sqlmigrate Migrations
34823 34823 assertTemplateUsed() context manager crashes for templates without names. Testing framework
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)
34706 34706 Aggregation on annotated field fails starting on Django 4.2.2, when the aggregation has the same name as the annotation Uncategorized
34560 34560 Update admin's jQuery to 3.7.X. contrib.admin
34842 34842 Unmanaged read-only generated fields in admin Database layer (models, ORM)
34844 34844 Missing dependency backports with install of 4.1.11 Packaging
34843 34843 Feature request: Support postgres table storage options Migrations
34832 34832 Use `banner` landmark or `<header>` element for the admin header area contrib.admin
34839 34839 OperationalError from Psycopg when using Connection Pool (Digital Ocean) Django 4.2.3 psycopg 3.1.9 Database layer (models, ORM)
34837 34837 CheckboxSelectMultiple.attrs should accept more than "id" and "class" Template system
34836 34836 Add an optional argument to MultipleChoiceField to ignore invalid choices. Forms
34233 34233 1 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
34821 34821 3 Syncing DEFAULT_FILE_STORAGE/STATICFILES_STORAGE settings with STORAGES can mutate user settings. contrib.staticfiles
34824 34824 Migrations generates two records when ForeignObject.to_fields/from_fields is not a tuple. Migrations
34827 34827 select_for_update example raises TransactionManagementError Documentation
34820 34820 1 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 3 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)
34815 34815 urls file in startapp command Core (Management commands)
34730 34730 Add an assertMessages assertion contrib.messages
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)
34811 34811 Queryset filter Q order changed Database layer (models, ORM)
34778 34778 5 startproject could use find_spec() rather than import_module() to check for conflicts Core (Management commands)
34809 34809 2 PyCharm typechecker complains Documentation
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
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)
34802 34802 django.contrib.admin.actions.delete_selected() should return number of rows deleted via ModelAdmin.delete_queryset() contrib.admin
34784 34784 Django french short date format translation bug Internationalization
34787 34787 The 'runserver' command doesn't work when run from an installed script on Windows Core (Management commands)
34800 34800 Django Management Command Triggers URLs When Checking Database Connection Core (Management commands)
34796 34796 Deleting child table does not delete rows in parent table when using multi-table inheritance Database layer (models, ORM)
34797 34797 Django Admin radio fields admin.HORIZONTAL shows as vertical with django-grapelli. Uncategorized
34795 34795 ConnectionProxy (and likely others) do not expose the `__dir__` of the object they are proxying Core (Other)
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)
34779 34779 Serializer makes unnecessary joins Core (Serialization)
34785 34785 Contribution guide comes out non successful Error reporting
34783 34783 No module named 'smtp' when trying to send an email Core (Mail)
34620 34620 Serialization of m2m relation fails with custom manager using select_related Core (Serialization)
34772 34772 Exception with psycopg3 binary package on Ubuntu 20.04 Database layer (models, ORM)
34770 34770 Default autoescape off in password_reset_email.html contrib.auth
34776 34776 Issue with maintaining condition order and join promotion in add_q method Database layer (models, ORM)
34775 34775 A case for handling aditional http methods HTTP handling
34771 34771 QuerySet.order_by() crashes on constants that cannot be cast on MySQL. Database layer (models, ORM)
34362 34362 FilteredRelation doesn’t support conditional expression Database layer (models, ORM)
34743 34743 full_clean() raises AttributeError on constraints with related IDs. Database layer (models, ORM)
34692 34692 django.forms.renderers.get_default_renderer()'s template loader cache is not being reset on autoloads. Forms
34586 34586 create() does not save reverse OneToOne relationship nor raise an Exception Database layer (models, ORM)
34767 34767 AdminReadonlyField may not show links to related models when the related model has been downcasted contrib.admin
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
34755 34755 Provide accelerated binary wheels Uncategorized
34739 34739 Implement GEOSEqualsIdentical method on geometry objects. GIS
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
34763 34763 Should we disallow URLs as user fields? contrib.auth
34750 34750 Fixed QuerySet.count() on querysets grouped by unused multi-valued annotations. Database layer (models, ORM)
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)
34747 34747 Django hangs on async views with asycio.gather and an async ORM call Database layer (models, ORM)
14845 14845 Document connection-creation process Documentation
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
34740 34740 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)
34735 34735 About form validation Forms
34532 34532 Form.default_renderer is ignored in formsets. Forms
34734 34734 Django admin theme box contrib.admin
34731 34731 Django test suite still has an occurence of assertEquals, removed in Python 3.12 Testing framework
34729 34729 Add explicit option to enable IF EXISTS / IF NOT EXISTS in PostgresQL index operations contrib.postgres
34723 34723 `TypeError` when loading a Django app with incorrect type of `choices` Database layer (models, ORM)
34727 34727 Error in CharField with TextChoices and missing max_length parameter Testing framework
34725 34725 get_containing_app_config does not find an object in a module imported with an absolute path from project root Uncategorized
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 1 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)
34448 34448 makemessages' --no-obsolete option is undocumented and untested. Core (Management commands)
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
34705 34705 BoundField.as_widget() ignores aria-describedby in attrs argument Forms
34691 34691 Add a system check for unmatched URL paths' < / > Core (System checks)
34707 34707 AttributeError: 'function' object has no attribute 'cache_clear' when registering a custom lookup Uncategorized
34695 34695 security.E101 false positive with class-based views Core (System checks)
34698 34698 Allow returning IDs in QuerySet.bulk_create() when updating conflicts. Database layer (models, ORM)
34696 34696 Actions selection counter gets cleared when using Chrome's back button contrib.admin
34688 34688 Remove contrib.sitemaps.ping_google(). contrib.sitemaps
34704 34704 File Size Validator 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
34689 34689 Simplify usage of InlineFormSet in Class-based generic views Generic views
27646 27646 Add QuerySet support for group by modifiers and OLAP functionality Database layer (models, ORM)
34690 34690 Get ContentType object with table name in get_by_table_name method contrib.contenttypes
34572 34572 Confirm/Add support for GDAL 3.7. GIS
34684 34684 Drop support for GDAL 2.2 and 2.3. GIS
34683 34683 get_object_or_404 and get_list_or_404 custom messaging HTTP handling
34682 34682 System check for CSRF_TRUSTED_ORIGINS raises errors for http://localhost:port. Core (System checks)
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)
34675 34675 Selenium WebDriver implementation is broken due to update of Selenium Testing framework
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
34632 34632 Let makemigrations output an error message with --check 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
34594 34594 KT doesn’t work across foreign keys Database layer (models, ORM)
34666 34666 Mysql issue using afirst "The client was disconnected by the server because of inactivity" Database layer (models, ORM)
34634 34634 Creating objects with nested MTI crashes. Database layer (models, ORM)
27079 27079 6 Refactor LiveServerPort tests to not make extra calls to setUpClass() and tearDownClass() Testing framework
34665 34665 CreateModel with manually added RenameField crashes on SQLite. Database layer (models, ORM)
34517 34517 ImageField unnecessarily adds a post_init signal handler to the model Database layer (models, ORM)
34664 34664 APScheduler Django Packaging
34659 34659 mysql backend creates queries using CONVERT_TZ even when this is not supported Database layer (models, ORM)
34660 34660 Use RFC3339 format and input type=(date|time|datetime-local) for date/time/datetime form fields Forms
34473 34473 StepValueValidator does not take into account min_value Forms
34650 34650 Document django.shortcuts.resolve_url() Utilities
34653 34653 Django (4.2.2) doesn't handle unicode characters in labels of choices Migrations
34652 34652 Async support in admin view contrib.admin
34651 34651 'list' object has no attribute '_committed' Uncategorized
34649 34649 2 Modernise selenium --headless support Testing framework
34628 34628 RelatedFieldWidgetWrapper link icons are very hard to see contrib.admin
34647 34647 Foreign Key index names are not renamed when a model is renamed causing duplicate key if a model with the origin name and column is added Migrations
34644 34644 social-app-django's JSONField doesn't work as expected. Database layer (models, ORM)
34625 34625 FilteredSelectMultiple widget’s elements aren’t labelled contrib.admin
34539 34539 `get_prep_value` no longer called for JSONField Database layer (models, ORM)
34641 34641 1 Null value referenced from a JSONField using an expression that defines an output_field returns the string "null" instead of a None value Uncategorized
34631 34631 Expression.identity() performance Database layer (models, ORM)
34602 34602 Fail gettext when no translation file is found or when no msgid is found in the given translation file Internationalization
34614 34614 Natural keys for nullable foreign keys Core (Serialization)
34637 34637 2 Add support for database defaults in questioner. Migrations
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
34610 34610 Django_migrations unique constraint Database layer (models, ORM)
34615 34615 queryset.order_by().first() is not consistent with other queryset behaviours Database layer (models, ORM)
34595 34595 format_html() should explicitly mention that format_string is not escaped and that result is safe Template system
34606 34606 Right() function on Oracle and SQLite returns improper value when the length is zero. Database layer (models, ORM)
34600 34600 1 Review reference to bleach in docs Documentation
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)
34598 34598 Load new settings after start up Uncategorized
34535 34535 dbshell management command can crash if DATABASES["name"] is a PosixPath Core (Management commands)
27925 27925 1 Document how to deploy using pip installed mod_wsgi Documentation
34596 34596 subclassing models.TextChoices Documentation
34590 34590 Querying for decimals larger than max_digits crashes on SQLite 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)
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
34578 34578 Template filter `join` should not escape the joining string if `autoescape` is `off` Template system
34575 34575 Storage Signals File uploads/storage
34576 34576 move django issues to GitHub Uncategorized
34322 34322 ManifestStaticFilesStorage crashes on commented JavaScript import statements contrib.staticfiles
34350 34350 WSGIRequest crashes when "wsgi.input" is None. Core (Other)
34521 34521 Use __slots__ for template Node classes Template system
34568 34568 makemigrations --update should respect the --name option. Database layer (models, ORM)
34571 34571 Request with invalid session after concurrent logout or session timeout is considered a BadRequest contrib.sessions
34567 34567 slugify template filter with allow_unicode Template system
34556 34556 StreamingHttpResponse documentation inaccuracy Documentation
34559 34559 Login error Uncategorized
34552 34552 Delaying get_from_clause call as much as possible. Database layer (models, ORM)
34553 34553 Can't create CheckConstraint with percent characters in values on postgresql due to broken quoting Database layer (models, ORM)
34524 34524 Error while sending TLS smtp email on "self-signed certificate" server Core (Mail)
34546 34546 Failed migration yields to unmigratable app: "OperationalError: (1050, "Table '<name>' already exists")" Migrations
34550 34550 Send email with EMAIL_USE_TLS=True but get SSL error. Core (Mail)
34549 34549 Extra select query when parent model consists of primary key only Database layer (models, ORM)
34548 34548 Queryset JsonField filtering doesn't work as expected Database layer (models, ORM)
34544 34544 DBMS_LOB.SUBSTR() is unnecessary for "IS NULL" condition on Oracle. Database layer (models, ORM)
34545 34545 Typo in "FAQ: Installation". Documentation
34543 34543 Thousand separator breaking templates Internationalization
34525 34525 index_together warning after migration to new style Database layer (models, ORM)
34540 34540 [feature request] Run FileField storage callable during runtime and not during buildtime File uploads/storage
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
34513 34513 Error E108 does not cover some cases contrib.admin
34069 34069 get_language_from_request should not fallback to settings.LANGUAGE_CODE Internationalization
34527 34527 Unexpected behavior with division in aggregation Database layer (models, ORM)
34520 34520 ModelAdmin.fields: wrapping in tuples does not have any effect (each field on separate line) contrib.admin
34386 34386 Error while sending TLS smtp email when no EMAIL_SSL_CERTFILE / EMAIL_SSL_KEYFILE are specified in project settings Core (Mail)
34504 34504 SSLCertVerificationError on outgoing emails for some mailboxes Core (Mail)
34522 34522 PUT/PATCH data is not encoded for multipart/form-data in Django Test Client Testing framework
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)
34507 34507 AttributeError: Can't pickle local object 'convert_exception_to_response.<locals>.inner' Error reporting
34508 34508 Admin Checks Reversed FKs.( modified check_list_display function ) Uncategorized
34496 34496 ManifestStaticFilesStorage.patterns for sourceMappingURL does not retrieve matched for data URI contrib.staticfiles
34440 34440 AND operator on queryset with joins gives wrong results Documentation
34435 34435 JSONField with string default raises fields.E010 warning. Documentation
34500 34500 use annotate return feild, Error capture does not work Database layer (models, ORM)
34498 34498 error 403 in login in django CSRF
34419 34419 Document django.contrib.admin.sites.all_sites contrib.admin
34483 34483 Negative result of django.utils.timesince.timesince Utilities
34494 34494 This is suggestion about customizing AdminSite documents Documentation
34489 34489 feature: Support for PostgreSQL table partitioning Database layer (models, ORM)
34493 34493 wrong translation Database layer (models, ORM)
34491 34491 Unable to have constraints with same name on different models Core (System checks)
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
34394 34394 ASGIRequest doesn't respect settings.FORCE_SCRIPT_NAME. HTTP handling
34487 34487 Django crashes due to ManifestStaticFilesStorage plugin in 4.2 contrib.staticfiles
34478 34478 django 4.2 admin page issue contrib.admin
34480 34480 2 Annotating with Chr raises ValueError Database layer (models, ORM)
34474 34474 Django apps registry returns the wrong models Uncategorized
34472 34472 Push for inspectdb in Django 4.1 Database layer (models, ORM)
34466 34466 Django 4.2 overwrites user-specified psycopg cursor_factory Database layer (models, ORM)
34471 34471 Cannot import name 'url' from 'django.conf.urls' Uncategorized
34469 34469 Push inspectdb to assimilate the foreign keys that are in other databases Database layer (models, ORM)
34459 34459 SearchVector() can return query strings that are unsafe to combine. contrib.postgres
34463 34463 WHERE clause example missing from Q() documentation Documentation
34028 34028 Django 'static' template tag fails to generate URLs with SCRIPT_NAME prefix Template system
34461 34461 Constructing urls outside the request cycle Core (Other)
34456 34456 Add a way to set allow_cascade=True in _fixture_teardown() Testing framework
34450 34450 Lookup expressions across foreign keys introduce extra joins Database layer (models, ORM)
34039 34039 1 Admin search bar is too small to use on small screens contrib.admin
34454 34454 Connection failed with error message "FATAL: password authentication failed for user 'user'" Database layer (models, ORM)
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
34446 34446 Coding style docs should contain incorrect example for Model style. Documentation
34447 34447 Support backgroup async repeat task. just like fastapi_utils.tasks.repeat_every Core (Other)
34383 34383 Layout error in Admin when using help_text 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
34442 34442 runserver is slow to accept http connexions when running on 0.0.0.0 Core (Management commands)
34441 34441 A new require_files decorator for file validation in Django Framework File uploads/storage
34439 34439 mod_wsgi for django with conda environment in Windows doesn't work HTTP handling
34352 34352 Unify terms in Signals docs. Documentation
34433 34433 OneToOneField can only be saved one way Database layer (models, ORM)
34409 34409 1 Examples of fetching raw SQL don't work for non-unique column names. Documentation
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
34426 34426 Pass the BoundField instance to the Widget.render Forms
27923 27923 Add form signals (pre_init, post_init, pre_clean, post_clean, etc.) Forms
27487 27487 ModelAdmin.formfield_overrides on ManyToManyField isn't compatible with CheckboxSelectMultiple contrib.admin
27614 27614 Store the DB used in the state before calling Model._save_table() Database layer (models, ORM)
34423 34423 Migrations, UniqueConstraint lenght of identifier can be too long for Postgres/MySQL Migrations
14832 14832 Impossible to create inline objects if form validates but is unchanged contrib.admin
34422 34422 inspectdb mysql databases Core (Management commands)
34404 34404 1 Incorrect documentation about content type set by FileResponse object Documentation
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
34414 34414 2 Connection to SMTP server not closed after exception Core (Mail)
34405 34405 1 Improper guessing of Mime Type for "br" and "Z" file types HTTP handling
34399 34399 dark-mode-vars block is overwritten by extrastyles contrib.admin
34401 34401 Inconsistent behavior for refresh_from_db() with GenericForeignKey contrib.contenttypes
34407 34407 Report faulty file when some static file has non-utf-8 encoding contrib.staticfiles
34408 34408 Authorization in Custom Authentication Backend does not work contrib.auth
34333 34333 Migrations tries to add constraint before adding a foreign key. Migrations
34398 34398 Django should automatically run migrations on in-memory SQLite DB Database layer (models, ORM)
27397 27397 Querying with an integer larger than SQLite supports crashes with OverflowError Database layer (models, ORM)
27559 27559 Admin changelist turns GET QueryDict into dict which may lose parameters contrib.admin
34370 34370 IntegerField validators don't work if the database is SQLite, leading to overflow errors Database layer (models, ORM)
34390 34390 NoReverseMatch at /admin/logout/ contrib.admin
34381 34381 Postgres tests fail on Windows Core (Other)
34389 34389 Django not closing database connections on ASGI application after an upgrade to 4.1 Uncategorized
34387 34387 DateFormat.P() does not follow PHP's date string format Utilities
34382 34382 DEFAULT_AUTO_FIELD ignored for new models Database layer (models, ORM)
34377 34377 AdminSite.catch_all_view() drops query string in redirects contrib.admin
34378 34378 Using in_bulk() with id_list and order_by() Database layer (models, ORM)
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)
34371 34371 Support creating aware datetime objects using django.utils.timezone Utilities
34366 34366 1 Migration optimizer does not reduce multiple AlterField Migrations
34338 34338 Allow to customize the code attribute of ValidationError raised by BaseConstraint.validate Database layer (models, ORM)
34365 34365 add_form_template used as change_form_template when adding object when only declaring change_form_template contrib.admin
34217 34217 3 Migration removing a CheckConstraint results in ProgrammingError using MySQL < 8.0.16. Migrations
34363 34363 floatformat() crashes on "0.0000" Template system
34364 34364 Add Today to ORM db.models.functions.datetime Database layer (models, ORM)
34356 34356 Memory leak when generating PDFs Core (Other)
34361 34361 Missing the package "gdal-bin" results in Segmentation fault. GIS
34359 34359 Add setting to disable global thread_sensitive flag for Async ORM and Async cache Database layer (models, ORM)
34357 34357 UniqueConstraint doesn't violate NULL values on SQLite. Database layer (models, ORM)
34346 34346 QuerySet ordered by annotation with name used by select_related() field crashes with AmbiguousColumn. Database layer (models, ORM)
34176 34176 Annotation's original field-name can clash with result field name over aggregation Database layer (models, ORM)
34354 34354 models. Manager annotate() queryset conflict with models.Model contrib.admin
34353 34353 ListView paging property did not return Generic views
34347 34347 Mypy complaint: module "django.contrib.gis.utils" does not explicitly export attribute "LayerMapping" GIS
34302 34302 SpatialReference.srid incorrectly assumes first AUTHORITY value to be projection SRID GIS
34342 34342 The test async_client is not consuming async StreamingResponse generators properly Testing framework
34341 34341 FileSystemFinder harsh regarding its input on Windows contrib.staticfiles
34327 34327 Test client session does not work as described when using signed cookie engine Testing framework
34340 34340 Apparently wrong table name? Database layer (models, ORM)
34250 34250 8 Duplicate model names in M2M relationship causes RenameModel migration failure Migrations
34328 34328 Class-based async-only middleware not detected as coroutine in MiddlewareMixin Documentation
34336 34336 Reverting a migration with `replaces = [...]` set does not revert it Migrations
34318 34318 Add a release note that makemessages no longer changes .po files when up to date. Documentation
34334 34334 There might be an error in the Django Tutorial No. 5 Documentation
34335 34335 Spurious error when using label_tag of CheckboxSelectMultiple widget Forms
34332 34332 Migrations for fields with model-referencing defaults break later Database layer (models, ORM)
34330 34330 QuerySet of a model having Meta.ordering, returns the sortable field in values_list() and values() Database layer (models, ORM)
34325 34325 Clarify PercentRank() description. Documentation
34329 34329 django-formset new app - i am facing the issue Uncaught (in promise) SyntaxError: JSON.parse Forms
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
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)
34146 34146 Add tutorial step for installing third party package(s) Documentation
34317 34317 wrong attribute naming in method BaseModelFormSet.save_existing Forms
34285 34285 2 Index transforms on filtered array aggregates produces incorrect SQL query Database layer (models, ORM)
34301 34301 "show_save_as_new" in admin can add without this permission contrib.admin
34308 34308 Create Serializers for models Core (Serialization)
27572 27572 Static files served in development should prevent caching contrib.staticfiles
34259 34259 1 Management command subparsers don’t retain error formatting Core (Management commands)
34286 34286 Mixed-case views/templates names causes 404 on :view:/:template: directive. contrib.admindocs
34304 34304 Adding and removing a conditional UniqueConstraint to ForeignKey multiple times crashes on MySQL Database layer (models, ORM)
34180 34180 Document that setting language in tests affects other tests Documentation
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)
34254 34254 Exists annotations can return non-boolean results (i.e. None) if used with an empty QuerySet. Database layer (models, ORM)
34294 34294 File locking fails if argtypes redefined on Windows. File uploads/storage
34291 34291 Validation of UniqueConstraint with ordered expressions crashes. Database layer (models, ORM)
34292 34292 Support display function in InlineModelAdmin contrib.admin
34293 34293 Extra validation introduced in 30581 breaks certain constraint setups Database layer (models, ORM)
34290 34290 X-Forwarded-Prefix support HTTP handling
34227 34227 Multi-level FilteredRelation with select_related() may set wrong related object. Database layer (models, ORM)
34288 34288 Using queryset manager methods as default value breaks makemigrations Database layer (models, ORM)
34192 34192 Callable storage on FileField fails to deconstruct when it returns default_storage Database layer (models, ORM)
34276 34276 LocMemCache not working for multiple threads Core (Cache system)
34282 34282 Optimize update_or_create when defaults is empty / False-y Database layer (models, ORM)
34279 34279 Certain character causes django admin to misfunction Database layer (models, ORM)
34242 34242 Behavior of Model.delete() with regards to primary_key fields is not documented Documentation
34267 34267 QuerySet.union() crashes with IndexError when getting cached results. Database layer (models, ORM)
34275 34275 Add new Field named FieldAlias Database layer (models, ORM)
34260 34260 models.FloatField documentation doesn't mention that +inf, -inf, and NaN are database-dependent. Documentation
34269 34269 Add Unnest PostgreSQL ORM function Database layer (models, ORM)
34265 34265 Add ToDate ORM function Database layer (models, ORM)
34257 34257 ForeignKeyRawIdWidget doesn't include vForeignKeyRawIdAdminField class when custom class passed in attrs contrib.admin
34261 34261 Use {% url model_object %} to work with get_absolute_url Template system
34256 34256 There is a problem in the document Documentation
34240 34240 assertRedirects() doesn't preserve headers set in RequestFactory/Client methods. Testing framework
34253 34253 migrations don't apply Uncategorized
34252 34252 Doc page "Using the Django authentication system" shows failing example Documentation
34247 34247 1 Cannot resolve operation dependencies Migrations
34110 34110 Add InMemoryStorage File uploads/storage
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)
34243 34243 timesince() raises TypeError with USE_TZ=True and >1 month interval. Utilities
34082 34082 "mysql server has gone away" on 404, 403 or 401 Database layer (models, ORM)
34239 34239 Resolve load type-hinted objects in views Generic views
34238 34238 Support computed `GENERATED ALWAYS` columns Database layer (models, ORM)
34236 34236 Django logging when in production with Gunnicron Documentation
34063 34063 request.POST not populated for multipart/form-data via AsyncClient Testing framework
34231 34231 Invalid RawSQL expression on Model.validate_constraints Database layer (models, ORM)
14094 14094 Cannot define CharField with unlimited length Database layer (models, ORM)
34226 34226 QuerySet.select_related() with multiple filtered relations to the OneToOneField sets the last one. Database layer (models, ORM)
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
34224 34224 App name in help text of commands is missing context Core (Management commands)
34225 34225 bulk_create() raises IntegrityError when another constraint exists on set of fields. Database layer (models, ORM)
34219 34219 Collation is not preserved when field is altered on PostgreSQL and MySQL. Database layer (models, ORM)
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
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
34214 34214 Bug in default for TimeField when using a timezone Database layer (models, ORM)
34209 34209 FileBasedCache has_key is susceptible to race conditions Core (Cache system)
34207 34207 Incorrect SQL query when adding a ManyToMany related object with a "through" table prevents adding a new relationship if the new relationship is identical except for a different value for "through_defaults" Database layer (models, ORM)
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
34194 34194 Extract function for generating proper Content-Disposition headers HTTP handling
34197 34197 method_decorator does not work with async views Database layer (models, ORM)
34196 34196 contrib.postgres search tests failing contrib.postgres
34095 34095 Form controls in admin should use heights in relative units contrib.admin
34160 34160 Django 4.1 Expression contains mixed types for (Big/Small)IntegerFields. Database layer (models, ORM)
34190 34190 Add a dump and die function to Django Utilities
34189 34189 Code in Tutorial does not work because of a ',' Documentation
34188 34188 Add a section on refresh_from_db to the Multiple databases documentation Documentation
34185 34185 Serving static/media files during development can't work when use SCRIPT_NAME Documentation
34187 34187 UserCreationForm should save data from ManyToMany form fields contrib.auth
34178 34178 Prefetching a foreign key on GenericForeignKey results in incorrect queryset being selected Database layer (models, ORM)
34183 34183 Add a ChoicesMeta.max_length property returning the max_length when data type supports len() Database layer (models, ORM)
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 2 QuerySet.bulk_create() crashes on mixed case columns in unique_fields/update_fields. Database layer (models, ORM)
34177 34177 QuerySet.bulk_create() crashes on "pk" in unique_fields. Database layer (models, ORM)
34175 34175 Cannot make whole test set to pass Testing framework
34152 34152 Add the ability to store logs in a table Utilities
34167 34167 Set a reasonable default for EMAIL_TIMEOUT Core (Mail)
34168 34168 Add support for list of parameters to the QuerySet.raw(). Database layer (models, ORM)
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)
34162 34162 Wrong URL generated by get_admin_url in admin index "Recent Actions" panel in custom Django Admin Site contrib.admin
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)
34099 34099 update_or_create() not saving data assigned in a model's save() method Database layer (models, ORM)
34157 34157 Error on Tutorial 2nd page: mysite/settings.py | Code is incorrect Documentation
34147 34147 3 Add aall() for related managers. Database layer (models, ORM)
891 891 customize table name prefixes Database layer (models, ORM)
34150 34150 Add "View on site" links to generic common model URL and also to common url for app. contrib.admin
34149 34149 1 Postgres "ExclusionConstraint with conditions cannot be deferred." seems wrong contrib.postgres
34145 34145 Explicit GROUPing by aggregate is not supported Database layer (models, ORM)
34135 34135 1 Add async interface to ManyRelatedManager & RelatedManager 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)
27849 27849 Add SQL 2003 FILTER syntax support with Case(When()) fallback to aggregates Database layer (models, ORM)
34143 34143 Multiple file upload docs Documentation
34137 34137 3 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
34134 34134 Add DynamoDB engine to sessions middleware contrib.sessions
34133 34133 Django ordering in model meta causing unexpected results of group_by Database layer (models, ORM)
34112 34112 5 Add async interface to Model 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)
34122 34122 models.ForeignObject is missing documentation Documentation
34066 34066 Accessing UserAdmin via to_field leads to link to PasswordResetForm being broken (404) contrib.auth
27704 27704 contrib.postgres.ArrayField with choices should use TypedMultipleChoiceField as its default form field class contrib.postgres
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
34111 34111 Use sqlparse to format SQL in tests failures with debug flag Testing framework
34085 34085 Black shouldn't format non-Python files Core (Management commands)
34106 34106 Allow LogoutView to render a confirmation template on a GET request (Like LoginView) contrib.auth
34107 34107 Django ORM queries do not pick up indexes made on a key in JSONField in Postgres Database layer (models, ORM)
34104 34104 Making Q.__eq__ work regardless of ordering Database layer (models, ORM)
34101 34101 Missing list filters in admin when using jet admin templates contrib.admin
34093 34093 Admin theme switcher icon should resize according to browser font size contrib.admin
34091 34091 Invalid SQL: FROM clauses can be omitted when QuerySet is accessed from multiple threads Database layer (models, ORM)
34090 34090 ordering of ManyToManyField in admin shows objects multiple times contrib.admin
34087 34087 Migration ignores Inheritance for Meta.default_permissions Migrations
34084 34084 ModelForms always set self.instance even when none passed in Forms
34079 34079 Excessive parentheses when generating a query Database layer (models, ORM)
34086 34086 Confirm support for PostGIS 3.3 GIS
28000 28000 Avoid SET/DROP DEFAULT unless a field changes from null to non-null Migrations
34083 34083 Cloning test database fails with mariadb-server 8.x Database layer (models, ORM)
34072 34072 django += 1 increments by 2 instead of 1 Database layer (models, ORM)
34068 34068 `runserver 0`'s "Starting development server at <address>" doesn't work Core (Management commands)
34012 34012 QuerySet.order_by() silently skips non-existing fields on related fields with Meta.ordering. Database layer (models, ORM)
34067 34067 django.core.Paginator wrong query slicing Core (Other)
34058 34058 Widening AutoField to BigAutoField, fails to widen the sequence. Database layer (models, ORM)
34062 34062 object HttpResponseNotAllowed can't be used in 'await' expression Generic views
34061 34061 Model validations should be run on save() Database layer (models, ORM)
34010 34010 Parallel tests don't work with spawn. Testing framework
34030 34030 add SystemCheckError for LocaleMiddleware Core (Management commands)
34025 34025 Autocomplete field fills all empty required fields references to the same model when added a choice in popup. contrib.admin
34057 34057 Validation of DecimalField Database layer (models, ORM)
34052 34052 1 migrate --check still emits signals if database is up to date Migrations
34050 34050 Generated migration file is not detected by django because of the name of newly generated migration file Migrations
34040 34040 1 Autofocus on model list views can be problematic for screen reader users contrib.admin
34053 34053 JS tests depend on Cloudflare CDN for every run Testing framework
34027 34027 Changing CharField type referenced by ForeignKey crashes on PostgreSQL. Migrations
34048 34048 Do not add cache control header if is set to false or a falsy value Utilities
34026 34026 WKBReader.read() crashes on strings. GIS
34032 34032 Base authentication Backend should raise NotImplemented on needed methods contrib.auth
34024 34024 'WhereNode' object has no attribute 'is_summary' when counting a queryset with annotation from a subquery Database layer (models, ORM)
34031 34031 Option to remove "all" option in admin SimpleListFilter contrib.admin
34029 34029 Use case that require QuerySet.extra Database layer (models, ORM)
34015 34015 Registering lookups on relation fields should be supported. Database layer (models, ORM)
34022 34022 admin:logout fails to log out non-staff users contrib.admin
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)
34017 34017 Mention that when using Argon2PasswordHasher, this means Argon2id gets used Documentation
34019 34019 3 "Extending Django's default user" section refers to a deleted note Documentation
34020 34020 django core management error Uncategorized
34009 34009 migrations.RunPython runs queries against wrong database Uncategorized
34008 34008 UpdateView failed to obtain the request data for the PUT request mode HTTP handling
34000 34000 3 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)
27412 27412 Coalesce function should work with subqueries Database layer (models, ORM)
27944 27944 Have meta.get_field('pk') return the primary key field directly Database layer (models, ORM)
14411 14411 Inline delete not prompting cascade delete warning contrib.admin
27147 27147 1 Add support for defining bounds in postgres range fields contrib.postgres
14092 14092 ImageField should allow SVG Database layer (models, ORM)
27060 27060 Take indexes into account in inspectdb command Core (Management commands)
27064 27064 Implement RenameIndex in a backwards compatible way Migrations
27624 27624 Optimize ORM by using more immutable data structures Database layer (models, ORM)
27737 27737 Investigate if reloading old relational fields in migration operations' state_forwards is needed Migrations
27844 27844 Add a management command to optimize a migration Migrations
27468 27468 Move utils.crypto.salted_hmac() from SHA1 toward SHA256 Utilities
27961 27961 2 Misconfigured SECURE_PROXY_SSL_HEADER setting is ignored HTTP handling
14357 14357 Prevent inappropriate order-based grouping on values+annotate queries Database layer (models, ORM)
14586 14586 Make interpolate JS function not require the named parameter. Internationalization
27437 27437 Can't create GinIndex on ArrayField(CITextField) contrib.postgres
27574 27574 support geodetic distance calculation on MySQL 5.7+ GIS
14296 14296 1 '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 2 Add some clarifications to "Spanning multi-valued relationships" Documentation
27141 27141 2 makemigrations fails with PermissionDenied on django_migrations Migrations
27864 27864 Limit the number of terms in an admin search contrib.admin
27095 27095 Queries involving postgres Array fields can't include expressions as elements contrib.postgres
14035 14035 Cannot access POST after request.encoding was set to a custom value HTTP handling
27074 27074 connection.is_usable() raises AttributeError after the connection is closed Database layer (models, ORM)
27694 27694 3 Improve documentation of supported lookups on HStore & JSON fields Documentation
27590 27590 2 Allow configuration of where to save staticfiles manifest. contrib.staticfiles
27541 27541 Provide hooks to override manifest file storage in ManifestFilesMixin contrib.staticfiles
27697 27697 3 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)
27534 27534 Add CSRF_COOKIE_HTTPONLY note to CSRF AJAX docs Documentation
27149 27149 Allow using a subquery in QuerySet.filter() Database layer (models, ORM)
56 56 2 Primary key columns should be UNSIGNED Database layer (models, ORM)
27575 27575 Make host validation run on all requests HTTP handling
27854 27854 3 Make `collectstatic` warn (rather than blow up) on missing directories contrib.staticfiles
27604 27604 Use set_signed_cookie for contrib.messages Cookie storage contrib.messages
27827 27827 1 Raising InvalidTemplateLibrary completely masks out real exception in get_package_libraries Template system
27807 27807 4 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 1 Allow ModelAdmin.radio_fields to work with NullBooleanField contrib.admin
27445 27445 RadioSelect widget does not work for NullBooleanField Documentation
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
27906 27906 3 assertInHTML('<a/><b/>', '<a/><b/><c/>') fails Testing framework
14628 14628 Document which settings can be changed at runtime Documentation
27257 27257 Use the ->> operator when filtering builtin text lookups on JSONField keys contrib.postgres
27417 27417 Migration to change model field case crashes on Oracle Migrations
27871 27871 Django keeps making the same migration over and over again Migrations
27480 27480 Add a Cache.touch(key, timeout=DEFAULT_TIMEOUT) method Core (Cache system)
14317 14317 1 numberformat.format produces wrong results Internationalization
27719 27719 Add queryset.alias() to mimic .annotate() for aggregations without loading data Database layer (models, ORM)
27996 27996 Add pgcrypto extension and GEN_RANDOM_UUID function to contrib.postgres contrib.postgres
27395 27395 Allow generating '<link rel="alternate ... hreflang=...>" for sitemaps' contrib.sitemaps
27331 27331 Proposed opt_group argument for ModelChoiceField and ModelMultipleChoiceField Forms
27708 27708 Relation between tables in different schemas with big names Migrations
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
27408 27408 Make QuerySet.bulk_create() populate fields on related models Database layer (models, ORM)
27666 27666 Delay rendering of models in migration operations when possible Migrations
27824 27824 Cannot chain unaccent transform with key lookup in Postgres JSON field. contrib.postgres
27760 27760 Hard to diagnose reason for 400 response when making test request that sets SERVER_NAME Testing framework
27865 27865 Document use of Manager rather than BaseManager for from_queryset() Documentation
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
27852 27852 Admin Delete Object Block Page Doesn't Show All Related Objects Blocking Deletion Database layer (models, ORM)
14408 14408 Admin Error when subclassing ContentType for generic Relations contrib.admin
27785 27785 Log request.body (or part of it) in the 500 debug content Error reporting
17 17 1 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
27272 27272 Add a on_delete RESTRICT handler to allow cascading deletions while protecting direct ones Database layer (models, ORM)
27808 27808 Nested ArrayField with nullable base field generates invalid SQL contrib.postgres
27910 27910 Allow using an Enum class in model Field choices Database layer (models, ORM)
27086 27086 running servers.tests may hang in parallel mode on Mac OS X Core (Other)
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
27462 27462 Clarify what's contained in m2m_changed's "pk_set" argument Documentation
27473 27473 Allow using Extract() with DurationField Database layer (models, ORM)
27338 27338 Running an AlterField to change a CharField primary key to AutoField crashes. Migrations
27795 27795 Audit force_text invocations Utilities
14129 14129 Slovenian translation plural-forms Internationalization
27801 27801 1 Make createsuperuser inspect environment variables for username and password contrib.auth
27486 27486 intword and filesizeformat filters shouldn't pass non-integers to gettext Template system
27635 27635 django.utils.crypto should use secrets on Python 3.6+ Utilities
27685 27685 Allow autoreloader to use watchman Utilities
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
14688 14688 BaseInlineFormSet does not support "auto_id" Forms
14808 14808 i18n is not safe. Documentation
14009 14009 custom formset validation documentation is incomplete Documentation
27360 27360 Make it easier to track down the offending models for AlreadyRegistered exceptions contrib.admin
27991 27991 Add 'obj' kwarg to InlineModelAdmin.has_add_permission() contrib.admin
14675 14675 Update docs and project template to avoid "import *" for url patterns Core (Other)
14204 14204 Take advantage of SQLite support for FK constraints Database layer (models, ORM)
27867 27867 Excluding a reverse relation produces inconsistent queries Database layer (models, ORM)
27025 27025 Python 3.6 compatibility Core (Other)
14091 14091 Fix incorrect quoting in connection.queries Database layer (models, ORM)
27595 27595 Database converters are not run for related fields referencing related fields Database layer (models, ORM)
27899 27899 Phrase search query for Postgres full text search contrib.postgres
27090 27090 pg_get_serial_sequence is broken on postgres, use a lookup in information_schema.columns instead Database layer (models, ORM)
27335 27335 Avoid object save during QuerySet.update_or_create() when there were no changes Database layer (models, ORM)
27334 27334 File uploads could rename temporary files rather than copying them File uploads/storage
27731 27731 Squashmigrations doesn't optimize AlterField related_name across AlterUniqueTogether/AlterIndexTogether Migrations
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
27543 27543 AttributeError: '_Frame' object has no attribute 'f_back' / Django and celery error logging gone wrong Error reporting
27098 27098 Deprecate DatabaseIntrospection.get_indexes Database layer (models, ORM)
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)
27226 27226 Remove patch_response_headers()'s setting of the "Last-Modified" header HTTP handling
27018 27018 1 Admin views in admindocs crash with AttributeError contrib.admindocs
27728 27728 Allowed overriding admin templatetag's templates. contrib.admin
27161 27161 TypedChoiceField fails to validate properly when used with ArrayField Forms
27533 27533 inspectdb crashes on unsupported unique_together constraints in PostgreSQL Database layer (models, ORM)
27656 27656 Fix comment verb style according to PEP 257 Core (Other)
27392 27392 Remove "Tests that", "Ensures that", etc. from test docstings Documentation
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
27449 27449 Make django.utils.translation.trans_real.get_supported_language_variant public API Internationalization
27985 27985 Converting `Foo.objects.filter(bar=None)` to an `IsNull` too early. Database layer (models, ORM)
27810 27810 Add query expression support for ModelAdmin list_display's admin_order_field contrib.admin
27682 27682 Add more dependencies to extras_require (eg sqlparse, PyYAML) Packaging
14642 14642 save_as=True and generic inline in admin gives IndexError contrib.contenttypes
27954 27954 Prevent PostgreSQL dbshell from exiting on CTRL-C Core (Management commands)
27843 27843 M2M db table names with explicit `username` Database layer (models, ORM)
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
27846 27846 refresh_from_db() doesn't clear reverse OneToOneFields Database layer (models, ORM)
27546 27546 Replace hardcoded class names in __repr__-methods Core (Other)
27979 27979 Using F() to save negative integers in unsigned columns on MySQL should raise IntegrityError rather than OperationalError Database layer (models, ORM)
27067 27067 Deprecate string_concat Internationalization
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
27326 27326 Overriding queryset deletion from ModelAdmin contrib.admin
27258 27258 Raise an exception if RequestContext is used with template.backends.django.Template.render() Template system
27859 27859 Migration to create TextField with db_index=True crashes on MySQL Migrations
27380 27380 Add the 'raw' argument with the 'm2m_changed' signal Database layer (models, ORM)
27982 27982 Possible bug related to queryset union Database layer (models, ORM)
27477 27477 Use QuerySet.select_for_update() in admin change form to fix race condition contrib.admin
27303 27303 Selecting multiple admin list_filters across relations return results that don't match both filters contrib.admin
27563 27563 Move "Apply limit_choices_to" code from BaseModelForm to fields_for_model() Forms
27858 27858 Stop read-only management commands from attempting to create a django_migrations table Migrations
27539 27539 assertNumQueries fails if debug cursor wrapper fills Testing framework
27830 27830 Use distutils.version.LooseVersion instead of custom version parsing Core (Other)
27967 27967 The autogenerated OneToOneField on multi table inheritance breaks the InlineAdminForm given UUID pk contrib.admin
27953 27953 Make default Model.__str__() more useful (such as by displaying the primary key) Database layer (models, ORM)
27792 27792 Extended category support for Atom and RSS feeds contrib.syndication
27308 27308 BytesWarning exception raised when running with python 3 -bb option Core (Other)
27039 27039 ModelFields with 'default' value set and 'required'=False in form does not use default value Forms
27777 27777 File object does not consistently open itself in context manager use File uploads/storage
27922 27922 Add ErrorDict.get_json_data() method Forms
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)
27554 27554 Queryset evaluation fails with mix of nested and flattened prefetches (AttributeError on RelatedManager) Database layer (models, ORM)
14149 14149 LIKE clauses fail in Oracle 9.2.0.7 Database layer (models, ORM)
27730 27730 Document that template tags with "as" variable assignment don't propogate variables across blocks Documentation
27926 27926 Allow squashmigrations to create a fresh set of migrations and delete the old ones Migrations
27751 27751 Teardown of a PG test database fails if it is an autogenerated test_MYDB database Testing framework
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
27916 27916 versionchanged / versionadded annotation titles missing in downloadable docs Documentation
27912 27912 Open redirect on non-HTTP protocols: is_safe_url not validating properly HTTP handling
27974 27974 Degraded performance when rendering ChoiceField with lots of options and DEBUG=True Template system
27834 27834 Add the STRPOS database function Database layer (models, ORM)
27359 27359 Make it possible to specify a default template engine Template system
27365 27365 Fields suddenly not found. Database layer (models, ORM)
27993 27993 Impossible to clear an ArrayField with a forms.MultipleChoiceField Forms
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
27736 27736 Prefer decorators for lookup-registration Core (Other)
27981 27981 date/time filter docs inaccurate about how localization works Documentation
27956 27956 Template error raised in an {% extends %} parent template shows incorrect source location on debug page Template system
27983 27983 Tutorial should contain complete files at each step Documentation
27958 27958 CSRF_COOKIE reset while requesting a broken relative URL over HTTPS CSRF
27969 27969 models.Field.formfield() should allow the 'disabled' kwarg for fields with choices Database layer (models, ORM)
27976 27976 label_from_instance fails silently: form field disappears. Forms
27977 27977 inspectdb errors after upgrade to cx_Oracle 5.3 Database layer (models, ORM)
27966 27966 Bump required version of pyscopg2 to 2.5.4 Database layer (models, ORM)
27960 27960 ds = DataSource('/path/to/your/cities.shp') fails on first try (GDALException Unknown error code: "198770787"), but works on second GIS
27915 27915 Defining Index object in Meta.indexes in abstract class causes failure during migration of sub-classes Database layer (models, ORM)
27939 27939 GeoDjango - map doesn't show correct point in admin GIS
27968 27968 Django admin calendar week day name wrong contrib.admin
27538 27538 Value of JSONField is being re-encoded to string even though being already encoded contrib.postgres
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
27897 27897 Searching for foreign key's pk in the admin crashes with FieldDoesNotExist contrib.admin
27882 27882 Allow template fragment caching for unlimited time Template system
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)
27937 27937 Potential issue with field.queryset._result_cache persisting Forms
27930 27930 The rhs attribute of the In lookup is not iterable anymore Database layer (models, ORM)
27932 27932 EmailValidator fails on "a.@example.com" Core (Mail)
27933 27933 FieldDoesNotExist if remove foreign key and remove unique constraint at the same time Migrations
27913 27913 Admin calendar failed contrib.admin
27316 27316 Multiple LiveServerTestCase subclasses cannot reuse the same port Testing framework
27622 27622 Test client should accept vendor tree json variants Testing framework
27475 27475 Bug in admin with date_hierarchy and Daylight savings contrib.admin
27903 27903 RenameModel does not not change ForeignKey with related_name='+' Migrations
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)
27900 27900 Make escapejs escape backticks to support usage in ES6 template literals Utilities
27901 27901 Unicode subclasses can't be saved to TextField with MySQL and Python 2 Database layer (models, ORM)
27887 27887 TypeError when namespaced urlconf included from non-namespaced one Core (System checks)
27836 27836 Add a way to delete directories through the file Storage API File uploads/storage
27862 27862 Exists() feature generates invalid SQL query on postgres backend Database layer (models, ORM)
27842 27842 Add protocol argument to GenericSitemap.__init__() contrib.sitemaps
27883 27883 "Vertical" polymorphism of models Database layer (models, ORM)
27886 27886 Django contrib.postgres JSONField adds additonal quotes to a dictionary. contrib.postgres
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
27176 27176 django.setup() should raise an exception instead of hanging on re-entrant calls Core (Other)
27874 27874 URL namespacing warning (urls.W005) does not consider nested URL namespaces Core (System checks)
27766 27766 runserver crashes because of auto-reloader (Py3 + PowerShell) Utilities
27479 27479 ingored GDALException('Invalid pointer returned from "GDALClose"',) during tests GIS
27851 27851 include(admin.site.urls) doesn't work on master yet contrib.admin
27861 27861 Allow project template's BASE_DIR calculation to work regardless of how settings are structured Core (Other)
27825 27825 Document that models don't cast field values to the same type that's retrieved from the database Documentation
27847 27847 Allow caching form templates when DEBUG=True Forms
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
27367 27367 Document behaviour when several urls have the same name Documentation
27722 27722 if a template context is an instance of get_template(), it will raise "TypeError: context must be a dict rather than RequestContext" Template system
27742 27742 Unexpected migration on Parent -> child model inheritence Migrations
27537 27537 Provide a simpler way to default runserver IP/port to 0.0.0.0:8000 Core (Management commands)
27819 27819 Display a warning when django.views.generic.ListView assumes the default template name Generic views
27683 27683 Change default transaction isolation level to READ COMMITTED on MySQL Database layer (models, ORM)
27356 27356 admin lookup_allowed incorrectly returns False for a nested reverse OneToOneField contrib.admin
27817 27817 Jsonfield duplicating records in production database after running manage.py test Database layer (models, ORM)
27783 27783 VariableDoesNotExist can lead to stack overflows unusually easily Template system
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
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)
27782 27782 Model signals and Many2Many fields Documentation
27421 27421 Add support for size, shape, and offset parameters on instantiation of GDALRaster objects. GIS
14606 14606 Application module imported twice when running development server Core (Other)
498 498 Atom support, not just RSS contrib.syndication
27784 27784 Custom Site model support for django.contrib.sites. contrib.sites
27130 27130 Allow using the DjangoTemplates engine without configuring settings Template system
27769 27769 createsuperuser command missing docs about no-input/interactive Documentation
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
27762 27762 Concurrency Safety Documentation Documentation
27772 27772 Multiple Database without Default Database layer (models, ORM)
27746 27746 Database migration fail when removing a child model containing only foreignkeys in a multi-table inheritance context on MySQL Migrations
27759 27759 Template widget rendering: attrs with value False now render Forms
27765 27765 Migration to delete child model (multi-table inheritance) results in an error when using SQLite Migrations
27754 27754 Please document that Django models implement __dict__ (or tell me they officially don't) Documentation
27632 27632 Oracle backend fails to execute a query with an aggregation that contains an expression in the GROUP BY. Database layer (models, ORM)
27750 27750 TypeError when running manage.py migrate Migrations
27744 27744 Complex prefetch_related broken (from 1.9 to 1.10) Database layer (models, ORM)
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
27738 27738 Default index name not set outside of migrations Database layer (models, ORM)
27690 27690 remove sleep before dropping test db? Testing framework
27735 27735 l10n is applied to Select widget's choices after template-based widget rendering Documentation
27544 27544 F() Expressions updating dates in .update() field fails on SQLite Database layer (models, ORM)
27733 27733 ClearableFileInput widget renders incorrectly Forms
27387 27387 Rendering "required" as HTML attribute is not documented under Field.required Documentation
27709 27709 ContentTypes.objects.get_for_models returns inconsistent results for proxy models contrib.contenttypes
27518 27518 HTTP Referer leaks password reset link contrib.auth
27729 27729 Add a method to evaluate QuerySets. Database layer (models, ORM)
27727 27727 Exclude with many condition in the same related field's fields Database layer (models, ORM)
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
27716 27716 FieldFile incorrectly returns bytes the first time it is opened with 'r' File uploads/storage
27715 27715 [Tutorial - part 6.] Lack of saving created question into db Documentation
27705 27705 Add protocol and server_cls attributes to runserver for extensibility Core (Management commands)
27432 27432 showmigrations --plan should show migrations that would be applied for the given app_labels Core (Management commands)
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
27698 27698 Add django.test.utils.ContextList.get() Testing framework
27687 27687 Dateformat issue using django basic logging formatter Utilities
27677 27677 Disable savepoint support for MySQL NDB engine tables, and option to overwrite the default. Database layer (models, ORM)
27054 27054 makemigrations tries to create django_migrations in external database Migrations
27684 27684 Migrations accept default value for DateField that are not portable to all backends Database layer (models, ORM)
27658 27658 collectstatic overwrites newer files in remote storage contrib.staticfiles
27672 27672 Trouble saving specificly shaped GeometryCollection to spatialite backend GIS
27671 27671 Exclusion of .po files from next source distributions Internationalization
27522 27522 ./manage runserver --nostatic doesn't return a traceback Core (Management commands)
27637 27637 timeuntil, timesince breaks in leap year edge case Utilities
27669 27669 Tutorial leaves user alone half-way - no deployment instructions Documentation
27641 27641 Document limitations of the Locmem cache backend Documentation
27651 27651 System check disallows two ManyToManyField relations on the same model, one to concrete through and one to proxy of same through Core (System checks)
27647 27647 runserver segfaults with autoreload enabled on Windows 10 Core (Management commands)
27627 27627 OneToOneField doesn't allow multiple records with NULL value on Microsoft SQL Server Database layer (models, ORM)
27642 27642 Make `forms.utils.flatatt` not add values which are `None` to attrs Forms
27636 27636 The filter queryset is dynamic? Database layer (models, ORM)
27498 27498 Filtering annotated field in SQLite returns wrong results Database layer (models, ORM)
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)
27623 27623 Responsive break in https://docs.djangoproject.com/en/1.10/intro/tutorial05/ Uncategorized
27619 27619 Queries where column name includes a '%' character break when using MySQL Database layer (models, ORM)
27377 27377 Clarify that prepopulated_fields doesn't work with OneToOneField Documentation
27613 27613 BaseInlineFormSet is validating form for extra forms Forms
27263 27263 Allow validators to short-circuit in form field validation Forms
27470 27470 CSRF context processor never sets NOTPROVIDED CSRF
27182 27182 Some import statement use backslashes instead of parentheses Core (Other)
27597 27597 UrlResolver doesn't check all possibilities Core (URLs)
27601 27601 BooleanField no longer accepts empty string as False value Database layer (models, ORM)
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)
27558 27558 Setting db_index=False on existing ForeignKey causes constraint to be recreated on MySQL Database layer (models, ORM)
27599 27599 str(models.Field()) crashes Database layer (models, ORM)
27593 27593 Template traceback, doesn't account for {% include ... %} tags. Template system
27570 27570 Make context processor run outside of RequestContext Template system
27596 27596 LiveServerTestCase in 1.10.4 doesnt close server ports properly Testing framework
27594 27594 Reverse one to one related object populated from incorrect query columns Database layer (models, ORM)
27591 27591 running manage.py with virtual environment Uncategorized
27184 27184 Test client crashes when uploading TemporaryFile on Unix Testing framework
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
27564 27564 `refresh_from_db()` should return the model instance instead of None Database layer (models, ORM)
27562 27562 Django using uuid as primary key, receive AttributeError during createsuperuser(NOT AN ISSUE) Uncategorized
27119 27119 full_clean() called too many times during formset validation Forms
27358 27358 Add a system check for FileField upload_to starting with a slash Core (System checks)
27555 27555 Remove django.utils.functional.lazy_property Utilities
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
27547 27547 Unicode in Textarea breaks rendering Uncategorized
27545 27545 Django conditional If-Match: * returns precondition failed response HTTP handling
27321 27321 ignores_quoted_identifier_case broken on MySQL on OS X/Windows Database layer (models, ORM)
27540 27540 Importerror: No module named dash Uncategorized
27535 27535 RFE: Exclude pk from queries Database layer (models, ORM)
27536 27536 order_by('pk') is not obeyed if superclass has default ordering Database layer (models, ORM)
27517 27517 TemplateResponseMixin with charset does not work Generic views
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
27528 27528 No default object-level permissions provider contrib.auth
27499 27499 Pickling a QuerySet evaluates the querysets given to Prefetch in prefetch_related Database layer (models, ORM)
27504 27504 Cannot Make ORM Queries After an Error and Rollback In Non-autocommit Mode Database layer (models, ORM)
27526 27526 test_fuzzy_compiling failing on a machine with 64 cores Internationalization
27525 27525 Revert to previous migration automatically after failure when using MySQL backend Migrations
27527 27527 How to enable login for a custom written authentication backend contrib.auth
27506 27506 HttpRequest.build_absolute_uri throws DisallowedHost HTTP handling
27521 27521 QueryDict is inconsistently converted to kwargs between CPython and PyPy Core (Other)
27524 27524 Using user instance (instead of get_user_model()) leads to errors when user model is overridden contrib.auth
27483 27483 Add a login_required decorator for AJAX requests contrib.auth
27295 27295 Add a system check to prohibit models that start with an underscore Core (System checks)
27394 27394 template "floatformat" tag throws ValueError for big numbers in Python 3 Template system
27513 27513 Optimize Signal.send a tiny bit Utilities
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)
27508 27508 Debug 404 page shouldn't include the request path prefix in the description of URLconf matching Error reporting
27511 27511 Docs incorrect about related_model for GenericRelation being None Documentation
27512 27512 Dead code path in Model.__init__ Database layer (models, ORM)
27493 27493 GIS raster transformation test failures due to precisions with GDAL 2.1 GIS
27500 27500 Warn about potentially significant performance degrading schema changes when making/running migrations Migrations
27482 27482 Conditional Expressions documentation should have an example for filter() methods Documentation
27467 27467 UserAttributeSimilarityValidator max_similarity=0/1 doesn't work as documented contrib.auth
27495 27495 MultipleChoiceField isn't working with options longer than 1 character Forms
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
27494 27494 markup typo in model docs Documentation
27003 27003 ArrayField and JSONField form fields fail on already converted values Forms
27491 27491 TruncDay function arguments aren't quoted properly when you print the SQL query Database layer (models, ORM)
27484 27484 ManyToMany relationship filter - delete - generate wrong sql Database layer (models, ORM)
27448 27448 GIS distance queries use deprecated ST_distance_sphere GIS
27386 27386 Readonly callable field is unconditionally wrapped inside <p>...</p>, which might create invalid HTML contrib.admin
27440 27440 Allow reverse() to return a fully qualified URL Core (URLs)
27431 27431 Disabled fields are marked as changed in form Forms
27469 27469 Email crashes cryptically when emptystring passed to django.core.mail.message.sanitize_address Core (Mail)
27426 27426 Test Client shouldn't subclass RequestFactory Testing framework
27406 27406 Signals pre_delete and post_delete break logical relationship of models and behave in diffrently with different backends Database layer (models, ORM)
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
27454 27454 Skip translation loading in apps that don't have a 'locale' directory Internationalization
27372 27372 inspectdb fails to inspect sqlite3 tables with foreign keys that have spaces Core (Management commands)
27444 27444 Django StaticLiveServerTestCase: view cannot query test-database properly Testing framework
27435 27435 Raise an error when using --keepdb without an explicit TEST.PASSWORD on Oracle Testing framework
27419 27419 Model that worked before 1.10 causes "Cannot force an update in save() with no primary key." in 1.10. Database layer (models, ORM)
27429 27429 had to use QuerySet.extra to do WHERE LIKE with arbitrary amount / placement of wildcard characters Database layer (models, ORM)
27428 27428 Using .extra on Queryset Uncategorized
27423 27423 Test command sys.exit() does unnecessary casting Testing framework
27424 27424 contenttype 0002_remove_content_type_name migration failure contrib.contenttypes
27422 27422 `makemigrations` fails to migrate ForeignKey types across app boundaries Database layer (models, ORM)
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
27404 27404 Error in function requirements reversed Error reporting
27405 27405 AdminLogNode render TypeError exception while calling get_admin_log with no user (1.8.x) contrib.admin
27401 27401 Add Transifex config to build translated docs Documentation
27379 27379 Django violates RFC7230 when handling requests. HTTP handling
27382 27382 Document that ugettext_lazy() result can't be used with arbitrary Python code Documentation
27151 27151 FK index created two times on PostgreSQL if referenced table PK is varchar Migrations
27396 27396 Docs: send POST request on base.html does not mention {{ csrf_token }} Documentation
27373 27373 Incorrect message on 404 debug page for an empty request path Error reporting
27340 27340 Model pre_init signal should provide an `instance` argument Database layer (models, ORM)
27389 27389 Cannot use QueryDict without configuring settings first HTTP handling
27362 27362 Omitting default_app_config in __init__.py happens too easily. Core (Other)
27388 27388 Filter chaining results in unnecessary joins (and degenerate performance) Database layer (models, ORM)
27385 27385 Error in QuerySet.bulk_create() on PostgreSQL when objs length is a multiple plus one of batch_size Database layer (models, ORM)
27383 27383 Regression: `FileField(default=None)` now never upload a file through a ModelForm File uploads/storage
27384 27384 Accessing request.POST in Django middlewares 1.10.x make it empty for view HTTP handling
27350 27350 Attaching signals to abstract models don't work as it used to be Database layer (models, ORM)
27357 27357 Variant of FilePathField that uses a Storage backend Database layer (models, ORM)
27371 27371 undefined reference in django/contrib/sitemaps/views.py line 71 (version 1.8.15) contrib.sitemaps
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)
27344 27344 ConditionalGetMiddleware should only operate on GET requests HTTP handling
27354 27354 Incorrect variable name given in tutorial Documentation
27353 27353 BooleanField raises ValidationError always for RadioSelect widget value False Forms
27341 27341 Altering max_length on sqlite: makemigrations creates correct migration, but migrate does not alter length of varchar in the database itself Migrations
27123 27123 prefetch_related return mistaken result Database layer (models, ORM)
27323 27323 Optimize Oracle introspection by using USER_SEQUENCES instead of USER_CATALOG Database layer (models, ORM)
27336 27336 Whitespace control django configuration template Template system
27213 27213 ArrayField with null throws ProgrammingError but not ValidationError on Psycopg < 2.6.1 contrib.postgres
27320 27320 SMTPServerDisconnected('please run connect() first',) Core (Mail)
27315 27315 IntegrityError: insert or update on table violates foreign key constraint on Django 1.10 Uncategorized
27319 27319 Circular ForeignKeys between two unmanaged models produce incomplete migrations Migrations
27301 27301 Better handling of errors that are not pickleable when testing in parallel Testing framework
27244 27244 Incorrect thousand separator for the Greek locale (el) Internationalization
27312 27312 Checking raw argument to prevent signals from executing during fixture loading isn't DRY Core (Other)
27262 27262 Delegate URL resolver checks to URL classes Core (URLs)
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
27193 27193 ORDER BY clause not included in subqueries using select_for_update() Database layer (models, ORM)
27279 27279 Performance regression when running migrate with RenameModel operations Migrations
27309 27309 Add CallableBool.__hash__() Utilities
27290 27290 Email validation doesn't check length Core (Other)
14904 14904 TextField with unique (or in unique_together) constraint breaks for large inputs in Postgres Database layer (models, ORM)
27186 27186 Cannot change CheckboxSelectMultiple, FileInput, MultiWidget, SplitDateTimeWidget, and SelectDateWidget with model field default since Django 1.10.1 Forms
27298 27298 Unclear "after each test" wording in the documentation Documentation
27286 27286 Tests fail on MySQL when using multi-db and some DB is read-only due to supports_transactions() call Testing framework
27293 27293 Incorrect time string spacing in Korean Internationalization
27285 27285 Multi-db example : default database config can not be an empty dict Documentation
27289 27289 Docs: Badly wrong explanation of View.as_view() and its use in urlconf Documentation
27217 27217 makemigrations crashes with "'SpatialRefSysMixin' has no attribute '_meta'" on PostGIS GIS
27288 27288 In multi-db setup changes written to master are not seen on read-replicas Testing framework
27287 27287 IndexError in logging on runserver broken pipe error Utilities
27271 27271 ServerFormatter should handle simple string messages with or without args Utilities
27277 27277 Error in generation of SQL query when have a ForeignKey with Model with ChoiceField Database layer (models, ORM)
27274 27274 KeyError when using RenameModel in migrations that refer to an unmanaged model in another app. Migrations
27264 27264 Model Meta is overwriten by abstract parent class Database layer (models, ORM)
27259 27259 ManyToOneRel.name uses relatemodelname instead of relatedmodelname_set Database layer (models, ORM)
27269 27269 ORM extremely slow to run annotate/filter query, much faster directly in dbshell Database layer (models, ORM)
27265 27265 Using @admin.register causes failure when AdminModel constructor is overriden contrib.admin
27227 27227 Full text search by UUIDField returns DataError Database layer (models, ORM)
27261 27261 Missing python-brace-format marker for a contrib.admin string contrib.admin
27159 27159 Pickling query with an __in=inner_qs lookup causes evaluation evaluation of inner_qs Database layer (models, ORM)
27158 27158 Incorrect positioning of admin' horizontal/vertical filter widgets in RTL languages contrib.admin
27240 27240 Allow passing custom parameters to formset forms in admin contrib.admin
27254 27254 Detect web server context Uncategorized
27243 27243 Make reverse_dict.getlist work with fully qualified module names Core (URLs)
27238 27238 Disable check_pattern_startswith_slash if settings.APPEND_SLASH=False Core (System checks)
27245 27245 can't revert migration with index_together with one field Database layer (models, ORM)
27247 27247 Official way to create custom admin commands with subcommands in py2 / py3 Core (Management commands)
27165 27165 CreateModel without indexes always includes options={'indexes': []} Migrations
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)
27198 27198 QueryDict getlist allows data to be mutated HTTP handling
14284 14284 Support for Google Maps version 3 GIS
27228 27228 prefetch_related with select_related takes a lot of query Database layer (models, ORM)
27211 27211 Include HTTP-caching headers to "304 Not Modified" responses HTTP handling
27224 27224 Is possible display SVG by help Django`s view? Uncategorized
27178 27178 ImageField when default provided in model, it's impossible to change the value. Forms
27220 27220 MultiWidget not considered in form submit Forms
27209 27209 Cast function accepts field class according to docs but expects field instance Documentation
27173 27173 Permit import statements to be longer than 80 characters Core (Other)
27208 27208 It does not work when using the download image ImageField via Admin since Django 1.10.1 Forms
27192 27192 Allow pluralizing admin URLs contrib.admin
27205 27205 Allow doing a substring search in JSONField array contrib.postgres
27204 27204 Clashing m2m intermediate table validation should ignore unmanaged models Core (System checks)
27062 27062 Add support for for_update for MSSQL Database layer (models, ORM)
27197 27197 Document how blank=True affects the migrations questioner Documentation
27194 27194 Cannot access admin page by following tutorial Uncategorized
27143 27143 SearchQuery is not combinable using more than one `&` or `|` operators contrib.postgres
27174 27174 Explain where 'polls.apps.PollsConfig' comes from in tutorial 2 Documentation
27179 27179 Bug: error when trying to filter using regex/iregex on a key in a django.contrib.postgres.fields.JSONField contrib.postgres
27180 27180 Check for sql_mode fails during migration with special database connections Database layer (models, ORM)
27172 27172 Close cursor in custom SQL example Documentation
27168 27168 "LookupError: App 'xxxxx' doesn't have a 'xxxxx' model" with custom table name Migrations
27171 27171 #7201 Change 'unicode_literals' in TemplateCommand, change admin and view templates Template system
27167 27167 Removing Validator callable breaks Migrations Migrations
27142 27142 makemigrations fails on special database connections Migrations
27162 27162 Move CreateExtension to django.db.backends.postgresql Database layer (models, ORM)
27150 27150 Document that a name should be provided when wrapping file-like objects that don't have one with File Documentation
27154 27154 Allow comparing CallableFalse/CallableTrue with bitwise or contrib.auth
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
27128 27128 A method model.objects.get(pk=obj.pk) returns many objects, but in a database is one. Uncategorized
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)
27136 27136 Change auth forms' autofocus attribute to HTML5 boolean syntax contrib.auth
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)
27121 27121 Migrate Fails When Column is Deleted and Unique Together is modified in the same migration Migrations
27112 27112 django.test.client.Client doesn't support timeouts Testing framework
27116 27116 Deferrable Admin Filters contrib.admin
27104 27104 1 The Django test client statement 'response.content' in "Writing your first Django app, part 5" unlikely to return "No polls are available." as documented Documentation
27117 27117 The force_login() does not work in a testing if using more one a test Testing framework
27115 27115 1 UI discrepancy in Writing your first Django app, part 7 Documentation
27072 27072 AddGeometryColumn: “duplicate column name: xxx” error running migrations on SpatiaLite GIS
27044 27044 `apps` passed to post_migrate_signal should contain migrated appconfigs even when no migration has been applied to them Migrations
27089 27089 Add the database alias to InconsistentMigrationHistory message Migrations
27114 27114 Migrations: AttributeError: can't set attribute Migrations
27107 27107 setting request.encoding damages request.POST HTTP handling
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
27085 27085 1 UI Discrepancy in "Writing your first Django app, part 2" Documentation
27092 27092 MIgrations: Creating and then renaming a ForeignKey fails when index and constraint created Migrations
27094 27094 ImportError: No module named 'django.core.checks.compatibility.django_1_10' Uncategorized
27087 27087 Document that flush does not affect unmanaged models Documentation
27082 27082 Make timezone.localtime() default to timezone.now() when no value is given Utilities
27059 27059 autoreload loose the sys.path in some cases (buildout install of python for instance, maybe others) Core (Management commands)
27075 27075 URLconf does not properly import underscore-containing module identifiers Core (URLs)
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)
27066 27066 Possible Memory leak while evaluating a QuerySet Database layer (models, ORM)
27058 27058 Reallow the {% for %} tag to unpack any iterable Template system
27008 27008 Add manage.py test --debug option Testing framework
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
27051 27051 Exception when using only whitespace characters as e-mail subject Core (Mail)
27049 27049 Romanian i18n typo Internationalization
27047 27047 Popup inlines contrib.admin
27019 27019 DiscoverRunner does not restore old settings.DEBUG value in teardown Testing framework
27045 27045 Document that AUTH_PASSWORD_VALIDATORS doesn't apply to create_user() and create_superuser() Documentation
27035 27035 DiscoverRunner's setup_test_environment() hard-codes settings.DEBUG to False Testing framework
27038 27038 Migration being created even when no change was made. Migrations
27033 27033 static tag causes AppRegistryNotReady errors on 1.10 contrib.staticfiles
27002 27002 Redundant database query rendering a ModelChoiceField with RadioSelect or CheckboxSelectMultiple Forms
27024 27024 BaseGeometryWidget logs a false positive: Error creating geometry from value '' GIS
27011 27011 Django Middleware 1.10 does not run template_context_processors for exceptions thrown from middleware HTTP handling
27012 27012 test_nested_requests wipes out pre-test settings Testing framework
27005 27005 request.body raises an exception if 'CONTENT_LENGTH' = '' HTTP handling
27001 27001 Regression in query counts using RadioSelect with ModelChoiceField Forms
14030 14030 Use F() objects in aggregates(), annotates() and values() Database layer (models, ORM)
14485 14485 New Site.root field contrib.sites
14415 14415 Multiple aliases for one database: testing problems Testing framework
14891 14891 use_for_related_fields=False is not honored by reverse FK or M2M related managers Database layer (models, ORM)
14131 14131 The pagination module should have some limit, or a warning should be given in the documentation Documentation
14098 14098 Prevent introspection errors from crashing inspectdb Core (Management commands)
14402 14402 help_text is not displayed for ManyToMany raw_id fields contrib.admin
494 494 3 Collapse in admin interface for inline related objects contrib.admin
14286 14286 Support for BigAutoField Database layer (models, ORM)
29 29 2 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)
14716 14716 filter_horizontal and filter_vertical don't work on mobile Safari contrib.admin
14217 14217 Add validation for model field name the same as the model name when using model inheritance Core (System checks)
14476 14476 1 annotate, default aggregation naming and filter annoyance Database layer (models, ORM)
14968 14968 handle BaseExceptions with middleware, or at least KeyboardInterrupt Core (Other)
14909 14909 Adding custom command requires code duplication from Command.handle() if one want to use options like verbosity. Core (Management commands)
14442 14442 During tests parse fixtures using setUpClass Testing framework
14200 14200 new RegexURLResolver is contructed for every request Core (URLs)
14196 14196 Objects that come from something_set, should have their parent object filled in Database layer (models, ORM)
14601 14601 ValuesQuerySet join types not being promoted Database layer (models, ORM)
14671 14671 Allow overriding of ModelChoiceField.choices Forms
14343 14343 NoReverseMatch error message is unclear, view does exist Core (URLs)
14772 14772 Reversing a URL with optional arguments fails Core (URLs)
14952 14952 New find_commands(management_dir) to support .pyc and .pyo Core (Other)
14087 14087 1 django.core.management.get_commands only sees commands in the last package of a namespace package Core (Other)
14497 14497 ModelAdmin.readonly_fields isn't graceful with filefields. contrib.admin
14483 14483 Implement subqueries in geodjango spatial lookup GIS
14834 14834 Colour issues in CSS - particularly documentation Documentation
14881 14881 [nonrel] Do not assume ``User.id`` to be an integer in django.contrib.auth's pasword reset feature contrib.auth
14180 14180 Creating redundant indexes on foreign keys for MySQL/InnoDB tables Database layer (models, ORM)
14515 14515 Can't pickle ValueQuerySet if query references fields, which aren't on the same model. Database layer (models, ORM)
14394 14394 Assigning bad data to an m2m attribute should not clear existing data Database layer (models, ORM)
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)
14664 14664 MiddlewareNotUsed should display a warning Core (Other)
14334 14334 2 Queries don't ensure that comparison objects are the correct type Database layer (models, ORM)
14462 14462 Aggregates default to the database type instead of the field type Database layer (models, ORM)
14638 14638 to_python howto documentation improvement Documentation
14930 14930 `values_list()` fails on queryset ordered by extra column Database layer (models, ORM)
14273 14273 Development server does not shutdown cleanly Core (Other)
14787 14787 Upload handler should pass errors on to forms.FileField File uploads/storage
14932 14932 Tests failing with SQLite3 on Linux systems; Sites object causing failures. Uncategorized
14481 14481 better documentation of the default m2m "through" class Documentation
27 27 1 Single form field for multiple database fields Forms
14372 14372 Admin shouldn't render label tags on hidden fields contrib.admin
14003 14003 Filtering on a relation whose model has a different PK type doesn't work Database layer (models, ORM)
14226 14226 Bug in dumpdata dependency calculation involving ManyToManyFields Core (Serialization)
14136 14136 Show how to specify schemas for Oracle databases Documentation
14916 14916 No proper initialization of models/signals/etc.... Core (Other)
14305 14305 inspectdb should output unmanaged model definitions Core (Management commands)
14549 14549 Disambiguation of target/source fields for intermediary models when using ManyToManyField Database layer (models, ORM)
14319 14319 1 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)
14950 14950 Javascript errors when building CHM file from django docs using Sphinx Documentation
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)
14174 14174 Support for string interpolation in lazy translation Internationalization
14511 14511 exclude() generates wrong query for ManyToManyField with a 'through' relationship Database layer (models, ORM)
14877 14877 ModelFormSet.save() with a deleted form should work even if the model has already been deleted Forms
937 937 Autoreload reloads for every request. Core (Management commands)
14658 14658 DateField initial does not honor locale, against documentation Forms
23 23 1 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
14786 14786 get_db_prep_lookup call get_prep_value twice for each value if prepared == False Database layer (models, ORM)
14765 14765 Unnecessary usage of NodeList in ForNode (template rendering) Template system
14043 14043 Incorrect and/or confusing behaviour with nullable OneToOneField Database layer (models, ORM)
14056 14056 2 Wrong query generated when using reverse foreign key Database layer (models, ORM)
14817 14817 ...models.sql.where.WhereNode.as_sql docstring is outdated 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
14580 14580 Clean up duplicate code in admin formset handling contrib.admin
14300 14300 manage.py sqlcustom fails if models are in a submodule Core (Management commands)
14261 14261 Add clickjacking protection (X-Frame-Options header) HTTP handling
14656 14656 Atom1Feed should write atom:published element contrib.syndication
14238 14238 admin-interface and formsets: ordered_forms are not returned in case of errors contrib.admin
14958 14958 FastCGI socket permission Core (Management commands)
14857 14857 has_results cleanup Uncategorized
14253 14253 3 TIME_ZONE not respected by Today and Now widgets in admin contrib.admin
14006 14006 Documentation on Field's 'description' class attribute does not mention that it will be interpolated with field.__dict__ Documentation
14150 14150 [patch] a get_objects_or_404 ? Core (Other)
14945 14945 ContentType.objects.get_for_model doesn't allow using multiple databases Database layer (models, ORM)
680 680 1 get_absolute_url not being used correctly in admin interface? contrib.admin
25 25 3 Filtering interface on ForeignKey <select> boxes contrib.admin
14894 14894 translation is not threadsafe Internationalization
14567 14567 ModelMultipleChoiceField inconsistently returns a list if empty. Forms
14019 14019 SQLInsertCompiler.as_sql() failure Database layer (models, ORM)
14018 14018 Introduce class_plural %-substitution placeholder for related_name of ForeignKey/ManyToManyField Database layer (models, ORM)
14322 14322 Please set default values for required and error css classes Forms
14802 14802 feature request: add a method to Fields that is used to render the field as read-only contrib.admin
14540 14540 Wrong localization (L10N) thousand separator & decimal point character for Puerto Rico Internationalization
14057 14057 Expose an interface for custom-escaping template content Template system
14874 14874 remove js-confirms on changelist contrib.admin
14186 14186 Adding GDirections wrapper to overlays.py GIS
14121 14121 Provide object's primary key as a hint for database router method db_for_read() when filtering objects by primary key Database layer (models, ORM)
14332 14332 manage testserver and manage runserver should have similiar address:port options Core (Management commands)
14287 14287 TEST_MIRROR is not respected in routers Database layer (models, ORM)
14587 14587 Model description on administrative interface contrib.admin
14705 14705 Model Field Order not influenced by MRO of superclasses Database layer (models, ORM)
14289 14289 Add a signal in the cleanup management command Core (Other)
852 852 2 psycopg.ProgrammingError exceptions leave the connection to the DB in an unusable state Database layer (models, ORM)
14175 14175 Comment object's user_name field too short for User.get_full_name contrib.comments
14970 14970 Inconsistency in handling of managed/unmanaged transactions Database layer (models, ORM)
14241 14241 instructions for creating spatial database template differ on fedora 13 (64 bit) Documentation
14707 14707 Allow an annotation to match a field name when using .values on a query set. Database layer (models, ORM)
14011 14011 QuerySet.none().values('x').query causes "DatabaseError: subquery has too many columns" when used in filters. Database layer (models, ORM)
14229 14229 Postgres backend generates invalid SQL when istartswith and F object are combined. Database layer (models, ORM)
14139 14139 Feature Request: distinct() should support field names Database layer (models, ORM)
14016 14016 SQLite3 problem with date comparison Database layer (models, ORM)
14410 14410 django.db.models.fields.__init__.py class Field.validate failed Database layer (models, ORM)
14387 14387 pre_save problem with inherrited model Database layer (models, ORM)
14373 14373 annotate() will gladly delete your data Database layer (models, ORM)
14571 14571 Update jQuery contrib.admin
14342 14342 Part 2 of the Tutorial -- path format for TEMPLATE_DIR Documentation
14633 14633 Reorganize settings reference docs Documentation
14879 14879 Aggregates (Min, Max) for CharField fails with Postgresql Database layer (models, ORM)
14040 14040 Python syntax errors in module loading propagate up Core (Other)
14976 14976 Add is_html flag to contrib.messages contrib.messages
14325 14325 GenericForeignKey fails if assigned to an object which implements the __len__ method contrib.contenttypes
14039 14039 FileField special-casing breaks MultiValueField including a FileField Forms
14684 14684 RESTful Model View Generic views
14694 14694 defer() doesn't work with reverse relations Database layer (models, ORM)
14678 14678 1 Users are able to add more than one page to the same url contrib.flatpages
14264 14264 2 settings.configure has undocumented differences from using a settings module Core (Other)
14315 14315 memcached doesn't support negative deltas for incr() and decr() Core (Cache system)
361 361 Some Basic Math Filters Template system
14615 14615 Related objects manager returns related objects with null FKs for unsaved instances Database layer (models, ORM)
14093 14093 Confusing error when failing to create a session key because the cache is unavailable contrib.sessions
14967 14967 django.contrib.auth.admin.UserAdmin.response_add changed in 1.2.4 Documentation
14400 14400 Latvian localflavor contrib.localflavor
14282 14282 Add Guatemala to Localflavors 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
14165 14165 Transaction management is only entered for the primary database Documentation
14861 14861 Importing settings in a module that contains a logging Handler causes circular import. Core (Other)
14829 14829 URL dispatcher documentation with class-based generic views Documentation
14449 14449 restructuredtext filter does not return the correct content Documentation
14757 14757 Add An Example For .extra(tables=[]) Documentation
14769 14769 Voting example from tutorial - use of forms API - suggestion 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)
14502 14502 Feature: escape hatch for colliding template syntax in Django templates Template system
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)
14681 14681 Uploaded files should not set mode to None File uploads/storage
14886 14886 GeoModelAdmin forms cannot be used with WMS in formats other than image/jpeg GIS
1 1 Create architecture for anonymous sessions Core (Other)
409 409 Add support for sqlrelay backend, to pool DB connections Database layer (models, ORM)
14836 14836 Improve semantics of docs: *.djangoproject.com
14593 14593 CZBirthNumberField expects two arguments to clean() contrib.localflavor
14618 14618 1 unable to "inspectdb" on mysql4 database Core (Management commands)
14266 14266 1 Audit database backend support claims, particularly for MySQL Documentation
14822 14822 contrib.auth docs should reference to new generic views. Documentation
596 596 1 Allow Django to be packaged as a Python egg Core (Other)
14527 14527 GeoDjango docs shouldn't recommend PostgreSQL 8.3 Documentation
14574 14574 Initial values support for inline model formsets Forms
14341 14341 Session middleware raises exception when unit testing HttpResponseForbidden Testing framework
14147 14147 django 1.2 documentation refer to assertQuerysetEqual which is only available in trunk Documentation
14294 14294 default input_format not honoroed Documentation
736 736 [patch] QueryDict items() and mutability protection fix with doctests Core (Other)
26 26 1 Admin validation errors cause FileUploadFields to be reset contrib.admin
14806 14806 No template tag to support contextual translations Internationalization
632 632 database stored templates Template system
14555 14555 Session loss with psycopg2 db backend contrib.sessions
640 640 3 order_with_respect_to option fails Documentation
702 702 1 document that ManyToMany fields can't be in unique_together Documentation
14597 14597 request.is_secure() should support headers like: X-Forwarded-Protocol and X-Forwarded-Ssl HTTP handling
638 638 1 changelist table is too wide on pages with filter sidebar contrib.admin
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
14292 14292 User.objects.create_user does not give object with id field populated in svn release. contrib.auth
14202 14202 Rss201rev2Feed bug contrib.syndication
14138 14138 Apache setup using sqlite3 breaks when performing a field__regex filter Database layer (models, ORM)
14382 14382 a few suggestions contrib.comments
14579 14579 1 Use built-in sessions middleware for entirely cookie-based sessions contrib.sessions
14467 14467 AllValuesFilterSpec does not work with Null contrib.admin
14570 14570 New format character to represent locale-specifc alternative month names Internationalization
14735 14735 Wrong plural formulation in search_form.html contrib.admin
14176 14176 Error raised when using django.contrib.comments.feeds.LatestCommentsFeed contrib.comments
14426 14426 Factor "mysite" out of all code example import statements Documentation
14634 14634 Sessions are unnecessarily complex contrib.sessions
14533 14533 django signals not thread-safe Core (Other)
14743 14743 Clean up "urls" documentation Documentation
14581 14581 __isnull=False not working for one to one relationships Database layer (models, ORM)
14997 14997 Confusing wording on the note "Overriding Delete" Documentation
14360 14360 Clarify documentation of triage states Documentation
14820 14820 Use `TextField` instead of `PositiveIntegerField` in docs and examples for generic relations. Documentation
14405 14405 problem in login view contrib.auth
14788 14788 Typos in the footer *.djangoproject.com
14276 14276 2 Typo in the docstring to one of the unittests Testing framework
14774 14774 assertNumQueries is buggy with views and the test client if used more than once in a test Testing framework
14524 14524 Accessing /static/ in a new project shows simplistic 404 error page Contrib apps
14873 14873 A paginated ListView with a List instead of queryset produces an error Generic views
14140 14140 There is no way to override admin templates to the project level Template system
14388 14388 Logging documentation typos Documentation
14103 14103 1 Have django.utils.cache.patch_response_headers honor settings.USE_ETAGS setting Core (Cache system)
14685 14685 contrib.sessions.models has incompatible or extraneous code contrib.sessions
14925 14925 test_permission_register_order raises IntegrityError when tests are run and INNODB storage engine is used for MySQL contrib.auth
14913 14913 Romanian translation, including E date format Translations
14529 14529 Save messages for proxy models show a crazy verbose_name contrib.admin
14954 14954 AttributeError: 'dict' object has no attribute 'status_code' Uncategorized
14545 14545 ValidationError missing from Exceptions Reference docs Documentation
14905 14905 models.FileField links to url attribute, which is undocumented. Documentation
14632 14632 Bug - testing framework fails when contrib.auth not in settings. Testing framework
14602 14602 bug in wsgi handler in trunk Core (Other)
14507 14507 Static file serving is broken after rev 14293 Core (Other)
14403 14403 Missing/incomplete documentation for FloatField? Documentation
14697 14697 Speeding up queryset model instance creation Database layer (models, ORM)
14878 14878 Issues in generic views (list) Generic views
14653 14653 GeoDjango utils shouldn't include a Popen shortcut GIS
14708 14708 Document available mapping keys for form field error messages. Documentation
14750 14750 ILPostalCodeField doesn't handle EMPTY_VALUES correctly contrib.localflavor
14812 14812 1 Wrong processing of If-Modified-Since header Contrib apps
14543 14543 ContentTypes tests fails if auth app is not installed contrib.contenttypes
14259 14259 URL dispatcher does not reject duplicate URL names Core (Other)
14961 14961 Cannot load admin interface static files when doing tutorial Contrib apps
14809 14809 Broken login related tests after r14733 contrib.auth
14604 14604 Ubuntu documentation for geospatial/Postgres is out of date GIS
14942 14942 .distinct() + ordering/order_by() is a problem even without related models Documentation
14055 14055 1 Wrong query generated when using reverse foreign key Database layer (models, ORM)
14354 14354 Check password is not None in User.check_password contrib.auth
14824 14824 django.utils.get_format_modules doesn't respect USE_L10N Internationalization
14623 14623 DateTimeField(auto_now=True) does not change when update is called Database layer (models, ORM)
14181 14181 Template tag needed to disable/force L10N formatting on a per-variable basis Internationalization
14152 14152 Model validation: full_clean() should call clean() before clean_fields() Database layer (models, ORM)
14998 14998 '/'.join should use os.path.join Contrib apps
14975 14975 TransactionTestCases are broken by django.contrib.auth in 1.2.4 Testing framework
14557 14557 Generic View improvment Generic views
14924 14924 I18N looks for translations in the reverse order of the apps Internationalization
14835 14835 Improper indentation for docs/ref/contrib/admin/index.txt Documentation
14471 14471 db.models.Manager regression - can't override some methods Database layer (models, ORM)
14896 14896 Delete leads to IntegrityError : bad cascading rule when there's a ManyToManyField pointing to a class having subclasses. Database layer (models, ORM)
14943 14943 Meta attributes for Model refused to work with Mixin. Database layer (models, ORM)
14582 14582 django.contrib.staticfiles development file serving is backward-incompatible if MEDIA_URL was pointing to /static/ folder Contrib apps
14572 14572 Minor fix for generic inline formsets contrib.contenttypes
14972 14972 AdminEmailHandler breaks when report is missing stack trace information Core (Other)
14721 14721 USE_THOUSAND_SEPARATOR fails with UnicodeDecodeError in several locales Internationalization
14928 14928 manage runserver does not allow host name as address django-admin.py runserver
14338 14338 1 Search bar on the docs should include 1.2, & 1.1 *.djangoproject.com
14667 14667 Link MEDIA_* settings to file management docs Documentation
14941 14941 URLField (in django.contrib.admin) rejects IDN domain Core (Other)
14980 14980 1.2.4 release notes did not make it into trunk Documentation
14919 14919 1.2.X branch test failure: test_csrf_token_in_404 Uncategorized
14670 14670 GenericTabularInline broken as of r13708 Contrib apps
14947 14947 regressiontests.fixtures_regress.tests.TestFixtures.test_dumpdata_uses_default_manager() fails with Python 2.7 Uncategorized
14948 14948 Broken routers in 1.2.4: type object 'ModelBase' has no attribute '_meta' Database layer (models, ORM)
14446 14446 auth.views.password_reset_confirm should never be cached contrib.auth
14709 14709 staticfiles app seems forced upon me Contrib apps
14550 14550 commit_on_success no longer sets back to autocommit mode Database layer (models, ORM)
14652 14652 Sessions seem to be improperly using Pickle to hash a dictionary contrib.sessions
14187 14187 1 Add support for bpython in django-admin.py shell Core (Management commands)
14412 14412 Comment url redirection relies on a legacy url contrib.comments
14548 14548 Docs and implementation don't match regading return values of certain QuerySet aggregate functions Documentation
14640 14640 Add elapsed request time to the development server log HTTP handling
14693 14693 staticfiles app doesn't work with form media framework and 3rd party asset managers Contrib apps
14912 14912 urlize and urlizetrunc template filter docs need expansion Documentation
14401 14401 Add a contributing HOWTO page for new contributors Documentation
14906 14906 r14915 removed alternative month names from Polish translation added in r14000 Translations
14489 14489 Typo in generic views docs Documentation
14130 14130 Catching ImportError in manage.py considered dangerous Core (Other)
14249 14249 Inactive users have less permissions then anonymous users with custom backend contrib.auth
14776 14776 Don't put radio and checkbox input widgets in <ul> lists Forms
14617 14617 Docs should mention runserver's automatic serving of static files Documentation
14910 14910 I18N locale per app resolving - documentation incorrect and bug Internationalization
14290 14290 Rendering is very inefficient when USE_L10N. Caching format values gives 2-7 times improvement Internationalization
14133 14133 update GeoDjango windows installer GIS
14661 14661 A couple of MySQL/MyISAM test failures Testing framework
14466 14466 1 "ORA-00918: column ambiguously defined error" has reappeared in 1.2.3 Database layer (models, ORM)
14465 14465 TemplateSyntaxError in Django Admin search Uncategorized
14431 14431 Add a X-Powered-By header by default Core (Other)
14558 14558 Generic View http_method bug Generic views
14594 14594 Django/CherryPy problem with POST data HTTP handling
14002 14002 filesizeformat filter only supports up to GB Template system
14938 14938 "Save as" does not save entries added with a Inline Forms
14386 14386 Standardize Site/RequestSite access; looser coupling of sites framework in contrib Contrib apps
14600 14600 No mentioning of addition of staticfiles to TEMPLATE_CONTEXT_PROCESSORS after 1.2 in settings documentation Documentation
14366 14366 Model.objects.none().values(...).anything() is broken Database layer (models, ORM)
14356 14356 1 Unused import in django.core.management.sql Core (Other)
14665 14665 collectstatic will recollect some files all the time. Contrib apps
14445 14445 Use HMAC and constant-time comparison functions where needed in Django Uncategorized
14679 14679 Change of behavior in add new user workflow when using "Save" button contrib.admin
14755 14755 Wsgi Error HTTP handling
14433 14433 Thread safety problem in contrib.sitemaps Contrib apps
14301 14301 2 django crashes on email address that passed validate_email() (utf8-tld) Core (Mail)
14698 14698 django.utils.module_loading.module_has_submodule yields false positives Core (Other)
14000 14000 Removal of obsolete "versionadded" tags Documentation
14455 14455 Document possibly backwards-incompatible localflavor changes contrib.localflavor
14955 14955 URLField validation should use HEAD requet instead of GET Core (Other)
14895 14895 USE_THOUSAND_SEPARATOR causes error on group admin operations contrib.admin
14700 14700 Speed up RawQuerySet iterator Database layer (models, ORM)
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)
10309 10309 pdflatex document generation fail due to 'gif' file format Documentation
458 458 "View on site" doesn't link to model's get_absoulte_url() method contrib.admin
689 689 5 Honor Web server provided authentication Core (Other)
957 957 1 A SlugField with prepopulate_from does not work for stacked or tabular edit_inline objects. contrib.admin
730 730 more explicit middlware ordering Core (Other)
285 285 WSGIRequest should set request.path to full uri path HTTP handling
528 528 Add a documentation generator that creates a PDF or HTML files locally Documentation
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 8 Related objects interface should be tighter (edit_inline) contrib.admin
14876 14876 Q | Q with nullable related fields generates INNER JOIN where it should be LEFT JOIN Database layer (models, ORM)
14695 14695 Field's `name` kwarg gets paved over Database layer (models, ORM)
14503 14503 Unify test for exception+message value assertion method Testing framework
347 347 Add setting for table generation to use a default MySQL table type Database layer (models, ORM)
116 116 Default admin media doesn't display for 'django-admin runserver' contrib.admin
14288 14288 Template filter: linebreaksbr doesn't normalize newlines Template system
14849 14849 ManyToManyField has weird behavior in 1.2 w/ multi-db Database layer (models, ORM)
14610 14610 fixtures should be able to specify their database Testing framework
14348 14348 Paginator does not handle django.db.models.sql.datastructures.EmptyResultSet Database layer (models, ORM)
289 289 2 [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
14390 14390 set_password functionality outside of the User model contrib.auth
14674 14674 ResetPasswordForm doesn't consider unusable_password setting contrib.auth
811 811 4 IPv6 address field support Core (Other)
14201 14201 Add a "security overview" page to the docs Documentation
14206 14206 contrib:admin dynamic list_display support contrib.admin
14893 14893 TypeError when accessing deferred (defer(..)) geometry field when using proxy geographic model GIS
14614 14614 Dont send Request message when handle_uncaught_exception() Core (Other)
14082 14082 modelform_factory should use the form's metaclass Forms
14045 14045 makemessage miss some gettext in javascript Internationalization
14903 14903 wsgiref usage HTTP handling
14134 14134 Ability to set csrf cookie path and https-only plus add 'secure' Core (Other)
14262 14262 Helper for "get_something as varname" template tag pattern Template system
14729 14729 RawQuerySet.__repr__ fails when params passed as list Database layer (models, ORM)
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)
14733 14733 Allow Manager.raw() execute not only "Pure selects" Database layer (models, ORM)
14105 14105 django.contrib.auth tests failing with cache middleware Core (Cache system)
717 717 If-Modified-Since checked for exact match HTTP handling
14639 14639 admin.site.register() does not check if the model is abstract (gives weird error) contrib.admin
14012 14012 Adding an User object in a popup fails contrib.admin
14099 14099 modelformset not using _should_delete_form Forms
14013 14013 'django.db.backends.postgresql_psycopg2' isn't an available database backend. (?!?!?) Database layer (models, ORM)
14251 14251 app-labels (still) not translated contrib.admin
14986 14986 TestCase: increase verbosity for TestCase.fixtures usage Testing framework
14635 14635 Documentation improvement on setting up django with OpenBSD Documentation
14046 14046 Template tag errors masked if including based on context variable name Template system
14101 14101 Localized DecimalField doesn't accept localized input Internationalization
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)
14677 14677 tests.py cannot be split to package always Testing framework
14419 14419 Make `makemessages --help` more useful Core (Management commands)
14240 14240 filesizeformat should localize number Template system
14934 14934 Decimal errors not localized to LT because of dictionary interpolation Translations
14309 14309 Spanish translation on deleting objects Translations
14553 14553 es_AR language update Translations
14080 14080 Flatpages pt-br translation Translations
14468 14468 test_client_regress.models.UploadedFileEncodingTest fails if the mimetypes.guess_type() guesses an alternate zip mimetype Testing framework
14498 14498 1 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
14474 14474 Unnecessary deepcopying of QuerySet inside filter() method results in slower execution Database layer (models, ORM)
14969 14969 To have a way to modify third part model classes Database layer (models, ORM)
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)
14701 14701 Meta attributes from abstract class Database layer (models, ORM)
14651 14651 ignored field index creation for fields with unique=True and db_index=True Database layer (models, ORM)
14500 14500 Cookie not set in IE and no error message in login form contrib.auth
14418 14418 lazy instances are not resolved to string when used as Exception value Uncategorized
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
14842 14842 Indent the Model Meta Options Documentation
14350 14350 Please add a login method to the test Client that doesn't depend on passwords Testing framework
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
14918 14918 Password reset with e-mail OR username contrib.auth
14724 14724 Auth Password Reset View depends on Integer user ID, contrib.auth
14067 14067 _perform_unique_checks, _perform_date_checks broken for subclasses Database layer (models, ORM)
14981 14981 Small enhancement to User.last_login timezone handling (version 1.3.0 beta 1) contrib.auth
14983 14983 request.user.username displays nothing str(request.user) displays 'paul' contrib.auth
14963 14963 The Flatpages app does not resolve child models Contrib apps
14939 14939 Django's Test Client strips out URL ;-parameters Testing framework
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)
14655 14655 formsets should be iterable Forms
14865 14865 Various RO localflavor fields don't handle EMPTY_VALUES correctly contrib.localflavor
14871 14871 ZAIDField doesn't handle EMPTY_VALUES correctly contrib.localflavor
14872 14872 ZAPostCodeField doesn't pass *args or **kwargs to super().__init__ contrib.localflavor
14860 14860 Various PL localflavor fields don't handle EMPTY_VALUES correctly contrib.localflavor
14859 14859 Various IT localflavor fields don't handle EMPTY_VALUES correctly contrib.localflavor
14864 14864 ROCIFField in localflavor has a bad regex contrib.localflavor
14914 14914 Let to_python (in custom db field) know the connection being used in multi-db environment Database layer (models, ORM)
14146 14146 Incorrect query being generated by .exclude() in some inheritance cases Database layer (models, ORM)
14902 14902 Won't delete files with accents (or other unicode characters) Core (Other)
14899 14899 'ModelFormOptions' object has no attribute 'many_to_many' Forms
14892 14892 python manage.py shell Core (Other)
14499 14499 ATSocialSecurityNumberField doesn't handle EMPTY_VALUES correctly contrib.localflavor
14837 14837 field based custom ordering Database layer (models, ORM)
14841 14841 Add/fix xrefs in topics/db/models Documentation
14022 14022 context_processors debug() Fails with no DB Backend Core (Other)
14120 14120 [patch] Document ``get()`` in Making Queries Documentation
14095 14095 Objects not saved when readonly_fields is set for inline admin contrib.admin
14484 14484 database router ignored on Manager.get() Database layer (models, ORM)
14666 14666 Ability to control the order the column in Models when mapping to the sql Database layer (models, ORM)
14110 14110 iexact lookup doesn't work with subquery values Database layer (models, ORM)
14075 14075 ManyToMany relationships create circular references Database layer (models, ORM)
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
14717 14717 Connection error not handled Uncategorized
14637 14637 There may an Internationalization bug in Forms Translations
14626 14626 DateField with auto_now=True is not coming in as Python's datetime.date object in Python 2.4 / 2.5 Database layer (models, ORM)
14728 14728 More generic text about missing .py extension on commands Documentation
14234 14234 Validation bug when using ModelForms Forms
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)
14687 14687 Proxy model inheritance and DoesNotExist exception Database layer (models, ORM)
14566 14566 Multiple database issue v1.2.3 - Django reading the wrong database Database layer (models, ORM)
14283 14283 2 AttributeError on admin detail page after r13708 Contrib apps
14536 14536 Incorrect syntax about using OPTIONS for changing the database engine Documentation
14564 14564 case insensitive unique_together Database layer (models, ORM)
14508 14508 Test suite silences warnings Testing framework
14650 14650 Error in SlugField documentation Documentation
14630 14630 Oracle test tablespace disk datafile not big enough for running full Django test suite Testing framework
14629 14629 Typographic and Linguistic Corrections Documentation
14621 14621 Non-informative error when URL is not properly configured Uncategorized
14620 14620 django.utils.translation.get_language doesn't use settings Core (Other)
14318 14318 Add GEOSGeometry.valid_reason GIS
14584 14584 PASSWORD_RESET_TIMEOUT_DAYS is not documented Documentation
14578 14578 Typo in documentation for Proxy models Documentation
14398 14398 runfcgi umask option should use literal value Core (Management commands)
14531 14531 Add validate_unique flag to ModelForm.Meta Forms
14047 14047 CommonMiddleware documentation tweak Documentation
14552 14552 Suggestion for a slightly better explanation of custom template tags Documentation
14535 14535 Model.objects.all() causing ImportError in Django 1.2.3 in stand-alone script Database layer (models, ORM)
14537 14537 Validators documentation page doesn't say where to import validators from Documentation
14173 14173 Reference documentation for changepassword django-admin command added in 1.2 Documentation
14085 14085 DATE_FORMAT, TIME_FORMAT etc. docs should have a link to allowed formatting strings Documentation
14542 14542 Short model names break Uncategorized
14223 14223 Inconsistent exception raising on DB integrity errors Database layer (models, ORM)
14513 14513 Ordering Check in django/core/management/validation.py Database layer (models, ORM)
14477 14477 minor typo in the examples of m2m_changed signal Documentation
14482 14482 better documentation of flow of save in admin Documentation
14432 14432 Tutorial import line missing (tiny correction) Documentation
14510 14510 Django admin doesn't consider settings.LOGIN_REDIRECT_URL Contrib apps
14167 14167 Using Instances in Generic Create/Update/Delete Generic views
14126 14126 blocktrans count is parsing incorrectly Translations
14307 14307 Document form ChoiceField tuple Documentation
14379 14379 formset.is_bound returns False for ModelFormsets created with queryset as argument Forms
14457 14457 Possible error in settings.py description Documentation
14017 14017 Wrong comment in django.contrib.admin.options log_deletion contrib.admin
14452 14452 1 Need help understanding why the below is happening. Forms
14227 14227 Modify contributing docs to mention the 'easy-pickings' keyword in triage Documentation
14441 14441 Oracle list limit exceeded with __in filters Database layer (models, ORM)
14440 14440 Conversion of mail tests from doctest to unittests Testing framework
14392 14392 Inconsistency for "creating forms with models" Documentation
14010 14010 mention DYLD_LIBRARY_PATH in macosx installation instructions Documentation
14255 14255 Factoring mysite out of tutorial imports Documentation
14416 14416 ImageField forms require an enctype, not documented Documentation
14274 14274 Document the fact that running tests with warnings on is a good step before an upgrade/good practice Documentation
14409 14409 Typo in /internals/documentation Documentation
14397 14397 Missing ending quotation in logging documentation Documentation
14377 14377 Add site to the context of the logout view contrib.auth
14327 14327 1 Custom Manager not honored in related queries Uncategorized
14295 14295 Saving an object with a custom manager results in IntegrityError Uncategorized
14363 14363 ManyToManyRawIdWidget.render is assuming `attrs` is always passed as a dict. contrib.admin
14281 14281 Small documentation fixes after djangocon 2010 sprints commit-fest Documentation
14353 14353 unique_together new style is not working properly Uncategorized
14359 14359 django core and contrib named urls should follow a convention Contrib apps
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)
14328 14328 Table name with CAPs symbols. DatabaseError: column... Database layer (models, ORM)
14314 14314 Import error on installation of Django 1.2.3 Uncategorized
14107 14107 Problem with non-null fieds using Oracle Backend Database layer (models, ORM)
14254 14254 More tests for storage backends File uploads/storage
14252 14252 django.contrib.flatpages unit tests assume default value for settings.LOGIN_URL Contrib apps
14278 14278 sqlite3 backend and django 1.2.3, bug: «no such table» Database layer (models, ORM)
14275 14275 Russian file name file in upload File uploads/storage
14235 14235 1 UnicodeDecodeError in CSRF middleware Forms
14243 14243 defer and only are not respected by values and by valuest_list() Database layer (models, ORM)
14242 14242 UserChangeForm Causes KeyError in 1.2.2 and Trunk Forms
14032 14032 CSRF cookie value is marked as safe and inserted in the HTML unchecked Core (Other)
14222 14222 csrf_exempt decorator is useless if not the top-most decorator Uncategorized
14090 14090 Many sql queries needed to display change user form contrib.auth
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
14194 14194 MIssing comma in tutorial code Uncategorized
14185 14185 Possible bad SQL at http://docs.djangoproject.com/en/dev/ref/models/querysets/ Documentation
14168 14168 Method assertQuerysetEqual() has "response" as first argument in the docs Documentation
14116 14116 TestClient skips Csrf Middleware Testing framework
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 1 Template tag to set context variable to output from tag's rendered content Template system
14052 14052 Error on a code in Tutorial 01 Documentation
14106 14106 Duplicate emails without fully qualified project imports Uncategorized
14064 14064 Correct spelling of Argentinian Spanish in global_settings.py Core (Other)
14025 14025 Flush command not fully supporting multi database support Uncategorized
14037 14037 models.DateField don't serialize JSON Database layer (models, ORM)
14061 14061 MultiPartParser receives an HTTP_CONTENT_LENGTH of zero File uploads/storage
14036 14036 foreignKey doesn't work properly in admin - last current svn revision (1.3 pre alpha) contrib.admin
607 607 1 Admin option to show/hide fields contrib.admin
714 714 access to id of current user on admin contrib.admin
313 313 1 PhoneNumberField should accept international format numbers Internationalization
920 920 [patch] patch_response_headers breaks when response.content is unicode Core (Cache system)
854 854 GUI editor for the admin interface Core (Other)
571 571 SQLite error with mod_python/Apche2 on Mac OS X 10.4.2 contrib.admin
552 552 [patch] SOAP support for django Tools
172 172 Twisted (twisted.web2) support for Django Tools
580 580 [patch] caching needs to take more into account than just the URL Core (Cache system)
903 903 change login_required contrib.auth
106 106 1 [patch] Problem with some js/select box on IE contrib.admin
461 461 Support use of pypgsql instead of psycopg Database layer (models, ORM)
22 22 1 [patch] FileUploadField should allow for clearing the field contrib.admin
541 541 [patch] Making generic views use other templates like Zope3 ZPT Generic views
987 987 1 HttpResponseRedirect uses/allows relative URIs for the HTTP Location header, which is forbidden by HTTP Core (Other)
24 24 2 edit_inline support for OneToOne relationships Metasystem
565 565 Unique fields don't work on edit_inline models contrib.admin
575 575 2 edit_inline don't save child data when a "blank=True" field is not set contrib.admin
245 245 Remove old ordering syntax Metasystem
659 659 Selecting by month with DateField is broken with sqlite3 backend Database layer (models, ORM)
14 14 1 PIE-IN-THE-SKY: Add spell-check capability to admin textareas contrib.admin
685 685 5 [patch] list_detail and archive_* generic views should default allow_empty to True Generic views
785 785 many2many table and legacy databases. Database layer (models, ORM)
921 921 Add a "me" shortcut to UserFields contrib.admin
265 265 2 Patch: RequiredIfOtherField and friends don't work with edit_inline Core (Other)
115 115 1 Models CRUD via web services Core (Other)
899 899 Formfield doesn't display default value Forms
616 616 [patch] process_exception middleware extension Core (Other)
231 231 [patch] Make appropriate model fields honor max_length param Metasystem
893 893 "change password" and "log out" on admin site doesn't work on apache2 contrib.admin
978 978 STACKED ForeignKey classes don't show up in the admin for subclasses of related class contrib.admin
792 792 1 FileField and edit_inline=meta.STACKED contrib.admin
391 391 date_based generic views might be off by one Generic views
546 546 [patch] make render_to_string and render_to_response use select_template Template system
208 208 1 Allow the strings the cycle tag uses to contain spaces Template system
526 526 2 Error when edit_inline model have unique_together constraint Database layer (models, ORM)
348 348 3 [patch] Multiple clicks on "Choose all" or "Clear all" in the Javascript "filter" interface causes strange behavior contrib.admin
137 137 TypeError: can't compare datetime.datetime to datetime.date in date_based.py Generic views
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
189 189 1 Inline editing of foreign keys doesn't do pretty error handling. contrib.admin
673 673 Final code example in Tutorial 3 is incorrect Documentation
710 710 Differentiate between __repr__ and __str__ for model objects Core (Other)
744 744 2 `NullBooleanField` should show an icon in the admin listing rather than &#34;None&#34; Generic views
779 779 1 [patch] Allow callables in extra_lookup_kwargs of generic views Generic views
127 127 Documentation how to setup djangoproject.com Documentation
264 264 None Contrib apps
548 548 missing steps at end of tutorial04.txt Documentation
926 926 1 Too narrow collumns for swedish on main admin page contrib.admin
851 851 New SQL query API Database layer (models, ORM)
787 787 High-level feeds ('Feed' subclasses) don't pick up author details contrib.syndication
721 721 isAlphaNumericURL validator should allow dashes. Validators
671 671 1 generic list_object enhancement Core (Other)
747 747 Initial Welsh (cy) translation Translations
371 371 1 random filter in template throws an error Template system
394 394 Redirects and multiple name= pairs Core (Other)
569 569 [patch] better pluralization for table names contrib.admin
536 536 Wrap load_and_render in HttpResponse in the calling function Tools
518 518 Need validators that aren't attached to a form field Validators
436 436 Create an API to update and delete multiple objects in a single call Metasystem
425 425 django.utils.images should have a thumbnail function Tools
509 509 4 We need a &#34;Powered by Django&#34; button Database layer (models, ORM)
508 508 max_age for cookies doesn't work in safari (and perhaps not IE) Core (Other)
475 475 Recursive function calling not working properly in template tags Template system
398 398 [patch] {%define VAR as%}VALUE{%in%} tag Template system
421 421 [patch] new events framework Core (Other)
103 103 "Get current version: 1.0" is misleading *.djangoproject.com
396 396 djangoadmin.py runserver should be able to listen on all available IPs Tools
410 410 'django-admin validate' should note when meta.admin.fields is redundant Core (Management commands)
364 364 _{post,pre}_file hooks Metasystem
428 428 2 [patch] view for serving static files Generic views
380 380 Tutorial 1, missing specific directory information Documentation
357 357 [patch]: django-admin.py needs a --projects parameter Core (Management commands)
362 362 Anonymous sessions should try to prevent session-stealing Core (Other)
359 359 Simplified assignment and lookup for related fields contrib.admin
333 333 HttpResponse should get a default charset Core (Other)
273 273 [patch] Password salt and other algorithms support Core (Other)
120 120 djang-admin.py called without argument Tools
315 315 verbose_name_plural should be used in admin URLs contrib.admin
259 259 Admin errors with edit_inline and foreign keys. contrib.admin
240 240 get_callback() improvements Core (Other)
279 279 2 [patch] TemplateDoesNotExist on Windows contrib.admin
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
223 223 [PATCH] Breadcrumb navigation broken in admin documentation contrib.admin
215 215 Need to generate postgresql tables WITHOUT OIDS by default Database layer (models, ORM)
295 295 [patch] Add reverse counter variables to template &#34;for loops&#34; Core (Management commands)
248 248 Add a "addtopath" command to django-admin.py Core (Management commands)
124 124 Better handling of raw POST data Core (Other)
196 196 Patch: Allow integer months in views.generic.date_based Core (Other)
183 183 TypeError: can't compare datetime.datetime to datetime.date Template system
186 186 [patch] Refactor django/core/meta.py to eliminate duplicate code Metasystem
212 212 help_text is not displayed for ManyToManyField in the admin interface contrib.admin
251 251 [patch] Add "AND" and "OR" clauses to the SQL query syntax Metasystem
136 136 Provide a path to read documentation files in docs/ (enhancement/trivial) Documentation
216 216 sqlite3 broken post rev 329 Metasystem
168 168 history() in django/views/admin/main.py makes assumptions about the object's key name contrib.admin
7 7 1 Patch: Changelist date range filters don't maintain state as expected contrib.admin
121 121 [patch] Names in SQL should be quoted Metasystem
198 198 istartswith doesn't work Contrib apps
2 2 Calendar popup - next/previous month links close the popup in Safari contrib.admin
163 163 Option to leave off __exact Template system
98 98 1 Pretty CSS for PHILOSOPHY sections in docs Documentation
71 71 Consider using "example.com" instead of "mysite.com" Documentation
117 117 1 Site search and/or Trac search for djangoproject.com *.djangoproject.com
155 155 django-admin initializes mysite.com in meta table without way to change that contrib.admin
70 70 1 Community link not there from within Code. *.djangoproject.com
82 82 Config snippet for mod_python users doing tutorial 3 Core (Other)
108 108 1 WikiFormatting page is not there *.djangoproject.com
8 8 1 Date and time fields should accept multiple formats contrib.admin
66 66 [patch] Give views access to application root from urlconf Core (Other)
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
44 44 Missing view templates for djangoproject.com in Subersion repos. Documentation
77 77 The PostgreSQL code should use schemas instead of prefixes for namespaces. Database layer (models, ORM)
171 171 Bug, I think, in foreign keys and SQLite Database layer (models, ORM)
611 611 fields with editable=False do not render contrib.admin
21 21 1 FileUploadField should allow for manual filename entry contrib.admin
555 555 1 DateTimeFields with auto_now and auto_now_add don't change in place Core (Other)
572 572 2 When i have an ImageField and a auto_now DateTimeField in the same model it doesnt get saved contrib.admin
200 200 1 Add a Decimal type and a Currency type Database layer (models, ORM)
952 952 [patch] Allow for database client encoding configuration from project settings Database layer (models, ORM)
93 93 django-admin startproject can create invalid settings/admin.py on windows Tools
633 633 1 Model _post_load method (or similiar for a field?) Database layer (models, ORM)
609 609 1 When using validators.RequiredIfOtherFieldEquals with a Boolean field, it doesn't work the obvious way contrib.admin
999 999 1 '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)
760 760 Error reason not seen when 500 template is missing contrib.admin
639 639 2 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 1 prevent raw_post_data parsing on defined view functions Core (Other)
5 5 1 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
914 914 [patch] Admin js option does not honor absolute urls contrib.admin
10 10 1 Ordered objects should have API access to their order number Validators
870 870 1 Cool CSS display bug in the calendar widget in the admin view contrib.admin
872 872 fields.TextField should pass 'rows' argument to its formfields.LargeTextField contrib.admin
262 262 editable=False doesn't show in tables that are created with edit_inline=True contrib.admin
389 389 [patch] admin interface only sorts by first ordering field contrib.admin
65 65 [i18n] Internationalization and localisation contrib.admin
87 87 [patch] Oracle database support Database layer (models, ORM)
329 329 RSS framework needs an easier interface contrib.syndication
463 463 [patch] new mysql.DatabaseWrapper - solving multiple MySQL problems Core (Other)
529 529 Add support for GenericForeignKey Contrib apps
327 327 Metasystem should support more than one ManyToMany relationship Metasystem
452 452 Two ManyToManyFields to the same object should give that other object two API methods, not one Metasystem
558 558 jnefpnev Core (Management commands)
527 527 OneToOne relations are broken since new model style released Metasystem
801 801 contrib.comments seems a bit "unready" contrib.comments
105 105 Make collapse class to work in two ways contrib.admin
338 338 ManyToMany fields don''t work in the generic views Generic views
884 884 Problems with international date handling Template system
337 337 DateTime fields don't work in the generic views Generic views
61 61 1 [patch] auth.User admin form shouldn't require people to edit hashes contrib.admin
451 451 1 There should be OneToManyField support Database layer (models, ORM)
349 349 3 [patch] Bad styling in Admin interface contrib.admin
469 469 Admin changelist assumes ForeignKey related object has ordering set contrib.admin
669 669 1 site table Metasystem
742 742 history raises error in datetime while using non english language Core (Other)
440 440 [patch] maxlength incorrectly checked for international characters in utf-8 contrib.admin
122 122 [patch] Build models using fieldname=FieldClass Core (Other)
447 447 [PATCH] Add pubdate elements to RSS feeds. contrib.syndication
740 740 translation middleware not working on win xp Core (Other)
739 739 tutorial and docs translations Documentation
180 180 request.POST doesn't work in django_admin.py runserver Tools
813 813 we need spam protection for the ticket system :-( *.djangoproject.com
167 167 ForeignKey should also take string arg instead of class name Metasystem
323 323 Saving item without making any changes causes a duplicate item to be created in MySQL contrib.admin
634 634 [patch] admin shortcuts don't honor existing http:// absolute urls contrib.admin
241 241 Add a django.contrib.markup app Core (Other)
395 395 [patch] New session middleware for browser-session length cookies Core (Other)
107 107 [patch] Leaving out ID parameters Metasystem
420 420 [patch] exclude_fields in AddManipulator and ChangeManipulator Metasystem
618 618 1 [patch] (reopened) Support for non-standard database port Database layer (models, ORM)
521 521 Multilevel foreign key ordering causes error in Admin changeview Metasystem
981 981 SQL insert files located in every app should be documented Documentation
275 275 Missing arg in django.core.validators.RequiredIfOtherFieldGiven introduced by changeset 403 Core (Other)
684 684 [patch] Give views/decorators/auth.py a fighting chance of accomplishing something contrib.admin
683 683 [patch] Saving with custom db_column fails Metasystem
805 805 OneToOneField conflicts with ForeignKey Database layer (models, ORM)
423 423 Admin filters broken with [549] contrib.admin
681 681 get_in_bulk fails for PK columns other than "id" Database layer (models, ORM)
316 316 Error while logging into Admin site since revision 487 contrib.admin
499 499 [patch] method_save() empty value fix Template system
682 682 Fully decoupled URLconf's for apps. Core (Other)
280 280 add _pre_delete and _post_delete hooks Core (Other)
799 799 2 new error templates expose secret keys Core (Other)
515 515 [patch] additional set of cache backends Core (Cache system)
424 424 Timeline page doesn't display link to RSS feed *.djangoproject.com
192 192 FileUploads with builtin HTTPServer and wsgi-handler won't works Core (Other)
170 170 Unicode field names cause UnicodeEncodeError in main admin handler contrib.admin
927 927 non-integer primary keys are broken since new-admin merge Metasystem
648 648 1 [patch] Add a comment tag like {# commented #} Template system
500 500 [patch] Templates files extensions other than '.html' should be possible Template system
890 890 database tables should be imported directly, not thru django.models.[app_name].[table_name.lower()]s Database layer (models, ORM)
416 416 Automate site introspection for url pattern modules, view methods, template directories, and applications contrib.admin
828 828 Same function used for GET and POST Database layer (models, ORM)
698 698 Exceptions thrown after CONTROL-C typed to stop test web server. Core (Management commands)
175 175 select_related does not work in both directions.. Database layer (models, ORM)
179 179 Time zone doesn't work right under django_admin.py runserver Core (Management commands)
724 724 get_next_by_pub_date/get_previous_by_pub_date model methods only see 1 item for each day. Core (Other)
419 419 1 Create meta.AbstractModel Metasystem
913 913 [patch] incorrect `list_filter` field error message a bit stranger than necessary contrib.admin
935 935 1 weird interaction between edit_inline and OneToOneField causes adding through admin to fail contrib.admin
445 445 1 allow partial object updates with manipulators Metasystem
119 119 Serving media Core (Other)
464 464 [patch] Modification of django.core.mail: more fields, using dicts to pass arguments Core (Other)
610 610 XSLT as templating engine. contrib.admin
853 853 Django has high start costs, weight Metasystem
298 298 Need impovement to POST.copy() Core (Other)
644 644 SQL Server DB backend: Rev 940 test results Database layer (models, ORM)
608 608 Allow objects with future dates to display in date based generic views Generic views
350 350 "offset" keyword does not work on MySQL 3.x Database layer (models, ORM)
62 62 Change tutorial to use easy development server, not mod_python Documentation
210 210 1 Some tables are unreadable due to white text on white background *.djangoproject.com
774 774 Typo in 'User authentication in Django' documentation article? *.djangoproject.com
379 379 Add OS, Python version, database version fields to ticket tracker *.djangoproject.com
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 1 Add a test suite for core functionality Tools
42 42 OneToOneField missing from DATA_TYPES dict Database layer (models, ORM)
495 495 manipulators inherit from admin Metasystem
583 583 [patch] Add app-template dirs to TEMPLATE_DIRS Template system
911 911 [patch] Make template system scoped to the parser contrib.admin
598 598 [patch] Include tag contrib.admin
502 502 [patch] added category to feed items contrib.syndication
961 961 [patch] Add automatic thumbnail generation to ImageFields Core (Other)
750 750 i18n should ideally respect the languages supported on a per-application basis Tools
576 576 [patch] don't show 'add another' button in popup contrib.admin
757 757 Cannot set primary key value manually for new objects. Core (Other)
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
985 985 [1463] possibly incomplete? contrib.admin
741 741 Session unpickler is not fault tolerant Core (Other)
582 582 [patch] Load templates from application eggs Template system
746 746 2 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
603 603 Improved template error messages Template system
657 657 validator - characters without numbers Validators
356 356 [patch]: simple XML-RPC support for Django Core (Other)
930 930 [patch] Leaving out ¨ordering¨ in OneToOne relationship causes bad SQL statement Metasystem
466 466 Model tutorial fails Documentation
480 480 Admin interface table detail showing incorrect number of entries contrib.admin
437 437 [patch] In memory file cache Core (Cache system)
306 306 cached date time values have greater precision then ones retrieved from db causing issues Database layer (models, ORM)
650 650 render_to_response uses Context instead DjangoContext Template system
113 113 auto-reload broken in standalone WSGI server Core (Other)
826 826 Development server kills itself to reload, causing browser GET failures contrib.admin
993 993 Updated Welsh translation for django-admin Translations
535 535 Refactor admin code to clean it up contrib.admin
908 908 writing Null instead of the default value to the database in default object manipulator Metasystem
557 557 date_hierarchy doesn't work with DateField contrib.admin
300 300 ImportError in simple setup Core (Other)
593 593 [patch] Fulltext search support in Django Database layer (models, ORM)
905 905 [patch] Add _pre_set and _post_set hooks to models Core (Other)
554 554 RSS feeds are not valid due to missing timezone in pubdates contrib.syndication
111 111 1 Filtering doesn't clean up arguments contrib.admin
305 305 sql code was not white space safe? Database layer (models, ORM)
366 366 Document meta.LazyDate() technique Documentation
253 253 Admin add interface is looking for key that doesn't exist contrib.admin
695 695 sqlupdate, creates sql to update the database based on an updated model file Database layer (models, ORM)
674 674 ImageField display use undocumented thumbnails for change_list display contrib.admin
302 302 object.save() doesn't update, re-inserts contrib.admin
636 636 Restrict editing of records to owner or person with certain role. Core (Other)
110 110 Documentation on pagination needed Documentation
112 112 WSGI requires a HTTP reason in the status Core (Other)
156 156 changeset 293 breaks tutorial polls app contrib.admin
131 131 Included URL configurations do not receive parameters parsed from parent URL configurations Core (Other)
286 286 [patch] Eliminate unintuitive behavior when using edit_inline with no core fields specified Metasystem
101 101 Add functionality to django-admin to create skeleton views Core (Management commands)
672 672 1 get_absolute_url isn't nice contrib.syndication
984 984 list_display and the repr-to-str change contrib.admin
802 802 add a spam-filter callback facility to comments Tools
900 900 [patch] Premature close of postgres connection with multiple threads Database layer (models, ORM)
151 151 javascript clock not dismissed by clicking "cancel"; several references to ljworld.com in the src code contrib.admin
662 662 saving a newly created object without any data causes an error Core (Other)
89 89 DateTimeFields with auto_now_add = True in admin contrib.admin
704 704 AttributeError with non-standard primary key name contrib.admin
676 676 2 [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
646 646 inspectdb fails on tables with "-" in the name Core (Management commands)
982 982 [patch] Comparing objects by negation should work Database layer (models, ORM)
945 945 not translated parts in admin Javascript Translations
965 965 sql sequence reset misses the m2m tables Core (Management commands)
968 968 page not found ->http://www.djangoproject.com/documentation/models/or_lookups/ Documentation
958 958 [patch] Allow non-int Primary Keys in ForeignKey Metasystem
933 933 update "django-admin.py sql polls" output in tutorial01 Documentation
629 629 [patch] ChangeManipulator does not correctly display <select> when the data is an id type Core (Other)
415 415 download_setuptools fails with authenticating proxy Tools
815 815 [patch] select keyword to lookup_kwargs are being quoted incorrectly in query Core (Other)
788 788 Atom feeds should have a <link rel="self"> element (or, authors should have more control of optional feed elements) contrib.syndication
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
641 641 [patch] Fix re-raise in d.c.h.base Core (Other)
503 503 Field objects with required arguments shouldn't be keyword arguments. Core (Other)
678 678 1 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)
623 623 [patch] Allow ssi tag to use template dirs, making apps that use this feature much more portable Template system
578 578 [patch] automatically do MD5 in admin backend contrib.admin
568 568 the JING setting and the EMAIL_IDENT setting Core (Other)
559 559 Tutorials should use different project name Documentation
538 538 django is not zip_safe Tools
467 467 Debugging code left behind in django.utils.text ? Tools
478 478 error with sqlite and admin contrib.admin
418 418 No interface to change default site in sites table generated by django-admin.py init contrib.admin
354 354 Unit tests fail with old version of MySQLdb Tools
331 331 Unexpected model attributes crash install Tools
403 403 [patch] floatformat error Template system
387 387 Date field does not render, saving object fails with invisible error contrib.admin
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
341 341 unique option contrib.admin
369 369 put the D back in CRUD for FileField contrib.admin
353 353 mysql breaks on model sqlite3 likes Database layer (models, ORM)
277 277 CommonMiddleware URL rewriting discards POST data Core (Other)
324 324 IPAddressField fails Database layer (models, ORM)
322 322 [patch] Admin unavailable in development server after [503] contrib.admin
188 188 Can't login in admin, when TIME_ZONE set to 'Europe/Riga' in myproject.settings.main contrib.admin
181 181 Site and FlatFile don't appear in the Admin interface contrib.admin