Sam

(ieatkittens)

Most Active Role

N/A

Most Active Component

Http Handling

Activity Timeline

[No data in this time period]

Components

Tickets

Trac Ticket (743) Reporter (0) Owner (2) Commenter (5) Summary Component
34699 34699 Filtering on annotated TruncSecond expression gives unexpected result. Database layer (models, ORM)
34619 34619 Ensure FilteredSelectMultiple select elements are associated with their label contrib.admin
34819 34819 GenericForeignKey.get_prefetch_queryset() contrib.contenttypes
34865 34865 DatabaseWrapper are not GC and connections are not closed Database layer (models, ORM)
897 897 Bi-Directional ManyToMany in Admin contrib.admin
34397 34397 Subclasses of JSONField call `get_prep_value` with field as value Database layer (models, ORM)
373 373 Add support for multi-column primary keys. Database layer (models, ORM)
470 470 Add Field.db_default for defining database defaults Database layer (models, ORM)
27674 27674 Deprecate GeoModelAdmin and OSMGeoAdmin GIS
27833 27833 prefetch_related fails with SQLite when used with 1000 parent records Database layer (models, ORM)
34402 34402 Admin search_fields crashes for inherited model and __iexact lookup. contrib.admin
34898 34898 Adding non-deterministic collations to unique CharFields crashes on PostgreSQL. Migrations
27466 27466 Use a datepicker widget for Date[Time]RangeField in admin contrib.admin
27236 27236 Deprecate Model.Meta.index_together in favour of Model.Meta.indexes Database layer (models, ORM)
27692 27692 Remember scroll position in list screen after coming back from edit screen - remove autofocus from search field contrib.admin
34533 34533 OuterRef not resolved as part of ORDER BY clause Database layer (models, ORM)
27452 27452 Add Postgres serial field to contrib.postgres contrib.postgres
27409 27409 Issues with admindocs docstring links generation contrib.admindocs
34034 34034 Adding a class on ChoiceWidget subwidgets is excessively difficult Forms
27587 27587 Document str(QuerySet.query) Documentation
34406 34406 Add support for curved geometries in GeoDjango GIS
34887 34887 Allow unlimited CharField for SQLite backend Database layer (models, ORM)
34221 34221 Plural-Forms in .po files break Django's translation precedence. Internationalization
34643 34643 Move admin form labels to a more accessible place contrib.admin
34118 34118 Python 3.12 compatibility Core (Other)
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)
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
34994 34994 Visual regression in admin checkboxes on mobile contrib.admin
34925 34925 refresh_from_db() will not iterate through all of the fields listed in the 'fields' parameter. Database layer (models, ORM)
34613 34613 add support for Partitioned cookies HTTP handling
34297 34297 ValueError: invalid token in plural form: EXPRESSION when adding new language Utilities
34211 34211 Performance regression in ForeignKeyDeferredAttribute changes. Database layer (models, ORM)
34853 34853 Accept-Language Header takes precedence over cookie for format localization Internationalization
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)
34488 34488 ClearableFileInput widget forgets "Clear" selection when form is not valid Forms
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)
27465 27465 Allow EmailMessage to load attachments from the Storage API Core (Mail)
34964 34964 Reversing the order of Q objects in a CheckConstraint generates a migration Migrations
34200 34200 Allow setting postgres role during connection setup Database layer (models, ORM)
34534 34534 Reduce index/constraints operations. Migrations
34961 34961 Add a max_length parameter to EmailValidator Core (Other)
34036 34036 Low text contrast over light blue backgrounds in admin light theme contrib.admin
34989 34989 Set Content-Length where possible for HttpResponses. HTTP handling
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
34830 34830 csrf_failure and bad_request views missing context processors Core (Other)
27676 27676 MariaDB 10.2 supports defaults for text columns Database layer (models, ORM)
34978 34978 Annotating through an aggregate with RawSQL() raises 1056 "Can't group on" on MySQL/MariaDB. Database layer (models, ORM)
34988 34988 Makemigrations shouldn't prompt for default values for non-nullable fields of other apps. Migrations
34993 34993 Unexpected behaviour when filtering across mult-value (aka tomany) joins. Database layer (models, ORM)
34984 34984 Adding a field with default crashes for models with GeneratedField on SQLite. Database layer (models, ORM)
34965 34965 @sensitive_variables for coroutine func are not recursive Core (Other)
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)
34958 34958 Intermittent `messages_tests.tests.TestLevelTags.test_lazy` test failure Core (Other)
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)
34956 34956 Migration should not be allowed for a non-deterministic GeneratedField Database layer (models, ORM)
34946 34946 Adding a field with default and db_default drops database level DEFAULT Migrations
34945 34945 annotate -> union -> values gives wrong values Database layer (models, ORM)
34939 34939 Widget templates not refreshing Forms
34930 34930 Parallel tests fail on Python 3.11+ when IsolatedAsyncioTestCase is used Testing framework
34929 34929 Issue with Django 3.2 and Django-storage 1.14.2 after Upgrading from Django 2.2.28 Utilities
27403 27403 Document that prefetch_related doesn't guarantee transactional consistency Documentation
34825 34825 SQLite database files are not destroyed after tests Testing framework
34921 34921 Filtering an unbound DateTimeField with naive date crashes Database layer (models, ORM)
34915 34915 Do not autopopulate _order field for model with an order_with_respect_to if already set. Database layer (models, ORM)
27234 27234 Clarify the type of the django.server logger's 'request' extra context Documentation
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)
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
34759 34759 Confirm/Add support for SpatiaLite 5.1 GIS
34657 34657 Testing assertions `assertContains` and `assertInHTML` should output the haystack on failure Testing framework
27229 27229 Allow using aggregates in ModelAdmin.list_display contrib.admin
27929 27929 Add ManifestStaticFilesStorage option to remove original (non-hashed) files after processing contrib.staticfiles
34870 34870 Memory leak when using psycopg-c with django hstore Database layer (models, ORM)
34866 34866 Cannot inspect migrations that replace squashed migrations with sqlmigrate Migrations
34858 34858 Output field for combined PositiveIntegerField is not properly resolved. Database layer (models, ORM)
34848 34848 Updating translations catalog for javascript files fails with CommandError Internationalization
34860 34860 Order_by is broken when sorting on an annotated postgres window function value Database layer (models, ORM)
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
34832 34832 Use `banner` landmark or `<header>` element for the admin header area contrib.admin
34833 34833 Use a `main` landmark in the admin interface 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)
34836 34836 Add an optional argument to MultipleChoiceField to ignore invalid choices. Forms
34752 34752 ASGI http.disconnect not handled for streaming responses HTTP handling
34829 34829 Django reports the “mutually exclusive” error for settings that do not contain STATICFILES_STORAGE. File uploads/storage
34827 34827 select_for_update example raises TransactionManagementError Documentation
34820 34820 Migrations crashes when changing ForeignObject properties. Database layer (models, ORM)
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)
34451 34451 Incorrect exception handling within the django exception handler Error reporting
34210 34210 Show the duration of individual tests Testing framework
34787 34787 The 'runserver' command doesn't work when run from an installed script on Windows Core (Management commands)
34709 34709 charset should be ignored for the application/x-www-form-urlencoded content type. HTTP handling
34797 34797 Django Admin radio fields admin.HORIZONTAL shows as vertical with django-grapelli. Uncategorized
34781 34781 Clarify documentation of `request` objects in the `django.server` logging namespace. Core (Other)
34773 34773 settings.STATICFILES_STORAGE does not return correct value when STORAGES are defined contrib.staticfiles
34780 34780 Tests don't pass on Python 3.11.4. Core (Other)
34772 34772 Exception with psycopg3 binary package on Ubuntu 20.04 Database layer (models, ORM)
34776 34776 Issue with maintaining condition order and join promotion in add_q method Database layer (models, ORM)
34771 34771 QuerySet.order_by() crashes on constants that cannot be cast on MySQL. Database layer (models, ORM)
34743 34743 full_clean() raises AttributeError on constraints with related IDs. Database layer (models, ORM)
34767 34767 AdminReadonlyField may not show links to related models when the related model has been downcasted contrib.admin
34750 34750 Fixed QuerySet.count() on querysets grouped by unused multi-valued annotations. Database layer (models, ORM)
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)
34728 34728 OR operator on queryset does not work as expected Database layer (models, ORM)
34720 34720 BaseReloader.watch_dir() incorrectly checks for existence of path Utilities
34532 34532 Form.default_renderer is ignored in formsets. Forms
34729 34729 Add explicit option to enable IF EXISTS / IF NOT EXISTS in PostgresQL index operations contrib.postgres
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
34721 34721 ChoiceField/TypedChoiceField: .value() has inconsistent behaviour, coercion not applied. Forms
34718 34718 Allow django.contrib.admin's ListFilter to render details tag collasped by default contrib.admin
34711 34711 Make ChoiceField auto-detect and coerce values. Forms
34679 34679 Cannot run collectstatic with existing unsupported manifest file contrib.staticfiles
34413 34413 Variant of Prefetch but for the earliest/latest related object Database layer (models, ORM)
34697 34697 Migration serializer for sets results in non-deterministic order. Migrations
34704 34704 File Size Validator File uploads/storage
34263 34263 File validators for MIME type, size, and extension. File uploads/storage
34639 34639 MySQL 8.0 hangs indefinitely when using the admin search with a Foreign Key and Annotate contrib.admin
34682 34682 System check for CSRF_TRUSTED_ORIGINS raises errors for http://localhost:port. Core (System checks)
34673 34673 Migrations ordering: add constraint run_immediately_after Migrations
34632 34632 Let makemigrations output an error message with --check Migrations
34345 34345 Add system check for filter_horizontal/filter_vertical on ManyToManyFields with intermediary models. contrib.admin
34634 34634 Creating objects with nested MTI crashes. Database layer (models, ORM)
34661 34661 Peppering user passwords contrib.auth
34659 34659 mysql backend creates queries using CONVERT_TZ even when this is not supported Database layer (models, ORM)
34650 34650 Document django.shortcuts.resolve_url() Utilities
34652 34652 Async support in admin view 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
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)
34445 34445 DateField.input_formats cannot be printed Utilities
34602 34602 Fail gettext when no translation file is found or when no msgid is found in the given translation file Internationalization
34630 34630 Neither `pgettext` nor `pgettext_lazy` return contextual markers in PO files Internationalization
34621 34621 Django admin site name shouldn’t be an h1 contrib.admin
34615 34615 queryset.order_by().first() is not consistent with other queryset behaviours Database layer (models, ORM)
34392 34392 Allow using test client response.json() with StreamingHttpResponse Testing framework
34603 34603 ~Q() incorrectly interpreted as full rather than empty Database layer (models, ORM)
34564 34564 returning None instead of zero in Count annotation Database layer (models, ORM)
34576 34576 move django issues to GitHub Uncategorized
34571 34571 Request with invalid session after concurrent logout or session timeout is considered a BadRequest contrib.sessions
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
34544 34544 DBMS_LOB.SUBSTR() is unnecessary for "IS NULL" condition on Oracle. Database layer (models, ORM)
34543 34543 Thousand separator breaking templates Internationalization
34525 34525 index_together warning after migration to new style Database layer (models, ORM)
34531 34531 Rendering form throws deprecation warning Forms
34523 34523 Model.objects.update_or_create method sometimes raises TransactionManagementError Database layer (models, ORM)
34515 34515 Translatable URL patterns raise 404 for non-English default language when prefix_default_language=False is used. Internationalization
34520 34520 ModelAdmin.fields: wrapping in tuples does not have any effect (each field on separate line) contrib.admin
34514 34514 `firstof` and `cycle` tags do not escapes variables defined in `wth` tag Template system
34455 34455 i18n_patterns() not respecting prefix_default_language=False Internationalization
34510 34510 sqlmigrate does not follows replaces in squashed migrations Core (Management commands)
34501 34501 Revert CICharField deprecation contrib.postgres
34500 34500 use annotate return feild, Error capture does not work Database layer (models, ORM)
34495 34495 Queryset update fails when updating parent model field with default ordering on MySQL backend Database layer (models, ORM)
34483 34483 Negative result of django.utils.timesince.timesince Utilities
34486 34486 SearchHeadline crashes without an active connection. contrib.postgres
34491 34491 Unable to have constraints with same name on different models Core (System checks)
34482 34482 Unable to access "non-picklable" attributes of empty HttpRequest and HttpResponse objects after shallow copy. HTTP handling
34484 34484 HttpRequest.__deepcopy__ doesn't deepcopy attributes HTTP handling
34487 34487 Django crashes due to ManifestStaticFilesStorage plugin in 4.2 contrib.staticfiles
34464 34464 QuerySet.count() regression on Django 4.2 with values() and annotate() 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
34454 34454 Connection failed with error message "FATAL: password authentication failed for user 'user'" Database layer (models, ORM)
34383 34383 Layout error in Admin when using help_text Template system
34438 34438 UserCreationForm.clean_username() crashes with a custom user model. contrib.auth
34436 34436 `makemigrations --check` fails with error code 1 if system checks identify warnings Migrations
34439 34439 mod_wsgi for django with conda environment in Windows doesn't work HTTP handling
34352 34352 Unify terms in Signals docs. Documentation
34433 34433 OneToOneField can only be saved one way Database layer (models, ORM)
34409 34409 Examples of fetching raw SQL don't work for non-unique column names. Documentation
34428 34428 ASGIStaticFilesHandler raises warning. contrib.staticfiles
34388 34388 Added support for direct usage of Choices classes on model fields Database layer (models, ORM)
14832 14832 Impossible to create inline objects if form validates but is unchanged contrib.admin
34416 34416 Option start_migration_name for squashmigrations do not work properly Migrations
34410 34410 Adding database dynamically breaks in Django 4.1+ Database layer (models, ORM)
34403 34403 max_length argument for the CharField is not respected through shell Uncategorized
34333 34333 Migrations tries to add constraint before adding a foreign key. Migrations
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
34389 34389 Django not closing database connections on ASGI application after an upgrade to 4.1 Uncategorized
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)
34366 34366 Migration optimizer does not reduce multiple AlterField Migrations
34356 34356 Memory leak when generating PDFs Core (Other)
34361 34361 Missing the package "gdal-bin" results in Segmentation fault. GIS
34346 34346 QuerySet ordered by annotation with name used by select_related() field crashes with AmbiguousColumn. Database layer (models, ORM)
34341 34341 FileSystemFinder harsh regarding its input on Windows contrib.staticfiles
34250 34250 Duplicate model names in M2M relationship causes RenameModel migration failure Migrations
34325 34325 Clarify PercentRank() description. Documentation
34319 34319 Model.validate_constraints() crashes when constraint's validate() raises ValidationError without a code. Database layer (models, ORM)
34285 34285 Index transforms on filtered array aggregates produces incorrect SQL query Database layer (models, ORM)
34307 34307 Issue with min_num logic in InlineFormsets Forms
34180 34180 Document that setting language in tests affects other tests Documentation
34255 34255 Annotation/group by with an expression on psycopg3 Database layer (models, ORM)
34294 34294 File locking fails if argtypes redefined on Windows. File uploads/storage
34293 34293 Extra validation introduced in 30581 breaks certain constraint setups Database layer (models, ORM)
34276 34276 LocMemCache not working for multiple threads Core (Cache system)
34240 34240 assertRedirects() doesn't preserve headers set in RequestFactory/Client methods. Testing framework
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
34239 34239 Resolve load type-hinted objects in views Generic views
34063 34063 request.POST not populated for multipart/form-data via AsyncClient Testing framework
14094 14094 Cannot define CharField with unlimited length Database layer (models, ORM)
34165 34165 migrate management command does not respect database parameter when adding Permissions. contrib.auth
34224 34224 App name in help text of commands is missing context Core (Management commands)
34219 34219 Collation is not preserved when field is altered on PostgreSQL and MySQL. Database layer (models, ORM)
34222 34222 Django unit tests hang when running against a Postgres database Testing framework
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)
34119 34119 ModelForm fields with callable defaults don't correctly propagate default values Forms
34178 34178 Prefetching a foreign key on GenericForeignKey results in incorrect queryset being selected Database layer (models, ORM)
34184 34184 Improve tutorial by mentioning User Interaction testing like django-webtest Documentation
34183 34183 Add a ChoicesMeta.max_length property returning the max_length when data type supports len() Database layer (models, ORM)
34173 34173 SessionMiddleware support 503 status code contrib.sessions
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
891 891 customize table name prefixes Database layer (models, ORM)
34135 34135 Add async interface to ManyRelatedManager & RelatedManager Database layer (models, ORM)
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
34112 34112 Add async interface to Model Database layer (models, ORM)
34129 34129 Admin list_editable failed to edit contrib.admin
34130 34130 order_by() has no effect on values()/values_list() Database layer (models, ORM)
34121 34121 Multi Databases documenation example doesn't work Database layer (models, ORM)
34085 34085 Black shouldn't format non-Python files Core (Management commands)
34108 34108 Warning message not visible in Dark mode Documentation
34091 34091 Invalid SQL: FROM clauses can be omitted when QuerySet is accessed from multiple threads Database layer (models, ORM)
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)
34062 34062 object HttpResponseNotAllowed can't be used in 'await' expression Generic views
34010 34010 Parallel tests don't work with spawn. Testing framework
34025 34025 Autocomplete field fills all empty required fields references to the same model when added a choice in popup. contrib.admin
34032 34032 Base authentication Backend should raise NotImplemented on needed methods contrib.auth
34016 34016 QuerySet.values_list() crash on simple ArrayAgg. contrib.postgres
34002 34002 PasswordResetView should work with AbstractBaseUser subclasses without is_active field. contrib.auth
34003 34003 PasswordResetView, PasswordResetDoneView, PasswordResetConfirmView & PasswordResetCompleteView not discovering custom template contrib.auth
34001 34001 ForeignKey.formfield(): allow override for all kwargs Database layer (models, ORM)
14411 14411 Inline delete not prompting cascade delete warning contrib.admin
27147 27147 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)
14357 14357 Prevent inappropriate order-based grouping on values+annotate queries Database layer (models, ORM)
27936 27936 Add some clarifications to "Spanning multi-valued relationships" Documentation
27864 27864 Limit the number of terms in an admin search contrib.admin
27095 27095 Queries involving postgres Array fields can't include expressions as elements contrib.postgres
14035 14035 Cannot access POST after request.encoding was set to a custom value HTTP handling
27694 27694 Improve documentation of supported lookups on HStore & JSON fields Documentation
27590 27590 Allow configuration of where to save staticfiles manifest. contrib.staticfiles
27734 27734 Add a helpful error message when a parallel test worker is assigned an unexpected index Testing framework
27017 27017 Why doesn't Django's Model.save() save only the dirty fields by default? And how can I do that if I want? Database layer (models, ORM)
27149 27149 Allow using a subquery in QuerySet.filter() Database layer (models, ORM)
56 56 Primary key columns should be UNSIGNED Database layer (models, ORM)
27339 27339 Adding an AutoField prompts for a default which creates a broken migration Migrations
27188 27188 Allow using unique=True with FileField File uploads/storage
14645 14645 Exclude query with multiple conditions for the same multi-value relation not correct Database layer (models, ORM)
27445 27445 RadioSelect widget does not work for NullBooleanField Documentation
27906 27906 assertInHTML('<a/><b/>', '<a/><b/><c/>') fails Testing framework
27871 27871 Django keeps making the same migration over and over again Migrations
14317 14317 numberformat.format produces wrong results Internationalization
27719 27719 Add queryset.alias() to mimic .annotate() for aggregations without loading data Database layer (models, ORM)
27395 27395 Allow generating '<link rel="alternate ... hreflang=...>" for sitemaps' contrib.sitemaps
27430 27430 `manage.py test` does not support unittest `-b` buffer option Testing framework
27331 27331 Proposed opt_group argument for ModelChoiceField and ModelMultipleChoiceField Forms
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
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)
14071 14071 Row duplicated when modifying PK contrib.admin
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)
27391 27391 Support unittest.TestCase.debug() method. Testing framework
27086 27086 running servers.tests may hang in parallel mode on Mac OS X Core (Other)
27921 27921 Documentation of make_aware() with is_dst is misleading Documentation
27338 27338 Running an AlterField to change a CharField primary key to AutoField crashes. Migrations
14129 14129 Slovenian translation plural-forms Internationalization
27360 27360 Make it easier to track down the offending models for AlreadyRegistered exceptions contrib.admin
14675 14675 Update docs and project template to avoid "import *" for url patterns Core (Other)
14204 14204 Take advantage of SQLite support for FK constraints Database layer (models, ORM)
27025 27025 Python 3.6 compatibility Core (Other)
14091 14091 Fix incorrect quoting in connection.queries Database layer (models, ORM)
27335 27335 Avoid object save during QuerySet.update_or_create() when there were no changes Database layer (models, ORM)
27731 27731 Squashmigrations doesn't optimize AlterField related_name across AlterUniqueTogether/AlterIndexTogether Migrations
27472 27472 GEOSGeometry('POINT EMPTY').ogr crashes GIS
820 820 Add "view" permission to compliment add/change/delete contrib.admin
27560 27560 Formset.save() crashes for model with foreign key to concrete base model Forms
27629 27629 Inconsistent check of allow_relation in ForwardManyToOneDescriptor.__set__ Database layer (models, ORM)
27863 27863 Implement "SameSite" flag for session and CSRF cookies HTTP handling
27656 27656 Fix comment verb style according to PEP 257 Core (Other)
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
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)
27979 27979 Using F() to save negative integers in unsigned columns on MySQL should raise IntegrityError rather than OperationalError Database layer (models, ORM)
27332 27332 Specifying additional ON arguments, and more flexibility with joins Database layer (models, ORM)
14370 14370 Adding support for Autocomplete in contrib.admin contrib.admin
27818 27818 Use contextlib.suppress to suppress exceptions. Core (Other)
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
27539 27539 assertNumQueries fails if debug cursor wrapper fills Testing framework
27792 27792 Extended category support for Atom and RSS feeds contrib.syndication
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
27730 27730 Document that template tags with "as" variable assignment don't propogate variables across blocks Documentation
27751 27751 Teardown of a PG test database fails if it is an autogenerated test_MYDB database Testing framework
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)
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
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)
27960 27960 ds = DataSource('/path/to/your/cities.shp') fails on first try (GDALException Unknown error code: "198770787"), but works on second GIS
27538 27538 Value of JSONField is being re-encoded to string even though being already encoded contrib.postgres
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
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
27475 27475 Bug in admin with date_hierarchy and Daylight savings contrib.admin
27896 27896 In Django 1.10 when sqlite is used and TIME_ZONE=None a django.db.utils.OperationalError error is raised when filtering by __date on a DateTimeField Database layer (models, ORM)
27901 27901 Unicode subclasses can't be saved to TextField with MySQL and Python 2 Database layer (models, ORM)
27884 27884 Document that validators needs to be an iterable since Django 1.11 Documentation
27766 27766 runserver crashes because of auto-reloader (Py3 + PowerShell) Utilities
27825 27825 Document that models don't cast field values to the same type that's retrieved from the database Documentation
27839 27839 Add a native file upload progress bar through forms Forms
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
27586 27586 Django sometimes crashes on Windows when being launched in PyCharm Utilities
27683 27683 Change default transaction isolation level to READ COMMITTED on MySQL Database layer (models, ORM)
27817 27817 Jsonfield duplicating records in production database after running manage.py test Database layer (models, ORM)
27812 27812 When there is a DateTimeField django does not group by Database layer (models, ORM)
14606 14606 Application module imported twice when running development server Core (Other)
27758 27758 Template widget rendering breaks the AdvancedModelIterator pattern Forms
27130 27130 Allow using the DjangoTemplates engine without configuring settings Template system
27780 27780 makemigrations on custom user model Migrations
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)
27749 27749 Documention change gunicorn deployment Documentation
27632 27632 Oracle backend fails to execute a query with an aggregation that contains an expression in the GROUP BY. Database layer (models, ORM)
27750 27750 TypeError when running manage.py migrate Migrations
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
27690 27690 remove sleep before dropping test db? Testing framework
27518 27518 HTTP Referer leaks password reset link contrib.auth
27725 27725 requests.post fail inside of django shell but not python shell Uncategorized
27714 27714 Small visual artifact when clicking inline edit button in admin contrib.admin
27664 27664 Manager.contribute_to_class() is called with abstract model rather than concrete model 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)
27652 27652 Humanize docs should clarify: Floats OK too! Documentation
27498 27498 Filtering annotated field in SQLite returns wrong results Database layer (models, ORM)
14297 14297 Accessing settings.FOO in hot spots cause performance problems Core (Other)
27263 27263 Allow validators to short-circuit in form field validation Forms
27597 27597 UrlResolver doesn't check all possibilities Core (URLs)
27608 27608 Combine simple_tag and assignment_tag Template system
27558 27558 Setting db_index=False on existing ForeignKey causes constraint to be recreated on MySQL Database layer (models, ORM)
27593 27593 Template traceback, doesn't account for {% include ... %} tags. 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)
27184 27184 Test client crashes when uploading TemporaryFile on Unix Testing framework
27355 27355 Add PostgreSQL Extension operation example to reference page Documentation
27402 27402 When using i18n_patterns and prefix_default_language=False, 404 page redirects incorrectly Internationalization
27321 27321 ignores_quoted_identifier_case broken on MySQL on OS X/Windows Database layer (models, ORM)
27536 27536 order_by('pk') is not obeyed if superclass has default ordering Database layer (models, ORM)
27517 27517 TemplateResponseMixin with charset does not work Generic views
27526 27526 test_fuzzy_compiling failing on a machine with 64 cores Internationalization
27524 27524 Using user instance (instead of get_user_model()) leads to errors when user model is overridden contrib.auth
27394 27394 template "floatformat" tag throws ValueError for big numbers in Python 3 Template system
27519 27519 Issue in Django 1.8.5 model class Database layer (models, ORM)
27467 27467 UserAttributeSimilarityValidator max_similarity=0/1 doesn't work as documented contrib.auth
27476 27476 model Integer fields (and derivatives) do not raise a ValidationError while other types do Database layer (models, ORM)
27003 27003 ArrayField and JSONField form fields fail on already converted values Forms
27414 27414 Document that aliasing ForeignKey fields in F expressions returns pk values, not model instances Documentation
27200 27200 Provide makemigrations router.allow_migrate() with a model_name Migrations
27433 27433 ModelForm with BooleanField can not save False/unchecked Forms
27372 27372 inspectdb fails to inspect sqlite3 tables with foreign keys that have spaces Core (Management commands)
27022 27022 some DjangoTemplates builtin tags misparse lack of whitespace between variable name and boolean operator in arguments Template system
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
27379 27379 Django violates RFC7230 when handling requests. HTTP handling
27151 27151 FK index created two times on PostgreSQL if referenced table PK is varchar Migrations
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)
27384 27384 Accessing request.POST in Django middlewares 1.10.x make it empty for view HTTP handling
27344 27344 ConditionalGetMiddleware should only operate on GET requests HTTP handling
27354 27354 Incorrect variable name given in tutorial Documentation
27123 27123 prefetch_related return mistaken result Database layer (models, ORM)
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
27244 27244 Incorrect thousand separator for the Greek locale (el) Internationalization
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
27280 27280 can_order/can_delete documentation examples don't require initial data Documentation
27279 27279 Performance regression when running migrate with RenameModel operations Migrations
14904 14904 TextField with unique (or in unique_together) constraint breaks for large inputs in Postgres Database layer (models, ORM)
27286 27286 Tests fail on MySQL when using multi-db and some DB is read-only due to supports_transactions() call Testing framework
27285 27285 Multi-db example : default database config can not be an empty dict Documentation
27217 27217 makemigrations crashes with "'SpatialRefSysMixin' has no attribute '_meta'" on PostGIS GIS
27264 27264 Model Meta is overwriten by abstract parent class Database layer (models, ORM)
27269 27269 ORM extremely slow to run annotate/filter query, much faster directly in dbshell Database layer (models, ORM)
27240 27240 Allow passing custom parameters to formset forms in admin contrib.admin
27255 27255 Change test runner to display full dotted name of test Testing framework
27165 27165 CreateModel without indexes always includes options={'indexes': []} Migrations
14284 14284 Support for Google Maps version 3 GIS
27211 27211 Include HTTP-caching headers to "304 Not Modified" responses HTTP handling
27178 27178 ImageField when default provided in model, it's impossible to change the value. Forms
27205 27205 Allow doing a substring search in JSONField array contrib.postgres
27168 27168 "LookupError: App 'xxxxx' doesn't have a 'xxxxx' model" with custom table name Migrations
27163 27163 Unable to specify multiple pythonpath in django-admin Core (Management commands)
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)
27126 27126 Use `namedtuple` in result of `{% regroup %}` Template system
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
27044 27044 `apps` passed to post_migrate_signal should contain migrated appconfigs even when no migration has been applied to them Migrations
27093 27093 ORM error on apache + wsgi Database layer (models, ORM)
27085 27085 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
27059 27059 autoreload loose the sys.path in some cases (buildout install of python for instance, maybe others) Core (Management commands)
27069 27069 Documentation for what's possible to import as _ Documentation
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)
27007 27007 Handle non-UTF-8 bytes objects for text/* attachments Core (Mail)
27038 27038 Migration being created even when no change was made. Migrations
27011 27011 Django Middleware 1.10 does not run template_context_processors for exceptions thrown from middleware HTTP handling
14030 14030 Use F() objects in aggregates(), annotates() and values() Database layer (models, ORM)
14415 14415 Multiple aliases for one database: testing problems Testing framework
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
26293 26293 2 Warnings regarding 404s logged for URLs missing trailing slashes HTTP handling
26343 26343 3 user_login_failed not fired on PermissionDenied contrib.auth
494 494 Collapse in admin interface for inline related objects contrib.admin
14286 14286 Support for BigAutoField Database layer (models, ORM)
14096 14096 Insert code generated by models using multiple inheritance is incorrect and fails in postgresql Database layer (models, ORM)
14518 14518 Field.to_python not called on foreign key IDs Database layer (models, ORM)
14217 14217 Add validation for model field name the same as the model name when using model inheritance Core (System checks)
14476 14476 annotate, default aggregation naming and filter annoyance Database layer (models, ORM)
14087 14087 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
14434 14434 AdminSite should rely on self.has_permission for all permission checks contrib.admin
901 901 Reload method for models Database layer (models, ORM)
14638 14638 to_python howto documentation improvement Documentation
14930 14930 `values_list()` fails on queryset ordered by extra column Database layer (models, ORM)
14003 14003 Filtering on a relation whose model has a different PK type doesn't work Database layer (models, ORM)
14916 14916 No proper initialization of models/signals/etc.... Core (Other)
14549 14549 Disambiguation of target/source fields for intermediary models when using ManyToManyField Database layer (models, ORM)
14319 14319 Add signals test_setup and test_teardown to Django test suite runner Options Testing framework
14760 14760 Admin inlines with file/image field fails to save_as contrib.admin
14298 14298 maximum open cursors exceeded on Jython and Oracle Database layer (models, ORM)
14825 14825 LocaleMiddleware should store language preferences if possible Internationalization
14800 14800 Development server should NOT elide favicon from the logs Core (Management commands)
937 937 Autoreload reloads for every request. Core (Management commands)
23 23 Add support for ValidationWarning Forms
14028 14028 setting db_column to same value as another column should not validate Database layer (models, ORM)
14512 14512 Documentation & tools for decorating class-based-views. Generic views
14056 14056 Wrong query generated when using reverse foreign key 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
14580 14580 Clean up duplicate code in admin formset handling contrib.admin
14261 14261 Add clickjacking protection (X-Frame-Options header) HTTP handling
14656 14656 Atom1Feed should write atom:published element contrib.syndication
14253 14253 TIME_ZONE not respected by Today and Now widgets in admin contrib.admin
14150 14150 [patch] a get_objects_or_404 ? Core (Other)
25 25 Filtering interface on ForeignKey <select> boxes contrib.admin
14802 14802 feature request: add a method to Fields that is used to render the field as read-only contrib.admin
14057 14057 Expose an interface for custom-escaping template content Template system
14874 14874 remove js-confirms on changelist contrib.admin
14287 14287 TEST_MIRROR is not respected in routers Database layer (models, ORM)
852 852 psycopg.ProgrammingError exceptions leave the connection to the DB in an unusable state Database layer (models, ORM)
14373 14373 annotate() will gladly delete your data Database layer (models, ORM)
14039 14039 FileField special-casing breaks MultiValueField including a FileField Forms
14694 14694 defer() doesn't work with reverse relations Database layer (models, ORM)
14678 14678 Users are able to add more than one page to the same url contrib.flatpages
14264 14264 settings.configure has undocumented differences from using a settings module Core (Other)
361 361 Some Basic Math Filters Template system
14615 14615 Related objects manager returns related objects with null FKs for unsaved instances Database layer (models, ORM)
14308 14308 Adding some fields to the Mexican local flavor. contrib.localflavor
14861 14861 Importing settings in a module that contains a logging Handler causes circular import. Core (Other)
14574 14574 Initial values support for inline model formsets Forms
159 159 Circular logout problem contrib.admin
640 640 order_with_respect_to option fails Documentation
14792 14792 error in the default for TEMPLATE_CONTEXT_PROCESSORS Documentation
14597 14597 request.is_secure() should support headers like: X-Forwarded-Protocol and X-Forwarded-Ssl HTTP handling
14438 14438 Deserializer raises ValidationError if natural key is given as string Core (Serialization)
14292 14292 User.objects.create_user does not give object with id field populated in svn release. contrib.auth
14138 14138 Apache setup using sqlite3 breaks when performing a field__regex filter Database layer (models, ORM)
14652 14652 Sessions seem to be improperly using Pickle to hash a dictionary contrib.sessions
14548 14548 Docs and implementation don't match regading return values of certain QuerySet aggregate functions Documentation
14961 14961 Cannot load admin interface static files when doing tutorial Contrib apps
14640 14640 Add elapsed request time to the development server log HTTP handling
14354 14354 Check password is not None in User.check_password contrib.auth
14140 14140 There is no way to override admin templates to the project level Template system
14820 14820 Use `TextField` instead of `PositiveIntegerField` in docs and examples for generic relations. Documentation
14954 14954 AttributeError: 'dict' object has no attribute 'status_code' Uncategorized
14924 14924 I18N looks for translations in the reverse order of the apps Internationalization
14455 14455 Document possibly backwards-incompatible localflavor changes contrib.localflavor
14386 14386 Standardize Site/RequestSite access; looser coupling of sites framework in contrib Contrib apps
14000 14000 Removal of obsolete "versionadded" tags Documentation
14698 14698 django.utils.module_loading.module_has_submodule yields false positives Core (Other)
14219 14219 Incorrect empty field validation for DateTimeField with SplitDateTimeWidget Forms
14933 14933 SelectDateWidget doesn't render a month Forms
14711 14711 MonthMixin.get_previous_month incorrect under certain conditions Generic views
14433 14433 Thread safety problem in contrib.sitemaps Contrib apps
14467 14467 AllValuesFilterSpec does not work with Null contrib.admin
14975 14975 TransactionTestCases are broken by django.contrib.auth in 1.2.4 Testing framework
14259 14259 URL dispatcher does not reject duplicate URL names Core (Other)
14661 14661 A couple of MySQL/MyISAM test failures Testing framework
14130 14130 Catching ImportError in manage.py considered dangerous Core (Other)
14524 14524 Accessing /static/ in a new project shows simplistic 404 error page Contrib apps
14248 14248 Date and DateTime fields, auto_now_add and PostgreSQL Database layer (models, ORM)
14708 14708 Document available mapping keys for form field error messages. Documentation
14560 14560 UpdateCacheMiddleware does not save responses for HEAD requests Core (Cache system)
14948 14948 Broken routers in 1.2.4: type object 'ModelBase' has no attribute '_meta' Database layer (models, ORM)
14830 14830 Default value for radio button not preserved when dynamically creating new inlines contrib.admin
14809 14809 Broken login related tests after r14733 contrib.auth
14812 14812 Wrong processing of If-Modified-Since header Contrib apps
14471 14471 db.models.Manager regression - can't override some methods Database layer (models, ORM)
14735 14735 Wrong plural formulation in search_form.html contrib.admin
14570 14570 New format character to represent locale-specifc alternative month names Internationalization
14878 14878 Issues in generic views (list) Generic views
14700 14700 Speed up RawQuerySet iterator Database layer (models, ORM)
14301 14301 django crashes on email address that passed validate_email() (utf8-tld) Core (Mail)
14152 14152 Model validation: full_clean() should call clean() before clean_fields() Database layer (models, ORM)
14977 14977 contrib.admin ordering by two or more fields contrib.admin
14290 14290 Rendering is very inefficient when USE_L10N. Caching format values gives 2-7 times improvement Internationalization
14925 14925 test_permission_register_order raises IntegrityError when tests are run and INNODB storage engine is used for MySQL contrib.auth
14659 14659 Assigning floats to DecimalFields Database layer (models, ORM)
14388 14388 Logging documentation typos Documentation
14873 14873 A paginated ListView with a List instead of queryset produces an error Generic views
399 399 Bigint field object needed Database layer (models, ORM)
689 689 Honor Web server provided authentication Core (Other)
285 285 WSGIRequest should set request.path to full uri path HTTP handling
730 730 more explicit middlware ordering Core (Other)
14183 14183 Geodjango models broken with pydoc GIS
13 13 Related objects interface should be tighter (edit_inline) contrib.admin
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
14608 14608 Adding a INPhoneNumberField to indian localflavor contrib.localflavor
14674 14674 ResetPasswordForm doesn't consider unusable_password setting contrib.auth
811 811 IPv6 address field support Core (Other)
14029 14029 not operator on F objects silently fails Database layer (models, ORM)
14206 14206 contrib:admin dynamic list_display support contrib.admin
14045 14045 makemessage miss some gettext in javascript Internationalization
14903 14903 wsgiref usage HTTP handling
14262 14262 Helper for "get_something as varname" template tag pattern Template system
14766 14766 ordering by a field that does not exists returns an empty QuerySet Database layer (models, ORM)
14710 14710 Form css classes for bound fields are not rendered {{ form.field_name }} Forms
14105 14105 django.contrib.auth tests failing with cache middleware Core (Cache system)
14230 14230 Documentation for Auth's Logout view suggests wrong redirect takes precedence. contrib.auth
717 717 If-Modified-Since checked for exact match HTTP handling
14012 14012 Adding an User object in a popup fails contrib.admin
14013 14013 'django.db.backends.postgresql_psycopg2' isn't an available database backend. (?!?!?) Database layer (models, ORM)
14986 14986 TestCase: increase verbosity for TestCase.fixtures usage Testing framework
14635 14635 Documentation improvement on setting up django with OpenBSD Documentation
14046 14046 Template tag errors masked if including based on context variable name Template system
14101 14101 Localized DecimalField doesn't accept localized input Internationalization
14677 14677 tests.py cannot be split to package always Testing framework
14498 14498 Forms passed to FormWizard.process_step are not guaranteed to have clean validate data contrib.formtools
14801 14801 Support for string methods with lazy translations Internationalization
14969 14969 To have a way to modify third part model classes Database layer (models, ORM)
14651 14651 ignored field index creation for fields with unique=True and db_index=True Database layer (models, ORM)
14420 14420 Can't do validation on ModelFormSets to prevent deletion when there is only one object in formset and it is to be deleted Forms
14437 14437 Allow force_insert for fixtures loading. Core (Serialization)
14989 14989 Allow serializers to non ovewrite fixtures objects if they are marked as non overridable Core (Serialization)
14277 14277 Error in documentation for mod_wsgi Documentation
14339 14339 Enable testing when you can't create/destroy databases Testing framework
14439 14439 Improve documentation on how to run the GIS test suite GIS
14869 14869 The filter_horizontal widget converts the fields 'verbose_name_plural' to lower case Internationalization
14902 14902 Won't delete files with accents (or other unicode characters) Core (Other)
14892 14892 python manage.py shell Core (Other)
14158 14158 SelectMultiple _has_changed assumes data and inital are in same order Forms
14369 14369 TEMPLATE_STRING_IF_INVALID settable per template rendering Template system
14847 14847 dumpdata sends output to stderr, not stdout Uncategorized
14417 14417 UnicodeDecodeError exception in recent actions contrib.admin
14747 14747 parse error on HTTP_IF_MODIFIED_SINCE header Core (Other)
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)
14283 14283 AttributeError on admin detail page after r13708 Contrib apps
14508 14508 Test suite silences warnings Testing framework
14607 14607 Settings.py: A blank ADMIN_MEDIA_PREFIX fails annoyingly Uncategorized
14565 14565 No csrf_token on 404 pages Uncategorized
14552 14552 Suggestion for a slightly better explanation of custom template tags Documentation
14173 14173 Reference documentation for changepassword django-admin command added in 1.2 Documentation
14223 14223 Inconsistent exception raising on DB integrity errors Database layer (models, ORM)
14167 14167 Using Instances in Generic Create/Update/Delete Generic views
14126 14126 blocktrans count is parsing incorrectly Translations
14457 14457 Possible error in settings.py description Documentation
14428 14428 Doesn't work with CSRF in DJango 1.2+ Uncategorized
14363 14363 ManyToManyRawIdWidget.render is assuming `attrs` is always passed as a dict. contrib.admin
14367 14367 Please add as_p() to form fields Forms
14344 14344 Duplicate view name does not raise an error Core (Other)
14321 14321 IPAddressField inserted as empty string although null=True Database layer (models, ORM)
14107 14107 Problem with non-null fieds using Oracle Backend Database layer (models, ORM)
14246 14246 aggregation_regress tests don't run on Postgres that supports StdDev Uncategorized
14242 14242 UserChangeForm Causes KeyError in 1.2.2 and Trunk Forms
14233 14233 Documentation for admin is has a reference to meta class Documentation
14164 14164 Automatic localization of numbers (L10N) in templates can cause invalid sitemap priorities Internationalization
14068 14068 Fixture loading issue with multi database setting Core (Serialization)
14143 14143 Database problems and import error of django.contrib.messages Uncategorized
14124 14124 Cannot use a proxy model with unique_together Uncategorized
14078 14078 Template tag to set context variable to output from tag's rendered content Template system
14024 14024 Application freezes on access to request.POST under WSGIRequest+multipart/form-data HTTP handling
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)
106 106 [patch] Problem with some js/select box on IE contrib.admin
461 461 Support use of pypgsql instead of psycopg Database layer (models, ORM)
376 376 Add a handler for mod_python v. 2 (Django requires v. 3) Core (Other)
987 987 HttpResponseRedirect uses/allows relative URIs for the HTTP Location header, which is forbidden by HTTP Core (Other)
659 659 Selecting by month with DateField is broken with sqlite3 backend Database layer (models, ORM)
718 718 svn co behind stupid proxy *.djangoproject.com
115 115 Models CRUD via web services Core (Other)
899 899 Formfield doesn't display default value Forms
562 562 "Add another" JavaScript doesn't add new value to all fields relating to the same type contrib.admin
208 208 Allow the strings the cycle tag uses to contain spaces Template system
526 526 Error when edit_inline model have unique_together constraint Database layer (models, ORM)
765 765 Simplified Chinese i18n translation file Translations
28 28 Delete confirmation should have "replace relationships" shortcut Metasystem
779 779 [patch] Allow callables in extra_lookup_kwargs of generic views Generic views
617 617 num_in_admin problem in tutorial contrib.admin
532 532 get_values doesn't work with the "select" lookup Database layer (models, ORM)
396 396 djangoadmin.py runserver should be able to listen on all available IPs Tools
428 428 [patch] view for serving static files Generic views
362 362 Anonymous sessions should try to prevent session-stealing Core (Other)
368 368 Admin / Main interfaces mix settings after a while under mod_python Core (Other)
333 333 HttpResponse should get a default charset Core (Other)
273 273 [patch] Password salt and other algorithms support Core (Other)
360 360 [PATCH] django-admin.py runserver only takes a port when it could also take an ip:port Core (Other)
240 240 get_callback() improvements Core (Other)
183 183 TypeError: can't compare datetime.datetime to datetime.date Template system
251 251 [patch] Add "AND" and "OR" clauses to the SQL query syntax Metasystem
216 216 sqlite3 broken post rev 329 Metasystem
163 163 Option to leave off __exact Template system
82 82 Config snippet for mod_python users doing tutorial 3 Core (Other)
58 58 Creating user from interactive interpreter doesn't work with MySQL Database layer (models, ORM)
109 109 Patch: Customizing Date(Time)Field displays contrib.admin
555 555 DateTimeFields with auto_now and auto_now_add don't change in place Core (Other)
572 572 When i have an ImageField and a auto_now DateTimeField in the same model it doesnt get saved contrib.admin
474 474 Better method of serving admin media files needed Documentation
999 999 'bool' object has no attribute 'get' when trying to add a record Metasystem
639 639 Model FileFields empty on first pass through save() Core (Other)
5 5 Add a cache=NUM_SECONDS argument to QuerySet Metasystem
393 393 [patch] Filters don't take the str() value of a var Core (Other)
934 934 ImageField's cause the admin UI to not allow modifications? Validators
870 870 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
65 65 [i18n] Internationalization and localisation contrib.admin
389 389 [patch] admin interface only sorts by first ordering field contrib.admin
510 510 [patch] Defend admin against CSRF attacks contrib.admin
122 122 [patch] Build models using fieldname=FieldClass Core (Other)
61 61 [patch] auth.User admin form shouldn't require people to edit hashes contrib.admin
558 558 jnefpnev Core (Management commands)
338 338 ManyToMany fields don''t work in the generic views Generic views
180 180 request.POST doesn't work in django_admin.py runserver Tools
85 85 Admin login doesn't work with Konqueror contrib.admin
469 469 Admin changelist assumes ForeignKey related object has ordering set contrib.admin
329 329 RSS framework needs an easier interface contrib.syndication
349 349 [patch] Bad styling in Admin interface contrib.admin
452 452 Two ManyToManyFields to the same object should give that other object two API methods, not one Metasystem
463 463 [patch] new mysql.DatabaseWrapper - solving multiple MySQL problems Core (Other)
742 742 history raises error in datetime while using non english language Core (Other)
87 87 [patch] Oracle database support Database layer (models, ORM)
320 320 After completing Tutorial 2, there appears to be a bug in the foreign key related default admin code contrib.admin
521 521 Multilevel foreign key ordering causes error in Admin changeview Metasystem
805 805 OneToOneField conflicts with ForeignKey Database layer (models, ORM)
682 682 Fully decoupled URLconf's for apps. 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
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
500 500 [patch] Templates files extensions other than '.html' should be possible Template system
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 Create meta.AbstractModel Metasystem
135 135 Document mod_python behavior with more than one SETTINGS in a vhost Documentation
733 733 small addition to i18n.txt with regard to caching Core (Other)
119 119 Serving media Core (Other)
878 878 URLconf regexp captures should be passed as *args Core (Other)
853 853 Django has high start costs, weight Metasystem
817 817 problem with column-quoting and "computed columns" Metasystem
583 583 [patch] Add app-template dirs to TEMPLATE_DIRS Template system
665 665 Field.default should accept callables Metasystem
972 972 better explain choices usage in the model docs Documentation
603 603 Improved template error messages Template system
356 356 [patch]: simple XML-RPC support for Django Core (Other)
930 930 [patch] Leaving out ¨ordering¨ in OneToOne relationship causes bad SQL statement Metasystem
732 732 slightly update de-translation Translations
306 306 cached date time values have greater precision then ones retrieved from db causing issues Database layer (models, ORM)
535 535 Refactor admin code to clean it up contrib.admin
557 557 date_hierarchy doesn't work with DateField contrib.admin
481 481 [patch] additional http status codes Core (Other)
305 305 sql code was not white space safe? Database layer (models, ORM)
400 400 Should a textedit id and name be the same? contrib.admin
156 156 changeset 293 breaks tutorial polls app contrib.admin
286 286 [patch] Eliminate unintuitive behavior when using edit_inline with no core fields specified Metasystem
672 672 get_absolute_url isn't nice contrib.syndication
450 450 [patch] Give generic views support for dynamic lookup keywords Generic views
900 900 [patch] Premature close of postgres connection with multiple threads Database layer (models, ORM)
877 877 ordering by primary key in admin with oneToOne relations is done over the wrong table contrib.admin
676 676 [patch] a _post_init hook for model classes to initialize fields from outside content Metasystem
542 542 [patch] Add an "or cancel" link to add, edit, and delete admin views. contrib.admin
549 549 StaticField formfield Core (Other)
855 855 urlconf regexps should allow backreferences contrib.admin
815 815 [patch] select keyword to lookup_kwargs are being quoted incorrectly in query Core (Other)
479 479 [patch] Implement timezone-formats in date-formatting Database layer (models, ORM)
369 369 put the D back in CRUD for FileField contrib.admin