Tim

(Tim)

Most Active Role

N/A

Most Active Component

Database Layer (Models, Orm)

Activity Timeline

[No data in this time period]

Components

Tickets

Trac Ticket (1855) Reporter (1) Owner (0) Commenter (2915) Summary Component
27775 27775 2 Signed cookies does not support custom expiry contrib.sessions
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)
34569 34569 1 Unify all model fields to call get_prep_value from get_db_prep_value Database layer (models, ORM)
27029 27029 6 Make EmailValidator accept non-ASCII characters in local part Core (Other)
34917 34917 1 Links in the Django admin should be underlined. contrib.admin
27222 27222 4 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 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 1 Add support for multi-column primary keys. Database layer (models, ORM)
34975 34975 aggregate() crashes when referencing existing aggregations or window expressions through conditional expressions Database layer (models, ORM)
470 470 2 Add Field.db_default for defining database defaults Database layer (models, ORM)
27674 27674 2 Deprecate GeoModelAdmin and OSMGeoAdmin GIS
27833 27833 4 prefetch_related fails with SQLite when used with 1000 parent records Database layer (models, ORM)
34976 34976 startproject and startapp should provide feedback Core (Management commands)
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)
34462 34462 Deletions in admin panel create N + 1 queries contrib.admin
34547 34547 Deprecate DatabaseOperations.field_cast_sql(). Database layer (models, ORM)
34983 34983 Deprecate django.utils.itercompat.is_iterable(). Utilities
34609 34609 Deprecate format_html calls without args or kwargs Utilities
34355 34355 Make BaseConstraint arguments keyword-only Database layer (models, ORM)
34898 34898 Adding non-deterministic collations to unique CharFields crashes on PostgreSQL. Migrations
27466 27466 1 Use a datepicker widget for Date[Time]RangeField in admin contrib.admin
27236 27236 3 Deprecate Model.Meta.index_together in favour of Model.Meta.indexes Database layer (models, ORM)
34856 34856 2 Running tests with historical migrations that contain index together fails with TypeError. Migrations
27692 27692 2 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 1 Add Postgres serial field to contrib.postgres contrib.postgres
27409 27409 1 Issues with admindocs docstring links generation contrib.admindocs
34034 34034 Adding a class on ChoiceWidget subwidgets is excessively difficult Forms
34479 34479 Support "watchfiles" in the autoreloader Utilities
27587 27587 3 Document str(QuerySet.query) Documentation
34406 34406 Add support for curved geometries in GeoDjango GIS
34555 34555 ModelBase metaclass implementation prevents addition of model fields via __init_subclass__ Database layer (models, ORM)
27617 27617 1 Add contributor facing documentation for the ORM Documentation
27645 27645 1 Move Settings.__init__ checks to system checks Core (Other)
27106 27106 2 Document which template filters can be used in Python code (and how) Documentation
27909 27909 2 Use AUTH_USER_MODEL in startproject template Core (Management commands)
34703 34703 1 TypeError: unhashable type: Netmiko Django Utilities
34429 34429 Allow to set unusable password via admin UI contrib.auth
34746 34746 High CPU/memory consumption when a 5XX is raised with large local variables Error reporting
27580 27580 1 add special field for storing content types contrib.contenttypes
34125 34125 1 Limiting QuerySet crashes on union() with a single non-empty query Database layer (models, ORM)
34886 34886 Sample use of lazy in delayed translations is not valid in Django 4.1 and 4.2. Documentation
34502 34502 Union giving wrong column ordering even when using .values/.values_list Database layer (models, ORM)
34846 34846 1 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 1 `filter_horizontal` duplicates entries in "Chosen" column after instance is added via in another field using the "plus" JS action contrib.admin
34608 34608 Migrations generates code that it can't execute Migrations
34417 34417 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)
34331 34331 Support prefetch_related() with Queryset.aiterator() Database layer (models, ORM)
34925 34925 2 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
34211 34211 Performance regression in ForeignKeyDeferredAttribute changes. Database layer (models, ORM)
34853 34853 Accept-Language Header takes precedence over cookie for format localization Internationalization
14974 14974 1 Add support for translation backends other than gettext Internationalization
27447 27447 2 Provide an easy way to test sending of signals Testing framework
27620 27620 1 Add a TransactionMiddleware Core (Other)
27747 27747 1 Add signals for Django management commands Core (Management commands)
27752 27752 2 Fix and test admin_order_field set for the __str__ of a model contrib.admin
34488 34488 ClearableFileInput widget forgets "Clear" selection when form is not valid Forms
27080 27080 1 `as_manager` on QuerySet should pass down `use_in_migrations` to new Manager instance Migrations
27325 27325 2 Offer a solution for static file serving suitable for production use Core (Other)
27109 27109 1 Make Flatpage swappable contrib.flatpages
34981 34981 2 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 3 Allow declaring a GenericRelation from an abstract model to another abstract model Database layer (models, ORM)
27465 27465 4 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)
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 3 Django 1.10 with STATICFILES_STORAGE breaks on absolute path in CSS with double slash contrib.staticfiles
27516 27516 2 Optimize test client response.json() Testing framework
34914 34914 Postgres connection is not restarted after it's dropped by the server, even if we use CONN_HEALTH_CHECKS=True Database layer (models, ORM)
34534 34534 Reduce index/constraints operations. Migrations
34597 34597 Queryset (split) exclude's usage of Exists is significantly slower than subquery Database layer (models, ORM)
27225 27225 4 "age" header is not set for responses taken from cache. HTTP handling
27950 27950 1 Permission classes for Class Based Views Generic views
34971 34971 Several loggers missing from logging documentation Documentation
34949 34949 Clarify when unique constraints are ignored. Documentation
34132 34132 Migration with CheckConstraint fails on PostgreSQL in PyPy with psycopg2cffi due to AttributeError Database layer (models, ORM)
34670 34670 Django Admin light theme flickers on dark system contrib.admin
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
34411 34411 1 Update obsolete GDAL API for DataSource handling GIS
35000 35000 Skip redundant defaults to allow INSTANT longtext (among others) column addition in MySQL Migrations
27813 27813 3 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 3 csrf_failure and bad_request views missing context processors Core (Other)
35001 35001 Add related object icon (green plus sign) is not fully visible in some screens contrib.admin
34998 34998 Raising a StopIteration in asynchronous mode hangs the request Core (Other)
27676 27676 4 MariaDB 10.2 supports defaults for text columns 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 Makemigrations shouldn't prompt for default values for non-nullable fields of other apps. Migrations
34968 34968 MultiPartParser silent large header fields size failures HTTP handling
34818 34818 GenericIPAddressField ValidationError incorrect message when both protocols present Database layer (models, ORM)
34993 34993 Unexpected behaviour when filtering across mult-value (aka tomany) joins. Database layer (models, ORM)
34990 34990 1 Change external link for CSRF reference docs to OWASP Documentation
34984 34984 Adding a field with default crashes for models with GeneratedField on SQLite. Database layer (models, ORM)
34980 34980 Change migration operation dependencies to namedtuples. Migrations
34972 34972 Aggregate with CombinedExpression resulting in NotImplemented instead of None after update from 3.2 -> 4.2 Database layer (models, ORM)
34965 34965 @sensitive_variables for coroutine func are not recursive Core (Other)
34884 34884 3 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)
34969 34969 Documentation is misleading about SQL equivalent Documentation
34958 34958 Intermittent `messages_tests.tests.TestLevelTags.test_lazy` test failure Core (Other)
34963 34963 Recursive and other "combinator" queries broken in django-cte Uncategorized
34229 34229 "no such column" when combining FilteredRelation and multi-table inheritance models Database layer (models, ORM)
34962 34962 Support for overriding result of model field values Database layer (models, ORM)
34457 34457 makemigrations --check no longer prints the changes Migrations
34960 34960 Document how to set nulls_last=True for admin_order_field/ordering Documentation
34956 34956 Migration should not be allowed for a non-deterministic GeneratedField Database layer (models, ORM)
34953 34953 CSRF verification fails even with CSRF middleware commented out CSRF
34948 34948 USE_TZ=False causes failure in AdminEmailHandler during DST "fall back" Utilities
34813 34813 Docs miss note about invalid integrity with ManifestStaticFilesStorage contrib.staticfiles
34937 34937 1 Provide a get_form_kwargs for the ModelAdmin contrib.admin
34935 34935 makemigrations --check no longer reports pending migrations Migrations
34930 34930 Parallel tests fail on Python 3.11+ when IsolatedAsyncioTestCase is used Testing framework
27403 27403 3 Document that prefetch_related doesn't guarantee transactional consistency Documentation
34926 34926 Missing model after squashing Migrations
34924 34924 Example for squashmigration not working properly Migrations
34920 34920 1 FileExtensionValidator.__eq__() should ignore allowed_extensions order. Core (Other)
34921 34921 Filtering an unbound DateTimeField with naive date crashes Database layer (models, ORM)
34918 34918 1 Assigning model instance to `_id`/attname field saves correctly, but breaks accessing the field 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 3 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
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
34896 34896 First-party passkey support in django.auth contrib.auth
34894 34894 Query.change_aliases() has several significant bugs Database layer (models, ORM)
34893 34893 TIME_ZONE (settings.py) Europe/Kiev to Europe/Kyiv Internationalization
34875 34875 Use RFC 9106 recommendations in Argon2PasswordHasher contrib.auth
34891 34891 1 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
34888 34888 1 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 2 Allow using aggregates in ModelAdmin.list_display contrib.admin
14336 14336 1 list_display should be able to contain sortable references to annotated fields contrib.admin
27929 27929 1 Add ManifestStaticFilesStorage option to remove original (non-hashed) files after processing contrib.staticfiles
34885 34885 Not removing original (non-hashed) files after processing contrib.staticfiles
34879 34879 "Data truncated for column .." for migration changing auto-id-field Migrations
34874 34874 Add table_exists() to optimize checks for django_migrations table. Database layer (models, ORM)
34870 34870 1 Memory leak when using psycopg-c with django hstore Database layer (models, ORM)
34835 34835 Use a `nav` element or `navigation` landmark for changelist filters contrib.admin
34872 34872 1 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
34867 34867 [Date Input Localization] Accept-Language Header Takes Precedence Over Language Set With Cookie Internationalization
34848 34848 Updating translations catalog for javascript files fails with CommandError Internationalization
34862 34862 For clarity, the `password_reset_email.html` template should have `.txt` extension contrib.auth
34845 34845 Slow query when using exclude Database layer (models, ORM)
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
34828 34828 DateTimeField breaks when given datetime that would be invalid in UTC Database layer (models, ORM)
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
34824 34824 Migrations generates two records when ForeignObject.to_fields/from_fields is not a tuple. Migrations
34642 34642 File.open to support different encodings Core (Other)
34820 34820 Migrations crashes when changing ForeignObject properties. Database layer (models, ORM)
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 1 Add an assertMessages assertion contrib.messages
34768 34768 1 Calling `colorama.init()` on module load can have unwanted side effects Core (Management commands)
34778 34778 startproject could use find_spec() rather than import_module() to check for conflicts Core (Management commands)
34803 34803 Nested OuterRef crashes with AttributeError Database layer (models, ORM)
34807 34807 1 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
34804 34804 legacy_algorithm = 'sha1' removed in django4.0 but new algorithm is hardcoded Core (Other)
34802 34802 django.contrib.admin.actions.delete_selected() should return number of rows deleted via ModelAdmin.delete_queryset() contrib.admin
34784 34784 Django french short date format translation bug Internationalization
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
34781 34781 Clarify documentation of `request` objects in the `django.server` logging namespace. Core (Other)
34788 34788 Correct NUMBER_GROUPING in Japan. Internationalization
34785 34785 Contribution guide comes out non successful Error reporting
34773 34773 settings.STATICFILES_STORAGE does not return correct value when STORAGES are defined contrib.staticfiles
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)
34692 34692 django.forms.renderers.get_default_renderer()'s template loader cache is not being reset on autoloads. Forms
34586 34586 1 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
34542 34542 Required fields allowed to be blank are not accepted non-interactively using createsuperuser contrib.auth
34755 34755 Provide accelerated binary wheels Uncategorized
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)
34762 34762 1 Duplicate Permissions Created on Model Rename contrib.auth
27489 27489 1 Renaming a model doesn't rename the permission name and codename contrib.auth
34750 34750 Fixed QuerySet.count() on querysets grouped by unused multi-valued annotations. 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 2 Document connection-creation process Documentation
34728 34728 OR operator on queryset does not work as expected Database layer (models, ORM)
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
34727 34727 4 Error in CharField with TextChoices and missing max_length parameter Testing framework
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
27471 27471 2 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
34713 34713 Add an option to disable lastmod in Sitemaps. contrib.sitemaps
34715 34715 have proposal to create new orm method get_object_or_none same as get_object_or_404 Database layer (models, ORM)
34677 34677 Django Admin built-in password reset feature has UI issues contrib.admin
34448 34448 makemessages' --no-obsolete option is undocumented and untested. Core (Management commands)
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
34691 34691 Add a system check for unmatched URL paths' < / > Core (System checks)
34696 34696 Actions selection counter gets cleared when using Chrome's back button contrib.admin
34688 34688 Remove contrib.sitemaps.ping_google(). contrib.sitemaps
34702 34702 1 Runserver serving static files from STATICFILES_DIRS instead of STATIC_ROOT contrib.staticfiles
34639 34639 MySQL 8.0 hangs indefinitely when using the admin search with a Foreign Key and Annotate contrib.admin
27646 27646 1 Add QuerySet support for group by modifiers and OLAP functionality Database layer (models, ORM)
34687 34687 Apps.clear_cache() does not clear get_swappable_settings_name cache. Core (Other)
34681 34681 Optimize memcache_key_warnings() Core (Cache system)
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
34674 34674 1 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
34345 34345 Add system check for filter_horizontal/filter_vertical on ManyToManyFields with intermediary models. contrib.admin
34634 34634 Creating objects with nested MTI crashes. Database layer (models, ORM)
27079 27079 1 Refactor LiveServerPort tests to not make extra calls to setUpClass() and tearDownClass() Testing framework
34659 34659 mysql backend creates queries using CONVERT_TZ even when this is not supported Database layer (models, ORM)
34652 34652 Async support in admin view contrib.admin
34649 34649 Modernise selenium --headless support Testing framework
34628 34628 RelatedFieldWidgetWrapper link icons are very hard to see contrib.admin
34645 34645 Timezone warning visual regression for DateFields and TimeFields. contrib.admin
34647 34647 Foreign Key index names are not renamed when a model is renamed causing duplicate key if a model with the origin name and column is added Migrations
34539 34539 `get_prep_value` no longer called for JSONField Database layer (models, ORM)
34641 34641 Null value referenced from a JSONField using an expression that defines an output_field returns the string "null" instead of a None value Uncategorized
34631 34631 Expression.identity() performance Database layer (models, ORM)
34637 34637 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
34570 34570 QuerySet.defer() raises an AttributeError when the field is ManyToManyField or GenericForeignKey Database layer (models, ORM)
34616 34616 Incorrect code example in 5.0 release notes Documentation
34605 34605 Add distinct support for ListFilters contrib.admin
34600 34600 Review reference to bleach in docs Documentation
34611 34611 Support getting None in qs.get() Database layer (models, ORM)
34564 34564 returning None instead of zero in Count annotation Database layer (models, ORM)
34574 34574 Extend docs for `autoescape` and `escape` with examples using filters that operate with sequences Template system
34535 34535 dbshell management command can crash if DATABASES["name"] is a PosixPath Core (Management commands)
27925 27925 3 Document how to deploy using pip installed mod_wsgi Documentation
34592 34592 admin css font does not need explicit apple fonts contrib.admin
34589 34589 exclude does not support nested ForeignKey relationship Database layer (models, ORM)
34587 34587 Allow to override table2model conversion for inspectdb command Core (Management commands)
34580 34580 Performance regession in SQLCompiler Database layer (models, ORM)
34585 34585 Can we use Class with urlpatterns attribute for parameter in include method? Core (URLs)
34583 34583 1 Django 4.0 cannot be downloaded on the downloads page Documentation
34584 34584 1 Problem with tutorial part 2 Documentation
34582 34582 1 Uploading multiple files in Django no longer works in version 4.2 but worked in version 4.1 File uploads/storage
34576 34576 move django issues to GitHub Uncategorized
34322 34322 ManifestStaticFilesStorage crashes on commented JavaScript import statements contrib.staticfiles
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
34552 34552 Delaying get_from_clause call as much as possible. Database layer (models, ORM)
34545 34545 Typo in "FAQ: Installation". Documentation
34543 34543 Thousand separator breaking templates Internationalization
34525 34525 2 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
34531 34531 Rendering form throws deprecation warning Forms
34529 34529 Squashing migrations with Meta.index_together -> indexes transition should remove deprecation warnings. Migrations
34523 34523 Model.objects.update_or_create method sometimes raises TransactionManagementError Database layer (models, ORM)
34530 34530 Remove docs suggestion to use lambda for models.FileField(storage=...) Documentation
34528 34528 Reduce Add/RemoveIndex migration operations. Migrations
34504 34504 SSLCertVerificationError on outgoing emails for some mailboxes Core (Mail)
34516 34516 request.post is null Uncategorized
34455 34455 i18n_patterns() not respecting prefix_default_language=False Internationalization
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 3 JSONField with string default raises fields.E010 warning. Documentation
34483 34483 Negative result of django.utils.timesince.timesince Utilities
34489 34489 feature: Support for PostgreSQL table partitioning Database layer (models, ORM)
34486 34486 1 SearchHeadline crashes without an active connection. contrib.postgres
34484 34484 HttpRequest.__deepcopy__ doesn't deepcopy attributes HTTP handling
27505 27505 2 Error messages customization and internationalization in Paginator class Core (Other)
34464 34464 QuerySet.count() regression on Django 4.2 with values() and annotate() Database layer (models, ORM)
34476 34476 1 Typo in Writing your first Django app, part 5 - assertQuerySetEqual Documentation
34474 34474 3 Django apps registry returns the wrong models Uncategorized
34475 34475 1 bug in django tutorial Documentation
34459 34459 SearchVector() can return query strings that are unsafe to combine. contrib.postgres
34028 34028 Django 'static' template tag fails to generate URLs with SCRIPT_NAME prefix Template system
34460 34460 Replace Flake8 by Ruff Utilities
34456 34456 Add a way to set allow_cascade=True in _fixture_teardown() Testing framework
34039 34039 1 Admin search bar is too small to use on small screens contrib.admin
34454 34454 1 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 5 Update unicode documentation for Python 3 Documentation
34383 34383 Layout error in Admin when using help_text Template system
34427 34427 Improve error message for incorrect context processors Template system
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)
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 1 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
34388 34388 Added support for direct usage of Choices classes on model fields Database layer (models, ORM)
27923 27923 2 Add form signals (pre_init, post_init, pre_clean, post_clean, etc.) Forms
27487 27487 4 ModelAdmin.formfield_overrides on ManyToManyField isn't compatible with CheckboxSelectMultiple contrib.admin
27614 27614 3 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
34422 34422 1 inspectdb mysql databases Core (Management commands)
34404 34404 Incorrect documentation about content type set by FileResponse object Documentation
34415 34415 1 Django Admin List View Loads Slow When List Editable is Populated with Django Money Field Uncategorized
34414 34414 Connection to SMTP server not closed after exception Core (Mail)
34412 34412 1 TLS/SSL sending mail fails in some servers Core (Mail)
34410 34410 Adding database dynamically breaks in Django 4.1+ Database layer (models, ORM)
34401 34401 Inconsistent behavior for refresh_from_db() with GenericForeignKey contrib.contenttypes
34408 34408 1 Authorization in Custom Authentication Backend does not work contrib.auth
27397 27397 7 Querying with an integer larger than SQLite supports crashes with OverflowError Database layer (models, ORM)
27559 27559 1 Admin changelist turns GET QueryDict into dict which may lose parameters contrib.admin
34395 34395 Update admin's jQuery to 3.6.4. contrib.admin
34370 34370 IntegerField validators don't work if the database is SQLite, leading to overflow errors Database layer (models, ORM)
34384 34384 1 SECRET_KEY_FALLBACKS is not used for sessions contrib.auth
34387 34387 DateFormat.P() does not follow PHP's date string format Utilities
34378 34378 Using in_bulk() with id_list and order_by() Database layer (models, ORM)
34367 34367 GIS GDAL install on Windows 11 Instructions Issue Documentation
34369 34369 Improve the interaction between transaction.atomic() and generator functions Database layer (models, ORM)
34373 34373 Update docs on ForeignKey to suggest setting "to" and object before a string Documentation
34371 34371 Support creating aware datetime objects using django.utils.timezone Utilities
34366 34366 Migration optimizer does not reduce multiple AlterField Migrations
34217 34217 Migration removing a CheckConstraint results in ProgrammingError using MySQL < 8.0.16. Migrations
34364 34364 Add Today to ORM db.models.functions.datetime Database layer (models, ORM)
34356 34356 Memory leak when generating PDFs Core (Other)
34346 34346 QuerySet ordered by annotation with name used by select_related() field crashes with AmbiguousColumn. Database layer (models, ORM)
34176 34176 Annotation's original field-name can clash with result field name over aggregation Database layer (models, ORM)
34351 34351 Slash in constraint name results in invalid migration file naming Migrations
34353 34353 1 ListView paging property did not return Generic views
34347 34347 2 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
34327 34327 Test client session does not work as described when using signed cookie engine Testing framework
34250 34250 Duplicate model names in M2M relationship causes RenameModel migration failure Migrations
34328 34328 Class-based async-only middleware not detected as coroutine in MiddlewareMixin Documentation
34280 34280 3 Support create defaults for update_or_create Database layer (models, ORM)
34318 34318 3 Add a release note that makemessages no longer changes .po files when up to date. Documentation
34334 34334 2 There might be an error in the Django Tutorial No. 5 Documentation
34332 34332 Migrations for fields with model-referencing defaults break later Database layer (models, ORM)
34325 34325 Clarify PercentRank() description. Documentation
34324 34324 Django Discord Server is not mentioned in the "Join the Django community ❤️" section in contributing guide Documentation
34326 34326 1 Standardize case for commands Core (Management commands)
34248 34248 1 sdist is missing tox.ini Packaging
34311 34311 1 Update serialization examples from unique_together to UniqueConstraint Documentation
34323 34323 1 Django form request is always response with "GET" instead of "POST" even when I use <form action="" method="post"> Forms
34303 34303 Admin Site shall filter LogEntries by registered models contrib.admin
34319 34319 Model.validate_constraints() crashes when constraint's validate() raises ValidationError without a code. Database layer (models, ORM)
34146 34146 1 Add tutorial step for installing third party package(s) Documentation
34310 34310 Add deletion example at one_to_one relations documentation Documentation
34301 34301 1 "show_save_as_new" in admin can add without this permission contrib.admin
27572 27572 2 Static files served in development should prevent caching contrib.staticfiles
34307 34307 1 Issue with min_num logic in InlineFormsets Forms
34306 34306 1 Add a list of status codes HTTP handling
34304 34304 Adding and removing a conditional UniqueConstraint to ForeignKey multiple times crashes on MySQL Database layer (models, ORM)
34180 34180 1 Document that setting language in tests affects other tests Documentation
34300 34300 1 Support async generators in StreamingHttpResponse HTTP handling
34299 34299 1 'builtin_function_or_method' object has no attribute 'split' error in sql/query Database layer (models, ORM)
34255 34255 1 Annotation/group by with an expression on psycopg3 Database layer (models, ORM)
34254 34254 Exists annotations can return non-boolean results (i.e. None) if used with an empty QuerySet. Database layer (models, ORM)
34294 34294 File locking fails if argtypes redefined on Windows. File uploads/storage
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)
34279 34279 1 Certain character causes django admin to misfunction Database layer (models, ORM)
34267 34267 QuerySet.union() crashes with IndexError when getting cached results. Database layer (models, ORM)
34260 34260 1 models.FloatField documentation doesn't mention that +inf, -inf, and NaN are database-dependent. Documentation
34271 34271 Add a simple page caching method Core (Cache system)
34268 34268 Internationalization does not localize functional model choices Internationalization
34264 34264 Move note about session cookies to correct category Documentation
34253 34253 1 migrations don't apply Uncategorized
34247 34247 2 Cannot resolve operation dependencies Migrations
34245 34245 Change User model in BaseUserCreationForm/UserChangeForm.Meta to get_user_model(). contrib.auth
34246 34246 1 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
34243 34243 timesince() raises TypeError with USE_TZ=True and >1 month interval. Utilities
34232 34232 1 'Add Another' casing typo in tutorial 7 Documentation
34082 34082 1 "mysql server has gone away" on 404, 403 or 401 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
14094 14094 2 Cannot define CharField with unlimited length Database layer (models, ORM)
34219 34219 Collation is not preserved when field is altered on PostgreSQL and MySQL. Database layer (models, ORM)
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)
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
34199 34199 Add an example for contrib.postgres.aggregates.StringAgg to docs. Documentation
34196 34196 1 contrib.postgres search tests failing contrib.postgres
34195 34195 Duplicate Records created when specifying None as a target in a custom ManyToManyField Database layer (models, ORM)
34191 34191 ModelAdmin.search_fields fails for DecimalField and __exact contrib.admin
34160 34160 Django 4.1 Expression contains mixed types for (Big/Small)IntegerFields. Database layer (models, ORM)
34119 34119 ModelForm fields with callable defaults don't correctly propagate default values Forms
34184 34184 Improve tutorial by mentioning User Interaction testing like django-webtest Documentation
34173 34173 SessionMiddleware support 503 status code contrib.sessions
34064 34064 USE_THOUSAND_SEPARATOR docs clarification of override by locale Documentation
34167 34167 Set a reasonable default for EMAIL_TIMEOUT Core (Mail)
34148 34148 Removing a field from form.fields previously added to _bound_fields_cache has no effect Forms
34166 34166 UniqueConstraint with condition not validated if the condition field is not editable. Database layer (models, ORM)
34159 34159 Django potential improvement - views decorator for http_timeout with auto retry HTTP handling
34158 34158 Optimise count() for querysets that contain field lookups Database layer (models, ORM)
34157 34157 1 Error on Tutorial 2nd page: mysite/settings.py | Code is incorrect Documentation
34154 34154 Inconsistent use of "mixin" in the documentation Documentation
891 891 1 customize table name prefixes Database layer (models, ORM)
34139 34139 acreate(), aget_or_create(), and aupdate_or_create() doesn't work as intended on related managers. Database layer (models, ORM)
27849 27849 3 Add SQL 2003 FILTER syntax support with Case(When()) fallback to aggregates Database layer (models, ORM)
27654 27654 1 Propogate alters_data value to subclasses Core (Other)
34080 34080 __exact lookup on nested arrays with None values fails on PostgreSQL. contrib.postgres
34133 34133 Django ordering in model meta causing unexpected results of group_by Database layer (models, ORM)
34129 34129 Admin list_editable failed to edit contrib.admin
34035 34035 1 ImageField doesn't consider EXIF rotation when storing width and height Database layer (models, ORM)
34066 34066 3 Accessing UserAdmin via to_field leads to link to PasswordResetForm being broken (404) contrib.auth
34109 34109 Uvicorn can be run without installing gunicorn Documentation
34117 34117 1 Anomaly with makemigrations Migrations
34098 34098 Filter floatformat drops precision in decimal numbers Template system
34106 34106 1 Allow LogoutView to render a confirmation template on a GET request (Like LoginView) contrib.auth
34101 34101 1 Missing list filters in admin when using jet admin templates contrib.admin
34097 34097 1 when i create objects in admin page, it is not posted to server that is selection of ModelMultipleChoiceField with FilteredSelectMultiple widget contrib.admin
34090 34090 ordering of ManyToManyField in admin shows objects multiple times contrib.admin
34086 34086 Confirm support for PostGIS 3.3 GIS
28000 28000 5 Avoid SET/DROP DEFAULT unless a field changes from null to non-null Migrations
34075 34075 1 Firebase Phone+OTP Auth from Django contrib.auth
34076 34076 1 Native support for SurrealDB Database layer (models, ORM)
34068 34068 3 `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 1 django.core.Paginator wrong query slicing Core (Other)
34056 34056 Update the deprecated password list used by CommonPasswordValidator to a more recent list contrib.auth
34057 34057 1 Validation of DecimalField Database layer (models, ORM)
34050 34050 Generated migration file is not detected by django because of the name of newly generated migration file Migrations
34053 34053 JS tests depend on Cloudflare CDN for every run Testing framework
34048 34048 Do not add cache control header if is set to false or a falsy value Utilities
34026 34026 1 WKBReader.read() crashes on strings. GIS
34023 34023 inlines variable not bound in loop in ModelAdmin._create_formsets contrib.admin
34032 34032 Base authentication Backend should raise NotImplemented on needed methods contrib.auth
34015 34015 Registering lookups on relation fields should be supported. Database layer (models, ORM)
34016 34016 QuerySet.values_list() crash on simple ArrayAgg. contrib.postgres
34000 34000 Fix numberformat.py "string index out of range" when null Utilities
34002 34002 PasswordResetView should work with AbstractBaseUser subclasses without is_active field. contrib.auth
34004 34004 DateTimeField for Forms does not always respect input_formats Forms
34005 34005 1 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 1 ForeignKey.formfield(): allow override for all kwargs Database layer (models, ORM)
27412 27412 1 Coalesce function should work with subqueries Database layer (models, ORM)
27944 27944 3 Have meta.get_field('pk') return the primary key field directly Database layer (models, ORM)
14411 14411 1 Inline delete not prompting cascade delete warning contrib.admin
27207 27207 1 Replace <p class="help"> with <div> tag in admin templates contrib.admin
27147 27147 3 Add support for defining bounds in postgres range fields contrib.postgres
27464 27464 1 SRID should be stored in DB on MySQL backend GIS
14092 14092 ImageField should allow SVG Database layer (models, ORM)
27060 27060 2 Take indexes into account in inspectdb command Core (Management commands)
27550 27550 1 add version of GEOSGeometry.normalize() that returns new geometry GIS
27451 27451 1 syndication feed may crash with AmbiguousTimeError contrib.syndication
27624 27624 3 Optimize ORM by using more immutable data structures Database layer (models, ORM)
27737 27737 1 Investigate if reloading old relational fields in migration operations' state_forwards is needed Migrations
27844 27844 1 Add a management command to optimize a migration Migrations
27468 27468 Move utils.crypto.salted_hmac() from SHA1 toward SHA256 Utilities
27961 27961 3 Misconfigured SECURE_PROXY_SSL_HEADER setting is ignored HTTP handling
14357 14357 6 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 2 Can't create GinIndex on ArrayField(CITextField) contrib.postgres
27574 27574 2 support geodetic distance calculation on MySQL 5.7+ GIS
14296 14296 'manage.py test' failing for apps that access read-only databases Testing framework
27753 27753 24 Cleanups when no supported version of Django supports Python 2 anymore Utilities
27936 27936 5 Add some clarifications to "Spanning multi-valued relationships" Documentation
27141 27141 3 makemigrations fails with PermissionDenied on django_migrations Migrations
27864 27864 2 Limit the number of terms in an admin search contrib.admin
27095 27095 2 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 2 connection.is_usable() raises AttributeError after the connection is closed Database layer (models, ORM)
27877 27877 1 Management command exceptions should be logged Core (Management commands)
27131 27131 2 send_mail() error on Python 2 if smtp server uses CRAM-MD5 auth method Core (Mail)
27694 27694 1 Improve documentation of supported lookups on HStore & JSON fields Documentation
27590 27590 1 Allow configuration of where to save staticfiles manifest. contrib.staticfiles
27541 27541 2 Provide hooks to override manifest file storage in ManifestFilesMixin contrib.staticfiles
27697 27697 4 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 4 Add a helpful error message when a parallel test worker is assigned an unexpected index Testing framework
27017 27017 2 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 2 Add CSRF_COOKIE_HTTPONLY note to CSRF AJAX docs Documentation
27149 27149 7 Allow using a subquery in QuerySet.filter() Database layer (models, ORM)
27488 27488 4 add support for IsValid and MakeValid GIS functions on SpatiaLite backend GIS
56 56 4 Primary key columns should be UNSIGNED Database layer (models, ORM)
27575 27575 4 Make host validation run on all requests HTTP handling
27854 27854 4 Make `collectstatic` warn (rather than blow up) on missing directories contrib.staticfiles
27604 27604 1 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
27718 27718 2 Add QuerySet.union(), intersection(), difference() Database layer (models, ORM)
27807 27807 8 Overriding username validators doesn't work as documented contrib.auth
27188 27188 3 Allow using unique=True with FileField File uploads/storage
14645 14645 4 Exclude query with multiple conditions for the same multi-value relation not correct Database layer (models, ORM)
27917 27917 3 Allow ModelAdmin.radio_fields to work with NullBooleanField contrib.admin
27450 27450 1 GDALBandTests.test_band_data test failure on MacOS 10.12.1 and python3.5 GIS
27445 27445 2 RadioSelect widget does not work for NullBooleanField Documentation
27906 27906 1 assertInHTML('<a/><b/>', '<a/><b/><c/>') fails Testing framework
14628 14628 Document which settings can be changed at runtime Documentation
27257 27257 2 Use the ->> operator when filtering builtin text lookups on JSONField keys contrib.postgres
27417 27417 1 Migration to change model field case crashes on Oracle Migrations
27871 27871 5 Django keeps making the same migration over and over again Migrations
27480 27480 5 Add a Cache.touch(key, timeout=DEFAULT_TIMEOUT) method Core (Cache system)
27679 27679 2 Document that empty formsets display min_num+extra forms Documentation
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 1 Add pgcrypto extension and GEN_RANDOM_UUID function to contrib.postgres contrib.postgres
27395 27395 3 Allow generating '<link rel="alternate ... hreflang=...>" for sitemaps' contrib.sitemaps
27331 27331 3 Proposed opt_group argument for ModelChoiceField and ModelMultipleChoiceField Forms
27708 27708 1 Relation between tables in different schemas with big names Migrations
27399 27399 2 Segfault when running GDALBandTests on OSX 10.11.6 GIS
27804 27804 11 Use unittest.subTest() in Django's test suite Core (Other)
27585 27585 1 ManyToMany relationship is cascading delete after being detached Database layer (models, ORM)
27686 27686 1 calls to request.user.is_authenticated returns vary by cookie header for all users contrib.sessions
27661 27661 4 Move FileSystemFinder ImproperlyConfigured errors to system checks contrib.staticfiles
27408 27408 1 Make QuerySet.bulk_create() populate fields on related models Database layer (models, ORM)
27666 27666 2 Delay rendering of models in migration operations when possible Migrations
27824 27824 1 Cannot chain unaccent transform with key lookup in Postgres JSON field. contrib.postgres
27760 27760 3 Hard to diagnose reason for 400 response when making test request that sets SERVER_NAME Testing framework
27865 27865 3 Document use of Manager rather than BaseManager for from_queryset() Documentation
27160 27160 2 Document that running the Django test suite requires creating the databases and, on PostgresQL, a superuser Documentation
27370 27370 1 Django's Select widget adds a required="required" attribute, even if created with empty_label=True Forms
27835 27835 Make TransactionTestCase raise an error if it accesses non-default database connection without multi_db=True Testing framework
27852 27852 2 Admin Delete Object Block Page Doesn't Show All Related Objects Blocking Deletion Database layer (models, ORM)
27888 27888 2 Add a button to clear all admin filters contrib.admin
27785 27785 1 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 2 makemigrations produces incorrect path for inner classes Migrations
27164 27164 4 Database routers examples could be more realistic Documentation
27272 27272 4 Add a on_delete RESTRICT handler to allow cascading deletions while protecting direct ones Database layer (models, ORM)
27808 27808 1 Nested ArrayField with nullable base field generates invalid SQL contrib.postgres
27391 27391 7 Support unittest.TestCase.debug() method. Testing framework
27910 27910 1 Allow using an Enum class in model Field choices Database layer (models, ORM)
27086 27086 9 running servers.tests may hang in parallel mode on Mac OS X Core (Other)
14218 14218 Paginator just implement the __iter__ function Core (Other)
14722 14722 1 @last_modified should ignore lack of etag method when USE_ETAGS is enabled. HTTP handling
27921 27921 1 Documentation of make_aware() with is_dst is misleading Documentation
27462 27462 1 Clarify what's contained in m2m_changed's "pk_set" argument Documentation
27473 27473 3 Allow using Extract() with DurationField Database layer (models, ORM)
27338 27338 1 Running an AlterField to change a CharField primary key to AutoField crashes. Migrations
27795 27795 19 Audit force_text invocations Utilities
27995 27995 2 Raise a descriptive error on unsupported operations following QuerySet.union(), intersection(), and difference(). Database layer (models, ORM)
14129 14129 1 Slovenian translation plural-forms Internationalization
27801 27801 4 Make createsuperuser inspect environment variables for username and password contrib.auth
27486 27486 2 intword and filesizeformat filters shouldn't pass non-integers to gettext Template system
27635 27635 2 django.utils.crypto should use secrets on Python 3.6+ Utilities
27685 27685 7 Allow autoreloader to use watchman Utilities
14365 14365 Make template-rendering signals available also in DEBUG mode Testing framework
27946 27946 2 Improve "ValueError: Found wrong number of constraints" error message Migrations
27755 27755 2 add ModelAdmin.get_inlines() hook to allow set inlines based on the request or model instance. contrib.admin
14688 14688 BaseInlineFormSet does not support "auto_id" Forms
14808 14808 i18n is not safe. Documentation
27360 27360 3 Make it easier to track down the offending models for AlreadyRegistered exceptions contrib.admin
27991 27991 7 Add 'obj' kwarg to InlineModelAdmin.has_add_permission() contrib.admin
27829 27829 4 Deprecate DEFAULT_CONTENT_TYPE setting HTTP handling
14675 14675 Update docs and project template to avoid "import *" for url patterns Core (Other)
14204 14204 7 Take advantage of SQLite support for FK constraints Database layer (models, ORM)
27867 27867 1 Excluding a reverse relation produces inconsistent queries Database layer (models, ORM)
27994 27994 5 Document contrib.staticfiles.storage.ManifestFilesMixin Documentation
27025 27025 21 Python 3.6 compatibility Core (Other)
14091 14091 1 Fix incorrect quoting in connection.queries Database layer (models, ORM)
27595 27595 1 Database converters are not run for related fields referencing related fields Database layer (models, ORM)
27899 27899 3 Phrase search query for Postgres full text search contrib.postgres
27090 27090 5 pg_get_serial_sequence is broken on postgres, use a lookup in information_schema.columns instead Database layer (models, ORM)
27335 27335 2 Avoid object save during QuerySet.update_or_create() when there were no changes Database layer (models, ORM)
27334 27334 10 File uploads could rename temporary files rather than copying them File uploads/storage
27869 27869 6 Add fastupdate and gin_pending_list_limit parameters to GinIndex contrib.postgres
27731 27731 3 Squashmigrations doesn't optimize AlterField related_name across AlterUniqueTogether/AlterIndexTogether Migrations
27768 27768 4 makemigrations uses unnecessary AddField for ForeignKey depending on model name Migrations
27845 27845 2 Possible Migration Optimizer Strategy Improvement Migrations
27472 27472 6 GEOSGeometry('POINT EMPTY').ogr crashes GIS
27398 27398 3 Make SimpleTestCase.assertRedirects() URL comparison ignore ordering of query parameters Testing framework
820 820 2 Add "view" permission to compliment add/change/delete contrib.admin
27543 27543 2 AttributeError: '_Frame' object has no attribute 'f_back' / Django and celery error logging gone wrong Error reporting
27098 27098 3 Deprecate DatabaseIntrospection.get_indexes Database layer (models, ORM)
27560 27560 3 Formset.save() crashes for model with foreign key to concrete base model Forms
27629 27629 3 Inconsistent check of allow_relation in ForwardManyToOneDescriptor.__set__ Database layer (models, ORM)
27226 27226 3 Remove patch_response_headers()'s setting of the "Last-Modified" header HTTP handling
27863 27863 2 Implement "SameSite" flag for session and CSRF cookies HTTP handling
27018 27018 5 Admin views in admindocs crash with AttributeError contrib.admindocs
27728 27728 4 Allowed overriding admin templatetag's templates. contrib.admin
27161 27161 5 TypedChoiceField fails to validate properly when used with ArrayField Forms
27533 27533 2 inspectdb crashes on unsupported unique_together constraints in PostgreSQL Database layer (models, ORM)
27656 27656 12 Fix comment verb style according to PEP 257 Core (Other)
27392 27392 8 Remove "Tests that", "Ensures that", etc. from test docstings Documentation
27317 27317 2 Make Form subclasses combine Form.Media from all parents Forms
27267 27267 5 Renaming a primary key fails with "cannot drop constraint on table because other objects depend on it" Migrations
27449 27449 1 Make django.utils.translation.trans_real.get_supported_language_variant public API Internationalization
27985 27985 4 Converting `Foo.objects.filter(bar=None)` to an `IsNull` too early. Database layer (models, ORM)
27810 27810 3 Add query expression support for ModelAdmin list_display's admin_order_field contrib.admin
27682 27682 1 Add more dependencies to extras_require (eg sqlparse, PyYAML) Packaging
27999 27999 4 Add test Client support for HTTP 307 and 308 redirects Testing framework
14642 14642 3 save_as=True and generic inline in admin gives IndexError contrib.contenttypes
27175 27175 4 Deprecate silencing exceptions raised while rendering the {% include %} template tag Template system
27954 27954 3 Prevent PostgreSQL dbshell from exiting on CTRL-C Core (Management commands)
27657 27657 2 Getting crash when using the runserver command on Windows 10 in PowerShell following update to Python 3.6 Utilities
27843 27843 6 M2M db table names with explicit `username` Database layer (models, ORM)
27458 27458 4 Oracle backend giving ORA-00911 : Invalid Character, querying with a literal "%s" Database layer (models, ORM)
27710 27710 2 foreign key _id optimisation leads to incorrect descriptor value Database layer (models, ORM)
27318 27318 7 Return failed values from memcached.set_many() Core (Cache system)
14807 14807 3 django.utils.formats localize_input inserts thousands_separator into boolean values Internationalization
27515 27515 7 Make AuthenticationForm use the username length from the user model contrib.auth
27846 27846 3 refresh_from_db() doesn't clear reverse OneToOneFields Database layer (models, ORM)
27857 27857 5 Cleanups and features to use when dropping support for Python 3.4 Core (Other)
27546 27546 5 Replace hardcoded class names in __repr__-methods Core (Other)
27979 27979 6 Using F() to save negative integers in unsigned columns on MySQL should raise IntegrityError rather than OperationalError Database layer (models, ORM)
27067 27067 4 Deprecate string_concat Internationalization
27788 27788 4 Drop support for Oracle < 12.1 Database layer (models, ORM)
27648 27648 2 Deprecate ("iLmsu") regex groups in URLpatterns Core (URLs)
27532 27532 3 Deprecate Model._meta.has_auto_field Database layer (models, ORM)
27332 27332 5 Specifying additional ON arguments, and more flexibility with joins Database layer (models, ORM)
14370 14370 6 Adding support for Autocomplete in contrib.admin contrib.admin
27895 27895 9 Test Client fails to decode json response with unicode characters Testing framework
27603 27603 5 on SpatiaLite AsKML GIS function fails if annotated queryset is evaluated several times GIS
27818 27818 5 Use contextlib.suppress to suppress exceptions. Core (Other)
27998 27998 4 LogEntry messages do not list m2m fields that were changed when an object is changed via ModelAdmin contrib.admin
27701 27701 4 Document that runserver bypasses middleware for static files Documentation
27326 27326 2 Overriding queryset deletion from ModelAdmin contrib.admin
27796 27796 2 Middlewares load twice due to StaticFilesHandler(WSGIHandler) contrib.staticfiles
27931 27931 4 Clarify the meaning of "django catch-all logger" Documentation
27258 27258 8 Raise an exception if RequestContext is used with template.backends.django.Template.render() Template system
27855 27855 3 Document Python 3.4 support for Django 2.0 Documentation
27859 27859 3 Migration to create TextField with db_index=True crashes on MySQL Migrations
27380 27380 2 Add the 'raw' argument with the 'm2m_changed' signal Database layer (models, ORM)
27970 27970 2 Allow in_bulk() to use other unique fields besides the primary key Database layer (models, ORM)
27982 27982 5 Possible bug related to queryset union Database layer (models, ORM)
27477 27477 4 Use QuerySet.select_for_update() in admin change form to fix race condition contrib.admin
27303 27303 13 Selecting multiple admin list_filters across relations return results that don't match both filters contrib.admin
27670 27670 4 Loading shell crashes when pythonrc file contains error Core (Management commands)
27563 27563 6 Move "Apply limit_choices_to" code from BaseModelForm to fields_for_model() Forms
27964 27964 2 Raise an error if a MySQL geometry with an unsupported SRID is saved to the database GIS
27858 27858 6 Stop read-only management commands from attempting to create a django_migrations table Migrations
27539 27539 6 assertNumQueries fails if debug cursor wrapper fills Testing framework
27745 27745 3 Improve code coverage for django/contrib/contenttypes contrib.contenttypes
27787 27787 4 call_command() should validate the arguments it receives Core (Management commands)
27434 27434 4 Document caveats of raising a ValidationError in Model.clean() for a field not in a model form Documentation
27830 27830 4 Use distutils.version.LooseVersion instead of custom version parsing Core (Other)
27967 27967 3 The autogenerated OneToOneField on multi table inheritance breaks the InlineAdminForm given UUID pk contrib.admin
27655 27655 4 Styleguide missing - Use single quotes instead of double quotes in string Documentation
27953 27953 3 Make default Model.__str__() more useful (such as by displaying the primary key) Database layer (models, ORM)
27792 27792 2 Extended category support for Atom and RSS feeds contrib.syndication
27308 27308 5 BytesWarning exception raised when running with python 3 -bb option Core (Other)
27039 27039 13 ModelFields with 'default' value set and 'required'=False in form does not use default value Forms
27639 27639 7 Add a chunk size argument to QuerySet.iterator() Database layer (models, ORM)
27777 27777 4 File object does not consistently open itself in context manager use File uploads/storage
27922 27922 5 Add ErrorDict.get_json_data() method Forms
27881 27881 3 Add "unified diff" output mode to diffsettings management command Core (Management commands)
27978 27978 2 Allow loaddata to read data from stdin Core (Management commands)
27876 27876 3 Documentation error for installing tests/requirements/py3.txt Documentation
27860 27860 3 Changing a CharField to a ForeignKey crashes when migrating in PostgreSQL Migrations
27241 27241 1 Annotate doesn't work with PostgreSQL views anymore Database layer (models, ORM)
27732 27732 1 django.contrib.postgres.search SearchRank doesn't handle SearchVectorField references contrib.postgres
27118 27118 6 Make QuerySet.get_or_create()/update_or_create() error for a non-field in defaults Database layer (models, ORM)
27554 27554 3 Queryset evaluation fails with mix of nested and flattened prefetches (AttributeError on RelatedManager) Database layer (models, ORM)
14149 14149 1 LIKE clauses fail in Oracle 9.2.0.7 Database layer (models, ORM)
27730 27730 4 Document that template tags with "as" variable assignment don't propogate variables across blocks Documentation
27644 27644 4 Document FileSystemStorage.get_created_time() limitation on Unix Documentation
27926 27926 1 Allow squashmigrations to create a fresh set of migrations and delete the old ones Migrations
27751 27751 2 Teardown of a PG test database fails if it is an autogenerated test_MYDB database Testing framework
27947 27947 3 Document that model field error_messages don't carry over to forms Documentation
27183 27183 4 JSONField improperly escaped in admin interface during normal usage contrib.postgres
27972 27972 1 BaseSpatialField.geodetic should return SpatialReference.geographic GIS
28001 28001 3 Investigate/update comment about context popping in ForNode.render() Template system
27916 27916 2 versionchanged / versionadded annotation titles missing in downloadable docs Documentation
27912 27912 6 Open redirect on non-HTTP protocols: is_safe_url not validating properly HTTP handling
27974 27974 5 Degraded performance when rendering ChoiceField with lots of options and DEBUG=True Template system
27726 27726 4 Template default_if_none filter is inconsistent between printed value and boolean context Template system
27834 27834 4 Add the STRPOS database function Database layer (models, ORM)
27573 27573 2 Distance function returns Distance object instead of raw value on MySQL GIS
27928 27928 4 Avoid SET/DROP DEFAULT unless a field changes from null to non-null Migrations
27989 27989 2 Passing an empty QueryDict to a form stores it as a plain dictionary Forms
27848 27848 3 EmailMessage.attach_file() with .eml file crashes Core (Mail)
27866 27866 3 Make ChoiceWidget.format_value() return a list Forms
27359 27359 2 Make it possible to specify a default template engine Template system
27365 27365 5 Fields suddenly not found. Database layer (models, ORM)
27993 27993 5 Impossible to clear an ArrayField with a forms.MultipleChoiceField Forms
27942 27942 4 admin's inlines.js indiscriminately adds "add" buttons to all tables in inlines contrib.admin
27973 27973 3 LinearRing.json gives invalid GeoJSON GIS
27990 27990 1 QuerySet.count() raises ValueError when QuerySet.union() is used Database layer (models, ORM)
27992 27992 2 Cleaned form values does not save to model Forms
27231 27231 4 Initialize forms in ModelAdmin like View (i.e. add get_form_kwargs to contrib.admin) contrib.admin
27988 27988 4 django-admin documentation typo (--v instead of -v) Documentation
27987 27987 2 debug view doesn't set default colours in css Error reporting
27736 27736 2 Prefer decorators for lookup-registration Core (Other)
27981 27981 5 date/time filter docs inaccurate about how localization works Documentation
27986 27986 2 Change BaseModelForm dictionary variable object_data to be OrderedDict Forms
27956 27956 6 Template error raised in an {% extends %} parent template shows incorrect source location on debug page Template system
27984 27984 2 Broken link in LANGUAGE_CODE settings Documentation
27980 27980 2 ExpressionWrapper is maybe masking a NotImplementedError on SQLite Database layer (models, ORM)
27983 27983 1 Tutorial should contain complete files at each step Documentation
27962 27962 2 allow lookups on Area annotation GIS
27958 27958 3 CSRF_COOKIE reset while requesting a broken relative URL over HTTPS CSRF
27969 27969 3 models.Field.formfield() should allow the 'disabled' kwarg for fields with choices Database layer (models, ORM)
27556 27556 4 add Oracle support for IsValid function and isvalid lookup GIS
27952 27952 4 core.validators.validate_slug doesn't mention that only latin letters are accepted. Core (Other)
27976 27976 1 label_from_instance fails silently: form field disappears. Forms
27975 27975 2 Regression on ability to use `queryset=None` on `ModelChoiceField` Forms
27945 27945 4 Clarify RegexValidator docs (match vs. search) Documentation
27966 27966 2 Bump required version of pyscopg2 to 2.5.4 Database layer (models, ORM)
27960 27960 3 ds = DataSource('/path/to/your/cities.shp') fails on first try (GDALException Unknown error code: "198770787"), but works on second GIS
27915 27915 5 Defining Index object in Meta.indexes in abstract class causes failure during migration of sub-classes Database layer (models, ORM)
27949 27949 3 Document how OpenLayers 3 widgets work Documentation
27919 27919 11 Decide if attrs (and possibly others) are named or positional parameters in new widget rendering code Forms
27963 27963 3 Docstring example in docs doesn't follow PEP 257 Documentation
27965 27965 3 gis_tests.test_geoforms.GeometryFieldTest.test_field_string_value fails GIS
27939 27939 6 GeoDjango - map doesn't show correct point in admin GIS
27968 27968 1 Django admin calendar week day name wrong contrib.admin
27584 27584 6 Template error raised in a parent template shows incorrect source location on debug page Template system
27957 27957 3 Remove technical terms from InlineForeignKeyField/ModelMultipleChoiceField error messages Forms
27890 27890 6 runtests.py cleanup exception on Python 3.6 Core (Other)
27935 27935 7 BrinIndex crashes if name > 30 characters contrib.postgres
27959 27959 1 Wrong output when alter field in sqlmigrate. Migrations
27538 27538 2 Value of JSONField is being re-encoded to string even though being already encoded contrib.postgres
27724 27724 4 SelectDateWidget clears date and month if year is not selected Forms
27955 27955 1 JSONField.default not applied in admin contrib.admin
27951 27951 1 Nondeterministic ordering test failure in model_forms on Oracle Forms
27948 27948 1 Static serving views do incorrect unquote()ing of path contrib.staticfiles
27675 27675 5 Django postgres JSONField encoding contrib.postgres
27943 27943 1 Unable to log in with added superuser account contrib.admin
27897 27897 3 Searching for foreign key's pk in the admin crashes with FieldDoesNotExist contrib.admin
27882 27882 4 Allow template fragment caching for unlimited time Template system
27918 27918 3 Document ChoiceWidget.option_template_name Documentation
27924 27924 2 Add support for cx_Oracle 5.3 Database layer (models, ORM)
27822 27822 2 Audit Oracle's DatabaseIntrospection.data_types_reverse Database layer (models, ORM)
27941 27941 1 Incorrect checking or re-conciliation of parent/child fields when inheritance is changed to abstract Migrations
27940 27940 1 Migrations fail when when a model's parent class is changed to abstract -- Wrong SQL being generated Migrations
27260 27260 5 Performance Issue because of LEFT OUTER JOIN instead the better INNER JOIN Database layer (models, ORM)
27920 27920 1 RadioSelect is not rendering the value attribute when it is empty Forms
27938 27938 1 Warning in tests: UserWarning: Limit for query logging exceeded, only the last 9000 queries will be returned. Testing framework
27937 27937 2 Potential issue with field.queryset._result_cache persisting Forms
27930 27930 1 The rhs attribute of the In lookup is not iterable anymore Database layer (models, ORM)
27932 27932 1 EmailValidator fails on "a.@example.com" Core (Mail)
27933 27933 1 FieldDoesNotExist if remove foreign key and remove unique constraint at the same time Migrations
27904 27904 2 Add a system check that Field.validators are callable Database layer (models, ORM)
27911 27911 2 Document UserAdmin when creating custom User model Documentation
27913 27913 2 Admin calendar failed contrib.admin
27908 27908 2 Cannot use 'schema.table' with 'inspectdb' Core (Management commands)
27316 27316 3 Multiple LiveServerTestCase subclasses cannot reuse the same port Testing framework
27907 27907 1 DecimalFields don't work with initial Forms
27891 27891 4 Allow setting a login backend when using PasswordResetConfirmView contrib.auth
27905 27905 4 Admin RelatedFieldWidgetWrapper ignores wrapped widget's value_omitted_from_data() contrib.admin
27878 27878 4 Move to Python 3 shebangs Core (Other)
27622 27622 4 Test client should accept vendor tree json variants Testing framework
27893 27893 2 Make it possible to disable exception re-raising in test client Testing framework
27475 27475 4 Bug in admin with date_hierarchy and Daylight savings contrib.admin
27903 27903 1 RenameModel does not not change ForeignKey with related_name='+' Migrations
27898 27898 2 Inheriting from AbstractBaseUser does not interpolate unique error message on field contrib.auth
27892 27892 3 Add a way to specify "independent" migrations Migrations
27896 27896 2 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 2 Make escapejs escape backticks to support usage in ES6 template literals Utilities
27901 27901 2 Unicode subclasses can't be saved to TextField with MySQL and Python 2 Database layer (models, ORM)
27887 27887 2 TypeError when namespaced urlconf included from non-namespaced one Core (System checks)
27889 27889 3 ModelAdmin ordering by pk fails check contrib.admin
27836 27836 3 Add a way to delete directories through the file Storage API File uploads/storage
27862 27862 4 Exists() feature generates invalid SQL query on postgres backend Database layer (models, ORM)
27842 27842 4 Add protocol argument to GenericSitemap.__init__() contrib.sitemaps
27883 27883 1 "Vertical" polymorphism of models Database layer (models, ORM)
27886 27886 2 Django contrib.postgres JSONField adds additonal quotes to a dictionary. contrib.postgres
27802 27802 3 Unify datetime_*_sql() methods with others backend date/time operations. Database layer (models, ORM)
27884 27884 1 Document that validators needs to be an iterable since Django 1.11 Documentation
27875 27875 3 Manager inheritance documentation doesn't mention manager_inheritance_from_future Documentation
27176 27176 5 django.setup() should raise an exception instead of hanging on re-entrant calls Core (Other)
27873 27873 3 setup_test_environment() doesn't allow ALLOWED_HOSTS to be a tuple Testing framework
27874 27874 3 URL namespacing warning (urls.W005) does not consider nested URL namespaces Core (System checks)
27879 27879 2 Writing Atom1Feed crashes if enclosures argument isn't provided to add_item() Utilities
27766 27766 3 runserver crashes because of auto-reloader (Py3 + PowerShell) Utilities
27868 27868 1 makemessages creates files in '__pycache__' directory by default Core (Management commands)
27851 27851 3 include(admin.site.urls) doesn't work on master yet contrib.admin
27872 27872 1 Tutorial contains invalid instructions regarding background image Documentation
27870 27870 2 Clean up ManagementUtility.autocomplete() Core (Management commands)
27856 27856 3 Date subtraction loses accuracy on PostgreSQL for differences larger than month Database layer (models, ORM)
27861 27861 1 Allow project template's BASE_DIR calculation to work regardless of how settings are structured Core (Other)
27850 27850 3 Admin Related Widget Wrapper ignores custom render() contrib.admin
27853 27853 1 When AdminEmailHandler is configured with include_html, DisallowedHost causes a 500 instead of a 400 Error reporting
27828 27828 4 ORM crash on F('date_field') - F('int_field') on PostgreSQL Database layer (models, ORM)
27825 27825 5 Document that models don't cast field values to the same type that's retrieved from the database Documentation
27135 27135 5 Standardise type value returned by introspection.get_constraints for indexes Database layer (models, ORM)
27847 27847 2 Allow caching form templates when DEBUG=True Forms
27840 27840 1 Password reset: `post_reset_login` throws KeyError if user already logged in contrib.auth
27839 27839 1 Add a native file upload progress bar through forms Forms
27838 27838 1 How to run a shell command concurrently from django server Uncategorized
27837 27837 1 After upgrade 1.4 to 1.8 in the database creats (or updates) mixed objects with old Uncategorized
27823 27823 4 Use python-home in WSGI daemon installation documentation Documentation
27820 27820 4 RequestDataTooBig/TooManyFields fail to render the debug page HTTP handling
27832 27832 2 contenttypes migration not following the doc on hints naming contrib.contenttypes
27831 27831 1 decorator_from_middleware is not compatible with new middlewares Utilities
27367 27367 5 Document behaviour when several urls have the same name Documentation
27722 27722 10 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 7 Unexpected migration on Parent -> child model inheritence Migrations
27537 27537 3 Provide a simpler way to default runserver IP/port to 0.0.0.0:8000 Core (Management commands)
27586 27586 1 Django sometimes crashes on Windows when being launched in PyCharm Utilities
27148 27148 4 Invalid input for UUIDField with ModelMultipleChoiceField throws ValueError, not ValidationError Forms
27826 27826 1 Django migration can not find existing constraint Uncategorized
27809 27809 2 Add pre_add and post_add signals Database layer (models, ORM)
27819 27819 2 Display a warning when django.views.generic.ListView assumes the default template name Generic views
27683 27683 8 Change default transaction isolation level to READ COMMITTED on MySQL Database layer (models, ORM)
27821 27821 4 Documentation of the return value of clean_<fieldname>() could be clarified Documentation
27816 27816 2 Duplicate keyword '_binary' failure when using BinaryField with mysql backend Database layer (models, ORM)
27356 27356 3 admin lookup_allowed incorrectly returns False for a nested reverse OneToOneField contrib.admin
27814 27814 4 Unclear explanation of orphans in Paginator Documentation
27815 27815 4 contrib.auth.views.LoginView doesn't pass request object to AuthenticationForm contrib.auth
27817 27817 1 Jsonfield duplicating records in production database after running manage.py test Database layer (models, ORM)
27805 27805 5 ClearableFileInput's "Clear" checkbox on model fields with a default doesn't work Forms
27783 27783 1 VariableDoesNotExist can lead to stack overflows unusually easily Template system
27812 27812 2 When there is a DateTimeField django does not group by Database layer (models, ORM)
27811 27811 2 Avoid UnicodeEncodeError during generation of email with mail_admins logger Error reporting
27797 27797 1 dumpdata generate a backup not usable with loaddata using MySQL Core (Serialization)
27767 27767 1 Support DISTINCT queries in ArrayAgg contrib.postgres
27741 27741 9 staticfiles_tests test_corrupt_intermediate_files fails intermittently when run in parallel contrib.staticfiles
27794 27794 2 Fix confusing error messages for broken `context_processors` Error reporting
27791 27791 2 update_or_create() doesn't work properly when model has auto_now=True Database layer (models, ORM)
27806 27806 1 Allow for more dynamic ALLOWED_HOSTS configuration Core (Other)
27782 27782 5 Model signals and Many2Many fields Documentation
27803 27803 2 Don't escape lazy safe strings in conditional_escape Utilities
27798 27798 1 Add a standardised approach for packaged apps to define default settings Core (Other)
27800 27800 2 Crash with QuerySet.annotate(Length(...)).distinct() Database layer (models, ORM)
27421 27421 4 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)
27799 27799 1 If 'args' is used on a custom LabelCommand or AppCommand subclass, only the last positional arg is supplied to the command Core (Management commands)
27758 27758 4 Template widget rendering breaks the AdvancedModelIterator pattern Forms
27793 27793 1 Use Python's ipaddress module for IP validation Utilities
27789 27789 2 Simplified get sequence value on Oracle. Database layer (models, ORM)
27784 27784 2 Custom Site model support for django.contrib.sites. contrib.sites
27790 27790 2 Investigate increased memory usage in tests when calling migrate without available_apps set Migrations
27130 27130 4 Allow using the DjangoTemplates engine without configuring settings Template system
27202 27202 1 Investigate RenameMethodsBase effect on yaml serialization Utilities
27769 27769 4 createsuperuser command missing docs about no-input/interactive Documentation
27748 27748 2 Use callables instead of strings as default error handlers (handler404, etc.) Core (URLs)
27678 27678 4 Document that the template system isn't safe against untrusted template authors Documentation
27501 27501 3 ModelChoiceField.queryset documentation isn't clear that this is lazily evaluated Documentation
27781 27781 4 simplify_regex() doesn't remove ? characters contrib.admindocs
27780 27780 1 makemigrations on custom user model Migrations
27779 27779 1 Problem with Coverage Report on djangoci.com Uncategorized
27764 27764 1 Running migration that deletes child model (in multi-table inheritance) backwards results in an error Migrations
27763 27763 4 Docs: check invalid csrftoken on CSRF_FAILURE_VIEW Documentation
27030 27030 5 Add support for GIN indexes contrib.postgres
27774 27774 2 django admin with many objects count is very slow contrib.admin
27776 27776 2 Merge base.txt tests requirements file into py3.txt Testing framework
27773 27773 1 Model field level permission and Field value level permission in Django and DRF Uncategorized
27757 27757 3 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 1 Concurrency Safety Documentation Documentation
27772 27772 1 Multiple Database without Default Database layer (models, ORM)
27746 27746 2 Database migration fail when removing a child model containing only foreignkeys in a multi-table inheritance context on MySQL Migrations
27771 27771 1 Problem with unicode literals and EMAIL_PORT Core (Mail)
27770 27770 1 {% include %} with the template instance is broken under django 1.11 Uncategorized
27743 27743 3 CSS fix of "viewsitelink", "golink" and "addlink" buttons for Django admin contrib.admin
27759 27759 3 Template widget rendering: attrs with value False now render Forms
27765 27765 1 Migration to delete child model (multi-table inheritance) results in an error when using SQLite Migrations
27761 27761 2 Typo in multiple_input.html produces invalid HTML Forms
27749 27749 1 Documention change gunicorn deployment Documentation
27754 27754 1 Please document that Django models implement __dict__ (or tell me they officially don't) Documentation
27632 27632 5 Oracle backend fails to execute a query with an aggregation that contains an expression in the GROUP BY. Database layer (models, ORM)
27750 27750 2 TypeError when running manage.py migrate Migrations
27740 27740 1 Allow content_type or object_id of GenericForeignKey to be field on related model contrib.contenttypes
27297 27297 1 infinite AlterField migrations created for foreign key after case-only model name change Migrations
27738 27738 2 Default index name not set outside of migrations Database layer (models, ORM)
27739 27739 2 Document LabelCommand's `label` attribute Documentation
27690 27690 5 remove sleep before dropping test db? Testing framework
27735 27735 1 l10n is applied to Select widget's choices after template-based widget rendering Documentation
27544 27544 5 F() Expressions updating dates in .update() field fails on SQLite Database layer (models, ORM)
27663 27663 1 Make Index.create_sql() and SchemaEditor._create_index_sql() return SQL parameters as well Migrations
27733 27733 ClearableFileInput widget renders incorrectly Forms
27387 27387 5 Rendering "required" as HTML attribute is not documented under Field.required Documentation
27699 27699 1 parse_duration returns None if passed a string with a negative number of seconds Utilities
27709 27709 1 ContentTypes.objects.get_for_models returns inconsistent results for proxy models contrib.contenttypes
27518 27518 5 HTTP Referer leaks password reset link contrib.auth
27723 27723 2 `type` is not propagated correctly to widgets in MultiWidgets Forms
27721 27721 3 Unhelpful error message when trying to run shell that can't be imported Core (Management commands)
27729 27729 1 Add a method to evaluate QuerySets. Database layer (models, ORM)
27727 27727 1 Exclude with many condition in the same related field's fields Database layer (models, ORM)
27713 27713 3 Clarify NoReverseMatch error message when view is not found Core (URLs)
27706 27706 1 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 3 requests.post fail inside of django shell but not python shell Uncategorized
27717 27717 1 Squashmigrations doesn't optimize AlterModelOptions verbose_name_plural into CreateModel Migrations
27720 27720 1 Confusing error message when creating a model with unspecified attributes that have no defaults Database layer (models, ORM)
27716 27716 1 FieldFile incorrectly returns bytes the first time it is opened with 'r' File uploads/storage
27712 27712 2 Input widget removes `type` from `attrs`. Forms
27714 27714 2 Small visual artifact when clicking inline edit button in admin contrib.admin
27715 27715 1 [Tutorial - part 6.] Lack of saving created question into db Documentation
27711 27711 3 Questionable "Install Django" option ordering Documentation
27673 27673 3 System checks for contrib.admin are executed during registration contrib.admin
27688 27688 3 Django message framework add_message() should prefer ducktyping over isinstance contrib.messages
27707 27707 2 Remove shell support for ipython < 1.0 Core (Management commands)
27705 27705 2 Add protocol and server_cls attributes to runserver for extensibility Core (Management commands)
27432 27432 3 showmigrations --plan should show migrations that would be applied for the given app_labels Core (Management commands)
27703 27703 1 [Feature request] Template language type annotations Template system
27689 27689 4 FileSystemStorage().get_valid_name() may return empty string File uploads/storage
27691 27691 1 Avoid `logger=logging.getLogger(__name__)` Uncategorized
27702 27702 1 {{ form.id }} missing in documentation example Documentation
27700 27700 2 Optimize inspectdb tests Core (Other)
27693 27693 2 Case insensitive lookups on JSONField nested values contrib.postgres
27698 27698 1 Add django.test.utils.ContextList.get() Testing framework
27696 27696 2 Email line length limiting does not work properly with Cyrillic strings Core (Mail)
27497 27497 2 make Area function, Distance function and lookups work with geodetic coordinates on SpatiaLite GIS
27687 27687 1 Dateformat issue using django basic logging formatter Utilities
27680 27680 4 Recommend ccbv.co.uk in class-based views docs Documentation
27664 27664 3 Manager.contribute_to_class() is called with abstract model rather than concrete model Database layer (models, ORM)
27677 27677 2 Disable savepoint support for MySQL NDB engine tables, and option to overwrite the default. Database layer (models, ORM)
27054 27054 7 makemigrations tries to create django_migrations in external database Migrations
27684 27684 2 Migrations accept default value for DateField that are not portable to all backends Database layer (models, ORM)
27658 27658 4 collectstatic overwrites newer files in remote storage contrib.staticfiles
27672 27672 7 Trouble saving specificly shaped GeometryCollection to spatialite backend GIS
27681 27681 2 Binary &/| operators work incorrectly for negative values on MySQL Database layer (models, ORM)
27668 27668 2 Autocheck compliance with Python docstring conventions. Core (Other)
27671 27671 1 Exclusion of .po files from next source distributions Internationalization
27522 27522 5 ./manage runserver --nostatic doesn't return a traceback Core (Management commands)
27637 27637 9 timeuntil, timesince breaks in leap year edge case Utilities
27669 27669 1 Tutorial leaves user alone half-way - no deployment instructions Documentation
27652 27652 4 Humanize docs should clarify: Floats OK too! Documentation
27667 27667 2 Check port number out of range for dev server url Core (Management commands)
27615 27615 3 Use native interval type on Oracle Database layer (models, ORM)
27665 27665 1 More than one instance of Chrome locks up LiveServerTestCase Testing framework
27649 27649 1 Increase minimum supported cx_Oracle version to 5.2 Database layer (models, ORM)
27662 27662 1 test suite fails in the last week of a leap year Utilities
27653 27653 2 Improvement of Ukrainian locale formats Internationalization
27631 27631 2 Prevent execution of transactional DDL statements when unsupported. Migrations
27641 27641 5 Document limitations of the Locmem cache backend Documentation
27628 27628 3 startproject with template as a github zipball fails with PermissionError Utilities
27638 27638 2 Rollback data changes made inside templates Template system
27651 27651 2 System check disallows two ManyToManyField relations on the same model, one to concrete through and one to proxy of same through Core (System checks)
27650 27650 1 ForeignKey.validate asks db_for_read for the parent's database, not the target field's database Database layer (models, ORM)
27647 27647 2 runserver segfaults with autoreload enabled on Windows 10 Core (Management commands)
27640 27640 3 HTTPResponse.__repr__ errors when Content-Type header is not defined HTTP handling
27627 27627 3 OneToOneField doesn't allow multiple records with NULL value on Microsoft SQL Server Database layer (models, ORM)
27642 27642 1 Make `forms.utils.flatatt` not add values which are `None` to attrs Forms
27498 27498 5 Filtering annotated field in SQLite returns wrong results Database layer (models, ORM)
27633 27633 1 A typo in Chinese locale 错别字 Internationalization
27630 27630 2 Autoreload continuously reloads when not using pyinotify Utilities
14297 14297 Accessing settings.FOO in hot spots cause performance problems Core (Other)
27625 27625 2 Make Settings avoid repeat getattr calls Core (Other)
27626 27626 2 Move MEDIA_URL/STATIC_URL ends with traling slash validation to system checks Core (System checks)
27623 27623 1 Responsive break in https://docs.djangoproject.com/en/1.10/intro/tutorial05/ Uncategorized
27621 27621 1 Should list_filter be named list_filters for consistency ? contrib.admin
27600 27600 3 Support reading commands from stdin in shell command Core (Management commands)
27612 27612 1 Add a check that URL instance namespaces are unique across a project Core (System checks)
27619 27619 1 Queries where column name includes a '%' character break when using MySQL Database layer (models, ORM)
27605 27605 2 Add 'POST_APP_DIRS' TEMPLATES option to search some template directories after app dirs Template system
27439 27439 3 Document how to add locale for osX on Unit Tests/Troubleshooting section for contribution Documentation
27618 27618 1 docs/intro/tutorial04.txt: Incorrect Information in Amend Views section Documentation
27616 27616 4 HTTP_X_REQUESTED_WITH should be X-Requested-With in request-response.txt Uncategorized
27485 27485 1 Allow ALLOWED_HOSTS to accept an IP-range / wildcard HTTP handling
27611 27611 1 Remove check that suggests enabling CSRF_COOKIE_HTTPONLY setting Core (System checks)
27377 27377 5 Clarify that prepopulated_fields doesn't work with OneToOneField Documentation
27606 27606 6 Error in formatting HttpResponseRedirect when __init__() raises DisallowedHost HTTP handling
27613 27613 3 BaseInlineFormSet is validating form for extra forms Forms
27263 27263 2 Allow validators to short-circuit in form field validation Forms
27470 27470 3 CSRF context processor never sets NOTPROVIDED CSRF
27182 27182 2 Some import statement use backslashes instead of parentheses Core (Other)
27597 27597 3 UrlResolver doesn't check all possibilities Core (URLs)
27601 27601 2 BooleanField no longer accepts empty string as False value Database layer (models, ORM)
27608 27608 1 Combine simple_tag and assignment_tag Template system
27576 27576 3 fallback to GDAL if spatial_ref_sys is unavailable GIS
27602 27602 2 add Oracle support for BoundingCircle function GIS
27607 27607 2 add Oracle support for AsGML function GIS
27558 27558 5 Setting db_index=False on existing ForeignKey causes constraint to be recreated on MySQL Database layer (models, ORM)
27582 27582 4 Allow HStoreField to store null values in key: value pairs contrib.postgres
27418 27418 4 Occasional missing plural forms in JavaScriptCatalog Internationalization
27313 27313 3 Allow overriding the admin's popup response template on an app or model basis contrib.admin
27599 27599 3 str(models.Field()) crashes Database layer (models, ORM)
27593 27593 2 Template traceback, doesn't account for {% include ... %} tags. Template system
27570 27570 2 Make context processor run outside of RequestContext Template system
27598 27598 2 Allow specifying directories for a filesystem template loader Template system
27596 27596 4 LiveServerTestCase in 1.10.4 doesnt close server ports properly Testing framework
27594 27594 5 Reverse one to one related object populated from incorrect query columns Database layer (models, ORM)
27592 27592 4 QueryDict docs don't mention that iter methods are available only on Python 2 Documentation
27591 27591 1 running manage.py with virtual environment Uncategorized
27184 27184 5 Test client crashes when uploading TemporaryFile on Unix Testing framework
27588 27588 2 Avoid affixing colon to migration name in makemigrations output Core (Management commands)
27310 27310 1 Refactor RenameModel.state_forwards to avoid relying on state.apps. Migrations
27583 27583 2 MultiValueDict raises TypeError when values for specific key is None Utilities
27355 27355 5 Add PostgreSQL Extension operation example to reference page Documentation
27566 27566 3 Clarify documentation of ModelAdmin.save_model and delete_model Documentation
27579 27579 1 Alias Python 3's assertion names on Python 2 in SimpleTestCase Testing framework
27571 27571 2 Conditionally add TEST_DATABASE_PREFIX to db name Testing framework
27578 27578 1 ModelChoiceField.to_python() somehow receives value as type 'list' Forms
27416 27416 4 ModelFormSet with queryset accepts invalid POST data for outer models and create unexpected empty data. Forms
27569 27569 2 Resolve reverse url with named groups regular expression to sprintf output formatters not specifying kwargs key / value pairs. Core (URLs)
27567 27567 3 Technical exception page/emails crash when the database is down Error reporting
27324 27324 3 Simplify get_constraints on Oracle Database layer (models, ORM)
27568 27568 1 Add new Entropy Password Validator to django.contrib.auth.password_validation contrib.auth
27561 27561 1 Add Oracle support for binary "or" operator Database layer (models, ORM)
27564 27564 1 `refresh_from_db()` should return the model instance instead of None Database layer (models, ORM)
27565 27565 1 {{ form.as_p }} with RadioSelect generates invalid HTML Forms
27119 27119 3 full_clean() called too many times during formset validation Forms
27542 27542 2 Client.force_login() shouldn't use authentication backends without a get_user() method Testing framework
27088 27088 2 GEOSGeometry should accept Python 2.7 memoryview GIS
27358 27358 4 Add a system check for FileField upload_to starting with a slash Core (System checks)
27548 27548 2 Documentation missing section about adding your app to INSTALLED_APPS in settings Documentation
27557 27557 1 Overzealous GEOSGeometry sub-subclasses casts GIS
27552 27552 2 add docs/tests for GEOSGeometry.normalize() GIS
27507 27507 1 use SchemaEditor.execute() to run deferred_sql in migration sync_apps Core (Management commands)
27555 27555 1 Remove django.utils.functional.lazy_property Utilities
27181 27181 3 Sites framework does not normalize domains with trailing "." contrib.sites
27553 27553 1 tutorial python manage.py runserver creates NameError: name 'include' is not defined Documentation
27402 27402 6 When using i18n_patterns and prefix_default_language=False, 404 page redirects incorrectly Internationalization
27549 27549 1 django.utils.functional.lazy cannot be used with regular expressions module (re) Utilities
27551 27551 1 Search box on the Django 'Documentation' page is not behaving as expected Documentation
27545 27545 2 Django conditional If-Match: * returns precondition failed response HTTP handling
27321 27321 2 ignores_quoted_identifier_case broken on MySQL on OS X/Windows Database layer (models, ORM)
27540 27540 1 Importerror: No module named dash Uncategorized
27535 27535 1 RFE: Exclude pk from queries Database layer (models, ORM)
27509 27509 3 Installing Geospatial libraries documentation: `gdal-bin` contradicting recommendation. Documentation
27531 27531 2 Delete confirmation page overrides extrahead contrib.admin
27517 27517 2 TemplateResponseMixin with charset does not work Generic views
27528 27528 1 No default object-level permissions provider contrib.auth
27499 27499 3 Pickling a QuerySet evaluates the querysets given to Prefetch in prefetch_related Database layer (models, ORM)
27504 27504 2 Cannot Make ORM Queries After an Error and Rollback In Non-autocommit Mode Database layer (models, ORM)
27526 27526 1 test_fuzzy_compiling failing on a machine with 64 cores Internationalization
27525 27525 1 Revert to previous migration automatically after failure when using MySQL backend Migrations
27527 27527 1 How to enable login for a custom written authentication backend contrib.auth
27506 27506 1 HttpRequest.build_absolute_uri throws DisallowedHost HTTP handling
27510 27510 2 Allow custom keyword arguments to modelform_factory in ModelFormMixin Generic views
27521 27521 2 QueryDict is inconsistently converted to kwargs between CPython and PyPy Core (Other)
27524 27524 2 Using user instance (instead of get_user_model()) leads to errors when user model is overridden contrib.auth
27483 27483 2 Add a login_required decorator for AJAX requests contrib.auth
27221 27221 5 Document how to escape a percent symbol in ugettext Documentation
27250 27250 3 Confusing <label> assignment with CheckboxSelectMultiple Forms
27295 27295 6 Add a system check to prohibit models that start with an underscore Core (System checks)
27394 27394 8 template "floatformat" tag throws ValueError for big numbers in Python 3 Template system
27513 27513 1 Optimize Signal.send a tiny bit Utilities
27519 27519 1 Issue in Django 1.8.5 model class Database layer (models, ORM)
27508 27508 1 Debug 404 page shouldn't include the request path prefix in the description of URLconf matching Error reporting
27520 27520 1 sqlmigrate generates a duplicate DROP INDEX statement (migrate works fine) Migrations
27511 27511 4 Docs incorrect about related_model for GenericRelation being None Documentation
27512 27512 1 Dead code path in Model.__init__ Database layer (models, ORM)
27493 27493 1 GIS raster transformation test failures due to precisions with GDAL 2.1 GIS
27502 27502 1 The search of official documentation is broken Documentation
27500 27500 2 Warn about potentially significant performance degrading schema changes when making/running migrations Migrations
27156 27156 2 Setting HttpRequest.encoding should clear GET HTTP handling
27482 27482 2 Conditional Expressions documentation should have an example for filter() methods Documentation
27467 27467 4 UserAttributeSimilarityValidator max_similarity=0/1 doesn't work as documented contrib.auth
27496 27496 1 Iterating over ModelChoiceField with RadioSelect widget duplicates query Forms
27495 27495 2 MultipleChoiceField isn't working with options longer than 1 character Forms
27476 27476 3 model Integer fields (and derivatives) do not raise a ValidationError while other types do Database layer (models, ORM)
27492 27492 2 JsonResponse can't handle model_to_dict() with empty ImageField HTTP handling
27494 27494 3 markup typo in model docs Documentation
27407 27407 3 Model.delete(keep_parents=True) should preserve parent reverse relationships Database layer (models, ORM)
27003 27003 5 ArrayField and JSONField form fields fail on already converted values Forms
27491 27491 TruncDay function arguments aren't quoted properly when you print the SQL query Database layer (models, ORM)
27490 27490 1 Remove python3-memcached from test dependencies Core (Cache system)
27393 27393 2 Admin: input boxes on password reset forms are not aligned contrib.admin
27453 27453 2 LocaleRegexProvider unnecessarily recompiles the same regex for every active language Core (URLs)
27463 27463 5 Fix ambiguous variable flake8 warnings Core (Other)
27481 27481 1 boolean annotation returns integer on SQLite Database layer (models, ORM)
27448 27448 4 GIS distance queries use deprecated ST_distance_sphere GIS
27474 27474 2 Classes attribute in admin.TabularInline contrib.admin
27386 27386 4 Readonly callable field is unconditionally wrapped inside <p>...</p>, which might create invalid HTML contrib.admin
27478 27478 1 JSONB_AGG is not available in PostgreSQL 9.4 contrib.postgres
27440 27440 2 Allow reverse() to return a fully qualified URL Core (URLs)
27431 27431 1 Disabled fields are marked as changed in form Forms
27469 27469 1 Email crashes cryptically when emptystring passed to django.core.mail.message.sanitize_address Core (Mail)
27438 27438 1 manage.py diffsettings should allow to compare to another settings module (not only to default Django settings) Core (Management commands)
27426 27426 2 Test Client shouldn't subclass RequestFactory Testing framework
27406 27406 3 Signals pre_delete and post_delete break logical relationship of models and behave in diffrently with different backends Database layer (models, ORM)
27443 27443 2 support executing ANALYZE on tables Database layer (models, ORM)
27461 27461 3 makemigrations router.allow_migrate() calls for consistency checks use incorrect (app_label, model) pairs Core (Management commands)
27414 27414 3 Document that aliasing ForeignKey fields in F expressions returns pk values, not model instances Documentation
27138 27138 1 timezone.localtime accepts naive datetimes on Python ≥ 3.6 Utilities
27436 27436 1 migrations.test_commands.MakeMigrationsTests fail on Windows when run on a different drive than C: Core (Management commands)
27420 27420 6 Oracle DB test user password must be quoted if it starts with a number Database layer (models, ORM)
27200 27200 8 Provide makemigrations router.allow_migrate() with a model_name Migrations
27456 27456 1 Changing the unique parameter from True to False has no effect on MySQL Migrations
27459 27459 1 Tuple index out of bounds when logging Utilities
27455 27455 1 When use "zh-HANT" locale,the URL of "reset user password" page in Django Admin is not correct. Internationalization
27433 27433 1 ModelForm with BooleanField can not save False/unchecked Forms
27454 27454 2 Skip translation loading in apps that don't have a 'locale' directory Internationalization
27457 27457 1 Cannot migrate ArrayField on SQLite Database layer (models, ORM)
27378 27378 4 Add UUID serialization support to migration writer Migrations
27133 27133 5 Explain how to load initial data with a data migration Documentation
27372 27372 2 inspectdb fails to inspect sqlite3 tables with foreign keys that have spaces Core (Management commands)
27369 27369 3 Multiple form fields can share the same widget instance Forms
27444 27444 2 Django StaticLiveServerTestCase: view cannot query test-database properly Testing framework
27346 27346 3 Stop setting the Content-Length header in ConditionalGetMiddleware HTTP handling
27441 27441 1 MySQL backend output for 'DROP COLUMN' uses undocumented SQL Migrations
27073 27073 1 Overridden model managers shouldn't appear in _meta.managers Database layer (models, ORM)
27435 27435 Raise an error when using --keepdb without an explicit TEST.PASSWORD on Oracle Testing framework
27442 27442 count estimation on querysets Database layer (models, ORM)
27419 27419 1 Model that worked before 1.10 causes "Cannot force an update in save() with no primary key." in 1.10. Database layer (models, ORM)
27022 27022 2 some DjangoTemplates builtin tags misparse lack of whitespace between variable name and boolean operator in arguments Template system
27427 27427 1 Add reply_to argument on send_mail wrapper. Core (Mail)
27425 27425 3 Outdated FAQ, developers to hire Documentation
27423 27423 2 Test command sys.exit() does unnecessary casting Testing framework
27415 27415 1 Add request.JSON or request.get_json() HTTP handling
27413 27413 1 Cannot contact coodinator who charge in django-docs korean translation Documentation
27363 27363 3 SessionMiddleware can return redirect(request.path) which might be an unsafe thing to do contrib.sessions
27411 27411 1 Django namespaced reverse not working in test environment Testing framework
27400 27400 4 Changed in 1.10: {% static %} tag now encodes "#" Documentation
27410 27410 3 Clarify staticfiles "is enabled (default)" in ref Documentation
27063 27063 5 i18n_patterns() matches too much of the URL as the language code Internationalization
27328 27328 13 return `Set-Cookie` if sessionid= None value contrib.sessions
27404 27404 1 Error in function requirements reversed Error reporting
27405 27405 1 AdminLogNode render TypeError exception while calling get_admin_log with no user (1.8.x) contrib.admin
27401 27401 2 Add Transifex config to build translated docs Documentation
27379 27379 3 Django violates RFC7230 when handling requests. HTTP handling
27382 27382 2 Document that ugettext_lazy() result can't be used with arbitrary Python code Documentation
27151 27151 4 FK index created two times on PostgreSQL if referenced table PK is varchar Migrations
27396 27396 1 Docs: send POST request on base.html does not mention {{ csrf_token }} Documentation
27373 27373 3 Incorrect message on 404 debug page for an empty request path Error reporting
27327 27327 3 Simplify time zone handling by making pytz a required dependency Utilities
27299 27299 2 Document Widget.use_required_attribute() Documentation
27340 27340 2 Model pre_init signal should provide an `instance` argument Database layer (models, ORM)
27389 27389 1 Cannot use QueryDict without configuring settings first HTTP handling
27390 27390 1 need modify `runtest.py` parts of the document Documentation
27362 27362 2 Omitting default_app_config in __init__.py happens too easily. Core (Other)
27385 27385 3 Error in QuerySet.bulk_create() on PostgreSQL when objs length is a multiple plus one of batch_size Database layer (models, ORM)
27383 27383 2 Regression: `FileField(default=None)` now never upload a file through a ModelForm File uploads/storage
27384 27384 1 Accessing request.POST in Django middlewares 1.10.x make it empty for view HTTP handling
27374 27374 3 JavaScriptCatalog view ignores the packages argument Internationalization
27376 27376 1 Why not use plural format MIDDLEWARES in settings.py in Django 1.10.x Core (Other)
27375 27375 1 Error when using conditional expression in aggregation Database layer (models, ORM)
27350 27350 4 Attaching signals to abstract models don't work as it used to be Database layer (models, ORM)
27343 27343 1 Different Chaining Of Qs+Filters behaves unexpectedly differently Database layer (models, ORM)
27357 27357 2 Variant of FilePathField that uses a Storage backend Database layer (models, ORM)
27371 27371 1 undefined reference in django/contrib/sitemaps/views.py line 71 (version 1.8.15) contrib.sitemaps
27364 27364 1 DATE_INPUT_FORMATS is not working Database layer (models, ORM)
27366 27366 1 KeyError: 'no_color' in base.py, l. 314 Migrations
27337 27337 2 Convoluted MTI with abstract model mixin fails on PY2, works on PY3 Database layer (models, ORM)
27361 27361 3 Use "from django import forms" in forms api examples Documentation
27352 27352 3 Warn about social media fingerprinting when using redirect_authenticated_user Documentation
27351 27351 2 Add support for composite fields Database layer (models, ORM)
27344 27344 2 ConditionalGetMiddleware should only operate on GET requests HTTP handling
27354 27354 Incorrect variable name given in tutorial Documentation
27353 27353 1 BooleanField raises ValidationError always for RadioSelect widget value False Forms
27349 27349 3 Docs: "Customizing error views" does not mention CSRF_FAILURE_VIEW Documentation
27345 27345 2 Stop setting the Date header in ConditionalGetMiddleware HTTP handling
27341 27341 2 Altering max_length on sqlite: makemigrations creates correct migration, but migrate does not alter length of varchar in the database itself Migrations
27347 27347 1 Contributing docs: Patch vs Pull-Request Documentation
27348 27348 1 Typo in docs for modify_settings Documentation
27123 27123 2 prefetch_related return mistaken result Database layer (models, ORM)
27342 27342 5 QuerySet.update_or_create() "shortcut to boilerplatish code" example is incorrect Documentation
27323 27323 3 Optimize Oracle introspection by using USER_SEQUENCES instead of USER_CATALOG Database layer (models, ORM)
27333 27333 1 EmailMessage.message().as_string() incorrectly base64 encoded on Python 3 Core (Mail)
27336 27336 2 Whitespace control django configuration template Template system
27330 27330 1 Generic CreateView/UpdateView doesn't send the kwargs to get_context_data Generic views
27322 27322 1 get_default_timezone() / LocalTimezone does not handle None values Utilities
27213 27213 2 ArrayField with null throws ProgrammingError but not ValidationError on Psycopg < 2.6.1 contrib.postgres
27320 27320 1 SMTPServerDisconnected('please run connect() first',) Core (Mail)
27315 27315 3 IntegrityError: insert or update on table violates foreign key constraint on Django 1.10 Uncategorized
27319 27319 2 Circular ForeignKeys between two unmanaged models produce incomplete migrations Migrations
27301 27301 4 Better handling of errors that are not pickleable when testing in parallel Testing framework
27244 27244 3 Incorrect thousand separator for the Greek locale (el) Internationalization
27312 27312 3 Checking raw argument to prevent signals from executing during fixture loading isn't DRY Core (Other)
27300 27300 1 makemigrations --dry-run -v 3 on Python 3 writes byte string to stdout Core (Management commands)
27262 27262 4 Delegate URL resolver checks to URL classes Core (URLs)
27311 27311 3 Support unpickled models (e.g. read from cache) in migrations Migrations
27314 27314 2 PointField can't be used in get_or_create GIS
27218 27218 4 Return LogEntry instances from log_addition, log_change, log_deletion contrib.admin
27273 27273 2 Make usage of construct_change_message easier outside of admin contrib.admin
27304 27304 2 Django 1.10 onwards broke previous behaviour for models.DateTimeField() in Admin contrib.admin
27280 27280 8 can_order/can_delete documentation examples don't require initial data Documentation
27292 27292 4 Example authentication backend doesn't need to set user's password Documentation
27193 27193 2 ORDER BY clause not included in subqueries using select_for_update() Database layer (models, ORM)
27279 27279 2 Performance regression when running migrate with RenameModel operations Migrations
27309 27309 3 Add CallableBool.__hash__() Utilities
27307 27307 6 sitemap url examples missing names Documentation
27306 27306 Document relation between auto_now/auto_now_add and timezones Documentation
27305 27305 1 Removed unused can_import_settings command attribute Core (Management commands)
27302 27302 1 Date/time fields flagged as changed in ModelAdmin.construct_change_message contrib.admin
27290 27290 1 Email validation doesn't check length Core (Other)
27296 27296 2 Can't use custom formats with new language-independent LogEntry's messages in Django 1.10 contrib.admin
27186 27186 10 Cannot change CheckboxSelectMultiple, FileInput, MultiWidget, SplitDateTimeWidget, and SelectDateWidget with model field default since Django 1.10.1 Forms
27294 27294 3 Document fields in UserCreationForm Documentation
27210 27210 3 smtp EmailBackend doesn't honor fail_silently=True when receiving a socket level connection error Core (Mail)
27298 27298 1 Unclear "after each test" wording in the documentation Documentation
27286 27286 2 Tests fail on MySQL when using multi-db and some DB is read-only due to supports_transactions() call Testing framework
27291 27291 1 Missing attribute: CheckboxSelectMultiple.dont_use_model_field_default_for_empty_data = True Forms
27285 27285 3 Multi-db example : default database config can not be an empty dict Documentation
27289 27289 4 Docs: Badly wrong explanation of View.as_view() and its use in urlconf Documentation
27217 27217 2 makemigrations crashes with "'SpatialRefSysMixin' has no attribute '_meta'" on PostGIS GIS
27287 27287 2 IndexError in logging on runserver broken pipe error Utilities
27283 27283 Typo in the documentation Documentation
27284 27284 Typo error in doc file Documentation
27102 27102 2 simplify_regex is not cleaning up any outstanding regex-y character contrib.admindocs
27282 27282 2 port cant be integer with oracle backend Database layer (models, ORM)
27268 27268 2 Regression on error message for invalid related fields lookup in QuerySet.get() Database layer (models, ORM)
27281 27281 1 can-delete: we don't use initial data Documentation
27076 27076 4 Document django.contrib.admin.sites.AdminSite.register() Documentation
27053 27053 4 Document django.contrib.auth.get_user() Documentation
27266 27266 1 assertFormError fails when trying to check a custom validation in an Admin form contrib.admin
27271 27271 3 ServerFormatter should handle simple string messages with or without args Utilities
27277 27277 1 Error in generation of SQL query when have a ForeignKey with Model with ChoiceField Database layer (models, ORM)
27274 27274 1 KeyError when using RenameModel in migrations that refer to an unmanaged model in another app. Migrations
27278 27278 2 Formset.validate_max bad anchor in documentation Documentation
27276 27276 3 Document how to reverse the admin's login view Documentation
27270 27270 3 Clarify wording of "A form may include HTML attributes such as maxlength" Documentation
27264 27264 3 Model Meta is overwriten by abstract parent class Database layer (models, ORM)
27275 27275 1 Use verbose names for fields in construct_change_message contrib.admin
27259 27259 3 ManyToOneRel.name uses relatemodelname instead of relatedmodelname_set Database layer (models, ORM)
27269 27269 1 ORM extremely slow to run annotate/filter query, much faster directly in dbshell Database layer (models, ORM)
27265 27265 1 Using @admin.register causes failure when AdminModel constructor is overriden contrib.admin
27227 27227 3 Full text search by UUIDField returns DataError Database layer (models, ORM)
27261 27261 1 Missing python-brace-format marker for a contrib.admin string contrib.admin
27249 27249 2 IntegrityError when using ManyToManyField.add() with a value of incorrect type Database layer (models, ORM)
27159 27159 4 Pickling query with an __in=inner_qs lookup causes evaluation evaluation of inner_qs Database layer (models, ORM)
27158 27158 3 Incorrect positioning of admin' horizontal/vertical filter widgets in RTL languages contrib.admin
27240 27240 2 Allow passing custom parameters to formset forms in admin contrib.admin
27056 27056 1 changing dim property for geometries does not generate correct migration on PostgreSQL Migrations
27254 27254 2 Detect web server context Uncategorized
27255 27255 3 Change test runner to display full dotted name of test Testing framework
27243 27243 3 Make reverse_dict.getlist work with fully qualified module names Core (URLs)
27253 27253 1 Use assertIsInstance() in test_force_text_lazy Utilities
27252 27252 1 Remove hosting4django.net from DjangoFriendlyWebHosts Uncategorized
27223 27223 1 model RangeField with default value are skiped in ModelForm full_clean validation in construct_instance function Forms
27238 27238 4 Disable check_pattern_startswith_slash if settings.APPEND_SLASH=False Core (System checks)
27219 27219 4 Emoji don't work in TextFields using Oracle backend Database layer (models, ORM)
27248 27248 1 Running migrations one-by-one fails after adding django.contrib.sites to INSTALLED_APPS. contrib.sites
27245 27245 2 can't revert migration with index_together with one field Database layer (models, ORM)
27247 27247 1 Official way to create custom admin commands with subcommands in py2 / py3 Core (Management commands)
27246 27246 1 Factor out input template in ClearableFileInput and document template class attributes Forms
27165 27165 2 CreateModel without indexes always includes options={'indexes': []} Migrations
27242 27242 1 Add get_object_or_none to django.shortcuts Core (Other)
27239 27239 1 Unexpected behavior on get_FIELDNAME_display when as int as value Database layer (models, ORM)
27233 27233 1 IndexError when using django.request Uncategorized
27235 27235 1 Avoid using mutable default arguments where possible Uncategorized
27083 27083 4 Parse conditional HTTP headers according to RFC 7232 HTTP handling
27198 27198 2 QueryDict getlist allows data to be mutated HTTP handling
27230 27230 3 Inconsistency in AppConfig.path depending on sys.path Core (Other)
27232 27232 Regression in construct_instance for FileField's with defaults Forms
14284 14284 1 Support for Google Maps version 3 GIS
27228 27228 1 prefetch_related with select_related takes a lot of query Database layer (models, ORM)
27187 27187 2 Django 1.10 is unable to unpickle models pickled in Django pre-1.10 Database layer (models, ORM)
27211 27211 4 Include HTTP-caching headers to "304 Not Modified" responses HTTP handling
27224 27224 1 Is possible display SVG by help Django`s view? Uncategorized
27178 27178 4 ImageField when default provided in model, it's impossible to change the value. Forms
27220 27220 1 MultiWidget not considered in form submit Forms
27214 27214 1 The skipIfDBFeature decorators and its variants should respect their defined wrapped order and test case inheritance. Testing framework
27203 27203 3 Update tests that use assertQuerysetEqual lambda o: o to use assertSequenceEqual Core (Other)
27216 27216 3 Wrong import location in deprecation message contrib.admin
27215 27215 1 Document new location of jquery in v1.10 Documentation
27212 27212 2 fix document in `Managing static files` doumentation page Uncategorized
27206 27206 2 Incorrect DATE_FORMAT for et locale Internationalization
27209 27209 2 Cast function accepts field class according to docs but expects field instance Documentation
27173 27173 3 Permit import statements to be longer than 80 characters Core (Other)
27208 27208 1 It does not work when using the download image ImageField via Admin since Django 1.10.1 Forms
27192 27192 1 Allow pluralizing admin URLs contrib.admin
27205 27205 2 Allow doing a substring search in JSONField array contrib.postgres
27204 27204 2 Clashing m2m intermediate table validation should ignore unmanaged models Core (System checks)
27062 27062 4 Add support for for_update for MSSQL Database layer (models, ORM)
27197 27197 3 Document how blank=True affects the migrations questioner Documentation
27199 27199 2 Integer inputs marked as type="text" instead of type="number" contrib.admin
27195 27195 1 Avoid unnecessary DROP DEFAULT when adding a NULLable column. Migrations
27196 27196 1 Allow django admin to be logged into freely on localhost contrib.admin
27170 27170 3 Make database backend __init__() methods friendlier to subclassing Database layer (models, ORM)
27194 27194 1 Cannot access admin page by following tutorial Uncategorized
27143 27143 3 SearchQuery is not combinable using more than one `&` or `|` operators contrib.postgres
27174 27174 4 Explain where 'polls.apps.PollsConfig' comes from in tutorial 2 Documentation
27179 27179 1 Bug: error when trying to filter using regex/iregex on a key in a django.contrib.postgres.fields.JSONField contrib.postgres
27191 27191 2 Generation of error reports fails if request.GET, POST, FILES or COOKIES contains key 'items' Error reporting
27180 27180 5 Check for sql_mode fails during migration with special database connections Database layer (models, ORM)
27190 27190 1 Internet explorer 9 fails to load Roboto-Regular.woff font contrib.admin
27172 27172 1 Close cursor in custom SQL example Documentation
27189 27189 1 Allow namespaced management commands Core (Management commands)
27168 27168 2 "LookupError: App 'xxxxx' doesn't have a 'xxxxx' model" with custom table name Migrations
27185 27185 1 Can not change value in DateTimeField in Admin when default is set contrib.admin
27171 27171 1 #7201 Change 'unicode_literals' in TemplateCommand, change admin and view templates Template system
27097 27097 5 Add introspection for index type Database layer (models, ORM)
27108 27108 3 Remove collectstatic warning about overwriting existing files when STATIC_ROOT directory doesn't exist contrib.staticfiles
27169 27169 1 adding a field to a model with default value in postgres, when is migrated drop the default Migrations
27099 27099 3 Document that ModelAdmin.list_filter doesn't appear unless there's more than one choice Documentation
27167 27167 1 Removing Validator callable breaks Migrations Migrations
27166 27166 2 Documentation clarification of warning for using cache-based sessions Documentation
27142 27142 8 makemigrations fails on special database connections Migrations
27110 27110 7 makemigrations shouldn't create `django_migrations` table in external databases Migrations
27162 27162 4 Move CreateExtension to django.db.backends.postgresql Database layer (models, ORM)
27150 27150 2 Document that a name should be provided when wrapping file-like objects that don't have one with File Documentation
27137 27137 2 Document how to disable migrations for an application Documentation
27163 27163 1 Unable to specify multiple pythonpath in django-admin Core (Management commands)
27157 27157 2 AdminForm may crash if model_admin argument is None contrib.admin
27152 27152 3 Comma-delimited servers list not supported in memcached caches `LOCATION` Core (Cache system)
27140 27140 1 Prevent template rendering from hiding a property's TypeError Template system
27154 27154 4 Allow comparing CallableFalse/CallableTrue with bitwise or contrib.auth
27153 27153 3 HttpResponseBase should check for valid HTTP status code HTTP handling
27081 27081 1 Allow migrations to serialize methods on pypy Migrations
27145 27145 3 Discrepenacy between documentation and docstring for Storage.save method Documentation
27113 27113 3 Test that setting HttpRequest.encoding clears POST HTTP handling
27155 27155 1 makemigrations --no-check-consistency command line argument Migrations
27146 27146 2 template shows empty string instead of actual content when it contains characters like \x93 and \x94 Template system
27128 27128 3 A method model.objects.get(pk=obj.pk) returns many objects, but in a database is one. Uncategorized
27132 27132 6 Allowed testing MemcachedCache and PyLibMCCache during the same test run Core (Cache system)
27124 27124 3 caches_setting_for_tests passes cull related options to memcached tests Core (Cache system)
27144 27144 1 annotating across a ManyToManyField returns duplicate results Database layer (models, ORM)
27136 27136 1 Change auth forms' autofocus attribute to HTML5 boolean syntax contrib.auth
27134 27134 1 JSONField key values are not escaped correctly in queries contrib.postgres
27126 27126 2 Use `namedtuple` in result of `{% regroup %}` Template system
27129 27129 1 Allow setting CSS classes in the output of the unordered_list template filter Template system
27127 27127 3 Overriding timezone in test forces them to be TestCase Testing framework
27125 27125 Can not support django Internationalized domain name in URLValidation Core (URLs)
27122 27122 1 More detailed navigation for pdf docs Documentation
27121 27121 1 Migrate Fails When Column is Deleted and Unique Together is modified in the same migration Migrations
27120 27120 2 Log message text in PostgreSQL _clone_test_db() refers incorrectly to alias Database layer (models, ORM)
27112 27112 2 django.test.client.Client doesn't support timeouts Testing framework
27111 27111 3 UserCreationForm.__init__() crashes if USERNAME_FIELD not in self.fields Forms
27116 27116 1 Deferrable Admin Filters contrib.admin
27104 27104 3 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 1 The force_login() does not work in a testing if using more one a test Testing framework
27115 27115 4 UI discrepancy in Writing your first Django app, part 7 Documentation
27072 27072 2 AddGeometryColumn: “duplicate column name: xxx” error running migrations on SpatiaLite GIS
27044 27044 2 `apps` passed to post_migrate_signal should contain migrated appconfigs even when no migration has been applied to them Migrations
27100 27100 1 The pre-migration state used to generate the `AppConfig` exposed through the `pre_migrate` signal should include already applied migration changes Migrations
27089 27089 3 Add the database alias to InconsistentMigrationHistory message Migrations
27103 27103 2 GDAL driver ensure_registered should check counts separately GIS
27061 27061 2 Support creating the TEST PostgreSQL database from a custom template Testing framework
27114 27114 2 Migrations: AttributeError: can't set attribute Migrations
27107 27107 4 setting request.encoding damages request.POST HTTP handling
27105 27105 1 Misleading error in ContentTypes get_for_model contrib.contenttypes
27093 27093 1 ORM error on apache + wsgi Database layer (models, ORM)
27096 27096 1 SQLite fails finding a table primary key when it's also a foreign key Database layer (models, ORM)
27013 27013 4 Docs - Using Argon2 with Django - more appropriate pip command Documentation
27085 27085 3 UI Discrepancy in "Writing your first Django app, part 2" Documentation
27092 27092 2 MIgrations: Creating and then renaming a ForeignKey fails when index and constraint created Migrations
27094 27094 1 ImportError: No module named 'django.core.checks.compatibility.django_1_10' Uncategorized
27091 27091 2 Add .tox directory to flake8 exclude Testing framework
27087 27087 2 Document that flush does not affect unmanaged models Documentation
27068 27068 1 Acquire form's initial data more consistently Forms
27084 27084 1 Admin site does not listen to database routers when adding objects contrib.admin
27082 27082 Make timezone.localtime() default to timezone.now() when no value is given Utilities
27059 27059 2 autoreload loose the sys.path in some cases (buildout install of python for instance, maybe others) Core (Management commands)
27071 27071 2 Raise a friendly exception when a string is returned from a view function HTTP handling
27077 27077 3 Simplify calls to is_in_memory_db() in SQLite's DatabaseCreation Database layer (models, ORM)
27069 27069 3 Documentation for what's possible to import as _ Documentation
27078 27078 2 Simplify "if" logic inside SQLite's DatabaseCreation._get_test_db_name() Database layer (models, ORM)
27075 27075 1 URLconf does not properly import underscore-containing module identifiers Core (URLs)
27065 27065 1 Deferred fields not passed to inherited models' __class__.__dict__ Database layer (models, ORM)
27070 27070 1 Support for `Q` objects in `get_or_create` and `update_or_create` Database layer (models, ORM)
27066 27066 3 Possible Memory leak while evaluating a QuerySet Database layer (models, ORM)
27009 27009 1 Make update_session_auth_hash() rotate the session key contrib.auth
27058 27058 4 Reallow the {% for %} tag to unpack any iterable Template system
27014 27014 4 Raster support for spatial lookup breaks filtering by annotations GIS
27057 27057 2 Use _SavedSettings in setup_test_environment() to store pre-test settings Testing framework
27008 27008 3 Add manage.py test --debug option Testing framework
27048 27048 2 Document that refresh_from_db() doesn't clear @cached_properties Documentation
27007 27007 3 Handle non-UTF-8 bytes objects for text/* attachments Core (Mail)
27037 27037 3 'required' attribute on prefilled ClearableFileInput prevents valid form submissions Forms
27052 27052 1 Malformed url of uploaded files; uploaded_to parameter is ignored File uploads/storage
27034 27034 1 Make makemessages independent of USE_I18N Internationalization
27046 27046 2 http.request does not support ipv6-formatted ipv4 addresses HTTP handling
27051 27051 1 Exception when using only whitespace characters as e-mail subject Core (Mail)
27049 27049 1 Romanian i18n typo Internationalization
27050 27050 2 Incorrect documentation for parameter to django.setup() Documentation
27047 27047 1 Popup inlines contrib.admin
27019 27019 4 DiscoverRunner does not restore old settings.DEBUG value in teardown Testing framework
27045 27045 2 Document that AUTH_PASSWORD_VALIDATORS doesn't apply to create_user() and create_superuser() Documentation
27035 27035 4 DiscoverRunner's setup_test_environment() hard-codes settings.DEBUG to False Testing framework
27038 27038 3 Migration being created even when no change was made. Migrations
27041 27041 3 Note that middleware included with Django is compatible with both MIDDLEWARE and MIDDLEWARE_CLASSES Documentation
27036 27036 1 "locmem" email backend should accept generators Core (Mail)
27033 27033 1 static tag causes AppRegistryNotReady errors on 1.10 contrib.staticfiles
27002 27002 2 Redundant database query rendering a ModelChoiceField with RadioSelect or CheckboxSelectMultiple Forms
27032 27032 1 Calling setup_test_environment() "twice" deletes pre-setup state Testing framework
27024 27024 3 BaseGeometryWidget logs a false positive: Error creating geometry from value '' GIS
27028 27028 2 Clarify failed parallel tests run message Testing framework
27026 27026 2 Objects not fully configured after bulk_create. Database layer (models, ORM)
27027 27027 2 force_login() now requires an authentication backend if multiple are configured Testing framework
27015 27015 2 Hidden widget shouldn't have maxlength/minlength attributes Forms
27004 27004 2 InconsistentMigrationHistory has false positives with squashed migrations Migrations
27023 27023 2 ~/.pythonrc.py loaded twice if PYTHONSTARTUP set to ~/.pythonrc.py Core (Management commands)
27020 27020 1 Close more files with "with" Uncategorized
27011 27011 2 Django Middleware 1.10 does not run template_context_processors for exceptions thrown from middleware HTTP handling
27010 27010 1 Argon2PasswordHasher.encode() decodes underlying hash as UTF-8 instead of ASCII contrib.auth
27012 27012 1 test_nested_requests wipes out pre-test settings Testing framework
27005 27005 5 request.body raises an exception if 'CONTENT_LENGTH' = '' HTTP handling
27001 27001 2 Regression in query counts using RadioSelect with ModelChoiceField Forms
27006 27006 1 Hints how to update code automatically to support Python3 Documentation
27000 27000 3 Django manage Command.usage() is broken Core (Management commands)
14030 14030 6 Use F() objects in aggregates(), annotates() and values() Database layer (models, ORM)
14485 14485 1 New Site.root field contrib.sites
14415 14415 4 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 5 The pagination module should have some limit, or a warning should be given in the documentation Documentation
14098 14098 2 Prevent introspection errors from crashing inspectdb Core (Management commands)
14402 14402 3 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 4 Support for BigAutoField Database layer (models, ORM)
29 29 Fix usability issue with limit_choices_to and "Add another" in admin contrib.admin
14368 14368 3 Reverse relation attribute for OneToOneField fails when set to None Database layer (models, ORM)
14887 14887 1 select_related() does not work with Proxy models and multi-table inheritance Database layer (models, ORM)
14096 14096 2 Insert code generated by models using multiple inheritance is incorrect and fails in postgresql Database layer (models, ORM)
14518 14518 2 Field.to_python not called on foreign key IDs Database layer (models, ORM)
14716 14716 1 filter_horizontal and filter_vertical don't work on mobile Safari contrib.admin
14217 14217 3 Add validation for model field name the same as the model name when using model inheritance Core (System checks)
14476 14476 2 annotate, default aggregation naming and filter annoyance Database layer (models, ORM)
14968 14968 1 handle BaseExceptions with middleware, or at least KeyboardInterrupt Core (Other)
14909 14909 1 Adding custom command requires code duplication from Command.handle() if one want to use options like verbosity. Core (Management commands)
14442 14442 1 During tests parse fixtures using setUpClass Testing framework
14200 14200 1 new RegexURLResolver is contructed for every request Core (URLs)
14196 14196 1 Objects that come from something_set, should have their parent object filled in Database layer (models, ORM)
14601 14601 1 ValuesQuerySet join types not being promoted Database layer (models, ORM)
14343 14343 NoReverseMatch error message is unclear, view does exist Core (URLs)
14952 14952 New find_commands(management_dir) to support .pyc and .pyo Core (Other)
14087 14087 3 django.core.management.get_commands only sees commands in the last package of a namespace package Core (Other)
14497 14497 5 ModelAdmin.readonly_fields isn't graceful with filefields. contrib.admin
14483 14483 2 Implement subqueries in geodjango spatial lookup GIS
14834 14834 1 Colour issues in CSS - particularly documentation Documentation
14881 14881 6 [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)
14394 14394 Assigning bad data to an m2m attribute should not clear existing data Database layer (models, ORM)
14748 14748 2 Missing documentation for FormPreview methods Documentation
901 901 3 Reload method for models Database layer (models, ORM)
14664 14664 1 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 5 to_python howto documentation improvement Documentation
14930 14930 3 `values_list()` fails on queryset ordered by extra column Database layer (models, ORM)
14273 14273 2 Development server does not shutdown cleanly Core (Other)
14787 14787 6 Upload handler should pass errors on to forms.FileField File uploads/storage
14481 14481 3 better documentation of the default m2m "through" class Documentation
14226 14226 1 Bug in dumpdata dependency calculation involving ManyToManyFields Core (Serialization)
14136 14136 Show how to specify schemas for Oracle databases Documentation
14305 14305 3 inspectdb should output unmanaged model definitions Core (Management commands)
14760 14760 1 Admin inlines with file/image field fails to save_as contrib.admin
14298 14298 1 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 2 Automatically discover models within a package without using the app_label Meta attribute Database layer (models, ORM)
14825 14825 LocaleMiddleware should store language preferences if possible Internationalization
14800 14800 Development server should NOT elide favicon from the logs Core (Management commands)
14461 14461 Allow to use other translation languages than just the ones available in Django Internationalization
14170 14170 Issue in get_language_from_request() if LANGUAGES setting is changed at runtime Internationalization
14877 14877 ModelFormSet.save() with a deleted form should work even if the model has already been deleted Forms
937 937 Autoreload reloads for every request. Core (Management commands)
14658 14658 DateField initial does not honor locale, against documentation Forms
23 23 Add support for ValidationWarning Forms
14028 14028 2 setting db_column to same value as another column should not validate Database layer (models, ORM)
14786 14786 2 get_db_prep_lookup call get_prep_value twice for each value if prepared == False Database layer (models, ORM)
14765 14765 2 Unnecessary usage of NodeList in ForNode (template rendering) Template system
14056 14056 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 1 Model proxy instance does not equal the respective model instance Database layer (models, ORM)
14868 14868 1 admin: prevent long text from overflowing recent actions box contrib.admin
694 694 [patch] TEMPLATE_DIRS should allow project root relative paths Template system
14396 14396 1 Admin generates a query burst on ForeignKey with null = True contrib.admin
14580 14580 4 Clean up duplicate code in admin formset handling contrib.admin
14850 14850 2 1.3 release notes typo STATICFILES_ROOT should be STATIC_ROOT Documentation
14300 14300 3 manage.py sqlcustom fails if models are in a submodule Core (Management commands)
14261 14261 1 Add clickjacking protection (X-Frame-Options header) HTTP handling
14656 14656 2 Atom1Feed should write atom:published element contrib.syndication
14958 14958 1 FastCGI socket permission Core (Management commands)
14857 14857 1 has_results cleanup Uncategorized
14253 14253 TIME_ZONE not respected by Today and Now widgets in admin contrib.admin
14006 14006 4 Documentation on Field's 'description' class attribute does not mention that it will be interpolated with field.__dict__ Documentation
14150 14150 3 [patch] a get_objects_or_404 ? Core (Other)
25 25 Filtering interface on ForeignKey <select> boxes contrib.admin
14567 14567 ModelMultipleChoiceField inconsistently returns a list if empty. Forms
14018 14018 Introduce class_plural %-substitution placeholder for related_name of ForeignKey/ManyToManyField Database layer (models, ORM)
14057 14057 Expose an interface for custom-escaping template content Template system
14705 14705 Model Field Order not influenced by MRO of superclasses Database layer (models, ORM)
852 852 psycopg.ProgrammingError exceptions leave the connection to the DB in an unusable state Database layer (models, ORM)
14016 14016 SQLite3 problem with date comparison Database layer (models, ORM)
14373 14373 annotate() will gladly delete your data Database layer (models, ORM)
14571 14571 1 Update jQuery contrib.admin
14342 14342 1 Part 2 of the Tutorial -- path format for TEMPLATE_DIR Documentation
14633 14633 4 Reorganize settings reference docs Documentation
14040 14040 Python syntax errors in module loading propagate up Core (Other)
14976 14976 Add is_html flag to contrib.messages contrib.messages
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
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 3 Confusing error when failing to create a session key because the cache is unavailable contrib.sessions
14165 14165 2 Transaction management is only entered for the primary database Documentation
14829 14829 2 URL dispatcher documentation with class-based generic views Documentation
14449 14449 1 restructuredtext filter does not return the correct content Documentation
14757 14757 1 Add An Example For .extra(tables=[]) Documentation
14556 14556 2 Recommend to avoid FlatpageFallbackMiddleware unless absolutely required Documentation
14769 14769 1 Voting example from tutorial - use of forms API - suggestion Documentation
14885 14885 2 is_valid for ModelForm changes instance if instance is provided 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
1 1 Create architecture for anonymous sessions Core (Other)
409 409 Add support for sqlrelay backend, to pool DB connections Database layer (models, ORM)
14593 14593 CZBirthNumberField expects two arguments to clean() contrib.localflavor
14266 14266 Audit database backend support claims, particularly for MySQL Documentation
596 596 Allow Django to be packaged as a Python egg Core (Other)
14527 14527 GeoDjango docs shouldn't recommend PostgreSQL 8.3 Documentation
159 159 Circular logout problem contrib.admin
736 736 [patch] QueryDict items() and mutability protection fix with doctests Core (Other)
26 26 Admin validation errors cause FileUploadFields to be reset contrib.admin
14806 14806 No template tag to support contextual translations Internationalization
14555 14555 Session loss with psycopg2 db backend contrib.sessions
640 640 2 order_with_respect_to option fails Documentation
702 702 2 document that ManyToMany fields can't be in unique_together Documentation
14792 14792 error in the default for TEMPLATE_CONTEXT_PROCESSORS Documentation
14597 14597 request.is_secure() should support headers like: X-Forwarded-Protocol and X-Forwarded-Ssl HTTP handling
14496 14496 1 Conflict between ModelForm.Meta.exclude and ModelAdmin.readonly attributes contrib.admin
14720 14720 Settings imported twice as separate modules when manage.py is used Core (Other)
14270 14270 ManyToMany manager classes should be cached Database layer (models, ORM)
14138 14138 Apache setup using sqlite3 breaks when performing a field__regex filter Database layer (models, ORM)
14579 14579 Use built-in sessions middleware for entirely cookie-based sessions contrib.sessions
14708 14708 2 Document available mapping keys for form field error messages. Documentation
14863 14863 2 default INSTALLED_APPS out of date Documentation
14948 14948 Broken routers in 1.2.4: type object 'ModelBase' has no attribute '_meta' Database layer (models, ORM)
14456 14456 Convert inline_formsets doctests to unit tests Testing framework
14301 14301 django crashes on email address that passed validate_email() (utf8-tld) Core (Mail)
14640 14640 Add elapsed request time to the development server log HTTP handling
14290 14290 Rendering is very inefficient when USE_L10N. Caching format values gives 2-7 times improvement Internationalization
14256 14256 Add support to testserver for the --skip-db-init option Testing framework
14746 14746 2 Update request/response docs Documentation
14652 14652 Sessions seem to be improperly using Pickle to hash a dictionary contrib.sessions
14663 14663 L10N of dates in Norwegian. Translations
14004 14004 1 update() is not mention in the Queryset API Reference Documentation
14248 14248 Date and DateTime fields, auto_now_add and PostgreSQL Database layer (models, ORM)
14700 14700 Speed up RawQuerySet iterator Database layer (models, ORM)
14560 14560 UpdateCacheMiddleware does not save responses for HEAD requests Core (Cache system)
14910 14910 I18N locale per app resolving - documentation incorrect and bug Internationalization
14697 14697 Speeding up queryset model instance creation Database layer (models, ORM)
14975 14975 TransactionTestCases are broken by django.contrib.auth in 1.2.4 Testing framework
14581 14581 __isnull=False not working for one to one relationships Database layer (models, ORM)
14788 14788 1 Typos in the footer *.djangoproject.com
14682 14682 1 Class based views docs should be more explicit about template location Documentation
14249 14249 Inactive users have less permissions then anonymous users with custom backend contrib.auth
14548 14548 Docs and implementation don't match regading return values of certain QuerySet aggregate functions Documentation
14988 14988 1 Tutorial part 4 - Renaming of templates should be removed Documentation
14665 14665 collectstatic will recollect some files all the time. Contrib apps
14258 14258 Document that 1.3 has added an index to the session date field and a migration is recommended Documentation
14455 14455 Document possibly backwards-incompatible localflavor changes contrib.localflavor
14924 14924 I18N looks for translations in the reverse order of the apps Internationalization
14858 14858 Bug in admin change_form template produces javascript error when adding new object with first_field of type DateTimeField. contrib.admin
14582 14582 django.contrib.staticfiles development file serving is backward-incompatible if MEDIA_URL was pointing to /static/ folder Contrib apps
14000 14000 2 Removal of obsolete "versionadded" tags Documentation
14445 14445 Use HMAC and constant-time comparison functions where needed in Django Uncategorized
14501 14501 Django runserver + Chrome/Safari + AJAX POST quirk Uncategorized
14959 14959 2 model fields docs should link to local flavor Documentation
14454 14454 1 Convert admin_widgets doctest to unit tests Testing framework
14299 14299 Add additional cache.*_many functions Core (Cache system)
14745 14745 1 Update shortcuts docs Documentation
14661 14661 A couple of MySQL/MyISAM test failures Testing framework
14711 14711 MonthMixin.get_previous_month incorrect under certain conditions Generic views
14617 14617 Docs should mention runserver's automatic serving of static files Documentation
14023 14023 1 Better example for the custom form template Documentation
14698 14698 django.utils.module_loading.module_has_submodule yields false positives Core (Other)
14994 14994 1 Example in auth docs emits DeprecationWarning Documentation
14594 14594 Django/CherryPy problem with POST data HTTP handling
14811 14811 2 Link render_to_response to template loader API Documentation
14524 14524 Accessing /static/ in a new project shows simplistic 404 error page Contrib apps
14709 14709 staticfiles app seems forced upon me Contrib apps
14403 14403 Missing/incomplete documentation for FloatField? Documentation
14572 14572 2 Minor fix for generic inline formsets contrib.contenttypes
14360 14360 Clarify documentation of triage states Documentation
14623 14623 DateTimeField(auto_now=True) does not change when update is called Database layer (models, ORM)
14997 14997 2 Confusing wording on the note "Overriding Delete" Documentation
14955 14955 URLField validation should use HEAD requet instead of GET Core (Other)
14604 14604 1 Ubuntu documentation for geospatial/Postgres is out of date GIS
14354 14354 Check password is not None in User.check_password contrib.auth
14756 14756 2 "Related objects reference" documentation needs copy-edit Documentation
14743 14743 2 Clean up "urls" documentation Documentation
14358 14358 History changes in admin don't show verbose_name contrib.admin
14820 14820 Use `TextField` instead of `PositiveIntegerField` in docs and examples for generic relations. Documentation
14744 14744 2 Update views docs Documentation
14384 14384 1 Installation documentation should avoid sys.path.append Documentation
14268 14268 reset and sqlreset management commands should raise PendingDeprecationWarning for 1.3 Core (Management commands)
14980 14980 1 1.2.4 release notes did not make it into trunk Documentation
14330 14330 Test failure with get_image_dimensions since [13715] File uploads/storage
14956 14956 2 typo in messages documentation Documentation
14470 14470 Convert model_admin doctests to unit tests Testing framework
14731 14731 [Patch] Change 14413 breaks old fixtures with permissions contrib.auth
14905 14905 models.FileField links to url attribute, which is undocumented. Documentation
14758 14758 2 QuerySet method docs headings contain entire method signatures Documentation
14667 14667 Link MEDIA_* settings to file management docs Documentation
14303 14303 admin inline form id attribute numbering order and uniqueness is lost contrib.admin
399 399 Bigint field object needed Database layer (models, ORM)
342 342 Add a way for fields to be displayed in the admin without being editable contrib.admin
689 689 Honor Web server provided authentication Core (Other)
528 528 Add a documentation generator that creates a PDF or HTML files locally Documentation
730 730 more explicit middlware ordering Core (Other)
14718 14718 Different attributes for DateInput and TimeInput in SplitDateTimeWidget Forms
13 13 Related objects interface should be tighter (edit_inline) contrib.admin
14503 14503 Unify test for exception+message value assertion method Testing framework
14049 14049 Fixture loading should be skipped for TestCase decorated with @skip* Testing framework
14849 14849 1 ManyToManyField has weird behavior in 1.2 w/ multi-db Database layer (models, ORM)
14608 14608 Adding a INPhoneNumberField to indian localflavor contrib.localflavor
811 811 4 IPv6 address field support Core (Other)
14029 14029 not operator on F objects silently fails Database layer (models, ORM)
14201 14201 Add a "security overview" page to the docs Documentation
14206 14206 contrib:admin dynamic list_display support contrib.admin
14614 14614 Dont send Request message when handle_uncaught_exception() Core (Other)
14699 14699 FormWizard tests are scattered between two test modules Testing framework
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
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)
14105 14105 django.contrib.auth tests failing with cache middleware Core (Cache system)
717 717 If-Modified-Since checked for exact match HTTP handling
14013 14013 'django.db.backends.postgresql_psycopg2' isn't an available database backend. (?!?!?) Database layer (models, ORM)
14101 14101 Localized DecimalField doesn't accept localized input Internationalization
14993 14993 1 Please make clear, that filter_horizontal pertains to m2m fields Documentation
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
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)
14966 14966 ValueError: Incorrect timezone setting: Amsterdam/Netherlands Core (Management commands)
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
14591 14591 UnicodeDecodeError when trying to render the label of a field contrib.admin
14987 14987 1 Date filter options inconsistant and out of order Documentation
14842 14842 3 Indent the Model Meta Options Documentation
14331 14331 1 Clarify where to append sys.path.append in mod_wsgi docs Documentation
14712 14712 2 Example for post_syncdb signal. Documentation
14277 14277 2 Error in documentation for mod_wsgi Documentation
14350 14350 Please add a login method to the test Client that doesn't depend on passwords Testing framework
14339 14339 Enable testing when you can't create/destroy databases Testing framework
14981 14981 Small enhancement to User.last_login timezone handling (version 1.3.0 beta 1) contrib.auth
14320 14320 2 MySQL documentation needs to note lack of support for timezone info... Documentation
14890 14890 2 Copy edit error on http://docs.djangoproject.com/en/1.2/intro/tutorial03/ Documentation
14957 14957 1 doc nit: slug_field not required Documentation
14927 14927 2 Typo in trunk's documentation for ``managed`` Meta option Documentation
14676 14676 2 removetags is case-sensitive Documentation
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)
14848 14848 3 model verbose name Documentation
14901 14901 1 Typo in class-based views paginator doc. Documentation
14158 14158 SelectMultiple _has_changed assumes data and inital are in same order Forms
14875 14875 2 release notes for 1.2 wrong about email_re Documentation
14120 14120 2 [patch] Document ``get()`` in Making Queries Documentation
14095 14095 Objects not saved when readonly_fields is set for inline admin contrib.admin
14747 14747 parse error on HTTP_IF_MODIFIED_SINCE header Core (Other)
14777 14777 1 The "Generating CSV" doc should mention Unicode issues. Documentation
14775 14775 Backport r13772 Documentation
14762 14762 3 documentation does not document ContentFile Documentation
14791 14791 2 Clarify additional note on save() Documentation
14798 14798 1 Clarification on Generic Views Documentation
14790 14790 3 Fix reST in 1.0 porting guide. Documentation
14785 14785 2 Fixes to middleware docs Documentation
14794 14794 2 Modify python path link broken Documentation
14789 14789 2 Remove unused link from install docs Documentation
14784 14784 2 Fixes to the files documentation Documentation
14783 14783 2 Fixes to the email documentation Documentation
14782 14782 2 Fixes to the cache documentation Documentation
14781 14781 2 Setting "CACHE_PREFIX" should be "CACHE_KEY_PREFIX" Documentation
14767 14767 Formatting tweaks to DB optimization doc Documentation
14453 14453 typecast_timestamp in db.backends.util gives incorrect behavior Database layer (models, ORM)
14569 14569 Date field expression raw query returns unicode instead of datetime object in sqlite Database layer (models, ORM)
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)
14234 14234 Validation bug when using ModelForms Forms
14423 14423 Wrong SQL on exclude with inheritance Database layer (models, ORM)
14443 14443 Oracle backend returns wrong test database name Database layer (models, ORM)
14283 14283 AttributeError on admin detail page after r13708 Contrib apps
14536 14536 Incorrect syntax about using OPTIONS for changing the database engine Documentation
14625 14625 Docs on logging should emphasize that file logging is not multiprocess save Documentation
14616 14616 Recommend a leading underscore on module-level loggers in docs Documentation
14318 14318 Add GEOSGeometry.valid_reason GIS
14584 14584 PASSWORD_RESET_TIMEOUT_DAYS is not documented Documentation
14554 14554 BaseDateListView.get_dated_items should raise NotImplementedError Generic views
14535 14535 Model.objects.all() causing ImportError in Django 1.2.3 in stand-alone script Database layer (models, ORM)
14463 14463 "See allowed date format strings" Is not linked Documentation
14223 14223 Inconsistent exception raising on DB integrity errors Database layer (models, ORM)
14521 14521 Camel case used for mthods' names Uncategorized
14432 14432 Tutorial import line missing (tiny correction) Documentation
14167 14167 Using Instances in Generic Create/Update/Delete Generic views
14475 14475 1 Broken link on http://docs.djangoproject.com/en/1.2/ref/forms/fields/#choicefield Documentation
14452 14452 Need help understanding why the below is happening. Forms
14441 14441 Oracle list limit exceeded with __in filters Database layer (models, ORM)
14255 14255 1 Factoring mysite out of tutorial imports Documentation
14274 14274 1 Document the fact that running tests with warnings on is a good step before an upgrade/good practice Documentation
14383 14383 1 Capitalization of reStructuredText (reST) Documentation
14281 14281 1 Small documentation fixes after djangocon 2010 sprints commit-fest Documentation
14306 14306 Translations handling cleanup (with performance boost, too) Internationalization
14233 14233 1 Documentation for admin is has a reference to meta class Documentation
14205 14205 1 Tiny grammar fix in form validation documentation Documentation
14192 14192 potential issue re in memory django file uploading. Core (Other)
14199 14199 NameError in django.core.cache.backends.db Core (Cache system)
14189 14189 permalink docs import mistake Documentation
14188 14188 1 permalink docs import mistake Documentation
14157 14157 Birthday calculation failing silently Uncategorized
14154 14154 1 Typo in settings documentation Documentation
14112 14112 Some documentation reST fixes Documentation
14148 14148 Django assumes that module.__file__ is an absolute path Testing framework
14068 14068 Fixture loading issue with multi database setting Core (Serialization)
14143 14143 Database problems and import error of django.contrib.messages Uncategorized
14113 14113 Access to extra fields in M2M relations Database layer (models, ORM)
14052 14052 Error on a code in Tutorial 01 Documentation
14086 14086 Tests don't pass on Python 2.4 because of a try/except/finally contrib.sessions
14064 14064 Correct spelling of Argentinian Spanish in global_settings.py Core (Other)
14037 14037 models.DateField don't serialize JSON Database layer (models, ORM)
14061 14061 MultiPartParser receives an HTTP_CONTENT_LENGTH of zero File uploads/storage
714 714 access to id of current user on admin contrib.admin
313 313 PhoneNumberField should accept international format numbers Internationalization
920 920 [patch] patch_response_headers breaks when response.content is unicode Core (Cache system)
571 571 SQLite error with mod_python/Apche2 on Mac OS X 10.4.2 contrib.admin
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)
565 565 Unique fields don't work on edit_inline models 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)
708 708 2 search for meta.IPAddressField with postgresql backend is broken (admin) Database layer (models, ORM)
1194 1194 [patch] Check for file permissions for proper error messages Core (Other)
590 590 Hinting cache from views (vary cache time by object age) Core (Cache system)
685 685 [patch] list_detail and archive_* generic views should default allow_empty to True Generic views
785 785 many2many table and legacy databases. Database layer (models, ORM)
115 115 Models CRUD via web services Core (Other)
616 616 [patch] process_exception middleware extension Core (Other)
460 460 Patch for get_table_list() for SQLite3 Database layer (models, ORM)
391 391 date_based generic views might be off by one Generic views
386 386 Use REDIRECT_FIELD_NAME for logout Core (Other)
690 690 Model allowed me to 'hide' a required field, which produced unuseable error messages. contrib.admin
599 599 locmem cache should deepcopy values from the cache to prevent aliasing Core (Cache system)
673 673 Final code example in Tutorial 3 is incorrect Documentation
779 779 [patch] Allow callables in extra_lookup_kwargs of generic views Generic views
886 886 timesince breaks on the current time Tools
851 851 New SQL query API Database layer (models, ORM)
617 617 num_in_admin problem in tutorial contrib.admin
569 569 [patch] better pluralization for table names contrib.admin
509 509 We need a &#34;Powered by Django&#34; button Database layer (models, ORM)
475 475 Recursive function calling not working properly in template tags Template system
398 398 [patch] {%define VAR as%}VALUE{%in%} tag Template system
396 396 djangoadmin.py runserver should be able to listen on all available IPs Tools
333 333 HttpResponse should get a default charset Core (Other)
273 273 [patch] Password salt and other algorithms support Core (Other)
276 276 [patch] new template tag 'strip' Template system
332 332 It's datetime.datetime.now() Documentation
243 243 lack of ordering the get_list() params Metasystem
240 240 get_callback() improvements Core (Other)
219 219 The change history for an object is recording changes with a 6-hour offset to the timestamp contrib.admin
225 225 MS SQL Server via ADO Database layer (models, ORM)
228 228 [patch] Better handling of timezones Database layer (models, ORM)
185 185 Chaining views 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
251 251 [patch] Add "AND" and "OR" clauses to the SQL query syntax Metasystem
216 216 sqlite3 broken post rev 329 Metasystem
161 161 Log output for &#34;django-admin runserver&#34; shouldn't display admin media Tools
168 168 history() in django/views/admin/main.py makes assumptions about the object's key name contrib.admin
121 121 [patch] Names in SQL should be quoted Metasystem
2 2 Calendar popup - next/previous month links close the popup in Safari contrib.admin
163 163 Option to leave off __exact Template system
178 178 Wrong time zone usage Core (Other)
8 8 Date and time fields should accept multiple formats contrib.admin
35 35 django-admin.py init problem for postgresql 8.0.3/win32 Database layer (models, ORM)
109 109 Patch: Customizing Date(Time)Field displays contrib.admin
12 12 Add metasystem database-check functionality Metasystem
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
16 16 Create some form of "edit many at once" feature for the admin contrib.admin
555 555 DateTimeFields with auto_now and auto_now_add don't change in place Core (Other)
572 572 2 When i have an ImageField and a auto_now DateTimeField in the same model it doesnt get saved contrib.admin
200 200 Add a Decimal type and a Currency type Database layer (models, ORM)
952 952 [patch] Allow for database client encoding configuration from project settings Database layer (models, ORM)
652 652 An option to upload files into database would be a great alternative to filesystem uploads. Database layer (models, ORM)
863 863 Atom Feeds should pick up "updated" and "published" elements automatically from auto_now and auto_now_add fields contrib.syndication
639 639 Model FileFields empty on first pass through save() 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
914 914 [patch] Admin js option does not honor absolute urls contrib.admin
870 870 Cool CSS display bug in the calendar widget in the admin view contrib.admin
65 65 [i18n] Internationalization and localisation contrib.admin
338 338 ManyToMany fields don''t work in the generic views Generic views
739 739 tutorial and docs translations Documentation
329 329 RSS framework needs an easier interface contrib.syndication
447 447 [PATCH] Add pubdate elements to RSS feeds. contrib.syndication
469 469 Admin changelist assumes ForeignKey related object has ordering set contrib.admin
122 122 [patch] Build models using fieldname=FieldClass Core (Other)
337 337 DateTime fields don't work in the generic views Generic views
440 440 [patch] maxlength incorrectly checked for international characters in utf-8 contrib.admin
510 510 [patch] Defend admin against CSRF attacks contrib.admin
230 230 FloatField with MySQL Backend fails silently Database layer (models, ORM)
463 463 [patch] new mysql.DatabaseWrapper - solving multiple MySQL problems Core (Other)
884 884 Problems with international date handling Template system
87 87 [patch] Oracle database support Database layer (models, ORM)
435 435 Exception thrown out when doing do_html2python Core (Other)
61 61 [patch] auth.User admin form shouldn't require people to edit hashes contrib.admin
167 167 ForeignKey should also take string arg instead of class name Metasystem
241 241 Add a django.contrib.markup app Core (Other)
239 239 Initializing a model instance should not require fields with blank Metasystem
395 395 [patch] New session middleware for browser-session length cookies Core (Other)
107 107 [patch] Leaving out ID parameters Metasystem
275 275 Missing arg in django.core.validators.RequiredIfOtherFieldGiven introduced by changeset 403 Core (Other)
683 683 [patch] Saving with custom db_column fails Metasystem
642 642 [patch] Docs: EmailField clarification Documentation
316 316 Error while logging into Admin site since revision 487 contrib.admin
798 798 Specifying username, email, and password on as arguments to &#34;django-admin.py createsuperuser&#34; Translations
700 700 urlify.js and slugify use different character for spaces 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
170 170 Unicode field names cause UnicodeEncodeError in main admin handler contrib.admin
890 890 database tables should be imported directly, not thru django.models.[app_name].[table_name.lower()]s Database layer (models, ORM)
500 500 [patch] Templates files extensions other than '.html' should be possible Template system
416 416 Automate site introspection for url pattern modules, view methods, template directories, and applications contrib.admin
698 698 Exceptions thrown after CONTROL-C typed to stop test web server. Core (Management commands)
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
935 935 weird interaction between edit_inline and OneToOneField causes adding through admin to fail contrib.admin
540 540 ManyToManyField gives error with blank, raw_id_admin and empty input Core (Other)
119 119 Serving media Core (Other)
644 644 SQL Server DB backend: Rev 940 test results Database layer (models, ORM)
288 288 Document custom template tags systyem Documentation
78 78 Add a test suite for core functionality Tools
992 992 [patch] archive_month generic view leaves out last day of month Generic views
911 911 [patch] Make template system scoped to the parser contrib.admin
598 598 [patch] Include tag contrib.admin
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
665 665 Field.default should accept callables Metasystem
737 737 validators.isValidIPAddress4 using only regexps Validators
985 985 [1463] possibly incomplete? contrib.admin
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
977 977 [patch] timesince() method is broken when now argument is passed Core (Other)
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
826 826 Development server kills itself to reload, causing browser GET failures contrib.admin
411 411 CursorDebugWrapper does not support pyformat paramstyle. Database layer (models, ORM)
557 557 date_hierarchy doesn't work with DateField contrib.admin
593 593 1 [patch] Fulltext search support in Django Database layer (models, ORM)
554 554 RSS feeds are not valid due to missing timezone in pubdates contrib.syndication
111 111 Filtering doesn't clean up arguments contrib.admin
305 305 sql code was not white space safe? Database layer (models, ORM)
1001 1001 Spanish translation for djangojs.po Translations
366 366 Document meta.LazyDate() technique Documentation
319 319 prepopulate_from attribute does not correctly handle DateTimeField types contrib.admin
784 784 Atom Feeds should use RFC3339 date/time format contrib.syndication
302 302 object.save() doesn't update, re-inserts contrib.admin
213 213 error submitting empty times contrib.admin
672 672 get_absolute_url isn't nice contrib.syndication
900 900 [patch] Premature close of postgres connection with multiple threads Database layer (models, ORM)
772 772 included translations sequences Internationalization
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)
412 412 FileField bug Database layer (models, ORM)
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
696 696 1 add newline-suppression to {% and {{ Template system
996 996 django-admin startproject myproject still create myproject\settings Core (Management commands)
766 766 [patch, new-admin] Allow html tags if "allow_tags" model's method attribute is present contrib.admin
735 735 Trac report on how long ago tickets have been touched *.djangoproject.com
503 503 Field objects with required arguments shouldn't be keyword arguments. Core (Other)
585 585 [Document] - Render your Django's data with specialized applications Documentation
479 479 [patch] Implement timezone-formats in date-formatting Database layer (models, ORM)
591 591 [patch] Docs: Subclassing wrong object Documentation
578 578 [patch] automatically do MD5 in admin backend contrib.admin
538 538 django is not zip_safe Tools
478 478 error with sqlite and admin contrib.admin
387 387 Date field does not render, saving object fails with invisible error contrib.admin
358 358 djangoproject.com should have Trac 0.9.pre *.djangoproject.com
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