Ori Livneh

(ori)

Most Active Role

N/A

Most Active Component

Database Layer (Models, Orm)

Activity Timeline

[No data in this time period]

Components

Tickets

Trac Ticket (1151) Reporter (1) Owner (0) Commenter (72) Summary Component
34566 34566 ModelAdmin get_field_queryset uses related admin ordering, but not related admin querysets. contrib.admin
34699 34699 Filtering on annotated TruncSecond expression gives unexpected result. Database layer (models, ORM)
34569 34569 Unify all model fields to call get_prep_value from get_db_prep_value Database layer (models, ORM)
27029 27029 Make EmailValidator accept non-ASCII characters in local part Core (Other)
34619 34619 Ensure FilteredSelectMultiple select elements are associated with their label contrib.admin
34819 34819 GenericForeignKey.get_prefetch_queryset() contrib.contenttypes
34865 34865 DatabaseWrapper are not GC and connections are not closed Database layer (models, ORM)
34041 34041 2 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
373 373 Add support for multi-column primary keys. Database layer (models, ORM)
34975 34975 aggregate() crashes when referencing existing aggregations or window expressions through conditional expressions Database layer (models, ORM)
27021 27021 Add explicit support for Q object annotations Database layer (models, ORM)
34976 34976 startproject and startapp should provide feedback Core (Management commands)
34856 34856 Running tests with historical migrations that contain index together fails with TypeError. Migrations
27236 27236 Deprecate Model.Meta.index_together in favour of Model.Meta.indexes Database layer (models, ORM)
27452 27452 Add Postgres serial field to contrib.postgres contrib.postgres
14631 14631 Provide paginating for date-based generic views Generic views
27587 27587 Document str(QuerySet.query) Documentation
34406 34406 Add support for curved geometries in GeoDjango GIS
27617 27617 Add contributor facing documentation for the ORM Documentation
27106 27106 Document which template filters can be used in Python code (and how) Documentation
34855 34855 Document CSRF_TRUSTED_ORIGINS relation to SECURE_PROXY_SSL_HEADER. Documentation
27909 27909 Use AUTH_USER_MODEL in startproject template Core (Management commands)
34887 34887 Allow unlimited CharField for SQLite backend Database layer (models, ORM)
34221 34221 Plural-Forms in .po files break Django's translation precedence. Internationalization
34703 34703 TypeError: unhashable type: Netmiko Django Utilities
34643 34643 Move admin form labels to a more accessible place contrib.admin
34746 34746 High CPU/memory consumption when a 5XX is raised with large local variables Error reporting
34701 34701 Add support for NULLS [NOT] DISTINCT to UniqueConstraint Database layer (models, ORM)
34886 34886 Sample use of lazy in delayed translations is not valid in Django 4.1 and 4.2. Documentation
34846 34846 Add "Copy" button to the code snippets in docs. Documentation
34881 34881 migrate crashes when renaming model referenced twice by ManyToManyField.through model on SQLite. Migrations
34789 34789 `filter_horizontal` duplicates entries in "Chosen" column after instance is added via in another field using the "plus" JS action contrib.admin
34538 34538 Incorrect query generated with on subquery WHERE depending on the order of the Q() objects Database layer (models, ORM)
34007 34007 Single-field conditional UniqueContraint validation errors are classified as non-field-errors Database layer (models, ORM)
34612 34612 QuerySet.only() doesn't work with select_related() on a reverse OneToOneField relation. Database layer (models, ORM)
34994 34994 Visual regression in admin checkboxes on mobile contrib.admin
34925 34925 refresh_from_db() will not iterate through all of the fields listed in the 'fields' parameter. Database layer (models, ORM)
34277 34277 Add where clause in QuerySet.bulk_create() when update_conflicts=True Database layer (models, ORM)
34613 34613 add support for Partitioned cookies HTTP handling
34853 34853 Accept-Language Header takes precedence over cookie for format localization Internationalization
34943 34943 Support passing unique constraint names to bulk_create(). Database layer (models, ORM)
14974 14974 Add support for translation backends other than gettext Internationalization
27620 27620 Add a TransactionMiddleware Core (Other)
27752 27752 Fix and test admin_order_field set for the __str__ of a model contrib.admin
27325 27325 Offer a solution for static file serving suitable for production use Core (Other)
34981 34981 Promote `--pair` and `--bisect` from `runtest.py` to be available as flags for the Django `test` command Testing framework
14831 14831 Django Template Style Guide Documentation
27460 27460 Allow declaring a GenericRelation from an abstract model to another abstract model Database layer (models, ORM)
34339 34339 Allow overriding construct_search(). contrib.admin
27465 27465 Allow EmailMessage to load attachments from the Storage API Core (Mail)
34964 34964 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)
34806 34806 Make cached_db backend resilient to cache backend errors contrib.sessions
27201 27201 Django 1.10 with STATICFILES_STORAGE breaks on absolute path in CSS with double slash contrib.staticfiles
34597 34597 Queryset (split) exclude's usage of Exists is significantly slower than subquery Database layer (models, ORM)
27225 27225 "age" header is not set for responses taken from cache. HTTP handling
34971 34971 Several loggers missing from logging documentation Documentation
34961 34961 Add a max_length parameter to EmailValidator Core (Other)
34989 34989 Set Content-Length where possible for HttpResponses. HTTP handling
34909 34909 Accessible names for Add / Change buttons in Django Admin contrib.admin
35000 35000 Skip redundant defaults to allow INSTANT longtext (among others) column addition in MySQL Migrations
27813 27813 BinaryField type inconsistent between sqlite3 (bytes) and postgresql (memoryview) Database layer (models, ORM)
34986 34986 Fix up support for PyPy 3.10 Core (Other)
34593 34593 Django admin list does same Count query twice when there are no filters contrib.admin
34830 34830 csrf_failure and bad_request views missing context processors Core (Other)
34995 34995 Add link for admin's related widget is in the wrong place contrib.admin
34998 34998 Raising a StopIteration in asynchronous mode hangs the request Core (Other)
27676 27676 MariaDB 10.2 supports defaults for text columns Database layer (models, ORM)
34633 34633 Add prefetch_related() cache invalidation for create() in reverse many-to-one managers. 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
34993 34993 Unexpected behaviour when filtering across mult-value (aka tomany) joins. Database layer (models, ORM)
34984 34984 Adding a field with default crashes for models with GeneratedField on SQLite. Database layer (models, ORM)
34972 34972 Aggregate with CombinedExpression resulting in NotImplemented instead of None after update from 3.2 -> 4.2 Database layer (models, ORM)
34717 34717 Cannot use aggregate over window functions since 4.2 Database layer (models, ORM)
34965 34965 @sensitive_variables for coroutine func are not recursive Core (Other)
34884 34884 Half bug/half enhancement : inconsistent behavior of get_or_create() regarding related attributes cache Database layer (models, ORM)
34944 34944 Missing or misinferred attributes in output fields of generated fields Database layer (models, ORM)
34919 34919 Missing scope attribute in admin doc table headers. contrib.admindocs
34952 34952 manage.py compilemessages may skip locale folders if ignore is used. Internationalization
34969 34969 Documentation is misleading about SQL equivalent Documentation
34958 34958 Intermittent `messages_tests.tests.TestLevelTags.test_lazy` test failure Core (Other)
34229 34229 "no such column" when combining FilteredRelation and multi-table inheritance models Database layer (models, ORM)
34457 34457 makemigrations --check no longer prints the changes Migrations
34956 34956 Migration should not be allowed for a non-deterministic GeneratedField Database layer (models, ORM)
34948 34948 USE_TZ=False causes failure in AdminEmailHandler during DST "fall back" Utilities
34942 34942 Add icontains support for PostgreSQL ArrayField Database layer (models, ORM)
34927 34927 ModelAdmin for model with InlineModelAdmin for proxy class reference results in admin.E202 contrib.admin
34930 34930 Parallel tests fail on Python 3.11+ when IsolatedAsyncioTestCase is used Testing framework
34923 34923 MESSAGE_TAGS ignored in 5.0a1 contrib.messages
34825 34825 SQLite database files are not destroyed after tests Testing framework
34913 34913 Django Admin high contrast mode no clear session contrib.admin
34915 34915 Do not autopopulate _order field for model with an order_with_respect_to if already set. Database layer (models, ORM)
27234 27234 Clarify the type of the django.server logger's 'request' extra context Documentation
34043 34043 Doc "Writing your first patch for Django" doesn't explain how to contribute to the admin UI Documentation
34902 34902 django.test.client.Client.head request fails on AttributeError as_sync is missing Testing framework
34551 34551 2 Case-When aggregation over aggregated fields doesn't work since 4.2 Database layer (models, ORM)
34840 34840 3 Django 4.2 casts text fields when testing IS NULL, preventing use of partial indexes Database layer (models, ORM)
34892 34892 Static files aren't served correctly on dev server when DEBUG and FORCE_SCRIPT_NAME are enabled contrib.staticfiles
34808 34808 Some aggregation functions may return None; this isn't well documented Documentation
34882 34882 options=0 is not respected when calling AsGeoJSON() GIS
34894 34894 Query.change_aliases() has several significant bugs Database layer (models, ORM)
34875 34875 Use RFC 9106 recommendations in Argon2PasswordHasher contrib.auth
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 CSRF verification failed in django 4 when nginx serves the webserver CSRF
14336 14336 list_display should be able to contain sortable references to annotated fields contrib.admin
27929 27929 Add ManifestStaticFilesStorage option to remove original (non-hashed) files after processing contrib.staticfiles
34885 34885 Not removing original (non-hashed) files after processing contrib.staticfiles
34878 34878 Autoreload crashes with FORM_RENDERER="django.forms.renderers.TemplatesSetting". Template system
34870 34870 Memory leak when using psycopg-c with django hstore Database layer (models, ORM)
34872 34872 DRF Auth Issue Uncategorized
34849 34849 Appending django.contrib.postgres to the INSTALLED_APPS via @modify_settings crashes. Database layer (models, ORM)
34866 34866 Cannot inspect migrations that replace squashed migrations with sqlmigrate Migrations
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
34858 34858 Output field for combined PositiveIntegerField is not properly resolved. Database layer (models, ORM)
34847 34847 Serializer infinite recursion on M2M field if reference vars in init Core (Serialization)
34706 34706 3 Aggregation on annotated field fails starting on Django 4.2.2, when the aggregation has the same name as the annotation Uncategorized
34833 34833 Use a `main` landmark in the admin interface contrib.admin
34752 34752 ASGI http.disconnect not handled for streaming responses HTTP handling
34642 34642 1 File.open to support different encodings Core (Other)
34816 34816 GenericForeignKey crashes if content_type_id is changed and object_id is type incompatible with old object contrib.contenttypes
34817 34817 Boolean field doesn't look good on django-admin contrib.admin
34791 34791 Prefetch's queryset attribute is ignored when the same nested relation is used multiple times. Database layer (models, ORM)
34730 34730 Add an assertMessages assertion contrib.messages
34768 34768 Calling `colorama.init()` on module load can have unwanted side effects Core (Management commands)
34809 34809 PyCharm typechecker complains Documentation
34451 34451 Incorrect exception handling within the django exception handler Error reporting
34805 34805 'Q' object has no attribute 'replace_expressions' Database layer (models, ORM)
34799 34799 inspectdb fails on tables with cross-schema relations on MySQL. Database layer (models, ORM)
34804 34804 legacy_algorithm = 'sha1' removed in django4.0 but new algorithm is hardcoded Core (Other)
34757 34757 AsyncClient should follow redirects Testing framework
34802 34802 django.contrib.admin.actions.delete_selected() should return number of rows deleted via ModelAdmin.delete_queryset() contrib.admin
34787 34787 The 'runserver' command doesn't work when run from an installed script on Windows Core (Management commands)
34709 34709 charset should be ignored for the application/x-www-form-urlencoded content type. HTTP handling
34797 34797 Django Admin radio fields admin.HORIZONTAL shows as vertical with django-grapelli. Uncategorized
34795 34795 ConnectionProxy (and likely others) do not expose the `__dir__` of the object they are proxying Core (Other)
34744 34744 Migration re-add constraints when check condition contains a dict_keys object. Migrations
34792 34792 Creating and saving a model using a custom primary key field can yield a bad "id" value on the instance Database layer (models, ORM)
34781 34781 Clarify documentation of `request` objects in the `django.server` logging namespace. Core (Other)
34788 34788 Correct NUMBER_GROUPING in Japan. Internationalization
34779 34779 Serializer makes unnecessary joins Core (Serialization)
34620 34620 Serialization of m2m relation fails with custom manager using select_related Core (Serialization)
34772 34772 Exception with psycopg3 binary package on Ubuntu 20.04 Database layer (models, ORM)
34362 34362 FilteredRelation doesn’t support conditional expression Database layer (models, ORM)
34692 34692 django.forms.renderers.get_default_renderer()'s template loader cache is not being reset on autoloads. Forms
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
34765 34765 call_command reuses already loaded command causing stale class variable value usage Core (Management commands)
34754 34754 CheckConstraint with isnull lookup on JSONField transform None into null jsonb value Database layer (models, ORM)
34764 34764 Add support for Clusterized Redis deployments Core (Cache system)
34762 34762 Duplicate Permissions Created on Model Rename contrib.auth
34750 34750 Fixed QuerySet.count() on querysets grouped by unused multi-valued annotations. Database layer (models, ORM)
34753 34753 Document how to properly escape `to` in email messages Documentation
34748 34748 __in lookup crashes with a subquery containing an unused annotation that uses explicit grouping. Database layer (models, ORM)
34728 34728 1 OR operator on queryset does not work as expected Database layer (models, ORM)
34720 34720 BaseReloader.watch_dir() incorrectly checks for existence of path Utilities
34740 34740 Admin flashes dark/light depending on settings contrib.admin
34735 34735 About form validation Forms
34532 34532 Form.default_renderer is ignored in formsets. Forms
34727 34727 Error in CharField with TextChoices and missing max_length parameter Testing framework
34718 34718 Allow django.contrib.admin's ListFilter to render details tag collasped by default contrib.admin
34711 34711 Make ChoiceField auto-detect and coerce values. Forms
34713 34713 Add an option to disable lastmod in Sitemaps. contrib.sitemaps
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)
34309 34309 Documentate how to delete a Django app correctly Documentation
34695 34695 security.E101 false positive with class-based views Core (System checks)
34696 34696 4 Actions selection counter gets cleared when using Chrome's back button contrib.admin
34639 34639 MySQL 8.0 hangs indefinitely when using the admin search with a Foreign Key and Annotate contrib.admin
34687 34687 Apps.clear_cache() does not clear get_swappable_settings_name cache. Core (Other)
34682 34682 System check for CSRF_TRUSTED_ORIGINS raises errors for http://localhost:port. Core (System checks)
34673 34673 Migrations ordering: add constraint run_immediately_after Migrations
34345 34345 Add system check for filter_horizontal/filter_vertical on ManyToManyFields with intermediary models. contrib.admin
27079 27079 Refactor LiveServerPort tests to not make extra calls to setUpClass() and tearDownClass() Testing framework
34661 34661 Peppering user passwords contrib.auth
34659 34659 mysql backend creates queries using CONVERT_TZ even when this is not supported Database layer (models, ORM)
34473 34473 StepValueValidator does not take into account min_value Forms
34650 34650 Document django.shortcuts.resolve_url() Utilities
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
34647 34647 Foreign Key index names are not renamed when a model is renamed causing duplicate key if a model with the origin name and column is added Migrations
34644 34644 social-app-django's JSONField doesn't work as expected. Database layer (models, ORM)
34625 34625 FilteredSelectMultiple widget’s elements aren’t labelled contrib.admin
34539 34539 `get_prep_value` no longer called for JSONField Database layer (models, ORM)
34631 34631 Expression.identity() performance Database layer (models, ORM)
34445 34445 DateField.input_formats cannot be printed Utilities
34614 34614 Natural keys for nullable foreign keys Core (Serialization)
34630 34630 Neither `pgettext` nor `pgettext_lazy` return contextual markers in PO files Internationalization
34635 34635 ModelChoiceField with a to_attr that can have an EMPTY_VALUE Forms
34615 34615 queryset.order_by().first() is not consistent with other queryset behaviours 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
34607 34607 function st_geomfromwkb(bytea) does not exist - geodjango tutorial GIS
34574 34574 Extend docs for `autoescape` and `escape` with examples using filters that operate with sequences Template system
34590 34590 Querying for decimals larger than max_digits crashes on SQLite Database layer (models, ORM)
34592 34592 admin css font does not need explicit apple fonts contrib.admin
34579 34579 Documentation points to `django-developers` mailing list as primary point of contact for discussion Documentation
34587 34587 Allow to override table2model conversion for inspectdb command Core (Management commands)
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)
34584 34584 Problem with tutorial part 2 Documentation
34582 34582 Uploading multiple files in Django no longer works in version 4.2 but worked in version 4.1 File uploads/storage
34575 34575 Storage Signals File uploads/storage
34573 34573 Typo in "Writing your first Django app, part 5" - assertQuerysetEqual() Testing framework
34350 34350 WSGIRequest crashes when "wsgi.input" is None. Core (Other)
34521 34521 Use __slots__ for template Node classes Template system
34568 34568 makemigrations --update should respect the --name option. Database layer (models, ORM)
34571 34571 Request with invalid session after concurrent logout or session timeout is considered a BadRequest contrib.sessions
34567 34567 slugify template filter with allow_unicode Template system
34552 34552 Delaying get_from_clause call as much as possible. Database layer (models, ORM)
34544 34544 DBMS_LOB.SUBSTR() is unnecessary for "IS NULL" condition on Oracle. Database layer (models, ORM)
34545 34545 Typo in "FAQ: Installation". Documentation
34543 34543 1 Thousand separator breaking templates Internationalization
34525 34525 index_together warning after migration to new style Database layer (models, ORM)
34541 34541 StorageRouter File uploads/storage
34530 34530 Remove docs suggestion to use lambda for models.FileField(storage=...) Documentation
34515 34515 Translatable URL patterns raise 404 for non-English default language when prefix_default_language=False is used. Internationalization
34513 34513 Error E108 does not cover some cases contrib.admin
34386 34386 Error while sending TLS smtp email when no EMAIL_SSL_CERTFILE / EMAIL_SSL_KEYFILE are specified in project settings Core (Mail)
34526 34526 issue in admin with sites contrib.admin
34512 34512 Admin missing breadcrumbs in app index contrib.admin
34481 34481 Admin check for reversed foreign key used in "list_display" contrib.admin
34510 34510 sqlmigrate does not follows replaces in squashed migrations Core (Management commands)
34507 34507 AttributeError: Can't pickle local object 'convert_exception_to_response.<locals>.inner' Error reporting
34435 34435 JSONField with string default raises fields.E010 warning. Documentation
34501 34501 Revert CICharField deprecation contrib.postgres
34493 34493 wrong translation Database layer (models, ORM)
34486 34486 SearchHeadline crashes without an active connection. contrib.postgres
34484 34484 HttpRequest.__deepcopy__ doesn't deepcopy attributes HTTP handling
34478 34478 1 django 4.2 admin page issue contrib.admin
34476 34476 Typo in Writing your first Django app, part 5 - assertQuerySetEqual Documentation
34470 34470 client_encoding is no longer enforce on PostgreSQL. Database layer (models, ORM)
34466 34466 Django 4.2 overwrites user-specified psycopg cursor_factory Database layer (models, ORM)
34469 34469 Push inspectdb to assimilate the foreign keys that are in other databases Database layer (models, ORM)
34459 34459 SearchVector() can return query strings that are unsafe to combine. contrib.postgres
34028 34028 Django 'static' template tag fails to generate URLs with SCRIPT_NAME prefix Template system
34461 34461 Constructing urls outside the request cycle Core (Other)
34434 34434 psycopg 3 cursor.execute no longer accepts Python tuple binding Database layer (models, ORM)
34431 34431 DateTimeField.input_formats change from Django 3.1 is documented improperly Documentation
34452 34452 Report the correct port when using port 0 with runserver Core (Management commands)
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
34077 34077 Make BoundField renderable. Forms
34433 34433 OneToOneField can only be saved one way Database layer (models, ORM)
34424 34424 SelectDateWidget can crash with OverflowError. Forms
34388 34388 Added support for direct usage of Choices classes on model fields Database layer (models, ORM)
27487 27487 ModelAdmin.formfield_overrides on ManyToManyField isn't compatible with CheckboxSelectMultiple contrib.admin
27614 27614 Store the DB used in the state before calling Model._save_table() Database layer (models, ORM)
34425 34425 @sensitive_variables doesn't work with async functions Error reporting
34422 34422 inspectdb mysql databases Core (Management commands)
34404 34404 Incorrect documentation about content type set by FileResponse object Documentation
34405 34405 Improper guessing of Mime Type for "br" and "Z" file types HTTP handling
34412 34412 TLS/SSL sending mail fails in some servers Core (Mail)
34410 34410 Adding database dynamically breaks in Django 4.1+ Database layer (models, ORM)
34408 34408 Authorization in Custom Authentication Backend does not work contrib.auth
27559 27559 Admin changelist turns GET QueryDict into dict which may lose parameters contrib.admin
34384 34384 SECRET_KEY_FALLBACKS is not used for sessions contrib.auth
34381 34381 Postgres tests fail on Windows Core (Other)
34387 34387 DateFormat.P() does not follow PHP's date string format Utilities
34382 34382 DEFAULT_AUTO_FIELD ignored for new models Database layer (models, ORM)
34374 34374 Windows 11 GIS Tests Failing Core (Other)
34376 34376 Admin has no support for unique constraint fields. contrib.admin
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
34372 34372 Field position reference for aggregate ends up in group-by clause Database layer (models, ORM)
34366 34366 Migration optimizer does not reduce multiple AlterField Migrations
34338 34338 Allow to customize the code attribute of ValidationError raised by BaseConstraint.validate Database layer (models, ORM)
34359 34359 Add setting to disable global thread_sensitive flag for Async ORM and Async cache Database layer (models, ORM)
34357 34357 UniqueConstraint doesn't violate NULL values on SQLite. Database layer (models, ORM)
34344 34344 PostGIS Database Backend Overrides features_class, ops_class and introspection_class GIS
34346 34346 QuerySet ordered by annotation with name used by select_related() field crashes with AmbiguousColumn. Database layer (models, ORM)
34347 34347 Mypy complaint: module "django.contrib.gis.utils" does not explicitly export attribute "LayerMapping" GIS
34302 34302 SpatialReference.srid incorrectly assumes first AUTHORITY value to be projection SRID GIS
34341 34341 FileSystemFinder harsh regarding its input on Windows contrib.staticfiles
34340 34340 Apparently wrong table name? Database layer (models, ORM)
34328 34328 Class-based async-only middleware not detected as coroutine in MiddlewareMixin Documentation
34318 34318 Add a release note that makemessages no longer changes .po files when up to date. Documentation
34334 34334 There might be an error in the Django Tutorial No. 5 Documentation
34330 34330 QuerySet of a model having Meta.ordering, returns the sortable field in values_list() and values() Database layer (models, ORM)
34325 34325 Clarify PercentRank() description. Documentation
34248 34248 sdist is missing tox.ini Packaging
34323 34323 Django form request is always response with "GET" instead of "POST" even when I use <form action="" method="post"> Forms
34146 34146 Add tutorial step for installing third party package(s) Documentation
34285 34285 Index transforms on filtered array aggregates produces incorrect SQL query Database layer (models, ORM)
34310 34310 Add deletion example at one_to_one relations documentation Documentation
34314 34314 pymemcached noreply support Core (Cache system)
34286 34286 Mixed-case views/templates names causes 404 on :view:/:template: directive. contrib.admindocs
34300 34300 Support async generators in StreamingHttpResponse HTTP handling
34255 34255 Annotation/group by with an expression on psycopg3 Database layer (models, ORM)
34294 34294 File locking fails if argtypes redefined on Windows. File uploads/storage
34293 34293 Extra validation introduced in 30581 breaks certain constraint setups Database layer (models, ORM)
34227 34227 Multi-level FilteredRelation with select_related() may set wrong related object. Database layer (models, ORM)
34276 34276 LocMemCache not working for multiple threads Core (Cache system)
34235 34235 ManifestStaticFilesStorage should expose a "hash" of the manifest file. contrib.staticfiles
34267 34267 QuerySet.union() crashes with IndexError when getting cached results. Database layer (models, ORM)
34273 34273 settings.DEFAULT_FILE_STORAGE is not the same as settings.STORAGES["default"] File uploads/storage
34260 34260 models.FloatField documentation doesn't mention that +inf, -inf, and NaN are database-dependent. Documentation
34269 34269 Add Unnest PostgreSQL ORM function Database layer (models, ORM)
34268 34268 Internationalization does not localize functional model choices Internationalization
34261 34261 Use {% url model_object %} to work with get_absolute_url Template system
34253 34253 migrations don't apply Uncategorized
34241 34241 Django admin not showing seconds for list_display nor readonly DateTimeField contrib.admin
34232 34232 'Add Another' casing typo in tutorial 7 Documentation
34063 34063 request.POST not populated for multipart/form-data via AsyncClient Testing framework
34230 34230 Django templates shouldn't use a .html extension Template system
34226 34226 QuerySet.select_related() with multiple filtered relations to the OneToOneField sets the last one. 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)
34205 34205 Validation of constraints with __len lookup crashes for ArrayFields. Database layer (models, ORM)
34206 34206 annotation of another annotation duplicate query rule Database layer (models, ORM)
34203 34203 Drop support for psycopg2 2.8 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
34197 34197 method_decorator does not work with async views 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)
34189 34189 Code in Tutorial does not work because of a ',' Documentation
34119 34119 ModelForm fields with callable defaults don't correctly propagate default values Forms
34178 34178 Prefetching a foreign key on GenericForeignKey results in incorrect queryset being selected Database layer (models, ORM)
34186 34186 SMTP.starttls() got an unexpected keyword argument 'keyfile' Core (Mail)
34184 34184 Improve tutorial by mentioning User Interaction testing like django-webtest Documentation
34182 34182 Is there a reason only the headers are checked when using the csrf token? CSRF
34103 34103 Queries with duplicate params incorrectly logged for Oracle Database layer (models, ORM)
34173 34173 SessionMiddleware support 503 status code contrib.sessions
34064 34064 USE_THOUSAND_SEPARATOR docs clarification of override by locale Documentation
34171 34171 QuerySet.bulk_create() crashes on mixed case columns in unique_fields/update_fields. Database layer (models, ORM)
34166 34166 UniqueConstraint with condition not validated if the condition field is not editable. Database layer (models, ORM)
34155 34155 ModelAdmin.render_change_form does not lowercase the app_label when setting template directories contrib.admin
34123 34123 Ambiguous aliases in ordering on combined queries with select_related(). Database layer (models, ORM)
34099 34099 update_or_create() not saving data assigned in a model's save() method Database layer (models, ORM)
34154 34154 Inconsistent use of "mixin" in the documentation Documentation
34145 34145 Explicit GROUPing by aggregate is not supported Database layer (models, ORM)
34135 34135 Add async interface to ManyRelatedManager & RelatedManager Database layer (models, ORM)
34131 34131 Postgres AutoField change from serial to identity Database layer (models, ORM)
34143 34143 Multiple file upload docs Documentation
34137 34137 model.refresh_from_db() doesn't clear cached generic foreign keys contrib.contenttypes
34088 34088 Sitemaps without items raise ValueError on callable lastmod. contrib.sitemaps
27654 27654 Propogate alters_data value to subclasses Core (Other)
34035 34035 ImageField doesn't consider EXIF rotation when storing width and height Database layer (models, ORM)
34109 34109 Uvicorn can be run without installing gunicorn Documentation
34114 34114 loaddata doesn't honor auto_now_add=True when these values are missing. Core (Management commands)
34085 34085 Black shouldn't format non-Python files Core (Management commands)
34107 34107 Django ORM queries do not pick up indexes made on a key in JSONField in Postgres Database layer (models, ORM)
34105 34105 Invalid query generated on Postgres when annotate and order_by have common sub-expressions Database layer (models, ORM)
34104 34104 Making Q.__eq__ work regardless of ordering Database layer (models, ORM)
34091 34091 Invalid SQL: FROM clauses can be omitted when QuerySet is accessed from multiple threads Database layer (models, ORM)
34079 34079 Excessive parentheses when generating a query Database layer (models, ORM)
34083 34083 Cloning test database fails with mariadb-server 8.x Database layer (models, ORM)
34076 34076 Native support for SurrealDB Database layer (models, ORM)
34068 34068 `runserver 0`'s "Starting development server at <address>" doesn't work Core (Management commands)
34012 34012 QuerySet.order_by() silently skips non-existing fields on related fields with Meta.ordering. Database layer (models, ORM)
34058 34058 Widening AutoField to BigAutoField, fails to widen the sequence. Database layer (models, ORM)
34061 34061 Model validations should be run on save() Database layer (models, ORM)
34010 34010 Parallel tests don't work with spawn. Testing framework
34056 34056 Update the deprecated password list used by CommonPasswordValidator to a more recent list contrib.auth
34025 34025 Autocomplete field fills all empty required fields references to the same model when added a choice in popup. contrib.admin
34047 34047 Admin Page - Stretch The Search Block contrib.admin
34037 34037 Low text contrast for grey buttons in admin light theme contrib.admin
34048 34048 Do not add cache control header if is set to false or a falsy value Utilities
34033 34033 3 Admin light/dark theme switch needs to convey its state for screen reader users contrib.admin
34023 34023 inlines variable not bound in loop in ModelAdmin._create_formsets contrib.admin
34032 34032 Base authentication Backend should raise NotImplemented on needed methods contrib.auth
34024 34024 'WhereNode' object has no attribute 'is_summary' when counting a queryset with annotation from a subquery Database layer (models, ORM)
34022 34022 admin:logout fails to log out non-staff users contrib.admin
34021 34021 collect_translations Internationalization
34017 34017 Mention that when using Argon2PasswordHasher, this means Argon2id gets used Documentation
34020 34020 django core management error Uncategorized
34009 34009 migrations.RunPython runs queries against wrong database Uncategorized
34002 34002 PasswordResetView should work with AbstractBaseUser subclasses without is_active field. contrib.auth
34001 34001 ForeignKey.formfield(): allow override for all kwargs Database layer (models, ORM)
27944 27944 Have meta.get_field('pk') return the primary key field directly Database layer (models, ORM)
27147 27147 Add support for defining bounds in postgres range fields contrib.postgres
14092 14092 ImageField should allow SVG Database layer (models, ORM)
27060 27060 Take indexes into account in inspectdb command Core (Management commands)
27064 27064 Implement RenameIndex in a backwards compatible way Migrations
27468 27468 Move utils.crypto.salted_hmac() from SHA1 toward SHA256 Utilities
27753 27753 Cleanups when no supported version of Django supports Python 2 anymore Utilities
27936 27936 Add some clarifications to "Spanning multi-valued relationships" Documentation
27141 27141 makemigrations fails with PermissionDenied on django_migrations Migrations
27864 27864 Limit the number of terms in an admin search contrib.admin
27095 27095 Queries involving postgres Array fields can't include expressions as elements contrib.postgres
27074 27074 connection.is_usable() raises AttributeError after the connection is closed Database layer (models, ORM)
27131 27131 send_mail() error on Python 2 if smtp server uses CRAM-MD5 auth method Core (Mail)
27694 27694 Improve documentation of supported lookups on HStore & JSON fields Documentation
27590 27590 Allow configuration of where to save staticfiles manifest. contrib.staticfiles
27541 27541 Provide hooks to override manifest file storage in ManifestFilesMixin contrib.staticfiles
19 19 Automatically generate JavaScript form validation Validators
27534 27534 Add CSRF_COOKIE_HTTPONLY note to CSRF AJAX docs Documentation
27575 27575 3 Make host validation run on all requests HTTP handling
27854 27854 Make `collectstatic` warn (rather than blow up) on missing directories contrib.staticfiles
27827 27827 Raising InvalidTemplateLibrary completely masks out real exception in get_package_libraries Template system
14645 14645 Exclude query with multiple conditions for the same multi-value relation not correct Database layer (models, ORM)
27917 27917 Allow ModelAdmin.radio_fields to work with NullBooleanField contrib.admin
14660 14660 Using a CheckboxSelectMultiple widget on a M to M field in Admin causes 'SelectBox is not defined' JS error in RelatedObjectLookups.js contrib.admin
14628 14628 Document which settings can be changed at runtime Documentation
27257 27257 Use the ->> operator when filtering builtin text lookups on JSONField keys contrib.postgres
27417 27417 Migration to change model field case crashes on Oracle Migrations
27871 27871 Django keeps making the same migration over and over again Migrations
27679 27679 Document that empty formsets display min_num+extra forms Documentation
14317 14317 numberformat.format produces wrong results Internationalization
27395 27395 Allow generating '<link rel="alternate ... hreflang=...>" for sitemaps' contrib.sitemaps
27430 27430 `manage.py test` does not support unittest `-b` buffer option Testing framework
27708 27708 Relation between tables in different schemas with big names Migrations
27686 27686 calls to request.user.is_authenticated returns vary by cookie header for all users contrib.sessions
27824 27824 Cannot chain unaccent transform with key lookup in Postgres JSON field. contrib.postgres
27760 27760 Hard to diagnose reason for 400 response when making test request that sets SERVER_NAME Testing framework
27888 27888 Add a button to clear all admin filters contrib.admin
17 17 Metasystem optimization: Share select_related in memory Database layer (models, ORM)
14071 14071 Row duplicated when modifying PK contrib.admin
27914 27914 makemigrations produces incorrect path for inner classes Migrations
27272 27272 Add a on_delete RESTRICT handler to allow cascading deletions while protecting direct ones Database layer (models, ORM)
27391 27391 Support unittest.TestCase.debug() method. Testing framework
27086 27086 running servers.tests may hang in parallel mode on Mac OS X Core (Other)
14218 14218 Paginator just implement the __iter__ function Core (Other)
14722 14722 @last_modified should ignore lack of etag method when USE_ETAGS is enabled. HTTP handling
27462 27462 Clarify what's contained in m2m_changed's "pk_set" argument Documentation
27995 27995 Raise a descriptive error on unsupported operations following QuerySet.union(), intersection(), and difference(). Database layer (models, ORM)
14129 14129 Slovenian translation plural-forms Internationalization
27801 27801 Make createsuperuser inspect environment variables for username and password contrib.auth
27635 27635 django.utils.crypto should use secrets on Python 3.6+ Utilities
27685 27685 Allow autoreloader to use watchman Utilities
27946 27946 Improve "ValueError: Found wrong number of constraints" error message Migrations
14009 14009 custom formset validation documentation is incomplete Documentation
27360 27360 Make it easier to track down the offending models for AlreadyRegistered exceptions contrib.admin
27991 27991 Add 'obj' kwarg to InlineModelAdmin.has_add_permission() contrib.admin
14091 14091 Fix incorrect quoting in connection.queries Database layer (models, ORM)
27595 27595 Database converters are not run for related fields referencing related fields Database layer (models, ORM)
27899 27899 Phrase search query for Postgres full text search contrib.postgres
27090 27090 pg_get_serial_sequence is broken on postgres, use a lookup in information_schema.columns instead Database layer (models, ORM)
27334 27334 File uploads could rename temporary files rather than copying them File uploads/storage
27398 27398 Make SimpleTestCase.assertRedirects() URL comparison ignore ordering of query parameters Testing framework
27560 27560 4 Formset.save() crashes for model with foreign key to concrete base model Forms
27018 27018 Admin views in admindocs crash with AttributeError contrib.admindocs
27728 27728 Allowed overriding admin templatetag's templates. contrib.admin
27656 27656 Fix comment verb style according to PEP 257 Core (Other)
27267 27267 Renaming a primary key fails with "cannot drop constraint on table because other objects depend on it" Migrations
27449 27449 Make django.utils.translation.trans_real.get_supported_language_variant public API Internationalization
27985 27985 Converting `Foo.objects.filter(bar=None)` to an `IsNull` too early. Database layer (models, ORM)
27999 27999 Add test Client support for HTTP 307 and 308 redirects Testing framework
14642 14642 2 save_as=True and generic inline in admin gives IndexError contrib.contenttypes
27954 27954 Prevent PostgreSQL dbshell from exiting on CTRL-C Core (Management commands)
27710 27710 foreign key _id optimisation leads to incorrect descriptor value Database layer (models, ORM)
27318 27318 Return failed values from memcached.set_many() Core (Cache system)
14807 14807 django.utils.formats localize_input inserts thousands_separator into boolean values Internationalization
27846 27846 refresh_from_db() doesn't clear reverse OneToOneFields Database layer (models, ORM)
27546 27546 Replace hardcoded class names in __repr__-methods Core (Other)
27979 27979 Using F() to save negative integers in unsigned columns on MySQL should raise IntegrityError rather than OperationalError Database layer (models, ORM)
27332 27332 Specifying additional ON arguments, and more flexibility with joins Database layer (models, ORM)
14370 14370 Adding support for Autocomplete in contrib.admin contrib.admin
27818 27818 Use contextlib.suppress to suppress exceptions. Core (Other)
27855 27855 Document Python 3.4 support for Django 2.0 Documentation
27859 27859 Migration to create TextField with db_index=True crashes on MySQL Migrations
27982 27982 Possible bug related to queryset union Database layer (models, ORM)
27303 27303 Selecting multiple admin list_filters across relations return results that don't match both filters contrib.admin
27830 27830 Use distutils.version.LooseVersion instead of custom version parsing Core (Other)
27967 27967 The autogenerated OneToOneField on multi table inheritance breaks the InlineAdminForm given UUID pk contrib.admin
27655 27655 Styleguide missing - Use single quotes instead of double quotes in string Documentation
27308 27308 BytesWarning exception raised when running with python 3 -bb option Core (Other)
27639 27639 Add a chunk size argument to QuerySet.iterator() Database layer (models, ORM)
27777 27777 1 File object does not consistently open itself in context manager use File uploads/storage
27881 27881 Add "unified diff" output mode to diffsettings management command Core (Management commands)
27860 27860 Changing a CharField to a ForeignKey crashes when migrating in PostgreSQL Migrations
27241 27241 Annotate doesn't work with PostgreSQL views anymore Database layer (models, ORM)
27554 27554 Queryset evaluation fails with mix of nested and flattened prefetches (AttributeError on RelatedManager) Database layer (models, ORM)
14149 14149 LIKE clauses fail in Oracle 9.2.0.7 Database layer (models, ORM)
27730 27730 Document that template tags with "as" variable assignment don't propogate variables across blocks Documentation
27751 27751 Teardown of a PG test database fails if it is an autogenerated test_MYDB database Testing framework
27947 27947 Document that model field error_messages don't carry over to forms Documentation
27183 27183 JSONField improperly escaped in admin interface during normal usage contrib.postgres
27974 27974 Degraded performance when rendering ChoiceField with lots of options and DEBUG=True Template system
27726 27726 Template default_if_none filter is inconsistent between printed value and boolean context Template system
27365 27365 Fields suddenly not found. Database layer (models, ORM)
27231 27231 Initialize forms in ModelAdmin like View (i.e. add get_form_kwargs to contrib.admin) contrib.admin
27987 27987 debug view doesn't set default colours in css Error reporting
27986 27986 Change BaseModelForm dictionary variable object_data to be OrderedDict Forms
27956 27956 Template error raised in an {% extends %} parent template shows incorrect source location on debug page Template system
27984 27984 Broken link in LANGUAGE_CODE settings Documentation
27983 27983 Tutorial should contain complete files at each step Documentation
27969 27969 models.Field.formfield() should allow the 'disabled' kwarg for fields with choices Database layer (models, ORM)
27977 27977 4 inspectdb errors after upgrade to cx_Oracle 5.3 Database layer (models, ORM)
27945 27945 Clarify RegexValidator docs (match vs. search) Documentation
27919 27919 Decide if attrs (and possibly others) are named or positional parameters in new widget rendering code Forms
27963 27963 Docstring example in docs doesn't follow PEP 257 Documentation
27890 27890 runtests.py cleanup exception on Python 3.6 Core (Other)
27935 27935 BrinIndex crashes if name > 30 characters contrib.postgres
27538 27538 Value of JSONField is being re-encoded to string even though being already encoded contrib.postgres
27955 27955 JSONField.default not applied in admin contrib.admin
27951 27951 Nondeterministic ordering test failure in model_forms on Oracle Forms
27941 27941 Incorrect checking or re-conciliation of parent/child fields when inheritance is changed to abstract Migrations
27260 27260 Performance Issue because of LEFT OUTER JOIN instead the better INNER JOIN Database layer (models, ORM)
27938 27938 Warning in tests: UserWarning: Limit for query logging exceeded, only the last 9000 queries will be returned. Testing framework
27927 27927 collectstatic with CachedStaticFilesStorage does not create symlinks contrib.staticfiles
27932 27932 EmailValidator fails on "a.@example.com" Core (Mail)
27933 27933 FieldDoesNotExist if remove foreign key and remove unique constraint at the same time Migrations
27913 27913 Admin calendar failed contrib.admin
27316 27316 Multiple LiveServerTestCase subclasses cannot reuse the same port Testing framework
27878 27878 Move to Python 3 shebangs Core (Other)
27903 27903 RenameModel does not not change ForeignKey with related_name='+' Migrations
27898 27898 Inheriting from AbstractBaseUser does not interpolate unique error message on field contrib.auth
27896 27896 In Django 1.10 when sqlite is used and TIME_ZONE=None a django.db.utils.OperationalError error is raised when filtering by __date on a DateTimeField Database layer (models, ORM)
27887 27887 TypeError when namespaced urlconf included from non-namespaced one Core (System checks)
27836 27836 Add a way to delete directories through the file Storage API File uploads/storage
27842 27842 Add protocol argument to GenericSitemap.__init__() contrib.sitemaps
27883 27883 "Vertical" polymorphism of models Database layer (models, ORM)
27886 27886 Django contrib.postgres JSONField adds additonal quotes to a dictionary. contrib.postgres
27885 27885 Migration creates index of a deleted table Migrations
27884 27884 Document that validators needs to be an iterable since Django 1.11 Documentation
27875 27875 Manager inheritance documentation doesn't mention manager_inheritance_from_future Documentation
27873 27873 setup_test_environment() doesn't allow ALLOWED_HOSTS to be a tuple Testing framework
27874 27874 URL namespacing warning (urls.W005) does not consider nested URL namespaces Core (System checks)
27766 27766 runserver crashes because of auto-reloader (Py3 + PowerShell) Utilities
27868 27868 makemessages creates files in '__pycache__' directory by default Core (Management commands)
27872 27872 Tutorial contains invalid instructions regarding background image Documentation
27870 27870 Clean up ManagementUtility.autocomplete() Core (Management commands)
27861 27861 Allow project template's BASE_DIR calculation to work regardless of how settings are structured Core (Other)
27825 27825 Document that models don't cast field values to the same type that's retrieved from the database Documentation
27847 27847 Allow caching form templates when DEBUG=True Forms
27840 27840 Password reset: `post_reset_login` throws KeyError if user already logged in contrib.auth
27837 27837 After upgrade 1.4 to 1.8 in the database creats (or updates) mixed objects with old Uncategorized
27367 27367 Document behaviour when several urls have the same name Documentation
27742 27742 Unexpected migration on Parent -> child model inheritence Migrations
27826 27826 Django migration can not find existing constraint Uncategorized
27819 27819 Display a warning when django.views.generic.ListView assumes the default template name Generic views
27683 27683 Change default transaction isolation level to READ COMMITTED on MySQL Database layer (models, ORM)
27814 27814 Unclear explanation of orphans in Paginator Documentation
27817 27817 Jsonfield duplicating records in production database after running manage.py test Database layer (models, ORM)
27805 27805 ClearableFileInput's "Clear" checkbox on model fields with a default doesn't work Forms
27797 27797 dumpdata generate a backup not usable with loaddata using MySQL Core (Serialization)
27741 27741 staticfiles_tests test_corrupt_intermediate_files fails intermittently when run in parallel contrib.staticfiles
27806 27806 Allow for more dynamic ALLOWED_HOSTS configuration Core (Other)
14606 14606 Application module imported twice when running development server Core (Other)
27799 27799 If 'args' is used on a custom LabelCommand or AppCommand subclass, only the last positional arg is supplied to the command Core (Management commands)
498 498 Atom support, not just RSS contrib.syndication
27130 27130 Allow using the DjangoTemplates engine without configuring settings Template system
27202 27202 Investigate RenameMethodsBase effect on yaml serialization Utilities
27748 27748 Use callables instead of strings as default error handlers (handler404, etc.) Core (URLs)
27501 27501 ModelChoiceField.queryset documentation isn't clear that this is lazily evaluated Documentation
27781 27781 simplify_regex() doesn't remove ? characters contrib.admindocs
27780 27780 makemigrations on custom user model Migrations
27757 27757 The link of the "view_on_site" button is not formed according to the returning result of the "get_absolute_url" method. contrib.admin
27762 27762 Concurrency Safety Documentation Documentation
27771 27771 Problem with unicode literals and EMAIL_PORT Core (Mail)
27749 27749 1 Documention change gunicorn deployment Documentation
27754 27754 Please document that Django models implement __dict__ (or tell me they officially don't) Documentation
27750 27750 TypeError when running manage.py migrate Migrations
14153 14153 Redirects fail if URL has appended query string Contrib apps
27738 27738 Default index name not set outside of migrations Database layer (models, ORM)
27690 27690 remove sleep before dropping test db? Testing framework
27735 27735 l10n is applied to Select widget's choices after template-based widget rendering Documentation
27544 27544 F() Expressions updating dates in .update() field fails on SQLite Database layer (models, ORM)
27709 27709 ContentTypes.objects.get_for_models returns inconsistent results for proxy models contrib.contenttypes
27518 27518 HTTP Referer leaks password reset link contrib.auth
27721 27721 Unhelpful error message when trying to run shell that can't be imported Core (Management commands)
27720 27720 Confusing error message when creating a model with unspecified attributes that have no defaults Database layer (models, ORM)
27715 27715 [Tutorial - part 6.] Lack of saving created question into db Documentation
27688 27688 Django message framework add_message() should prefer ducktyping over isinstance contrib.messages
27432 27432 showmigrations --plan should show migrations that would be applied for the given app_labels Core (Management commands)
27689 27689 FileSystemStorage().get_valid_name() may return empty string File uploads/storage
27691 27691 Avoid `logger=logging.getLogger(__name__)` Uncategorized
27700 27700 Optimize inspectdb tests Core (Other)
27664 27664 Manager.contribute_to_class() is called with abstract model rather than concrete model Database layer (models, ORM)
27658 27658 collectstatic overwrites newer files in remote storage contrib.staticfiles
27668 27668 Autocheck compliance with Python docstring conventions. Core (Other)
27522 27522 ./manage runserver --nostatic doesn't return a traceback Core (Management commands)
27669 27669 Tutorial leaves user alone half-way - no deployment instructions Documentation
27652 27652 Humanize docs should clarify: Floats OK too! Documentation
27653 27653 Improvement of Ukrainian locale formats Internationalization
27638 27638 Rollback data changes made inside templates Template system
27647 27647 runserver segfaults with autoreload enabled on Windows 10 Core (Management commands)
27627 27627 OneToOneField doesn't allow multiple records with NULL value on Microsoft SQL Server Database layer (models, ORM)
27498 27498 Filtering annotated field in SQLite returns wrong results Database layer (models, ORM)
27633 27633 A typo in Chinese locale 错别字 Internationalization
27630 27630 Autoreload continuously reloads when not using pyinotify Utilities
27600 27600 Support reading commands from stdin in shell command Core (Management commands)
27619 27619 Queries where column name includes a '%' character break when using MySQL Database layer (models, ORM)
27485 27485 Allow ALLOWED_HOSTS to accept an IP-range / wildcard HTTP handling
27606 27606 Error in formatting HttpResponseRedirect when __init__() raises DisallowedHost HTTP handling
27182 27182 Some import statement use backslashes instead of parentheses Core (Other)
27601 27601 BooleanField no longer accepts empty string as False value Database layer (models, ORM)
27610 27610 Unexpected behavior on chained filters Database layer (models, ORM)
27608 27608 Combine simple_tag and assignment_tag Template system
27418 27418 Occasional missing plural forms in JavaScriptCatalog Internationalization
27598 27598 Allow specifying directories for a filesystem template loader Template system
27588 27588 Avoid affixing colon to migration name in makemigrations output Core (Management commands)
27564 27564 `refresh_from_db()` should return the model instance instead of None Database layer (models, ORM)
27562 27562 Django using uuid as primary key, receive AttributeError during createsuperuser(NOT AN ISSUE) Uncategorized
27548 27548 Documentation missing section about adding your app to INSTALLED_APPS in settings Documentation
27553 27553 tutorial python manage.py runserver creates NameError: name 'include' is not defined Documentation
27402 27402 When using i18n_patterns and prefix_default_language=False, 404 page redirects incorrectly Internationalization
27535 27535 RFE: Exclude pk from queries Database layer (models, ORM)
27530 27530 Referencing a function in a model field definition, and then removing that reference (and function) after running a migration raises an exception Uncategorized
27528 27528 No default object-level permissions provider contrib.auth
27499 27499 Pickling a QuerySet evaluates the querysets given to Prefetch in prefetch_related Database layer (models, ORM)
27504 27504 Cannot Make ORM Queries After an Error and Rollback In Non-autocommit Mode Database layer (models, ORM)
27506 27506 HttpRequest.build_absolute_uri throws DisallowedHost HTTP handling
27524 27524 Using user instance (instead of get_user_model()) leads to errors when user model is overridden contrib.auth
27221 27221 Document how to escape a percent symbol in ugettext Documentation
27394 27394 template "floatformat" tag throws ValueError for big numbers in Python 3 Template system
27519 27519 Issue in Django 1.8.5 model class Database layer (models, ORM)
27520 27520 sqlmigrate generates a duplicate DROP INDEX statement (migrate works fine) Migrations
27511 27511 Docs incorrect about related_model for GenericRelation being None Documentation
27512 27512 Dead code path in Model.__init__ Database layer (models, ORM)
27500 27500 Warn about potentially significant performance degrading schema changes when making/running migrations Migrations
27467 27467 UserAttributeSimilarityValidator max_similarity=0/1 doesn't work as documented contrib.auth
27495 27495 MultipleChoiceField isn't working with options longer than 1 character Forms
27490 27490 Remove python3-memcached from test dependencies Core (Cache system)
27478 27478 JSONB_AGG is not available in PostgreSQL 9.4 contrib.postgres
27469 27469 Email crashes cryptically when emptystring passed to django.core.mail.message.sanitize_address Core (Mail)
27414 27414 Document that aliasing ForeignKey fields in F expressions returns pk values, not model instances Documentation
27138 27138 timezone.localtime accepts naive datetimes on Python ≥ 3.6 Utilities
27200 27200 Provide makemigrations router.allow_migrate() with a model_name Migrations
27459 27459 Tuple index out of bounds when logging Utilities
27133 27133 Explain how to load initial data with a data migration Documentation
27444 27444 Django StaticLiveServerTestCase: view cannot query test-database properly Testing framework
27346 27346 Stop setting the Content-Length header in ConditionalGetMiddleware HTTP handling
27429 27429 had to use QuerySet.extra to do WHERE LIKE with arbitrary amount / placement of wildcard characters Database layer (models, ORM)
27411 27411 Django namespaced reverse not working in test environment Testing framework
27400 27400 Changed in 1.10: {% static %} tag now encodes "#" Documentation
27063 27063 i18n_patterns() matches too much of the URL as the language code Internationalization
27328 27328 return `Set-Cookie` if sessionid= None value contrib.sessions
27401 27401 Add Transifex config to build translated docs Documentation
27379 27379 Django violates RFC7230 when handling requests. HTTP handling
27382 27382 1 Document that ugettext_lazy() result can't be used with arbitrary Python code Documentation
27396 27396 Docs: send POST request on base.html does not mention {{ csrf_token }} Documentation
27340 27340 Model pre_init signal should provide an `instance` argument Database layer (models, ORM)
27362 27362 Omitting default_app_config in __init__.py happens too easily. Core (Other)
27384 27384 Accessing request.POST in Django middlewares 1.10.x make it empty for view HTTP handling
27376 27376 Why not use plural format MIDDLEWARES in settings.py in Django 1.10.x Core (Other)
27361 27361 Use "from django import forms" in forms api examples Documentation
27344 27344 ConditionalGetMiddleware should only operate on GET requests HTTP handling
27354 27354 Incorrect variable name given in tutorial Documentation
27353 27353 BooleanField raises ValidationError always for RadioSelect widget value False Forms
27349 27349 Docs: "Customizing error views" does not mention CSRF_FAILURE_VIEW Documentation
27341 27341 Altering max_length on sqlite: makemigrations creates correct migration, but migrate does not alter length of varchar in the database itself Migrations
27347 27347 Contributing docs: Patch vs Pull-Request Documentation
27348 27348 Typo in docs for modify_settings Documentation
27123 27123 prefetch_related return mistaken result Database layer (models, ORM)
27330 27330 1 Generic CreateView/UpdateView doesn't send the kwargs to get_context_data Generic views
27322 27322 get_default_timezone() / LocalTimezone does not handle None values Utilities
27213 27213 ArrayField with null throws ProgrammingError but not ValidationError on Psycopg < 2.6.1 contrib.postgres
27319 27319 Circular ForeignKeys between two unmanaged models produce incomplete migrations Migrations
27301 27301 Better handling of errors that are not pickleable when testing in parallel Testing framework
27312 27312 Checking raw argument to prevent signals from executing during fixture loading isn't DRY Core (Other)
27262 27262 Delegate URL resolver checks to URL classes Core (URLs)
27311 27311 Support unpickled models (e.g. read from cache) in migrations Migrations
27314 27314 PointField can't be used in get_or_create GIS
27273 27273 Make usage of construct_change_message easier outside of admin contrib.admin
27193 27193 ORDER BY clause not included in subqueries using select_for_update() Database layer (models, ORM)
27309 27309 Add CallableBool.__hash__() Utilities
27290 27290 1 Email validation doesn't check length Core (Other)
27296 27296 Can't use custom formats with new language-independent LogEntry's messages in Django 1.10 contrib.admin
27186 27186 Cannot change CheckboxSelectMultiple, FileInput, MultiWidget, SplitDateTimeWidget, and SelectDateWidget with model field default since Django 1.10.1 Forms
27294 27294 Document fields in UserCreationForm Documentation
27286 27286 Tests fail on MySQL when using multi-db and some DB is read-only due to supports_transactions() call Testing framework
27285 27285 Multi-db example : default database config can not be an empty dict Documentation
27217 27217 makemigrations crashes with "'SpatialRefSysMixin' has no attribute '_meta'" on PostGIS GIS
27287 27287 IndexError in logging on runserver broken pipe error Utilities
27283 27283 Typo in the documentation Documentation
27284 27284 Typo error in doc file Documentation
27282 27282 port cant be integer with oracle backend Database layer (models, ORM)
27270 27270 Clarify wording of "A form may include HTML attributes such as maxlength" Documentation
27259 27259 ManyToOneRel.name uses relatemodelname instead of relatedmodelname_set Database layer (models, ORM)
27227 27227 Full text search by UUIDField returns DataError Database layer (models, ORM)
27261 27261 Missing python-brace-format marker for a contrib.admin string contrib.admin
27249 27249 IntegrityError when using ManyToManyField.add() with a value of incorrect type Database layer (models, ORM)
27159 27159 Pickling query with an __in=inner_qs lookup causes evaluation evaluation of inner_qs Database layer (models, ORM)
27158 27158 Incorrect positioning of admin' horizontal/vertical filter widgets in RTL languages contrib.admin
27240 27240 Allow passing custom parameters to formset forms in admin contrib.admin
27056 27056 changing dim property for geometries does not generate correct migration on PostgreSQL Migrations
27255 27255 Change test runner to display full dotted name of test Testing framework
27253 27253 Use assertIsInstance() in test_force_text_lazy Utilities
27252 27252 Remove hosting4django.net from DjangoFriendlyWebHosts Uncategorized
27238 27238 Disable check_pattern_startswith_slash if settings.APPEND_SLASH=False Core (System checks)
27245 27245 can't revert migration with index_together with one field Database layer (models, ORM)
27230 27230 Inconsistency in AppConfig.path depending on sys.path Core (Other)
27228 27228 prefetch_related with select_related takes a lot of query Database layer (models, ORM)
27211 27211 Include HTTP-caching headers to "304 Not Modified" responses HTTP handling
27178 27178 ImageField when default provided in model, it's impossible to change the value. Forms
27173 27173 Permit import statements to be longer than 80 characters Core (Other)
27205 27205 Allow doing a substring search in JSONField array contrib.postgres
27197 27197 Document how blank=True affects the migrations questioner Documentation
27196 27196 Allow django admin to be logged into freely on localhost contrib.admin
27170 27170 Make database backend __init__() methods friendlier to subclassing Database layer (models, ORM)
27174 27174 Explain where 'polls.apps.PollsConfig' comes from in tutorial 2 Documentation
27191 27191 Generation of error reports fails if request.GET, POST, FILES or COOKIES contains key 'items' Error reporting
27190 27190 Internet explorer 9 fails to load Roboto-Regular.woff font contrib.admin
27189 27189 Allow namespaced management commands Core (Management commands)
27168 27168 "LookupError: App 'xxxxx' doesn't have a 'xxxxx' model" with custom table name Migrations
27169 27169 adding a field to a model with default value in postgres, when is migrated drop the default Migrations
27099 27099 Document that ModelAdmin.list_filter doesn't appear unless there's more than one choice Documentation
27167 27167 Removing Validator callable breaks Migrations Migrations
27166 27166 Documentation clarification of warning for using cache-based sessions Documentation
27110 27110 makemigrations shouldn't create `django_migrations` table in external databases Migrations
27142 27142 makemigrations fails on special database connections Migrations
27081 27081 Allow migrations to serialize methods on pypy Migrations
27145 27145 Discrepenacy between documentation and docstring for Storage.save method Documentation
27155 27155 makemigrations --no-check-consistency command line argument Migrations
27146 27146 template shows empty string instead of actual content when it contains characters like \x93 and \x94 Template system
27128 27128 A method model.objects.get(pk=obj.pk) returns many objects, but in a database is one. Uncategorized
27144 27144 annotating across a ManyToManyField returns duplicate results Database layer (models, ORM)
27134 27134 JSONField key values are not escaped correctly in queries contrib.postgres
27127 27127 Overriding timezone in test forces them to be TestCase Testing framework
27125 27125 Can not support django Internationalized domain name in URLValidation Core (URLs)
27104 27104 The Django test client statement 'response.content' in "Writing your first Django app, part 5" unlikely to return "No polls are available." as documented Documentation
27117 27117 The force_login() does not work in a testing if using more one a test Testing framework
27115 27115 UI discrepancy in Writing your first Django app, part 7 Documentation
27072 27072 AddGeometryColumn: “duplicate column name: xxx” error running migrations on SpatiaLite GIS
27061 27061 Support creating the TEST PostgreSQL database from a custom template Testing framework
27107 27107 setting request.encoding damages request.POST HTTP handling
27105 27105 Misleading error in ContentTypes get_for_model contrib.contenttypes
27013 27013 Docs - Using Argon2 with Django - more appropriate pip command Documentation
27085 27085 UI Discrepancy in "Writing your first Django app, part 2" Documentation
27092 27092 MIgrations: Creating and then renaming a ForeignKey fails when index and constraint created Migrations
27091 27091 Add .tox directory to flake8 exclude Testing framework
27082 27082 Make timezone.localtime() default to timezone.now() when no value is given Utilities
27059 27059 autoreload loose the sys.path in some cases (buildout install of python for instance, maybe others) Core (Management commands)
27051 27051 1 Exception when using only whitespace characters as e-mail subject Core (Mail)
27041 27041 Note that middleware included with Django is compatible with both MIDDLEWARE and MIDDLEWARE_CLASSES Documentation
27032 27032 Calling setup_test_environment() "twice" deletes pre-setup state Testing framework
27031 27031 Django Tutorial: incorrect import statement Documentation
27023 27023 ~/.pythonrc.py loaded twice if PYTHONSTARTUP set to ~/.pythonrc.py Core (Management commands)
27011 27011 Django Middleware 1.10 does not run template_context_processors for exceptions thrown from middleware HTTP handling
27012 27012 test_nested_requests wipes out pre-test settings Testing framework
27005 27005 request.body raises an exception if 'CONTENT_LENGTH' = '' HTTP handling
27001 27001 Regression in query counts using RadioSelect with ModelChoiceField Forms
27006 27006 Hints how to update code automatically to support Python3 Documentation
14030 14030 Use F() objects in aggregates(), annotates() and values() Database layer (models, ORM)
14415 14415 Multiple aliases for one database: testing problems Testing framework
14891 14891 use_for_related_fields=False is not honored by reverse FK or M2M related managers Database layer (models, ORM)
14098 14098 Prevent introspection errors from crashing inspectdb Core (Management commands)
14402 14402 help_text is not displayed for ManyToMany raw_id fields contrib.admin
29 29 Fix usability issue with limit_choices_to and "Add another" in admin contrib.admin
14368 14368 Reverse relation attribute for OneToOneField fails when set to None Database layer (models, ORM)
14887 14887 select_related() does not work with Proxy models and multi-table inheritance Database layer (models, ORM)
14518 14518 Field.to_python not called on foreign key IDs Database layer (models, ORM)
14310 14310 MySQL - collate in queries Uncategorized
14716 14716 filter_horizontal and filter_vertical don't work on mobile Safari contrib.admin
14217 14217 Add validation for model field name the same as the model name when using model inheritance Core (System checks)
14909 14909 Adding custom command requires code duplication from Command.handle() if one want to use options like verbosity. Core (Management commands)
14442 14442 During tests parse fixtures using setUpClass Testing framework
14196 14196 Objects that come from something_set, should have their parent object filled in 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 django.core.management.get_commands only sees commands in the last package of a namespace package Core (Other)
14881 14881 [nonrel] Do not assume ``User.id`` to be an integer in django.contrib.auth's pasword reset feature contrib.auth
14515 14515 Can't pickle ValueQuerySet if query references fields, which aren't on the same model. Database layer (models, ORM)
14434 14434 AdminSite should rely on self.has_permission for all permission checks contrib.admin
901 901 Reload method for models Database layer (models, ORM)
14334 14334 Queries don't ensure that comparison objects are the correct type Database layer (models, ORM)
14930 14930 `values_list()` fails on queryset ordered by extra column Database layer (models, ORM)
14273 14273 Development server does not shutdown cleanly Core (Other)
14932 14932 Tests failing with SQLite3 on Linux systems; Sites object causing failures. Uncategorized
27 27 1 Single form field for multiple database fields Forms
14372 14372 Admin shouldn't render label tags on hidden fields contrib.admin
14136 14136 Show how to specify schemas for Oracle databases Documentation
14916 14916 No proper initialization of models/signals/etc.... Core (Other)
14319 14319 Add signals test_setup and test_teardown to Django test suite runner Options Testing framework
14051 14051 Signals for transaction commit/rollback Database layer (models, ORM)
14007 14007 Automatically discover models within a package without using the app_label Meta attribute Database layer (models, ORM)
14800 14800 Development server should NOT elide favicon from the logs Core (Management commands)
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)
23 23 1 Add support for ValidationWarning Forms
14512 14512 Documentation & tools for decorating class-based-views. Generic views
14492 14492 Model proxy instance does not equal the respective model instance Database layer (models, ORM)
694 694 1 [patch] TEMPLATE_DIRS should allow project root relative paths Template system
14396 14396 Admin generates a query burst on ForeignKey with null = True contrib.admin
14850 14850 1.3 release notes typo STATICFILES_ROOT should be STATIC_ROOT Documentation
14261 14261 Add clickjacking protection (X-Frame-Options header) HTTP handling
14656 14656 Atom1Feed should write atom:published element contrib.syndication
14238 14238 admin-interface and formsets: ordered_forms are not returned in case of errors contrib.admin
14857 14857 has_results cleanup Uncategorized
14150 14150 [patch] a get_objects_or_404 ? Core (Other)
25 25 Filtering interface on ForeignKey <select> boxes contrib.admin
14894 14894 1 translation is not threadsafe Internationalization
14019 14019 SQLInsertCompiler.as_sql() failure Database layer (models, ORM)
14540 14540 Wrong localization (L10N) thousand separator & decimal point character for Puerto Rico Internationalization
14057 14057 Expose an interface for custom-escaping template content Template system
14186 14186 Adding GDirections wrapper to overlays.py GIS
14332 14332 manage testserver and manage runserver should have similiar address:port options Core (Management commands)
14451 14451 add related_name to contrib.auth.models.User for 'groups' contrib.auth
14287 14287 TEST_MIRROR is not respected in routers Database layer (models, ORM)
14705 14705 Model Field Order not influenced by MRO of superclasses Database layer (models, ORM)
852 852 psycopg.ProgrammingError exceptions leave the connection to the DB in an unusable state Database layer (models, ORM)
14707 14707 Allow an annotation to match a field name when using .values on a query set. Database layer (models, ORM)
14342 14342 Part 2 of the Tutorial -- path format for TEMPLATE_DIR Documentation
14633 14633 Reorganize settings reference docs Documentation
14976 14976 Add is_html flag to contrib.messages contrib.messages
14089 14089 Username validation allows '@' character, while auth backend explicitly prevents this. contrib.auth
14694 14694 defer() doesn't work with reverse relations Database layer (models, ORM)
154 154 Can't delete object with ManytoMany Relationship contrib.admin
14315 14315 memcached doesn't support negative deltas for incr() and decr() Core (Cache system)
361 361 Some Basic Math Filters Template system
14093 14093 Confusing error when failing to create a session key because the cache is unavailable contrib.sessions
14400 14400 Latvian localflavor contrib.localflavor
14015 14015 django.contrib.localflavor.it added italian phone number validation contrib.localflavor
14861 14861 Importing settings in a module that contains a logging Handler causes circular import. Core (Other)
14769 14769 Voting example from tutorial - use of forms API - suggestion Documentation
14885 14885 is_valid for ModelForm changes instance if instance is provided Documentation
14195 14195 ContentType object fails to use cache, beats DB to death Uncategorized
14686 14686 ORM support for VoltDB Database layer (models, ORM)
14502 14502 Feature: escape hatch for colliding template syntax in Django templates Template system
14026 14026 Setting for TRANSACTION_LEVEL on db backends Database layer (models, ORM)
14681 14681 1 Uploaded files should not set mode to None File uploads/storage
1 1 Create architecture for anonymous sessions Core (Other)
14836 14836 Improve semantics of docs: *.djangoproject.com
14618 14618 unable to "inspectdb" on mysql4 database Core (Management commands)
596 596 Allow Django to be packaged as a Python egg Core (Other)
14050 14050 Signals for transaction commit/rollback Database layer (models, ORM)
14341 14341 Session middleware raises exception when unit testing HttpResponseForbidden Testing framework
14147 14147 django 1.2 documentation refer to assertQuerysetEqual which is only available in trunk Documentation
14294 14294 default input_format not honoroed Documentation
14973 14973 AdminEmailHandler doesn't include report.message Core (Other)
14843 14843 Filter like "striptags" that also removes tag contents Template system
26 26 Admin validation errors cause FileUploadFields to be reset contrib.admin
632 632 1 database stored templates Template system
640 640 1 order_with_respect_to option fails Documentation
14597 14597 request.is_secure() should support headers like: X-Forwarded-Protocol and X-Forwarded-Ssl HTTP handling
14399 14399 Site's get_current() not thread safe? Uncategorized
14292 14292 User.objects.create_user does not give object with id field populated in svn release. contrib.auth
14138 14138 Apache setup using sqlite3 breaks when performing a field__regex filter Database layer (models, ORM)
14579 14579 Use built-in sessions middleware for entirely cookie-based sessions contrib.sessions
14004 14004 update() is not mention in the Queryset API Reference Documentation
14041 14041 Templates in function calls for sitemap Contrib apps
14961 14961 Cannot load admin interface static files when doing tutorial Contrib apps
14820 14820 Use `TextField` instead of `PositiveIntegerField` in docs and examples for generic relations. Documentation
14640 14640 Add elapsed request time to the development server log HTTP handling
14140 14140 There is no way to override admin templates to the project level Template system
14433 14433 Thread safety problem in contrib.sitemaps Contrib apps
14467 14467 AllValuesFilterSpec does not work with Null contrib.admin
14938 14938 "Save as" does not save entries added with a Inline Forms
14366 14366 Model.objects.none().values(...).anything() is broken Database layer (models, ORM)
14982 14982 EMPTY_CHANGELIST_VALUE not honored whit a relation field in list_display Uncategorized
14529 14529 Save messages for proxy models show a crazy verbose_name contrib.admin
14771 14771 Typo in docs, "vistor" Documentation
14924 14924 I18N looks for translations in the reverse order of the apps Internationalization
14455 14455 Document possibly backwards-incompatible localflavor changes contrib.localflavor
14596 14596 Cache backend initialization refactoring Core (Cache system)
14910 14910 I18N locale per app resolving - documentation incorrect and bug Internationalization
14000 14000 Removal of obsolete "versionadded" tags Documentation
14560 14560 UpdateCacheMiddleware does not save responses for HEAD requests Core (Cache system)
14755 14755 Wsgi Error HTTP handling
14698 14698 django.utils.module_loading.module_has_submodule yields false positives Core (Other)
14863 14863 default INSTALLED_APPS out of date Documentation
14386 14386 Standardize Site/RequestSite access; looser coupling of sites framework in contrib Contrib apps
14634 14634 Sessions are unnecessarily complex contrib.sessions
14406 14406 Logging doesn't work under Python 2.4 Core (Other)
14519 14519 Tutorial 4 uses wrong syntax for name Documentation
14749 14749 add __enter__ and __exit__ to django.core.files.File File uploads/storage
14652 14652 Sessions seem to be improperly using Pickle to hash a dictionary contrib.sessions
14558 14558 Generic View http_method bug Generic views
14661 14661 A couple of MySQL/MyISAM test failures Testing framework
14797 14797 ModelFormMixin's get_form_class() logic broken; fails with custom get_queryset() method Generic views
14862 14862 bad links *.djangoproject.com
14704 14704 USE_THOUSAND_SEPARATOR poorly documented Documentation
14824 14824 django.utils.get_format_modules doesn't respect USE_L10N Internationalization
14268 14268 reset and sqlreset management commands should raise PendingDeprecationWarning for 1.3 Core (Management commands)
14572 14572 Minor fix for generic inline formsets contrib.contenttypes
14060 14060 PostGISAdapter needs to properly cast input for comparisons on geography columns. GIS
14896 14896 Delete leads to IntegrityError : bad cascading rule when there's a ManyToManyField pointing to a class having subclasses. Database layer (models, ORM)
14301 14301 django crashes on email address that passed validate_email() (utf8-tld) Core (Mail)
14523 14523 Exceptions in response middleware aren't handled by main request's try .. except block Core (Other)
14426 14426 Factor "mysite" out of all code example import statements Documentation
14431 14431 Add a X-Powered-By header by default Core (Other)
14988 14988 Tutorial part 4 - Renaming of templates should be removed Documentation
14221 14221 Mashed Sentences in Doc Documentation
14955 14955 URLField validation should use HEAD requet instead of GET Core (Other)
14774 14774 assertNumQueries is buggy with views and the test client if used more than once in a test Testing framework
14494 14494 Typo with generic view guide in tutorial 04 Documentation
14977 14977 contrib.admin ordering by two or more fields 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)
285 285 WSGIRequest should set request.path to full uri path HTTP handling
528 528 Add a documentation generator that creates a PDF or HTML files locally Documentation
730 730 more explicit middlware ordering Core (Other)
14063 14063 Validating form file fields is hard File uploads/storage
13 13 1 Related objects interface should be tighter (edit_inline) contrib.admin
14876 14876 Q | Q with nullable related fields generates INNER JOIN where it should be LEFT JOIN Database layer (models, ORM)
347 347 1 Add setting for table generation to use a default MySQL table type Database layer (models, ORM)
116 116 Default admin media doesn't display for 'django-admin runserver' contrib.admin
14288 14288 Template filter: linebreaksbr doesn't normalize newlines Template system
14849 14849 ManyToManyField has weird behavior in 1.2 w/ multi-db Database layer (models, ORM)
14610 14610 fixtures should be able to specify their database Testing framework
289 289 [patch] more details with "Please correct the errors below." contrib.admin
14643 14643 Readonly fields in GeoDjango admins GIS
14506 14506 Crash on HEAD request Documentation
14390 14390 set_password functionality outside of the User model contrib.auth
14674 14674 ResetPasswordForm doesn't consider unusable_password setting contrib.auth
811 811 1 IPv6 address field support Core (Other)
14020 14020 Make HttpResponse.get work like dict.get HTTP handling
14206 14206 contrib:admin dynamic list_display support contrib.admin
14614 14614 Dont send Request message when handle_uncaught_exception() Core (Other)
14045 14045 makemessage miss some gettext in javascript Internationalization
14903 14903 wsgiref usage HTTP handling
14134 14134 Ability to set csrf cookie path and https-only plus add 'secure' Core (Other)
14262 14262 Helper for "get_something as varname" template tag pattern Template system
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)
14710 14710 Form css classes for bound fields are not rendered {{ form.field_name }} Forms
14960 14960 Write tests for inclusion_tag Template system
14267 14267 Trac Upgrade Tracking Ticket *.djangoproject.com
717 717 If-Modified-Since checked for exact match HTTP handling
14012 14012 Adding an User object in a popup fails contrib.admin
14099 14099 modelformset not using _should_delete_form Forms
14986 14986 TestCase: increase verbosity for TestCase.fixtures usage Testing framework
14101 14101 Localized DecimalField doesn't accept localized input Internationalization
14880 14880 raw_id_fields in admin does not work when limit_choices_to dictionary has value=False contrib.admin
14419 14419 Make `makemessages --help` more useful Core (Management commands)
14240 14240 filesizeformat should localize number Template system
15147 15147 Typo in "Managing static files" Documentation
14498 14498 Forms passed to FormWizard.process_step are not guaranteed to have clean validate data contrib.formtools
14491 14491 ability to place inlines between fieldsets in admin contrib.admin
14350 14350 Please add a login method to the test Client that doesn't depend on passwords Testing framework
14347 14347 Add required_if field to model fields Database layer (models, ORM)
14918 14918 Password reset with e-mail OR username contrib.auth
14067 14067 _perform_unique_checks, _perform_date_checks broken for subclasses Database layer (models, ORM)
14839 14839 django admin and user model inheritance Uncategorized
14890 14890 Copy edit error on http://docs.djangoproject.com/en/1.2/intro/tutorial03/ Documentation
14937 14937 US localflavor postal abbreviations contrib.localflavor
14655 14655 formsets should be iterable Forms
14869 14869 The filter_horizontal widget converts the fields 'verbose_name_plural' to lower case Internationalization
14848 14848 model verbose name Documentation
14884 14884 Visible form <input>s and <textarea> should use the "required" attribute Forms
14855 14855 Tweak reST in new TemplateResponse docs Documentation
14666 14666 Ability to control the order the column in Models when mapping to the sql Database layer (models, ORM)
14311 14311 Improve django.template.defaultfilters.title Template system
14075 14075 ManyToMany relationships create circular references Database layer (models, ORM)
14687 14687 Proxy model inheritance and DoesNotExist exception Database layer (models, ORM)
14283 14283 AttributeError on admin detail page after r13708 Contrib apps
14564 14564 case insensitive unique_together Database layer (models, ORM)
14627 14627 Add example for URLconfs for how to concatenate calls to patterns() when composing urlpatterns to allow for URLs not associated with polls.views Documentation
14616 14616 Recommend a leading underscore on module-level loggers in docs Documentation
14398 14398 runfcgi umask option should use literal value Core (Management commands)
14425 14425 Unused imports in contrib.admin contrib.admin
14047 14047 CommonMiddleware documentation tweak Documentation
14173 14173 Reference documentation for changepassword django-admin command added in 1.2 Documentation
14513 14513 Ordering Check in django/core/management/validation.py Database layer (models, ORM)
14482 14482 better documentation of flow of save in admin Documentation
14432 14432 Tutorial import line missing (tiny correction) Documentation
14475 14475 Broken link on http://docs.djangoproject.com/en/1.2/ref/forms/fields/#choicefield Documentation
14457 14457 Possible error in settings.py description Documentation
14435 14435 postgis and NoSQL for postgre version 9.1 postgreQUEL Uncategorized
14255 14255 Factoring mysite out of tutorial imports Documentation
14274 14274 Document the fact that running tests with warnings on is a good step before an upgrade/good practice Documentation
14225 14225 Documentation website showing "dev" documentation instead of "1.2" Documentation
14363 14363 ManyToManyRawIdWidget.render is assuming `attrs` is always passed as a dict. contrib.admin
14053 14053 django.utils.formats.localize() misses support for long Internationalization
14328 14328 Table name with CAPs symbols. DatabaseError: column... Database layer (models, ORM)
14326 14326 packages not properly decoupled from project in tutorial Documentation
14244 14244 In clause with 1000 or more items fails in Oracle Database layer (models, ORM)
14252 14252 django.contrib.flatpages unit tests assume default value for settings.LOGIN_URL Contrib apps
14275 14275 Russian file name file in upload File uploads/storage
14008 14008 GeoDjango subquery fails with bad quoting GIS
14235 14235 UnicodeDecodeError in CSRF middleware Forms
14243 14243 defer and only are not respected by values and by valuest_list() Database layer (models, ORM)
14242 14242 UserChangeForm Causes KeyError in 1.2.2 and Trunk Forms
14216 14216 Tutorial 2 - Decoupling the URLconfs Documentation
14192 14192 potential issue re in memory django file uploading. Core (Other)
14179 14179 3 django create table with capitalized chars Uncategorized
14198 14198 « None » appears in priority field of sitemaps when using GenericSitemap without specify priority (#14164 related) Internationalization
14164 14164 Automatic localization of numbers (L10N) in templates can cause invalid sitemap priorities Internationalization
14194 14194 MIssing comma in tutorial code Uncategorized
14151 14151 Tutorial part 2, adding short_description in model do not work Documentation
14068 14068 Fixture loading issue with multi database setting Core (Serialization)
14123 14123 Trunk tests broken as of r13588 (1.2.x passes) Testing framework
14124 14124 Cannot use a proxy model with unique_together Uncategorized
14078 14078 Template tag to set context variable to output from tag's rendered content Template system
14052 14052 Error on a code in Tutorial 01 Documentation
14037 14037 models.DateField don't serialize JSON Database layer (models, ORM)
14036 14036 foreignKey doesn't work properly in admin - last current svn revision (1.3 pre alpha) contrib.admin
607 607 Admin option to show/hide fields contrib.admin
714 714 access to id of current user on admin contrib.admin
854 854 GUI editor for the admin interface Core (Other)
172 172 Twisted (twisted.web2) support for Django Tools
461 461 Support use of pypgsql instead of psycopg Database layer (models, ORM)
22 22 [patch] FileUploadField should allow for clearing the field contrib.admin
987 987 HttpResponseRedirect uses/allows relative URIs for the HTTP Location header, which is forbidden by HTTP Core (Other)
24 24 edit_inline support for OneToOne relationships Metasystem
718 718 svn co behind stupid proxy *.djangoproject.com
685 685 [patch] list_detail and archive_* generic views should default allow_empty to True Generic views
921 921 1 Add a "me" shortcut to UserFields contrib.admin
397 397 Can't checkout with svn *.djangoproject.com
265 265 1 Patch: RequiredIfOtherField and friends don't work with edit_inline Core (Other)
115 115 1 Models CRUD via web services Core (Other)
391 391 date_based generic views might be off by one Generic views
546 546 1 [patch] make render_to_string and render_to_response use select_template Template system
526 526 Error when edit_inline model have unique_together constraint Database layer (models, ORM)
137 137 1 TypeError: can't compare datetime.datetime to datetime.date in date_based.py Generic views
191 191 1 Pydoc integration Core (Other)
189 189 Inline editing of foreign keys doesn't do pretty error handling. contrib.admin
599 599 locmem cache should deepcopy values from the cache to prevent aliasing Core (Cache system)
673 673 Final code example in Tutorial 3 is incorrect Documentation
744 744 `NullBooleanField` should show an icon in the admin listing rather than &#34;None&#34; Generic views
779 779 [patch] Allow callables in extra_lookup_kwargs of generic views Generic views
127 127 Documentation how to setup djangoproject.com Documentation
548 548 missing steps at end of tutorial04.txt Documentation
776 776 smart+question *.djangoproject.com
569 569 [patch] better pluralization for table names contrib.admin
518 518 1 Need validators that aren't attached to a form field Validators
425 425 django.utils.images should have a thumbnail function Tools
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
380 380 Tutorial 1, missing specific directory information Documentation
428 428 [patch] view for serving static files Generic views
402 402 Site Domain Hardcoded contrib.admin
362 362 Anonymous sessions should try to prevent session-stealing Core (Other)
333 333 HttpResponse should get a default charset Core (Other)
273 273 [patch] Password salt and other algorithms support Core (Other)
332 332 It's datetime.datetime.now() Documentation
240 240 get_callback() improvements Core (Other)
293 293 Typo in Tutorial 4 Documentation
295 295 [patch] Add reverse counter variables to template &#34;for loops&#34; Core (Management commands)
215 215 Need to generate postgresql tables WITHOUT OIDS by default Database layer (models, ORM)
185 185 Chaining views Core (Other)
212 212 help_text is not displayed for ManyToManyField in the admin interface contrib.admin
173 173 How do I start Django's in built webserver? Documentation
203 203 Tutorial 2 list_filter example needs another comma Documentation
143 143 Problem running the command line examples in Tut 1 when using --settings option Core (Other)
251 251 [patch] Add "AND" and "OR" clauses to the SQL query syntax Metasystem
161 161 Log output for &#34;django-admin runserver&#34; shouldn't display admin media Tools
216 216 sqlite3 broken post rev 329 Metasystem
198 198 istartswith doesn't work Contrib apps
163 163 Option to leave off __exact Template system
129 129 Multiple ManyToManyField fields with same "to" reference tries to create duplicate tables Metasystem
79 79 Unable to run admin interface via stand-alone server contrib.admin
109 109 Patch: Customizing Date(Time)Field displays contrib.admin
20 20 "Add another" for many-to-many relationships contrib.admin
90 90 Add "django-admin.py inspectdb" option Tools
59 59 1 Hard-coded references to password_change and logout contrib.admin
77 77 The PostgreSQL code should use schemas instead of prefixes for namespaces. Database layer (models, ORM)
611 611 2 fields with editable=False do not render contrib.admin
572 572 1 When i have an ImageField and a auto_now DateTimeField in the same model it doesnt get saved contrib.admin
952 952 2 [patch] Allow for database client encoding configuration from project settings Database layer (models, ORM)
652 652 An option to upload files into database would be a great alternative to filesystem uploads. Database layer (models, ORM)
93 93 django-admin startproject can create invalid settings/admin.py on windows Tools
250 250 Metasystem needs a BinaryField Metasystem
474 474 1 Better method of serving admin media files needed Documentation
639 639 Model FileFields empty on first pass through save() Core (Other)
613 613 prevent raw_post_data parsing on defined view functions Core (Other)
343 343 One-to-one relations - different primary_key Metasystem
393 393 [patch] Filters don't take the str() value of a var Core (Other)
344 344 2 Improvements to raw_id_admin for ManyToManyFields contrib.admin
547 547 [patch] XMLRPC support for django Tools
934 934 ImageField's cause the admin UI to not allow modifications? Validators
914 914 [patch] Admin js option does not honor absolute urls contrib.admin
688 688 [patch] Error handlers lack context. Translations
10 10 Ordered objects should have API access to their order number Validators
872 872 fields.TextField should pass 'rows' argument to its formfields.LargeTextField contrib.admin
65 65 [i18n] Internationalization and localisation contrib.admin
389 389 [patch] admin interface only sorts by first ordering field contrib.admin
463 463 [patch] new mysql.DatabaseWrapper - solving multiple MySQL problems Core (Other)
584 584 [patch] fix many-to-many with non-default pks. Metasystem
122 122 [patch] Build models using fieldname=FieldClass Core (Other)
61 61 [patch] auth.User admin form shouldn't require people to edit hashes contrib.admin
558 558 jnefpnev Core (Management commands)
180 180 request.POST doesn't work in django_admin.py runserver Tools
383 383 Tutorial 2, 'clearing' field to signify deletion of object doesn't Documentation
329 329 1 RSS framework needs an easier interface contrib.syndication
739 739 tutorial and docs translations Documentation
349 349 [patch] Bad styling in Admin interface contrib.admin
581 581 RSS framework needs unit tests contrib.syndication
381 381 Tutorial 1, the name of the file to modify is missing Documentation
87 87 [patch] Oracle database support Database layer (models, ORM)
669 669 site table Metasystem
529 529 Add support for GenericForeignKey Contrib apps
501 501 {{ block.super }} returns value of the most remote ancestor contrib.syndication
338 338 ManyToMany fields don''t work in the generic views Generic views
510 510 1 [patch] Defend admin against CSRF attacks contrib.admin
813 813 we need spam protection for the ticket system :-( *.djangoproject.com
239 239 Initializing a model instance should not require fields with blank Metasystem
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)
715 715 Allow arguments to createsuperuser Core (Management commands)
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)
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
416 416 Automate site introspection for url pattern modules, view methods, template directories, and applications contrib.admin
500 500 [patch] Templates files extensions other than '.html' should be possible Template system
419 419 Create meta.AbstractModel Metasystem
827 827 Admin page should automatically replace _s with ' 's to make a short_description contrib.admin
174 174 Tutorial01 translated to brazilian portuguese Documentation
119 119 Serving media Core (Other)
464 464 [patch] Modification of django.core.mail: more fields, using dicts to pass arguments Core (Other)
686 686 sqlreset references django_admin_log Generic views
853 853 Django has high start costs, weight Metasystem
417 417 Tutorial 2 doesn't make the settings module clear enough for the admin server. Documentation
62 62 Change tutorial to use easy development server, not mod_python Documentation
379 379 Add OS, Python version, database version fields to ticket tracker *.djangoproject.com
78 78 Add a test suite for core functionality Tools
583 583 [patch] Add app-template dirs to TEMPLATE_DIRS Template system
502 502 [patch] added category to feed items contrib.syndication
961 961 [patch] Add automatic thumbnail generation to ImageFields Core (Other)
750 750 i18n should ideally respect the languages supported on a per-application basis Tools
582 582 [patch] Load templates from application eggs Template system
849 849 login_required redirects to pages without parameters and so loses them Core (Other)
722 722 Allow for period '.' and hyphen '-' characters in usernames with an isUsername validator Validators
603 603 1 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
850 850 'myproject.urls' in tutorial02.txt Documentation
284 284 Request for https access to the svn repository *.djangoproject.com
113 113 auto-reload broken in standalone WSGI server Core (Other)
826 826 Development server kills itself to reload, causing browser GET failures contrib.admin
535 535 Refactor admin code to clean it up contrib.admin
114 114 DeprecationWarning when creating a new project (see patch) Core (Other)
593 593 [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
892 892 Make TemplateNotFound pages look like the 404's that come of URLConf Template system
594 594 Django and Twisted Database layer (models, ORM)
695 695 sqlupdate, creates sql to update the database based on an updated model file Database layer (models, ORM)
309 309 tables with 'class' in them translate to 'classs' messing up inserts contrib.admin
794 794 A template filter that lets the user choose pluralization method Template system
674 674 ImageField display use undocumented thumbnails for change_list display contrib.admin
237 237 get_absolute_url doesn't show up right in admin contrib.admin
110 110 Documentation on pagination needed Documentation
672 672 get_absolute_url isn't nice contrib.syndication
151 151 javascript clock not dismissed by clicking "cancel"; several references to ljworld.com in the src code contrib.admin
549 549 StaticField formfield Core (Other)
996 996 django-admin startproject myproject still create myproject\settings Core (Management commands)
954 954 An error in many-to-many raw_id_admin template, change mode contrib.admin
933 933 update "django-admin.py sql polls" output in tutorial01 Documentation
880 880 Mistake in Czech translation Internationalization
902 902 Small documentation update Documentation
838 838 [DOC] - tutorial01.txt contains a spurious external hyperlink target Documentation
778 778 URL field incorrectly identifies a link as a broken link. Validators
678 678 I would like to see a tutorial describing how to edit One-To-Many relationships Documentation
479 479 [patch] Implement timezone-formats in date-formatting Database layer (models, ORM)
663 663 [patch] app_templates-loader broken for testapp contrib.admin
493 493 [patch] FileField.get_foo_url returns absolute path instead url Metasystem
597 597 django-admin.py createsuperuser (MySQL) broken contrib.admin
559 559 Tutorials should use different project name Documentation
354 354 Unit tests fail with old version of MySQLdb Tools
369 369 put the D back in CRUD for FileField contrib.admin
322 322 [patch] Admin unavailable in development server after [503] contrib.admin
307 307 Use unicode strings u"bla-bla" in SQL-queries for compatibility with national languages Metasystem