Art

(Art_S)

Most Active Role

N/A

Most Active Component

N/A

Activity Timeline

[No data in this time period]

Components

[No data in this time period]

Tickets

Trac Ticket (1033) Reporter (5) Owner (0) Commenter (2) Summary Component
34566 34566 ModelAdmin get_field_queryset uses related admin ordering, but not related admin querysets. contrib.admin
34699 34699 Filtering on annotated TruncSecond expression gives unexpected result. Database layer (models, ORM)
27029 27029 Make EmailValidator accept non-ASCII characters in local part Core (Other)
34619 34619 Ensure FilteredSelectMultiple select elements are associated with their label contrib.admin
34917 34917 Links in the Django admin should be underlined. contrib.admin
34819 34819 GenericForeignKey.get_prefetch_queryset() contrib.contenttypes
34262 34262 Queryset grouped by annotation with aggregates on another annotated expression crashes on MySQL with sql_mode=only_full_group_by. Database layer (models, ORM)
34865 34865 DatabaseWrapper are not GC and connections are not closed Database layer (models, ORM)
34871 34871 Validation of UniqueConstraint with Case() crashes. Database layer (models, ORM)
897 897 Bi-Directional ManyToMany in Admin contrib.admin
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)
470 470 Add Field.db_default for defining database defaults Database layer (models, ORM)
27674 27674 Deprecate GeoModelAdmin and OSMGeoAdmin GIS
34976 34976 startproject and startapp should provide feedback Core (Management commands)
34060 34060 Creating CheckConstraint on JSONField with __exact lookup on key transforms crashes on Oracle. Database layer (models, ORM)
27880 27880 Use __set_name__ to replace some usages of contribute_to_class. Database layer (models, ORM)
34898 34898 Adding non-deterministic collations to unique CharFields crashes on PostgreSQL. Migrations
27236 27236 Deprecate Model.Meta.index_together in favour of Model.Meta.indexes Database layer (models, ORM)
34856 34856 Running tests with historical migrations that contain index together fails with TypeError. Migrations
27692 27692 Remember scroll position in list screen after coming back from edit screen - remove autofocus from search field contrib.admin
34533 34533 OuterRef not resolved as part of ORDER BY clause Database layer (models, ORM)
34624 34624 RelatedFieldWidgetWrapper links toggling isn’t working for radio widgets contrib.admin
27452 27452 Add Postgres serial field to contrib.postgres contrib.postgres
34034 34034 Adding a class on ChoiceWidget subwidgets is excessively difficult Forms
34406 34406 Add support for curved geometries in GeoDjango GIS
34555 34555 ModelBase metaclass implementation prevents addition of model fields via __init_subclass__ Database layer (models, ORM)
27617 27617 Add contributor facing documentation for the ORM Documentation
27645 27645 Move Settings.__init__ checks to system checks Core (Other)
27106 27106 Document which template filters can be used in Python code (and how) Documentation
34855 34855 Document CSRF_TRUSTED_ORIGINS relation to SECURE_PROXY_SSL_HEADER. Documentation
27909 27909 Use AUTH_USER_MODEL in startproject template Core (Management commands)
34887 34887 Allow unlimited CharField for SQLite backend Database layer (models, ORM)
34703 34703 TypeError: unhashable type: Netmiko Django Utilities
34429 34429 Allow to set unusable password via admin UI contrib.auth
34643 34643 Move admin form labels to a more accessible place contrib.admin
27580 27580 add special field for storing content types contrib.contenttypes
34013 34013 Support ordering by annotation transforms (e.g JSONObject/ArrayAgg transforms). Database layer (models, ORM)
34701 34701 Add support for NULLS [NOT] DISTINCT to UniqueConstraint Database layer (models, ORM)
34654 34654 Post-normalization performed on the Username field leading to the bypass of the whitespace stripping contrib.auth
34846 34846 Add "Copy" button to the code snippets in docs. Documentation
34881 34881 migrate crashes when renaming model referenced twice by ManyToManyField.through model on SQLite. Migrations
34789 34789 `filter_horizontal` duplicates entries in "Chosen" column after instance is added via in another field using the "plus" JS action contrib.admin
34608 34608 Migrations generates code that it can't execute Migrations
34417 34417 AlterField migration on ForeignKey field re-creates foreign key constraints unnecessarily Migrations
34007 34007 Single-field conditional UniqueContraint validation errors are classified as non-field-errors Database layer (models, ORM)
34331 34331 Support prefetch_related() with Queryset.aiterator() Database layer (models, ORM)
34994 34994 Visual regression in admin checkboxes on mobile contrib.admin
34925 34925 refresh_from_db() will not iterate through all of the fields listed in the 'fields' parameter. Database layer (models, ORM)
34613 34613 add support for Partitioned cookies HTTP handling
34297 34297 ValueError: invalid token in plural form: EXPRESSION when adding new language Utilities
34211 34211 Performance regression in ForeignKeyDeferredAttribute changes. Database layer (models, ORM)
34853 34853 Accept-Language Header takes precedence over cookie for format localization Internationalization
34943 34943 Support passing unique constraint names to bulk_create(). Database layer (models, ORM)
14974 14974 Add support for translation backends other than gettext Internationalization
27747 27747 Add signals for Django management commands Core (Management commands)
27325 27325 Offer a solution for static file serving suitable for production use Core (Other)
27109 27109 Make Flatpage swappable contrib.flatpages
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)
34200 34200 Allow setting postgres role during connection setup Database layer (models, ORM)
34852 34852 Django Unit Tests break when using replicated MySQL Cluster v8.0.28 Testing framework
27201 27201 Django 1.10 with STATICFILES_STORAGE breaks on absolute path in CSS with double slash contrib.staticfiles
34914 34914 Postgres connection is not restarted after it's dropped by the server, even if we use CONN_HEALTH_CHECKS=True Database layer (models, ORM)
34534 34534 Reduce index/constraints operations. Migrations
34597 34597 Queryset (split) exclude's usage of Exists is significantly slower than subquery Database layer (models, ORM)
34038 34038 Low text contrast and no visual cues for links within body text in admin UI contrib.admin
34961 34961 Add a max_length parameter to EmailValidator Core (Other)
34044 34044 Admin app search filter appears in nav sidebar but not on admin homepage contrib.admin
34769 34769 JSONField key/path transforms tests fail on Oracle 21c. Database layer (models, ORM)
34658 34658 New assertion `assertNotInHTML`, like `assertContains` has `assertNotContains` Testing framework
34989 34989 Set Content-Length where possible for HttpResponses. HTTP handling
34831 34831 Search in admin could allow issuing a query with many OR'd clauses contrib.admin
27055 27055 Model form with geometry widgets has invalid html GIS
34909 34909 Accessible names for Add / Change buttons in Django Admin contrib.admin
27813 27813 BinaryField type inconsistent between sqlite3 (bytes) and postgresql (memoryview) Database layer (models, ORM)
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)
35001 35001 Add related object icon (green plus sign) is not fully visible in some screens contrib.admin
34995 34995 Add link for admin's related widget is in the wrong place contrib.admin
34633 34633 Add prefetch_related() cache invalidation for create() in reverse many-to-one managers. Database layer (models, ORM)
34978 34978 Annotating through an aggregate with RawSQL() raises 1056 "Can't group on" on MySQL/MariaDB. Database layer (models, ORM)
34907 34907 loaddata crashes on objects with natural keys when don't exist on passed database. Core (Serialization)
34968 34968 MultiPartParser silent large header fields size failures HTTP handling
34818 34818 GenericIPAddressField ValidationError incorrect message when both protocols present Database layer (models, ORM)
34993 34993 Unexpected behaviour when filtering across mult-value (aka tomany) joins. Database layer (models, ORM)
34987 34987 "Expression contains mixed types" exception when performing window function on query that also has aggregates. 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)
34884 34884 Half bug/half enhancement : inconsistent behavior of get_or_create() regarding related attributes cache Database layer (models, ORM)
34970 34970 Unclear wording in password validator docs Documentation
34944 34944 Missing or misinferred attributes in output fields of generated fields Database layer (models, ORM)
34966 34966 Add a check for ModelAdmin.actions functions not taking three arguments contrib.admin
34955 34955 Make Concat() use the database operator `||` on PostgreSQL. Database layer (models, ORM)
34958 34958 Intermittent `messages_tests.tests.TestLevelTags.test_lazy` test failure Core (Other)
34963 34963 Recursive and other "combinator" queries broken in django-cte Uncategorized
34962 34962 Support for overriding result of model field values Database layer (models, ORM)
34957 34957 Cannot filter over annotated "FilteredRelation" since Django 5 Uncategorized
34942 34942 Add icontains support for PostgreSQL ArrayField Database layer (models, ORM)
34813 34813 Docs miss note about invalid integrity with ManifestStaticFilesStorage contrib.staticfiles
34939 34939 Widget templates not refreshing Forms
34694 34694 trailing slash is not appending Core (URLs)
34935 34935 makemigrations --check no longer reports pending migrations Migrations
34930 34930 Parallel tests fail on Python 3.11+ when IsolatedAsyncioTestCase is used Testing framework
27403 27403 Document that prefetch_related doesn't guarantee transactional consistency Documentation
34924 34924 Example for squashmigration not working properly Migrations
34899 34899 Model Field.choices callable support is not actually lazy Database layer (models, ORM)
34825 34825 SQLite database files are not destroyed after tests Testing framework
34913 34913 Django Admin high contrast mode no clear session contrib.admin
34916 34916 Add support for brotli compression HTTP handling
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
34905 34905 Main landmark is on the wrong element contrib.admin
34043 34043 Doc "Writing your first patch for Django" doesn't explain how to contribute to the admin UI Documentation
34798 34798 Subquery wrapping is required in QuerySet.aggregate() for aggregates referencing nested subquery. Database layer (models, ORM)
34551 34551 Case-When aggregation over aggregated fields doesn't work since 4.2 Database layer (models, ORM)
34840 34840 Django 4.2 casts text fields when testing IS NULL, preventing use of partial indexes Database layer (models, ORM)
34892 34892 Static files aren't served correctly on dev server when DEBUG and FORCE_SCRIPT_NAME are enabled contrib.staticfiles
14761 14761 URL resolving / reversing design doesn't allow alternate specs Core (URLs)
34808 34808 Some aggregation functions may return None; this isn't well documented Documentation
34896 34896 First-party passkey support in django.auth contrib.auth
34891 34891 force_str(urlsafe_base64_decode(uidb64)) returns object not value Utilities
34759 34759 Confirm/Add support for SpatiaLite 5.1 GIS
34581 34581 Filters should not implicitly mark unsafe strings as safe without escaping Template system
34657 34657 Testing assertions `assertContains` and `assertInHTML` should output the haystack on failure Testing framework
34312 34312 startapp/startproject template should support file renames with the full context Core (Management commands)
34849 34849 Appending django.contrib.postgres to the INSTALLED_APPS via @modify_settings crashes. Database layer (models, ORM)
34499 34499 In tutorial part08, Django debug toolbar shows up in admin site but not in public site Documentation
34863 34863 sqlite math functions don't accept character fields as input Database layer (models, ORM)
34848 34848 Updating translations catalog for javascript files fails with CommandError Internationalization
34860 34860 Order_by is broken when sorting on an annotated postgres window function value Database layer (models, ORM)
34845 34845 Slow query when using exclude Database layer (models, ORM)
34847 34847 Serializer infinite recursion on M2M field if reference vars in init Core (Serialization)
34706 34706 Aggregation on annotated field fails starting on Django 4.2.2, when the aggregation has the same name as the annotation Uncategorized
34834 34834 Use `search` role for the admin changelist search form contrib.admin
34836 34836 Add an optional argument to MultipleChoiceField to ignore invalid choices. Forms
34233 34233 Drop support for Python 3.8 & 3.9. Core (Other)
34828 34828 DateTimeField breaks when given datetime that would be invalid in UTC Database layer (models, ORM)
34752 34752 ASGI http.disconnect not handled for streaming responses HTTP handling
34829 34829 Django reports the “mutually exclusive” error for settings that do not contain STATICFILES_STORAGE. File uploads/storage
34642 34642 File.open to support different encodings Core (Other)
34827 34827 select_for_update example raises TransactionManagementError Documentation
34820 34820 Migrations crashes when changing ForeignObject properties. Database layer (models, ORM)
34817 34817 Boolean field doesn't look good on django-admin contrib.admin
34791 34791 Prefetch's queryset attribute is ignored when the same nested relation is used multiple times. Database layer (models, ORM)
34815 34815 urls file in startapp command Core (Management commands)
34730 34730 Add an assertMessages assertion contrib.messages
34768 34768 Calling `colorama.init()` on module load can have unwanted side effects Core (Management commands)
34778 34778 startproject could use find_spec() rather than import_module() to check for conflicts Core (Management commands)
34803 34803 Nested OuterRef crashes with AttributeError Database layer (models, ORM)
34807 34807 importing `django.forms` causes circular import error Forms
34451 34451 Incorrect exception handling within the django exception handler Error reporting
34712 34712 Prevent misconfiguration of `STORAGES` setting contrib.staticfiles
34210 34210 Show the duration of individual tests Testing framework
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)
34790 34790 loading old migration file Migrations
34779 34779 Serializer makes unnecessary joins Core (Serialization)
34785 34785 Contribution guide comes out non successful Error reporting
34773 34773 settings.STATICFILES_STORAGE does not return correct value when STORAGES are defined contrib.staticfiles
34780 34780 Tests don't pass on Python 3.11.4. Core (Other)
34620 34620 Serialization of m2m relation fails with custom manager using select_related Core (Serialization)
34771 34771 QuerySet.order_by() crashes on constants that cannot be cast on MySQL. Database layer (models, ORM)
34692 34692 django.forms.renderers.get_default_renderer()'s template loader cache is not being reset on autoloads. Forms
34542 34542 Required fields allowed to be blank are not accepted non-interactively using createsuperuser contrib.auth
34755 34755 Provide accelerated binary wheels Uncategorized
34764 34764 Add support for Clusterized Redis deployments Core (Cache system)
34760 34760 Drop support for SQLite < 3.27.0 Database layer (models, ORM)
34761 34761 Drop support for MySQL < 8.0.11. Database layer (models, ORM)
34756 34756 Docs build failure when using Sphinx 7.1.1 Documentation
34477 34477 Asyncio send mail backend Core (Mail)
34747 34747 Django hangs on async views with asycio.gather and an async ORM call Database layer (models, ORM)
34728 34728 OR operator on queryset does not work as expected Database layer (models, ORM)
34733 34733 m2m_changed signal is unaware if .set() method is being called Database layer (models, ORM)
34532 34532 Form.default_renderer is ignored in formsets. Forms
34729 34729 Add explicit option to enable IF EXISTS / IF NOT EXISTS in PostgresQL index operations contrib.postgres
34723 34723 `TypeError` when loading a Django app with incorrect type of `choices` Database layer (models, ORM)
34722 34722 Let ListFilter be a MediaDefiningClass so that they can define custom CSS and JS contrib.admin
34721 34721 ChoiceField/TypedChoiceField: .value() has inconsistent behaviour, coercion not applied. Forms
34711 34711 Make ChoiceField auto-detect and coerce values. Forms
34679 34679 Cannot run collectstatic with existing unsupported manifest file contrib.staticfiles
34677 34677 Django Admin built-in password reset feature has UI issues contrib.admin
34413 34413 Variant of Prefetch but for the earliest/latest related object Database layer (models, ORM)
34697 34697 Migration serializer for sets results in non-deterministic order. Migrations
34691 34691 Add a system check for unmatched URL paths' < / > Core (System checks)
34263 34263 File validators for MIME type, size, and extension. File uploads/storage
34639 34639 MySQL 8.0 hangs indefinitely when using the admin search with a Foreign Key and Annotate contrib.admin
27646 27646 Add QuerySet support for group by modifiers and OLAP functionality Database layer (models, ORM)
34572 34572 Confirm/Add support for GDAL 3.7. GIS
34682 34682 System check for CSRF_TRUSTED_ORIGINS raises errors for http://localhost:port. Core (System checks)
34675 34675 Selenium WebDriver implementation is broken due to update of Selenium Testing framework
34676 34676 Normalise MeasureBase unit not found exceptions to use AttributeError GIS
34673 34673 Migrations ordering: add constraint run_immediately_after Migrations
34632 34632 Let makemigrations output an error message with --check Migrations
34345 34345 Add system check for filter_horizontal/filter_vertical on ManyToManyFields with intermediary models. contrib.admin
34594 34594 KT doesn’t work across foreign keys Database layer (models, ORM)
34666 34666 Mysql issue using afirst "The client was disconnected by the server because of inactivity" Database layer (models, ORM)
34517 34517 ImageField unnecessarily adds a post_init signal handler to the model Database layer (models, ORM)
34663 34663 Documentation typo in using Argon2 with Django. Documentation
34652 34652 Async support in admin view contrib.admin
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
34539 34539 `get_prep_value` no longer called for JSONField Database layer (models, ORM)
34631 34631 Expression.identity() performance Database layer (models, ORM)
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
34621 34621 Django admin site name shouldn’t be an h1 contrib.admin
34610 34610 Django_migrations unique constraint Database layer (models, ORM)
34601 34601 ModelAdmin: Error message for readonly_fields's check does not include the field name contrib.admin
34615 34615 queryset.order_by().first() is not consistent with other queryset behaviours Database layer (models, ORM)
34570 34570 QuerySet.defer() raises an AttributeError when the field is ManyToManyField or GenericForeignKey Database layer (models, ORM)
34600 34600 Review reference to bleach in docs Documentation
34392 34392 Allow using test client response.json() with StreamingHttpResponse Testing framework
34603 34603 ~Q() incorrectly interpreted as full rather than empty Database layer (models, ORM)
34564 34564 returning None instead of zero in Count annotation Database layer (models, ORM)
34574 34574 Extend docs for `autoescape` and `escape` with examples using filters that operate with sequences Template system
34577 34577 New template filter `escapeseq` Template system
27925 27925 Document how to deploy using pip installed mod_wsgi Documentation
34590 34590 Querying for decimals larger than max_digits crashes on SQLite Database layer (models, ORM)
34579 34579 Documentation points to `django-developers` mailing list as primary point of contact for discussion Documentation
34580 34580 Performance regession in SQLCompiler Database layer (models, ORM)
34583 34583 Django 4.0 cannot be downloaded on the downloads page Documentation
34576 34576 move django issues to GitHub Uncategorized
34573 34573 Typo in "Writing your first Django app, part 5" - assertQuerysetEqual() Testing framework
34322 34322 ManifestStaticFilesStorage crashes on commented JavaScript import statements contrib.staticfiles
34565 34565 Add acheck_password() async method. contrib.auth
34350 34350 WSGIRequest crashes when "wsgi.input" is None. Core (Other)
34563 34563 ManifestStaticFilesStorage support for CSS module scripts in Javascript files. contrib.staticfiles
34521 34521 Use __slots__ for template Node classes Template system
34568 34568 makemigrations --update should respect the --name option. Database layer (models, ORM)
34567 34567 slugify template filter with allow_unicode Template system
34556 34556 StreamingHttpResponse documentation inaccuracy Documentation
34557 34557 Time-based model field cleaning and TypeErrors Database layer (models, ORM)
34552 34552 Delaying get_from_clause call as much as possible. Database layer (models, ORM)
34524 34524 Error while sending TLS smtp email on "self-signed certificate" server Core (Mail)
34548 34548 Queryset JsonField filtering doesn't work as expected Database layer (models, ORM)
34525 34525 index_together warning after migration to new style Database layer (models, ORM)
34540 34540 [feature request] Run FileField storage callable during runtime and not during buildtime File uploads/storage
34541 34541 StorageRouter File uploads/storage
34531 34531 Rendering form throws deprecation warning Forms
34523 34523 Model.objects.update_or_create method sometimes raises TransactionManagementError Database layer (models, ORM)
34515 34515 Translatable URL patterns raise 404 for non-English default language when prefix_default_language=False is used. Internationalization
34513 34513 Error E108 does not cover some cases contrib.admin
34069 34069 get_language_from_request should not fallback to settings.LANGUAGE_CODE Internationalization
34527 34527 Unexpected behavior with division in aggregation Database layer (models, ORM)
34526 34526 issue in admin with sites contrib.admin
34522 34522 PUT/PATCH data is not encoded for multipart/form-data in Django Test Client Testing framework
34519 34519 Don't send content in responses to HEAD requests Uncategorized
34512 34512 Admin missing breadcrumbs in app index contrib.admin
34455 34455 i18n_patterns() not respecting prefix_default_language=False Internationalization
34506 34506 Visual regressions in admin's clearable file input. contrib.admin
34440 34440 AND operator on queryset with joins gives wrong results Documentation
34435 34435 JSONField with string default raises fields.E010 warning. Documentation
34503 34503 Missleading message in MinValueValidator and MaxValueValidator Core (Serialization)
34501 34501 Revert CICharField deprecation contrib.postgres
34500 34500 use annotate return feild, Error capture does not work Database layer (models, ORM)
34483 34483 Negative result of django.utils.timesince.timesince Utilities
34489 34489 feature: Support for PostgreSQL table partitioning Database layer (models, ORM)
34493 34493 wrong translation Database layer (models, ORM)
34484 34484 HttpRequest.__deepcopy__ doesn't deepcopy attributes HTTP handling
34394 34394 ASGIRequest doesn't respect settings.FORCE_SCRIPT_NAME. HTTP handling
34474 34474 Django apps registry returns the wrong models Uncategorized
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)
34460 34460 Replace Flake8 by Ruff Utilities
34434 34434 psycopg 3 cursor.execute no longer accepts Python tuple binding Database layer (models, ORM)
34450 34450 Lookup expressions across foreign keys introduce extra joins Database layer (models, ORM)
34431 34431 DateTimeField.input_formats change from Django 3.1 is documented improperly Documentation
27778 27778 Update unicode documentation for Python 3 Documentation
34447 34447 Support backgroup async repeat task. just like fastapi_utils.tasks.repeat_every Core (Other)
34427 34427 Improve error message for incorrect context processors Template system
34438 34438 UserCreationForm.clean_username() crashes with a custom user model. contrib.auth
34442 34442 runserver is slow to accept http connexions when running on 0.0.0.0 Core (Management commands)
34441 34441 A new require_files decorator for file validation in Django Framework File uploads/storage
34436 34436 `makemigrations --check` fails with error code 1 if system checks identify warnings Migrations
34077 34077 Make BoundField renderable. Forms
34352 34352 Unify terms in Signals docs. Documentation
34433 34433 OneToOneField can only be saved one way Database layer (models, ORM)
34388 34388 Added support for direct usage of Choices classes on model fields Database layer (models, ORM)
34423 34423 Migrations, UniqueConstraint lenght of identifier can be too long for Postgres/MySQL Migrations
34422 34422 inspectdb mysql databases Core (Management commands)
34410 34410 Adding database dynamically breaks in Django 4.1+ Database layer (models, ORM)
34401 34401 Inconsistent behavior for refresh_from_db() with GenericForeignKey contrib.contenttypes
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
34379 34379 Invalid regex pattern for password reset token in 4.2b1 contrib.auth
34367 34367 GIS GDAL install on Windows 11 Instructions Issue Documentation
34368 34368 Subquery referencing WINDOW expression breaks query compilation Database layer (models, ORM)
34364 34364 Add Today to ORM db.models.functions.datetime Database layer (models, ORM)
34356 34356 Memory leak when generating PDFs Core (Other)
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)
34348 34348 Add medium path to the settings.py file from the time the project is created Core (Other)
34342 34342 The test async_client is not consuming async StreamingResponse generators properly Testing framework
34327 34327 Test client session does not work as described when using signed cookie engine Testing framework
34337 34337 Documentation for custom related managers is contradictory Documentation
34329 34329 django-formset new app - i am facing the issue Uncaught (in promise) SyntaxError: JSON.parse Forms
34326 34326 Standardize case for commands Core (Management commands)
34146 34146 Add tutorial step for installing third party package(s) Documentation
34308 34308 Create Serializers for models Core (Serialization)
34304 34304 Adding and removing a conditional UniqueConstraint to ForeignKey multiple times crashes on MySQL Database layer (models, ORM)
34180 34180 Document that setting language in tests affects other tests Documentation
34255 34255 Annotation/group by with an expression on psycopg3 Database layer (models, ORM)
34296 34296 Formset validation does not consider UniqueConstraint with F() expressions. Database layer (models, ORM)
34293 34293 Extra validation introduced in 30581 breaks certain constraint setups Database layer (models, ORM)
34290 34290 X-Forwarded-Prefix support HTTP handling
34227 34227 Multi-level FilteredRelation with select_related() may set wrong related object. Database layer (models, ORM)
34276 34276 LocMemCache not working for multiple threads Core (Cache system)
34267 34267 QuerySet.union() crashes with IndexError when getting cached results. Database layer (models, ORM)
34275 34275 Add new Field named FieldAlias Database layer (models, ORM)
34260 34260 models.FloatField documentation doesn't mention that +inf, -inf, and NaN are database-dependent. Documentation
34269 34269 Add Unnest PostgreSQL ORM function Database layer (models, ORM)
34265 34265 Add ToDate ORM function Database layer (models, ORM)
34261 34261 Use {% url model_object %} to work with get_absolute_url Template system
34251 34251 Paginator should warn if ordering is not deterministic Core (Other)
34252 34252 Doc page "Using the Django authentication system" shows failing example Documentation
34237 34237 FileField does not take upload_to into account when setting unique=True File uploads/storage
34245 34245 Change User model in BaseUserCreationForm/UserChangeForm.Meta to get_user_model(). contrib.auth
34246 34246 Feature: Add new type of fields - cryptofields Database layer (models, ORM)
34241 34241 Django admin not showing seconds for list_display nor readonly DateTimeField contrib.admin
34220 34220 Cannot import csrf_input_lazy from partially initialized module. Template system
34244 34244 Allow overriding error params in BaseValidator Core (Other)
34082 34082 "mysql server has gone away" on 404, 403 or 401 Database layer (models, ORM)
34239 34239 Resolve load type-hinted objects in views Generic views
34063 34063 request.POST not populated for multipart/form-data via AsyncClient Testing framework
34231 34231 Invalid RawSQL expression on Model.validate_constraints Database layer (models, ORM)
14094 14094 Cannot define CharField with unlimited length Database layer (models, ORM)
34226 34226 QuerySet.select_related() with multiple filtered relations to the OneToOneField sets the last one. Database layer (models, ORM)
34165 34165 migrate management command does not respect database parameter when adding Permissions. contrib.auth
34224 34224 App name in help text of commands is missing context Core (Management commands)
34222 34222 Django unit tests hang when running against a Postgres database Testing framework
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)
34203 34203 Drop support for psycopg2 2.8 Database layer (models, ORM)
34196 34196 contrib.postgres search tests failing contrib.postgres
34095 34095 Form controls in admin should use heights in relative units contrib.admin
34160 34160 Django 4.1 Expression contains mixed types for (Big/Small)IntegerFields. Database layer (models, ORM)
34190 34190 Add a dump and die function to Django Utilities
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
34183 34183 Add a ChoicesMeta.max_length property returning the max_length when data type supports len() Database layer (models, ORM)
34173 34173 SessionMiddleware support 503 status code contrib.sessions
34174 34174 async process_exception being called as sync from async view/middleware Documentation
34171 34171 QuerySet.bulk_create() crashes on mixed case columns in unique_fields/update_fields. Database layer (models, ORM)
34152 34152 Add the ability to store logs in a table Utilities
34167 34167 Set a reasonable default for EMAIL_TIMEOUT Core (Mail)
34168 34168 Add support for list of parameters to the QuerySet.raw(). Database layer (models, ORM)
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
34159 34159 Django potential improvement - views decorator for http_timeout with auto retry HTTP handling
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)
891 891 customize table name prefixes Database layer (models, ORM)
34150 34150 Add "View on site" links to generic common model URL and also to common url for app. contrib.admin
34149 34149 Postgres "ExclusionConstraint with conditions cannot be deferred." seems wrong contrib.postgres
34145 34145 Explicit GROUPing by aggregate is not supported Database layer (models, ORM)
34137 34137 model.refresh_from_db() doesn't clear cached generic foreign keys contrib.contenttypes
34134 34134 Add DynamoDB engine to sessions middleware contrib.sessions
34133 34133 Django ordering in model meta causing unexpected results of group_by Database layer (models, ORM)
34129 34129 Admin list_editable failed to edit contrib.admin
34054 34054 Create a topic about fixtures Documentation
34124 34124 Developer experience on {% with %} template tag can be improved. Template system
34035 34035 ImageField doesn't consider EXIF rotation when storing width and height Database layer (models, ORM)
34122 34122 models.ForeignObject is missing documentation Documentation
27704 27704 contrib.postgres.ArrayField with choices should use TypedMultipleChoiceField as its default form field class contrib.postgres
34121 34121 Multi Databases documenation example doesn't work Database layer (models, ORM)
34109 34109 Uvicorn can be run without installing gunicorn Documentation
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)
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)
34058 34058 Widening AutoField to BigAutoField, fails to widen the sequence. Database layer (models, ORM)
34062 34062 object HttpResponseNotAllowed can't be used in 'await' expression Generic views
34061 34061 Model validations should be run on save() Database layer (models, ORM)
34010 34010 Parallel tests don't work with spawn. Testing framework
34030 34030 add SystemCheckError for LocaleMiddleware Core (Management commands)
34055 34055 InlineModelAdmin and permissions on the instances shown in the in-line contrib.admin
34049 34049 Admin - Scrollbar appears without overflowing content contrib.admin
34033 34033 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
34015 34015 Registering lookups on relation fields should be supported. Database layer (models, ORM)
34016 34016 QuerySet.values_list() crash on simple ArrayAgg. contrib.postgres
34017 34017 Mention that when using Argon2PasswordHasher, this means Argon2id gets used Documentation
34002 34002 PasswordResetView should work with AbstractBaseUser subclasses without is_active field. contrib.auth
34003 34003 PasswordResetView, PasswordResetDoneView, PasswordResetConfirmView & PasswordResetCompleteView not discovering custom template contrib.auth
14411 14411 Inline delete not prompting cascade delete warning contrib.admin
27147 27147 Add support for defining bounds in postgres range fields contrib.postgres
14092 14092 ImageField should allow SVG Database layer (models, ORM)
27060 27060 Take indexes into account in inspectdb command Core (Management commands)
27064 27064 Implement RenameIndex in a backwards compatible way Migrations
27624 27624 Optimize ORM by using more immutable data structures Database layer (models, ORM)
27468 27468 Move utils.crypto.salted_hmac() from SHA1 toward SHA256 Utilities
27961 27961 Misconfigured SECURE_PROXY_SSL_HEADER setting is ignored HTTP handling
14357 14357 Prevent inappropriate order-based grouping on values+annotate queries Database layer (models, ORM)
14296 14296 'manage.py test' failing for apps that access read-only databases Testing framework
27753 27753 Cleanups when no supported version of Django supports Python 2 anymore Utilities
27936 27936 Add some clarifications to "Spanning multi-valued relationships" Documentation
27141 27141 makemigrations fails with PermissionDenied on django_migrations Migrations
27864 27864 Limit the number of terms in an admin search contrib.admin
14035 14035 Cannot access POST after request.encoding was set to a custom value HTTP handling
27074 27074 connection.is_usable() raises AttributeError after the connection is closed Database layer (models, ORM)
27694 27694 Improve documentation of supported lookups on HStore & JSON fields Documentation
27590 27590 Allow configuration of where to save staticfiles manifest. contrib.staticfiles
27697 27697 JSONField with blank=True is rendered as non-required field in a ModelForm Documentation
14844 14844 i18n blocktrans tag pluralization feature limited by gettext constraints and shared local tag context Internationalization
27734 27734 Add a helpful error message when a parallel test worker is assigned an unexpected index Testing framework
19 19 Automatically generate JavaScript form validation Validators
27149 27149 Allow using a subquery in QuerySet.filter() Database layer (models, ORM)
56 56 Primary key columns should be UNSIGNED Database layer (models, ORM)
27575 27575 Make host validation run on all requests HTTP handling
27604 27604 Use set_signed_cookie for contrib.messages Cookie storage contrib.messages
27807 27807 Overriding username validators doesn't work as documented contrib.auth
27188 27188 Allow using unique=True with FileField File uploads/storage
14645 14645 Exclude query with multiple conditions for the same multi-value relation not correct Database layer (models, ORM)
14628 14628 Document which settings can be changed at runtime Documentation
27417 27417 Migration to change model field case crashes on Oracle Migrations
27871 27871 Django keeps making the same migration over and over again Migrations
14317 14317 numberformat.format produces wrong results Internationalization
27719 27719 Add queryset.alias() to mimic .annotate() for aggregations without loading data Database layer (models, ORM)
27996 27996 Add pgcrypto extension and GEN_RANDOM_UUID function to contrib.postgres contrib.postgres
27395 27395 Allow generating '<link rel="alternate ... hreflang=...>" for sitemaps' contrib.sitemaps
27331 27331 Proposed opt_group argument for ModelChoiceField and ModelMultipleChoiceField Forms
27399 27399 Segfault when running GDALBandTests on OSX 10.11.6 GIS
27585 27585 ManyToMany relationship is cascading delete after being detached Database layer (models, ORM)
27408 27408 Make QuerySet.bulk_create() populate fields on related models Database layer (models, ORM)
27666 27666 Delay rendering of models in migration operations when possible Migrations
27824 27824 Cannot chain unaccent transform with key lookup in Postgres JSON field. contrib.postgres
27370 27370 Django's Select widget adds a required="required" attribute, even if created with empty_label=True Forms
17 17 Metasystem optimization: Share select_related in memory Database layer (models, ORM)
27164 27164 Database routers examples could be more realistic Documentation
27272 27272 Add a on_delete RESTRICT handler to allow cascading deletions while protecting direct ones Database layer (models, ORM)
27391 27391 Support unittest.TestCase.debug() method. Testing framework
27910 27910 Allow using an Enum class in model Field choices Database layer (models, ORM)
27086 27086 running servers.tests may hang in parallel mode on Mac OS X Core (Other)
27921 27921 Documentation of make_aware() with is_dst is misleading Documentation
27795 27795 Audit force_text invocations Utilities
27685 27685 Allow autoreloader to use watchman Utilities
27946 27946 Improve "ValueError: Found wrong number of constraints" error message Migrations
14688 14688 BaseInlineFormSet does not support "auto_id" Forms
27991 27991 Add 'obj' kwarg to InlineModelAdmin.has_add_permission() contrib.admin
14675 14675 Update docs and project template to avoid "import *" for url patterns Core (Other)
14204 14204 Take advantage of SQLite support for FK constraints Database layer (models, ORM)
27994 27994 Document contrib.staticfiles.storage.ManifestFilesMixin Documentation
27025 27025 Python 3.6 compatibility Core (Other)
14091 14091 Fix incorrect quoting in connection.queries Database layer (models, ORM)
27595 27595 Database converters are not run for related fields referencing related fields Database layer (models, ORM)
27899 27899 Phrase search query for Postgres full text search contrib.postgres
27090 27090 pg_get_serial_sequence is broken on postgres, use a lookup in information_schema.columns instead Database layer (models, ORM)
27335 27335 Avoid object save during QuerySet.update_or_create() when there were no changes Database layer (models, ORM)
27334 27334 File uploads could rename temporary files rather than copying them File uploads/storage
27768 27768 makemigrations uses unnecessary AddField for ForeignKey depending on model name Migrations
820 820 Add "view" permission to compliment add/change/delete contrib.admin
27560 27560 Formset.save() crashes for model with foreign key to concrete base model Forms
27629 27629 Inconsistent check of allow_relation in ForwardManyToOneDescriptor.__set__ Database layer (models, ORM)
27728 27728 Allowed overriding admin templatetag's templates. contrib.admin
27656 27656 Fix comment verb style according to PEP 257 Core (Other)
27392 27392 Remove "Tests that", "Ensures that", etc. from test docstings Documentation
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
27999 27999 Add test Client support for HTTP 307 and 308 redirects Testing framework
14642 14642 save_as=True and generic inline in admin gives IndexError contrib.contenttypes
27954 27954 Prevent PostgreSQL dbshell from exiting on CTRL-C Core (Management commands)
27657 27657 Getting crash when using the runserver command on Windows 10 in PowerShell following update to Python 3.6 Utilities
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
27998 27998 LogEntry messages do not list m2m fields that were changed when an object is changed via ModelAdmin contrib.admin
27701 27701 Document that runserver bypasses middleware for static files Documentation
27258 27258 Raise an exception if RequestContext is used with template.backends.django.Template.render() Template system
27859 27859 Migration to create TextField with db_index=True crashes on MySQL Migrations
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
27858 27858 Stop read-only management commands from attempting to create a django_migrations table Migrations
27539 27539 assertNumQueries fails if debug cursor wrapper fills Testing framework
27787 27787 call_command() should validate the arguments it receives Core (Management commands)
27953 27953 Make default Model.__str__() more useful (such as by displaying the primary key) Database layer (models, ORM)
27792 27792 Extended category support for Atom and RSS feeds contrib.syndication
27639 27639 Add a chunk size argument to QuerySet.iterator() Database layer (models, ORM)
27777 27777 File object does not consistently open itself in context manager use File uploads/storage
27876 27876 Documentation error for installing tests/requirements/py3.txt Documentation
27732 27732 django.contrib.postgres.search SearchRank doesn't handle SearchVectorField references contrib.postgres
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)
27926 27926 Allow squashmigrations to create a fresh set of migrations and delete the old ones Migrations
27751 27751 Teardown of a PG test database fails if it is an autogenerated test_MYDB database Testing framework
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
27834 27834 Add the STRPOS database function Database layer (models, ORM)
27359 27359 Make it possible to specify a default template engine Template system
27365 27365 Fields suddenly not found. Database layer (models, ORM)
27942 27942 admin's inlines.js indiscriminately adds "add" buttons to all tables in inlines contrib.admin
27231 27231 Initialize forms in ModelAdmin like View (i.e. add get_form_kwargs to contrib.admin) contrib.admin
27981 27981 date/time filter docs inaccurate about how localization works Documentation
27956 27956 Template error raised in an {% extends %} parent template shows incorrect source location on debug page Template system
27958 27958 CSRF_COOKIE reset while requesting a broken relative URL over HTTPS CSRF
27952 27952 core.validators.validate_slug doesn't mention that only latin letters are accepted. Core (Other)
27976 27976 label_from_instance fails silently: form field disappears. Forms
27960 27960 ds = DataSource('/path/to/your/cities.shp') fails on first try (GDALException Unknown error code: "198770787"), but works on second GIS
27939 27939 GeoDjango - map doesn't show correct point in admin GIS
27675 27675 Django postgres JSONField encoding contrib.postgres
27882 27882 Allow template fragment caching for unlimited time Template system
27937 27937 Potential issue with field.queryset._result_cache persisting Forms
27932 27932 EmailValidator fails on "a.@example.com" Core (Mail)
27913 27913 Admin calendar failed contrib.admin
27316 27316 Multiple LiveServerTestCase subclasses cannot reuse the same port Testing framework
27475 27475 Bug in admin with date_hierarchy and Daylight savings contrib.admin
27901 27901 Unicode subclasses can't be saved to TextField with MySQL and Python 2 Database layer (models, ORM)
27883 27883 "Vertical" polymorphism of models Database layer (models, ORM)
27886 27886 Django contrib.postgres JSONField adds additonal quotes to a dictionary. contrib.postgres
27766 27766 runserver crashes because of auto-reloader (Py3 + PowerShell) Utilities
27825 27825 Document that models don't cast field values to the same type that's retrieved from the database Documentation
27135 27135 Standardise type value returned by introspection.get_constraints for indexes Database layer (models, ORM)
27840 27840 Password reset: `post_reset_login` throws KeyError if user already logged in contrib.auth
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
27722 27722 if a template context is an instance of get_template(), it will raise "TypeError: context must be a dict rather than RequestContext" Template system
27586 27586 Django sometimes crashes on Windows when being launched in PyCharm Utilities
27819 27819 Display a warning when django.views.generic.ListView assumes the default template name Generic views
27683 27683 Change default transaction isolation level to READ COMMITTED on MySQL Database layer (models, ORM)
27356 27356 admin lookup_allowed incorrectly returns False for a nested reverse OneToOneField contrib.admin
27741 27741 staticfiles_tests test_corrupt_intermediate_files fails intermittently when run in parallel contrib.staticfiles
498 498 Atom support, not just RSS contrib.syndication
27501 27501 ModelChoiceField.queryset documentation isn't clear that this is lazily evaluated Documentation
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
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
27297 27297 infinite AlterField migrations created for foreign key after case-only model name change Migrations
27544 27544 F() Expressions updating dates in .update() field fails on SQLite Database layer (models, ORM)
27733 27733 ClearableFileInput widget renders incorrectly Forms
27518 27518 HTTP Referer leaks password reset link contrib.auth
27714 27714 Small visual artifact when clicking inline edit button in admin contrib.admin
27715 27715 [Tutorial - part 6.] Lack of saving created question into db Documentation
27689 27689 FileSystemStorage().get_valid_name() may return empty string File uploads/storage
27691 27691 Avoid `logger=logging.getLogger(__name__)` Uncategorized
27680 27680 Recommend ccbv.co.uk in class-based views docs Documentation
27664 27664 Manager.contribute_to_class() is called with abstract model rather than concrete model Database layer (models, ORM)
27677 27677 Disable savepoint support for MySQL NDB engine tables, and option to overwrite the default. Database layer (models, ORM)
27054 27054 makemigrations tries to create django_migrations in external database Migrations
27672 27672 Trouble saving specificly shaped GeometryCollection to spatialite backend GIS
27641 27641 Document limitations of the Locmem cache backend Documentation
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)
14297 14297 Accessing settings.FOO in hot spots cause performance problems Core (Other)
27263 27263 Allow validators to short-circuit in form field validation Forms
27597 27597 UrlResolver doesn't check all possibilities Core (URLs)
27609 27609 gettext_lazy cast to str/unicode errors under py 2.7 if performed after language activation. Core (System checks)
27558 27558 Setting db_index=False on existing ForeignKey causes constraint to be recreated on MySQL Database layer (models, ORM)
27313 27313 Allow overriding the admin's popup response template on an app or model basis contrib.admin
27570 27570 Make context processor run outside of RequestContext Template system
27596 27596 LiveServerTestCase in 1.10.4 doesnt close server ports properly Testing framework
27594 27594 Reverse one to one related object populated from incorrect query columns Database layer (models, ORM)
27591 27591 running manage.py with virtual environment Uncategorized
27184 27184 Test client crashes when uploading TemporaryFile on Unix Testing framework
27355 27355 Add PostgreSQL Extension operation example to reference page Documentation
27578 27578 ModelChoiceField.to_python() somehow receives value as type 'list' Forms
27568 27568 Add new Entropy Password Validator to django.contrib.auth.password_validation contrib.auth
27562 27562 Django using uuid as primary key, receive AttributeError during createsuperuser(NOT AN ISSUE) Uncategorized
27542 27542 Client.force_login() shouldn't use authentication backends without a get_user() method Testing framework
27358 27358 Add a system check for FileField upload_to starting with a slash Core (System checks)
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)
27536 27536 order_by('pk') is not obeyed if superclass has default ordering Database layer (models, ORM)
27525 27525 Revert to previous migration automatically after failure when using MySQL backend Migrations
27527 27527 How to enable login for a custom written authentication backend contrib.auth
27524 27524 Using user instance (instead of get_user_model()) leads to errors when user model is overridden contrib.auth
27250 27250 Confusing <label> assignment with CheckboxSelectMultiple Forms
27295 27295 Add a system check to prohibit models that start with an underscore Core (System checks)
27394 27394 template "floatformat" tag throws ValueError for big numbers in Python 3 Template system
27500 27500 Warn about potentially significant performance degrading schema changes when making/running migrations Migrations
27482 27482 Conditional Expressions documentation should have an example for filter() methods Documentation
27003 27003 ArrayField and JSONField form fields fail on already converted values Forms
27463 27463 Fix ambiguous variable flake8 warnings Core (Other)
27448 27448 GIS distance queries use deprecated ST_distance_sphere GIS
27406 27406 Signals pre_delete and post_delete break logical relationship of models and behave in diffrently with different backends Database layer (models, ORM)
27443 27443 support executing ANALYZE on tables Database layer (models, ORM)
27420 27420 Oracle DB test user password must be quoted if it starts with a number Database layer (models, ORM)
27200 27200 Provide makemigrations router.allow_migrate() with a model_name Migrations
27457 27457 Cannot migrate ArrayField on SQLite Database layer (models, ORM)
27444 27444 Django StaticLiveServerTestCase: view cannot query test-database properly Testing framework
27346 27346 Stop setting the Content-Length header in ConditionalGetMiddleware HTTP handling
27073 27073 Overridden model managers shouldn't appear in _meta.managers Database layer (models, ORM)
27442 27442 count estimation on querysets Database layer (models, ORM)
27429 27429 had to use QuerySet.extra to do WHERE LIKE with arbitrary amount / placement of wildcard characters Database layer (models, ORM)
27422 27422 `makemigrations` fails to migrate ForeignKey types across app boundaries Database layer (models, ORM)
27411 27411 Django namespaced reverse not working in test environment Testing framework
27063 27063 i18n_patterns() matches too much of the URL as the language code Internationalization
27328 27328 return `Set-Cookie` if sessionid= None value contrib.sessions
27401 27401 Add Transifex config to build translated docs Documentation
27362 27362 Omitting default_app_config in __init__.py happens too easily. Core (Other)
27351 27351 Add support for composite fields Database layer (models, ORM)
27354 27354 Incorrect variable name given in tutorial Documentation
27329 27329 Django-river State field not showing Uncategorized
27213 27213 ArrayField with null throws ProgrammingError but not ValidationError on Psycopg < 2.6.1 contrib.postgres
27319 27319 Circular ForeignKeys between two unmanaged models produce incomplete migrations Migrations
27301 27301 Better handling of errors that are not pickleable when testing in parallel Testing framework
27244 27244 Incorrect thousand separator for the Greek locale (el) Internationalization
27312 27312 Checking raw argument to prevent signals from executing during fixture loading isn't DRY Core (Other)
27262 27262 Delegate URL resolver checks to URL classes Core (URLs)
27311 27311 Support unpickled models (e.g. read from cache) in migrations Migrations
27273 27273 Make usage of construct_change_message easier outside of admin contrib.admin
27280 27280 can_order/can_delete documentation examples don't require initial data Documentation
27193 27193 ORDER BY clause not included in subqueries using select_for_update() Database layer (models, ORM)
27279 27279 Performance regression when running migrate with RenameModel operations Migrations
27290 27290 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
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
27281 27281 can-delete: we don't use initial data Documentation
27266 27266 assertFormError fails when trying to check a custom validation in an Admin form contrib.admin
27265 27265 Using @admin.register causes failure when AdminModel constructor is overriden contrib.admin
27240 27240 Allow passing custom parameters to formset forms in admin contrib.admin
27254 27254 Detect web server context Uncategorized
27255 27255 Change test runner to display full dotted name of test Testing framework
27238 27238 Disable check_pattern_startswith_slash if settings.APPEND_SLASH=False Core (System checks)
27246 27246 Factor out input template in ClearableFileInput and document template class attributes Forms
27220 27220 MultiWidget not considered in form submit Forms
27206 27206 Incorrect DATE_FORMAT for et locale Internationalization
27192 27192 Allow pluralizing admin URLs contrib.admin
27170 27170 Make database backend __init__() methods friendlier to subclassing Database layer (models, ORM)
27189 27189 Allow namespaced management commands Core (Management commands)
27171 27171 #7201 Change 'unicode_literals' in TemplateCommand, change admin and view templates Template system
27166 27166 Documentation clarification of warning for using cache-based sessions Documentation
27142 27142 makemigrations fails on special database connections Migrations
27110 27110 makemigrations shouldn't create `django_migrations` table in external databases Migrations
27162 27162 Move CreateExtension to django.db.backends.postgresql Database layer (models, ORM)
27081 27081 Allow migrations to serialize methods on pypy Migrations
27128 27128 A method model.objects.get(pk=obj.pk) returns many objects, but in a database is one. Uncategorized
27132 27132 Allowed testing MemcachedCache and PyLibMCCache during the same test run Core (Cache system)
27144 27144 annotating across a ManyToManyField returns duplicate results Database layer (models, ORM)
27139 27139 ImportError: No module named 'polls.apps.PollsConfig' Documentation
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)
27115 27115 UI discrepancy in Writing your first Django app, part 7 Documentation
27089 27089 Add the database alias to InconsistentMigrationHistory message Migrations
27061 27061 Support creating the TEST PostgreSQL database from a custom template Testing framework
27114 27114 Migrations: AttributeError: can't set attribute Migrations
27107 27107 setting request.encoding damages request.POST HTTP handling
27093 27093 ORM error on apache + wsgi Database layer (models, ORM)
27013 27013 Docs - Using Argon2 with Django - more appropriate pip command Documentation
27085 27085 UI Discrepancy in "Writing your first Django app, part 2" Documentation
27082 27082 Make timezone.localtime() default to timezone.now() when no value is given Utilities
27059 27059 autoreload loose the sys.path in some cases (buildout install of python for instance, maybe others) Core (Management commands)
27065 27065 Deferred fields not passed to inherited models' __class__.__dict__ Database layer (models, ORM)
27066 27066 Possible Memory leak while evaluating a QuerySet Database layer (models, ORM)
27058 27058 Reallow the {% for %} tag to unpack any iterable Template system
27047 27047 Popup inlines contrib.admin
27038 27038 Migration being created even when no change was made. Migrations
27016 27016 django-admin.py startproject creates urls.py that raises ImportError Core (URLs)
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)
494 494 Collapse in admin interface for inline related objects contrib.admin
14286 14286 Support for BigAutoField Database layer (models, ORM)
29 29 Fix usability issue with limit_choices_to and "Add another" in admin contrib.admin
14518 14518 Field.to_python not called on foreign key IDs Database layer (models, ORM)
14200 14200 new RegexURLResolver is contructed for every request Core (URLs)
14601 14601 ValuesQuerySet join types not being promoted Database layer (models, ORM)
14772 14772 Reversing a URL with optional arguments fails Core (URLs)
14952 14952 New find_commands(management_dir) to support .pyc and .pyo Core (Other)
14087 14087 django.core.management.get_commands only sees commands in the last package of a namespace package Core (Other)
14497 14497 ModelAdmin.readonly_fields isn't graceful with filefields. contrib.admin
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)
14394 14394 Assigning bad data to an m2m attribute should not clear existing data Database layer (models, ORM)
901 901 Reload method for models Database layer (models, ORM)
14462 14462 Aggregates default to the database type instead of the field type Database layer (models, ORM)
14638 14638 to_python howto documentation improvement Documentation
14273 14273 Development server does not shutdown cleanly Core (Other)
14787 14787 Upload handler should pass errors on to forms.FileField File uploads/storage
14932 14932 Tests failing with SQLite3 on Linux systems; Sites object causing failures. Uncategorized
14226 14226 Bug in dumpdata dependency calculation involving ManyToManyFields Core (Serialization)
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
14298 14298 maximum open cursors exceeded on Jython and Oracle Database layer (models, ORM)
14051 14051 Signals for transaction commit/rollback Database layer (models, ORM)
14825 14825 LocaleMiddleware should store language preferences if possible Internationalization
14800 14800 Development server should NOT elide favicon from the logs Core (Management commands)
937 937 Autoreload reloads for every request. Core (Management commands)
14658 14658 DateField initial does not honor locale, against documentation Forms
23 23 Add support for ValidationWarning Forms
14512 14512 Documentation & tools for decorating class-based-views. Generic views
14056 14056 Wrong query generated when using reverse foreign key Database layer (models, ORM)
14492 14492 Model proxy instance does not equal the respective model instance Database layer (models, ORM)
694 694 [patch] TEMPLATE_DIRS should allow project root relative paths Template system
14261 14261 Add clickjacking protection (X-Frame-Options header) HTTP handling
14857 14857 has_results cleanup Uncategorized
14253 14253 TIME_ZONE not respected by Today and Now widgets in admin contrib.admin
14945 14945 ContentType.objects.get_for_model doesn't allow using multiple databases Database layer (models, ORM)
25 25 Filtering interface on ForeignKey <select> boxes contrib.admin
14018 14018 Introduce class_plural %-substitution placeholder for related_name of ForeignKey/ManyToManyField Database layer (models, ORM)
14802 14802 feature request: add a method to Fields that is used to render the field as read-only contrib.admin
14287 14287 TEST_MIRROR is not respected in routers Database layer (models, ORM)
14587 14587 Model description on administrative interface contrib.admin
14705 14705 Model Field Order not influenced by MRO of superclasses Database layer (models, ORM)
852 852 psycopg.ProgrammingError exceptions leave the connection to the DB in an unusable state Database layer (models, ORM)
14970 14970 Inconsistency in handling of managed/unmanaged transactions Database layer (models, ORM)
14011 14011 QuerySet.none().values('x').query causes "DatabaseError: subquery has too many columns" when used in filters. Database layer (models, ORM)
14016 14016 SQLite3 problem with date comparison Database layer (models, ORM)
14040 14040 Python syntax errors in module loading propagate up Core (Other)
14976 14976 Add is_html flag to contrib.messages contrib.messages
14325 14325 GenericForeignKey fails if assigned to an object which implements the __len__ method contrib.contenttypes
14039 14039 FileField special-casing breaks MultiValueField including a FileField Forms
14694 14694 defer() doesn't work with reverse relations Database layer (models, ORM)
72 72 Django should add charset info to output HTTP headers Core (Other)
14315 14315 memcached doesn't support negative deltas for incr() and decr() Core (Cache system)
361 361 Some Basic Math Filters Template system
14615 14615 Related objects manager returns related objects with null FKs for unsaved instances Database layer (models, ORM)
14449 14449 restructuredtext filter does not return the correct content 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
14827 14827 Authentication Backends should be responsible for checking and setting passwords contrib.auth
14026 14026 Setting for TRANSACTION_LEVEL on db backends Database layer (models, ORM)
1 1 Create architecture for anonymous sessions Core (Other)
409 409 Add support for sqlrelay backend, to pool DB connections Database layer (models, ORM)
14593 14593 CZBirthNumberField expects two arguments to clean() contrib.localflavor
596 596 Allow Django to be packaged as a Python egg Core (Other)
14574 14574 Initial values support for inline model formsets Forms
14147 14147 django 1.2 documentation refer to assertQuerysetEqual which is only available in trunk Documentation
159 159 Circular logout problem contrib.admin
14843 14843 Filter like "striptags" that also removes tag contents Template system
26 26 Admin validation errors cause FileUploadFields to be reset contrib.admin
14806 14806 No template tag to support contextual translations Internationalization
14597 14597 request.is_secure() should support headers like: X-Forwarded-Protocol and X-Forwarded-Ssl HTTP handling
14138 14138 Apache setup using sqlite3 breaks when performing a field__regex filter Database layer (models, ORM)
14809 14809 Broken login related tests after r14733 contrib.auth
14471 14471 db.models.Manager regression - can't override some methods Database layer (models, ORM)
14632 14632 Bug - testing framework fails when contrib.auth not in settings. Testing framework
14697 14697 Speeding up queryset model instance creation Database layer (models, ORM)
14354 14354 Check password is not None in User.check_password contrib.auth
14977 14977 contrib.admin ordering by two or more fields contrib.admin
14602 14602 bug in wsgi handler in trunk Core (Other)
14299 14299 Add additional cache.*_many functions Core (Cache system)
14558 14558 Generic View http_method bug Generic views
14961 14961 Cannot load admin interface static files when doing tutorial Contrib apps
14634 14634 Sessions are unnecessarily complex contrib.sessions
14640 14640 Add elapsed request time to the development server log HTTP handling
14467 14467 AllValuesFilterSpec does not work with Null contrib.admin
14187 14187 Add support for bpython in django-admin.py shell Core (Management commands)
14533 14533 django signals not thread-safe Core (Other)
14756 14756 "Related objects reference" documentation needs copy-edit Documentation
14954 14954 AttributeError: 'dict' object has no attribute 'status_code' Uncategorized
14529 14529 Save messages for proxy models show a crazy verbose_name contrib.admin
14355 14355 "readonly" fields don't display their "help_text" in admin contrib.admin
14863 14863 default INSTALLED_APPS out of date Documentation
14702 14702 Add a "needs info" state to tickets *.djangoproject.com
14984 14984 ClearableFileInput generates invalid XHTML Forms
14405 14405 problem in login view contrib.auth
14386 14386 Standardize Site/RequestSite access; looser coupling of sites framework in contrib Contrib apps
14661 14661 A couple of MySQL/MyISAM test failures Testing framework
14446 14446 auth.views.password_reset_confirm should never be cached contrib.auth
14921 14921 Cannot run tests against oracle db on trunk Uncategorized
14755 14755 Wsgi Error HTTP handling
14000 14000 Removal of obsolete "versionadded" tags Documentation
14924 14924 I18N looks for translations in the reverse order of the apps Internationalization
14594 14594 Django/CherryPy problem with POST data HTTP handling
14507 14507 Static file serving is broken after rev 14293 Core (Other)
14426 14426 Factor "mysite" out of all code example import statements Documentation
14820 14820 Use `TextField` instead of `PositiveIntegerField` in docs and examples for generic relations. Documentation
14816 14816 Error in documentation of InlineModelAdmin options Documentation
14959 14959 model fields docs should link to local flavor Documentation
14301 14301 django crashes on email address that passed validate_email() (utf8-tld) Core (Mail)
14910 14910 I18N locale per app resolving - documentation incorrect and bug Internationalization
14248 14248 Date and DateTime fields, auto_now_add and PostgreSQL Database layer (models, ORM)
14941 14941 URLField (in django.contrib.admin) rejects IDN domain Core (Other)
14830 14830 Default value for radio button not preserved when dynamically creating new inlines contrib.admin
14290 14290 Rendering is very inefficient when USE_L10N. Caching format values gives 2-7 times improvement Internationalization
14570 14570 New format character to represent locale-specifc alternative month names Internationalization
14700 14700 Speed up RawQuerySet iterator Database layer (models, ORM)
14548 14548 Docs and implementation don't match regading return values of certain QuerySet aggregate functions Documentation
14389 14389 Future url replacement Template system
14928 14928 manage runserver does not allow host name as address django-admin.py runserver
14401 14401 Add a contributing HOWTO page for new contributors Documentation
14543 14543 ContentTypes tests fails if auth app is not installed contrib.contenttypes
14268 14268 reset and sqlreset management commands should raise PendingDeprecationWarning for 1.3 Core (Management commands)
342 342 Add a way for fields to be displayed in the admin without being editable contrib.admin
399 399 Bigint field object needed Database layer (models, ORM)
458 458 "View on site" doesn't link to model's get_absoulte_url() method contrib.admin
689 689 Honor Web server provided authentication Core (Other)
285 285 WSGIRequest should set request.path to full uri path HTTP handling
730 730 more explicit middlware ordering Core (Other)
528 528 Add a documentation generator that creates a PDF or HTML files locally Documentation
661 661 New function: batch save of objects would make for more efficient processing Core (Other)
14183 14183 Geodjango models broken with pydoc GIS
13 13 Related objects interface should be tighter (edit_inline) contrib.admin
347 347 Add setting for table generation to use a default MySQL table type Database layer (models, ORM)
14849 14849 ManyToManyField has weird behavior in 1.2 w/ multi-db Database layer (models, ORM)
289 289 [patch] more details with "Please correct the errors below." contrib.admin
14608 14608 Adding a INPhoneNumberField to indian localflavor contrib.localflavor
14674 14674 ResetPasswordForm doesn't consider unusable_password setting contrib.auth
811 811 IPv6 address field support Core (Other)
14201 14201 Add a "security overview" page to the docs Documentation
14206 14206 contrib:admin dynamic list_display support contrib.admin
14614 14614 Dont send Request message when handle_uncaught_exception() Core (Other)
14045 14045 makemessage miss some gettext in javascript Internationalization
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
14733 14733 Allow Manager.raw() execute not only "Pure selects" Database layer (models, ORM)
14105 14105 django.contrib.auth tests failing with cache middleware Core (Cache system)
14013 14013 'django.db.backends.postgresql_psycopg2' isn't an available database backend. (?!?!?) Database layer (models, ORM)
14986 14986 TestCase: increase verbosity for TestCase.fixtures usage Testing framework
14635 14635 Documentation improvement on setting up django with OpenBSD Documentation
14101 14101 Localized DecimalField doesn't accept localized input Internationalization
14240 14240 filesizeformat should localize number Template system
14474 14474 Unnecessary deepcopying of QuerySet inside filter() method results in slower execution Database layer (models, ORM)
14969 14969 To have a way to modify third part model classes Database layer (models, ORM)
14991 14991 SQL injection in quote_name() Database layer (models, ORM)
14701 14701 Meta attributes from abstract class Database layer (models, ORM)
14673 14673 MultipleHiddenInput unbound form Forms
14657 14657 Extra select fields are merged into 'GROUP BY' Database layer (models, ORM)
14651 14651 ignored field index creation for fields with unique=True and db_index=True Database layer (models, ORM)
14505 14505 Multiple Namespaces and reverse lookup does not work as advertised. Core (Other)
14500 14500 Cookie not set in IE and no error message in login form contrib.auth
14420 14420 Can't do validation on ModelFormSets to prevent deletion when there is only one object in formset and it is to be deleted Forms
14591 14591 UnicodeDecodeError when trying to render the label of a field contrib.admin
14277 14277 Error in documentation for mod_wsgi Documentation
14350 14350 Please add a login method to the test Client that doesn't depend on passwords Testing framework
14339 14339 Enable testing when you can't create/destroy databases Testing framework
14918 14918 Password reset with e-mail OR username contrib.auth
14724 14724 Auth Password Reset View depends on Integer user ID, contrib.auth
14927 14927 Typo in trunk's documentation for ``managed`` Meta option Documentation
14439 14439 Improve documentation on how to run the GIS test suite GIS
14922 14922 Failure with spatial queries spanning a foreign key join GIS
14655 14655 formsets should be iterable Forms
14865 14865 Various RO localflavor fields don't handle EMPTY_VALUES correctly contrib.localflavor
14864 14864 ROCIFField in localflavor has a bad regex contrib.localflavor
14676 14676 removetags is case-sensitive Documentation
14146 14146 Incorrect query being generated by .exclude() in some inheritance cases Database layer (models, ORM)
14875 14875 release notes for 1.2 wrong about email_re Documentation
14759 14759 Updated widgets doc. Documentation
14884 14884 Visible form <input>s and <textarea> should use the "required" attribute Forms
14846 14846 Writing error in Files/Storage documentation Documentation
14837 14837 field based custom ordering Database layer (models, ORM)
14311 14311 Improve django.template.defaultfilters.title Template system
14826 14826 Accentuated filename upload File uploads/storage
14561 14561 Missing step in tutorial Documentation
14453 14453 typecast_timestamp in db.backends.util gives incorrect behavior Database layer (models, ORM)
14423 14423 Wrong SQL on exclude with inheritance Database layer (models, ORM)
14583 14583 EmailField rejects valid emails if followed by trailing whitespace Forms
14047 14047 CommonMiddleware documentation tweak Documentation
14173 14173 Reference documentation for changepassword django-admin command added in 1.2 Documentation
14539 14539 Documents maybe out-of-date Uncategorized
14223 14223 Inconsistent exception raising on DB integrity errors Database layer (models, ORM)
14521 14521 Camel case used for mthods' names Uncategorized
14482 14482 better documentation of flow of save in admin Documentation
14510 14510 Django admin doesn't consider settings.LOGIN_REDIRECT_URL Contrib apps
14126 14126 blocktrans count is parsing incorrectly Translations
14307 14307 Document form ChoiceField tuple Documentation
14457 14457 Possible error in settings.py description Documentation
14255 14255 Factoring mysite out of tutorial imports Documentation
14416 14416 ImageField forms require an enctype, not documented Documentation
14377 14377 Add site to the context of the logout view contrib.auth
14359 14359 django core and contrib named urls should follow a convention Contrib apps
14182 14182 CsrfViewMiddleware makes modification of the upload handlers impossible File uploads/storage
14235 14235 UnicodeDecodeError in CSRF middleware Forms
14032 14032 CSRF cookie value is marked as safe and inserted in the HTML unchecked Core (Other)
14192 14192 potential issue re in memory django file uploading. Core (Other)
14185 14185 Possible bad SQL at http://docs.djangoproject.com/en/dev/ref/models/querysets/ Documentation
14068 14068 Fixture loading issue with multi database setting Core (Serialization)
14143 14143 Database problems and import error of django.contrib.messages Uncategorized
14109 14109 can't create django docs - ImportError Documentation
14086 14086 Tests don't pass on Python 2.4 because of a try/except/finally contrib.sessions
14061 14061 MultiPartParser receives an HTTP_CONTENT_LENGTH of zero File uploads/storage
607 607 Admin option to show/hide fields contrib.admin
13460 13460 âś… django.db.models.Model breaks multiple inheritance Core (Other)
313 313 PhoneNumberField should accept international format numbers Internationalization
12530 12530 âś… 1 Code in test classes can get access to live database Testing framework
12442 12442 âś… PasswordResetForm ignores TEMPLATE_CONTEXT_PROCESSORS Contrib apps
12204 12204 âś… 1 Documentation is not clear on naming/loading of test fixtures Documentation
571 571 SQLite error with mod_python/Apche2 on Mac OS X 10.4.2 contrib.admin
172 172 Twisted (twisted.web2) support for Django Tools
580 580 [patch] caching needs to take more into account than just the URL Core (Cache system)
10193 10193 âś… Meaning of 'path to file' parameter is unclear in documentation Documentation
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
541 541 [patch] Making generic views use other templates like Zope3 ZPT Generic views
376 376 Add a handler for mod_python v. 2 (Django requires v. 3) Core (Other)
987 987 HttpResponseRedirect uses/allows relative URIs for the HTTP Location header, which is forbidden by HTTP Core (Other)
659 659 Selecting by month with DateField is broken with sqlite3 backend Database layer (models, ORM)
708 708 search for meta.IPAddressField with postgresql backend is broken (admin) Database layer (models, ORM)
653 653 setup.py doesn't create django/contrib/admin/templates/ contrib.admin
685 685 [patch] list_detail and archive_* generic views should default allow_empty to True Generic views
785 785 many2many table and legacy databases. Database layer (models, ORM)
265 265 Patch: RequiredIfOtherField and friends don't work with edit_inline Core (Other)
115 115 Models CRUD via web services Core (Other)
899 899 Formfield doesn't display default value Forms
616 616 [patch] process_exception middleware extension Core (Other)
391 391 date_based generic views might be off by one Generic views
149 149 Show latest comments on djangoproject.com Core (Cache system)
148 148 Add some padding to the bottom of div#content-main *.djangoproject.com
191 191 Pydoc integration Core (Other)
673 673 Final code example in Tutorial 3 is incorrect Documentation
710 710 Differentiate between __repr__ and __str__ for model objects Core (Other)
779 779 [patch] Allow callables in extra_lookup_kwargs of generic views Generic views
236 236 Add support for deleting cookies easily Core (Other)
264 264 None Contrib apps
886 886 timesince breaks on the current time Tools
776 776 smart+question *.djangoproject.com
536 536 Wrap load_and_render in HttpResponse in the calling function Tools
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)
398 398 [patch] {%define VAR as%}VALUE{%in%} tag Template system
396 396 djangoadmin.py runserver should be able to listen on all available IPs Tools
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)
215 215 Need to generate postgresql tables WITHOUT OIDS by default Database layer (models, ORM)
121 121 [patch] Names in SQL should be quoted Metasystem
198 198 istartswith doesn't work Contrib apps
163 163 Option to leave off __exact Template system
158 158 Base admin template changes contrib.admin
8 8 Date and time fields should accept multiple formats contrib.admin
35 35 django-admin.py init problem for postgresql 8.0.3/win32 Database layer (models, ORM)
12 12 Add metasystem database-check functionality Metasystem
611 611 fields with editable=False do not render contrib.admin
572 572 When i have an ImageField and a auto_now DateTimeField in the same model it doesnt get saved contrib.admin
200 200 Add a Decimal type and a Currency type Database layer (models, ORM)
952 952 [patch] Allow for database client encoding configuration from project settings Database layer (models, ORM)
93 93 django-admin startproject can create invalid settings/admin.py on windows Tools
474 474 Better method of serving admin media files needed Documentation
863 863 Atom Feeds should pick up "updated" and "published" elements automatically from auto_now and auto_now_add fields contrib.syndication
760 760 Error reason not seen when 500 template is missing contrib.admin
639 639 Model FileFields empty on first pass through save() Core (Other)
317 317 [Patch] slugify delimits words by hyphens, but its validator doesn't like them Generic views
5 5 Add a cache=NUM_SECONDS argument to QuerySet Metasystem
393 393 [patch] Filters don't take the str() value of a var Core (Other)
443 443 Date's of the form 0000-00-00 don't work Database layer (models, ORM)
914 914 [patch] Admin js option does not honor absolute urls contrib.admin
688 688 [patch] Error handlers lack context. Translations
872 872 fields.TextField should pass 'rows' argument to its formfields.LargeTextField contrib.admin
720 720 Added methods to ObjectPaginator for getting the numbers of first and last object on page Core (Other)
65 65 [i18n] Internationalization and localisation contrib.admin
739 739 tutorial and docs translations Documentation
180 180 request.POST doesn't work in django_admin.py runserver Tools
87 87 [patch] Oracle database support Database layer (models, ORM)
122 122 [patch] Build models using fieldname=FieldClass Core (Other)
584 584 [patch] fix many-to-many with non-default pks. Metasystem
61 61 [patch] auth.User admin form shouldn't require people to edit hashes contrib.admin
230 230 FloatField with MySQL Backend fails silently Database layer (models, ORM)
329 329 RSS framework needs an easier interface contrib.syndication
469 469 Admin changelist assumes ForeignKey related object has ordering set contrib.admin
527 527 OneToOne relations are broken since new model style released Metasystem
463 463 [patch] new mysql.DatabaseWrapper - solving multiple MySQL problems Core (Other)
581 581 RSS framework needs unit tests contrib.syndication
813 813 we need spam protection for the ticket system :-( *.djangoproject.com
167 167 ForeignKey should also take string arg instead of class name Metasystem
340 340 The admin requires session middleware to be installed contrib.admin
634 634 [patch] admin shortcuts don't honor existing http:// absolute urls contrib.admin
395 395 [patch] New session middleware for browser-session length cookies Core (Other)
107 107 [patch] Leaving out ID parameters Metasystem
420 420 [patch] exclude_fields in AddManipulator and ChangeManipulator Metasystem
316 316 Error while logging into Admin site since revision 487 contrib.admin
798 798 Specifying username, email, and password on as arguments to &#34;django-admin.py createsuperuser&#34; Translations
682 682 Fully decoupled URLconf's for apps. Core (Other)
515 515 [patch] additional set of cache backends Core (Cache system)
192 192 FileUploads with builtin HTTPServer and wsgi-handler won't works Core (Other)
170 170 Unicode field names cause UnicodeEncodeError in main admin handler contrib.admin
896 896 [patch] Error serving media files throught django development server on windows Core (Other)
890 890 database tables should be imported directly, not thru django.models.[app_name].[table_name.lower()]s Database layer (models, ORM)
416 416 Automate site introspection for url pattern modules, view methods, template directories, and applications contrib.admin
500 500 [patch] Templates files extensions other than '.html' should be possible Template system
835 835 [new-admin] Updated norwegian translation Template system
698 698 Exceptions thrown after CONTROL-C typed to stop test web server. Core (Management commands)
724 724 get_next_by_pub_date/get_previous_by_pub_date model methods only see 1 item for each day. Core (Other)
827 827 Admin page should automatically replace _s with ' 's to make a short_description contrib.admin
119 119 Serving media Core (Other)
862 862 Which field caused method_save to bomb out? Metasystem
752 752 Base Classes for Trees Metasystem
853 853 Django has high start costs, weight Metasystem
796 796 Return no permission rather than a traceback for anonymous users Core (Other)
298 298 Need impovement to POST.copy() Core (Other)
84 84 Foreign keys don't work in MySQL Database layer (models, ORM)
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)
356 356 [patch]: simple XML-RPC support for Django Core (Other)
306 306 cached date time values have greater precision then ones retrieved from db causing issues Database layer (models, ORM)
113 113 auto-reload broken in standalone WSGI server Core (Other)
907 907 forms.txt: new_data = place.__dict__ fails for ManyToManyFields Documentation
411 411 CursorDebugWrapper does not support pyformat paramstyle. Database layer (models, ORM)
535 535 Refactor admin code to clean it up contrib.admin
557 557 date_hierarchy doesn't work with DateField contrib.admin
114 114 DeprecationWarning when creating a new project (see patch) Core (Other)
554 554 RSS feeds are not valid due to missing timezone in pubdates contrib.syndication
594 594 Django and Twisted Database layer (models, ORM)
949 949 [patch] include template tag should support select_template type list Template system
305 305 sql code was not white space safe? Database layer (models, ORM)
667 667 [patch] extra_lookup_kwargs and extra_context in infodicts should accept callbacks Generic views
695 695 sqlupdate, creates sql to update the database based on an updated model file Database layer (models, ORM)
674 674 ImageField display use undocumented thumbnails for change_list display contrib.admin
237 237 get_absolute_url doesn't show up right in admin contrib.admin
131 131 Included URL configurations do not receive parameters parsed from parent URL configurations Core (Other)
672 672 get_absolute_url isn't nice contrib.syndication
802 802 add a spam-filter callback facility to comments Tools
152 152 FCGI server for django Core (Other)
449 449 [patch] variable selection for templates should allow negative list indexes Template system
772 772 included translations sequences Internationalization
151 151 javascript clock not dismissed by clicking "cancel"; several references to ljworld.com in the src code contrib.admin
662 662 saving a newly created object without any data causes an error Core (Other)
945 945 not translated parts in admin Javascript Translations
968 968 page not found ->http://www.djangoproject.com/documentation/models/or_lookups/ Documentation
795 795 Documentation mismatch regarding "Many-to-one relationships that can be null" *.djangoproject.com
861 861 Warn on single-letter field names in unique_together contrib.admin
294 294 Use setuptools more aggressively for templates Template system
745 745 Slovak Translation Translations
507 507 Make startswith and endswith case-sensitive in MySQL Database layer (models, ORM)
585 585 [Document] - Render your Django's data with specialized applications Documentation
678 678 I would like to see a tutorial describing how to edit One-To-Many relationships Documentation
602 602 Django error when getting the root of the site with FCGI Core (Other)
570 570 formfields.SelectField doesn't select correct value for ForeignKey Core (Other)
538 538 django is not zip_safe Tools
403 403 [patch] floatformat error Template system
382 382 globals should show up in model methods and classes (like normal python classes) Core (Other)
378 378 django-admin.py should give feedback Tools
353 353 mysql breaks on model sqlite3 likes Database layer (models, ORM)
277 277 CommonMiddleware URL rewriting discards POST data Core (Other)
322 322 [patch] Admin unavailable in development server after [503] contrib.admin
190 190 Add which template a syntax error is occurring in when you raise TemplateSyntaxErrors Template system
181 181 Site and FlatFile don't appear in the Admin interface contrib.admin