Nobody
(Nobody)
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 (1005) | Reporter (0) | Owner (1) | Commenter (0) | Summary | Component |
---|---|---|---|---|---|---|
27775 | 27775 | Signed cookies does not support custom expiry | contrib.sessions | |||
34566 | 34566 | ModelAdmin get_field_queryset uses related admin ordering, but not related admin querysets. | contrib.admin | |||
34699 | 34699 | Filtering on annotated TruncSecond expression gives unexpected result. | Database layer (models, ORM) | |||
34569 | 34569 | Unify all model fields to call get_prep_value from get_db_prep_value | Database layer (models, ORM) | |||
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 | |||
27222 | 27222 | Refresh fields that are expressions after Model.save() | Database layer (models, ORM) | |||
34262 | 34262 | Queryset grouped by annotation with aggregates on another annotated expression crashes on MySQL with sql_mode=only_full_group_by. | Database layer (models, ORM) | |||
34865 | 34865 | DatabaseWrapper are not GC and connections are not closed | Database layer (models, ORM) | |||
34041 | 34041 | Accessibility improvements for admin breadcrumbs | contrib.admin | |||
34380 | 34380 | Make URLField assume "https". | Forms | |||
34871 | 34871 | Validation of UniqueConstraint with Case() crashes. | Database layer (models, ORM) | |||
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 | |||
27833 | 27833 | prefetch_related fails with SQLite when used with 1000 parent records | Database layer (models, ORM) | |||
34976 | 34976 | startproject and startapp should provide feedback | Core (Management commands) | |||
34402 | 34402 | Admin search_fields crashes for inherited model and __iexact lookup. | contrib.admin | |||
34060 | 34060 | Creating CheckConstraint on JSONField with __exact lookup on key transforms crashes on Oracle. | Database layer (models, ORM) | |||
27880 | 27880 | Use __set_name__ to replace some usages of contribute_to_class. | Database layer (models, ORM) | |||
34609 | 34609 | Deprecate format_html calls without args or kwargs | Utilities | |||
34462 | 34462 | Deletions in admin panel create N + 1 queries | contrib.admin | |||
34547 | 34547 | Deprecate DatabaseOperations.field_cast_sql(). | Database layer (models, ORM) | |||
34355 | 34355 | Make BaseConstraint arguments keyword-only | 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) | |||
27409 | 27409 | Issues with admindocs docstring links generation | contrib.admindocs | |||
34034 | 34034 | Adding a class on ChoiceWidget subwidgets is excessively difficult | Forms | |||
34479 | 34479 | Support "watchfiles" in the autoreloader | Utilities | |||
27587 | 27587 | Document str(QuerySet.query) | Documentation | |||
34900 | 34900 | Python 3.13 compatibility. | Core (Other) | |||
34406 | 34406 | Add support for curved geometries in GeoDjango | GIS | |||
27106 | 27106 | Document which template filters can be used in Python code (and how) | Documentation | |||
34887 | 34887 | Allow unlimited CharField for SQLite backend | Database layer (models, ORM) | |||
34221 | 34221 | Plural-Forms in .po files break Django's translation precedence. | Internationalization | |||
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) | |||
34118 | 34118 | Python 3.12 compatibility | Core (Other) | |||
34125 | 34125 | Limiting QuerySet crashes on union() with a single non-empty query | Database layer (models, ORM) | |||
34636 | 34636 | Add documentation for Query's function `sql_with_params` | Database layer (models, ORM) | |||
34045 | 34045 | Admin changelist checkboxes do not have labels | contrib.admin | |||
34701 | 34701 | Add support for NULLS [NOT] DISTINCT to UniqueConstraint | Database layer (models, ORM) | |||
34654 | 34654 | Post-normalization performed on the Username field leading to the bypass of the whitespace stripping | contrib.auth | |||
34886 | 34886 | Sample use of lazy in delayed translations is not valid in Django 4.1 and 4.2. | Documentation | |||
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 | |||
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) | |||
34612 | 34612 | QuerySet.only() doesn't work with select_related() on a reverse OneToOneField relation. | Database layer (models, ORM) | |||
34331 | 34331 | Support prefetch_related() with Queryset.aiterator() | Database layer (models, ORM) | |||
34994 | 34994 | Visual regression in admin checkboxes on mobile | contrib.admin | |||
34925 | 34925 | refresh_from_db() will not iterate through all of the fields listed in the 'fields' parameter. | Database layer (models, ORM) | |||
34277 | 34277 | Add where clause in QuerySet.bulk_create() when update_conflicts=True | Database layer (models, ORM) | |||
34838 | 34838 | GeoDjango database functions incompatible with GeneratedField | Database layer (models, ORM) | |||
34977 | 34977 | Turn link to change password form in admin user change form into a button | contrib.auth | |||
34841 | 34841 | Reverse migrations model state rendering slow with moderate to large migrations | Migrations | |||
34943 | 34943 | Support passing unique constraint names to bulk_create(). | Database layer (models, ORM) | |||
27447 | 27447 | Provide an easy way to test sending of signals | Testing framework | |||
27620 | 27620 | Add a TransactionMiddleware | Core (Other) | |||
27752 | 27752 | Fix and test admin_order_field set for the __str__ of a model | contrib.admin | |||
34488 | 34488 | ClearableFileInput widget forgets "Clear" selection when form is not valid | Forms | |||
27080 | 27080 | `as_manager` on QuerySet should pass down `use_in_migrations` to new Manager instance | Migrations | |||
27325 | 27325 | Offer a solution for static file serving suitable for production use | Core (Other) | |||
14831 | 14831 | Django Template Style Guide | Documentation | |||
27460 | 27460 | Allow declaring a GenericRelation from an abstract model to another abstract model | Database layer (models, ORM) | |||
34151 | 34151 | Adding explicit primary key with different type doesn't update related ManyToManyFields. | Migrations | |||
34200 | 34200 | Allow setting postgres role during connection setup | Database layer (models, ORM) | |||
34852 | 34852 | Django Unit Tests break when using replicated MySQL Cluster v8.0.28 | Testing framework | |||
34806 | 34806 | Make cached_db backend resilient to cache backend errors | contrib.sessions | |||
27516 | 27516 | Optimize test client response.json() | Testing framework | |||
34534 | 34534 | Reduce index/constraints operations. | Migrations | |||
34038 | 34038 | Low text contrast and no visual cues for links within body text in admin UI | contrib.admin | |||
34936 | 34936 | db_default with decimal.Decimal() crashes on SQLite. | Database layer (models, ORM) | |||
27950 | 27950 | Permission classes for Class Based Views | Generic views | |||
34140 | 34140 | Format python code blocks in documentation files | Documentation | |||
34971 | 34971 | Several loggers missing from logging documentation | Documentation | |||
34910 | 34910 | Color Contrast Admin Plus Icon | contrib.admin | |||
34051 | 34051 | makemigrations --check generating migrations is inconsistent with other uses of --check | Migrations | |||
34036 | 34036 | Low text contrast over light blue backgrounds in admin light theme | contrib.admin | |||
34044 | 34044 | Admin app search filter appears in nav sidebar but not on admin homepage | contrib.admin | |||
34949 | 34949 | Clarify when unique constraints are ignored. | Documentation | |||
34769 | 34769 | JSONField key/path transforms tests fail on Oracle 21c. | Database layer (models, ORM) | |||
34670 | 34670 | Django Admin light theme flickers on dark system | contrib.admin | |||
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 | |||
34411 | 34411 | Update obsolete GDAL API for DataSource handling | GIS | |||
27055 | 27055 | Model form with geometry widgets has invalid html | GIS | |||
34909 | 34909 | Accessible names for Add / Change buttons in Django Admin | contrib.admin | |||
35000 | 35000 | Skip redundant defaults to allow INSTANT longtext (among others) column addition in MySQL | Migrations | |||
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 | |||
34982 | 34982 | Visual regression for helptext at certain screen sizes | contrib.admin | |||
34997 | 34997 | The name argument is ignored when creating url path using the include() function. | Core (URLs) | |||
34822 | 34822 | Provide migration serializer for `_lru_cache_wrapper` | Migrations | |||
34633 | 34633 | Add prefetch_related() cache invalidation for create() in reverse many-to-one managers. | Database layer (models, ORM) | |||
34978 | 34978 | Annotating through an aggregate with RawSQL() raises 1056 "Can't group on" on MySQL/MariaDB. | Database layer (models, ORM) | |||
34992 | 34992 | MariaDB does not support functional group by dependencies | Database layer (models, ORM) | |||
34907 | 34907 | loaddata crashes on objects with natural keys when don't exist on passed database. | Core (Serialization) | |||
34988 | 34988 | Makemigrations shouldn't prompt for default values for non-nullable fields of other apps. | Migrations | |||
34991 | 34991 | Wrong layout of pagination buttons with editable list in the admin. | contrib.admin | |||
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) | |||
14611 | 14611 | Added dedicated option to test.Client methods (other than get()) for passing query parameters. | Testing framework | |||
34987 | 34987 | "Expression contains mixed types" exception when performing window function on query that also has aggregates. | Database layer (models, ORM) | |||
34985 | 34985 | Migrations raise AppRegistryNotReady when GeneratedField references incorrect fields. | Database layer (models, ORM) | |||
34984 | 34984 | Adding a field with default crashes for models with GeneratedField on SQLite. | Database layer (models, ORM) | |||
34717 | 34717 | Cannot use aggregate over window functions since 4.2 | Database layer (models, ORM) | |||
34965 | 34965 | @sensitive_variables for coroutine func are not recursive | Core (Other) | |||
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) | |||
34955 | 34955 | Make Concat() use the database operator `||` on PostgreSQL. | Database layer (models, ORM) | |||
34952 | 34952 | manage.py compilemessages may skip locale folders if ignore is used. | Internationalization | |||
34967 | 34967 | Queries not generating GROUP BY clause with static annotation crashes on SQLite | Database layer (models, ORM) | |||
34958 | 34958 | Intermittent `messages_tests.tests.TestLevelTags.test_lazy` test failure | Core (Other) | |||
34954 | 34954 | Improve `output_field` resolution of `Concat` | Database layer (models, ORM) | |||
34229 | 34229 | "no such column" when combining FilteredRelation and multi-table inheritance models | Database layer (models, ORM) | |||
34457 | 34457 | makemigrations --check no longer prints the changes | Migrations | |||
34946 | 34946 | Adding a field with default and db_default drops database level DEFAULT | Migrations | |||
34941 | 34941 | db_default with decimal.Decimal() doesn't return Decimal instances on Oracle. | Database layer (models, ORM) | |||
34927 | 34927 | ModelAdmin for model with InlineModelAdmin for proxy class reference results in admin.E202 | contrib.admin | |||
34932 | 34932 | Setting deterministic Postgres collations incorrectly disallows use of varchar_pattern_ops and text_pattern_ops | Migrations | |||
34934 | 34934 | Made EmailValidator.__eq__() ignore domain_allowlist ordering. | Core (Other) | |||
27403 | 27403 | Document that prefetch_related doesn't guarantee transactional consistency | Documentation | |||
34904 | 34904 | Changing email object after sending mutates mail in mail.outbox | Core (Mail) | |||
34923 | 34923 | MESSAGE_TAGS ignored in 5.0a1 | contrib.messages | |||
34920 | 34920 | FileExtensionValidator.__eq__() should ignore allowed_extensions order. | Core (Other) | |||
34899 | 34899 | Model Field.choices callable support is not actually lazy | Database layer (models, ORM) | |||
34903 | 34903 | Parallel test runner failure on Windows | Testing framework | |||
34825 | 34825 | SQLite database files are not destroyed after tests | Testing framework | |||
34921 | 34921 | Filtering an unbound DateTimeField with naive date crashes | Database layer (models, ORM) | |||
34922 | 34922 | Add dynamic HTML/CSS classes to table row elements in admin changelist view | contrib.admin | |||
34913 | 34913 | Django Admin high contrast mode no clear session | contrib.admin | |||
34912 | 34912 | Admindocs back-links and bookmarklet help text is too small | contrib.admindocs | |||
34905 | 34905 | Main landmark is on the wrong element | contrib.admin | |||
34908 | 34908 | Contrast Failure for Module Table Headers | contrib.admin | |||
34043 | 34043 | Doc "Writing your first patch for Django" doesn't explain how to contribute to the admin UI | Documentation | |||
34551 | 34551 | Case-When aggregation over aggregated fields doesn't work since 4.2 | Database layer (models, ORM) | |||
34798 | 34798 | Subquery wrapping is required in QuerySet.aggregate() for aggregates referencing nested subquery. | Database layer (models, ORM) | |||
34840 | 34840 | Django 4.2 casts text fields when testing IS NULL, preventing use of partial indexes | Database layer (models, ORM) | |||
14761 | 14761 | URL resolving / reversing design doesn't allow alternate specs | Core (URLs) | |||
34808 | 34808 | Some aggregation functions may return None; this isn't well documented | Documentation | |||
34882 | 34882 | options=0 is not respected when calling AsGeoJSON() | GIS | |||
34889 | 34889 | Broken fallback for prefetchers that only implement get_prefetch_queryset | Database layer (models, ORM) | |||
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 | |||
27229 | 27229 | Allow using aggregates in ModelAdmin.list_display | contrib.admin | |||
14336 | 14336 | list_display should be able to contain sortable references to annotated fields | contrib.admin | |||
34883 | 34883 | Allow template tags to set extra data on templates. | Template system | |||
27929 | 27929 | Add ManifestStaticFilesStorage option to remove original (non-hashed) files after processing | contrib.staticfiles | |||
34885 | 34885 | Not removing original (non-hashed) files after processing | contrib.staticfiles | |||
34878 | 34878 | Autoreload crashes with FORM_RENDERER="django.forms.renderers.TemplatesSetting". | Template system | |||
34877 | 34877 | KeyError for output_field in GeneratedField | Database layer (models, ORM) | |||
34320 | 34320 | Renaming fields with truncated names don't remove old constraints on Oracle. | Database layer (models, ORM) | |||
34835 | 34835 | Use a `nav` element or `navigation` landmark for changelist filters | contrib.admin | |||
34849 | 34849 | Appending django.contrib.postgres to the INSTALLED_APPS via @modify_settings crashes. | Database layer (models, ORM) | |||
34866 | 34866 | Cannot inspect migrations that replace squashed migrations with sqlmigrate | Migrations | |||
34861 | 34861 | KeyTextTransform incompatible with GeneratedField | Database layer (models, ORM) | |||
34858 | 34858 | Output field for combined PositiveIntegerField is not properly resolved. | Database layer (models, ORM) | |||
34823 | 34823 | assertTemplateUsed() context manager crashes for templates without names. | Testing framework | |||
34848 | 34848 | Updating translations catalog for javascript files fails with CommandError | Internationalization | |||
34862 | 34862 | For clarity, the `password_reset_email.html` template should have `.txt` extension | contrib.auth | |||
34857 | 34857 | Date picker cancel button does not respect color theme/dark mode | contrib.admin | |||
34842 | 34842 | Unmanaged read-only generated fields in admin | Database layer (models, ORM) | |||
34832 | 34832 | Use `banner` landmark or `<header>` element for the admin header area | contrib.admin | |||
34834 | 34834 | Use `search` role for the admin changelist search form | contrib.admin | |||
34833 | 34833 | Use a `main` landmark in the admin interface | contrib.admin | |||
34752 | 34752 | ASGI http.disconnect not handled for streaming responses | HTTP handling | |||
34824 | 34824 | Migrations generates two records when ForeignObject.to_fields/from_fields is not a tuple. | Migrations | |||
34642 | 34642 | File.open to support different encodings | Core (Other) | |||
34820 | 34820 | Migrations crashes when changing ForeignObject properties. | Database layer (models, ORM) | |||
34816 | 34816 | GenericForeignKey crashes if content_type_id is changed and object_id is type incompatible with old object | contrib.contenttypes | |||
34810 | 34810 | Calculate coverage on subprocesses such as django-admin commands | Core (Other) | |||
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 | |||
34799 | 34799 | inspectdb fails on tables with cross-schema relations on MySQL. | Database layer (models, ORM) | |||
34757 | 34757 | AsyncClient should follow redirects | Testing framework | |||
34784 | 34784 | Django french short date format translation bug | Internationalization | |||
34787 | 34787 | The 'runserver' command doesn't work when run from an installed script on Windows | Core (Management commands) | |||
34744 | 34744 | Migration re-add constraints when check condition contains a dict_keys object. | Migrations | |||
34779 | 34779 | Serializer makes unnecessary joins | Core (Serialization) | |||
34773 | 34773 | settings.STATICFILES_STORAGE does not return correct value when STORAGES are defined | contrib.staticfiles | |||
34620 | 34620 | Serialization of m2m relation fails with custom manager using select_related | Core (Serialization) | |||
34770 | 34770 | Default autoescape off in password_reset_email.html | contrib.auth | |||
34771 | 34771 | QuerySet.order_by() crashes on constants that cannot be cast on MySQL. | Database layer (models, ORM) | |||
34362 | 34362 | FilteredRelation doesn’t support conditional expression | Database layer (models, ORM) | |||
34743 | 34743 | full_clean() raises AttributeError on constraints with related IDs. | Database layer (models, ORM) | |||
34692 | 34692 | django.forms.renderers.get_default_renderer()'s template loader cache is not being reset on autoloads. | Forms | |||
34586 | 34586 | create() does not save reverse OneToOne relationship nor raise an Exception | Database layer (models, ORM) | |||
34542 | 34542 | Required fields allowed to be blank are not accepted non-interactively using createsuperuser | contrib.auth | |||
34739 | 34739 | Implement GEOSEqualsIdentical method on geometry objects. | GIS | |||
34754 | 34754 | CheckConstraint with isnull lookup on JSONField transform None into null jsonb value | Database layer (models, ORM) | |||
34760 | 34760 | Drop support for SQLite < 3.27.0 | Database layer (models, ORM) | |||
34686 | 34686 | Confirm/Add support for GEOS 3.12. | GIS | |||
27489 | 27489 | Renaming a model doesn't rename the permission name and codename | contrib.auth | |||
34750 | 34750 | Fixed QuerySet.count() on querysets grouped by unused multi-valued annotations. | Database layer (models, ORM) | |||
34477 | 34477 | Asyncio send mail backend | Core (Mail) | |||
34655 | 34655 | Tests for RadioSelect and Select have diverged considerably, potentially leaving RadioSelect undertested | Forms | |||
34748 | 34748 | __in lookup crashes with a subquery containing an unused annotation that uses explicit grouping. | Database layer (models, ORM) | |||
14845 | 14845 | Document connection-creation process | Documentation | |||
34720 | 34720 | BaseReloader.watch_dir() incorrectly checks for existence of path | Utilities | |||
34738 | 34738 | Django admin doesn't translate error | contrib.admin | |||
34733 | 34733 | m2m_changed signal is unaware if .set() method is being called | Database layer (models, ORM) | |||
34735 | 34735 | About form validation | Forms | |||
34532 | 34532 | Form.default_renderer is ignored in formsets. | Forms | |||
34714 | 34714 | Async support for get_object_or_404()/get_list_or_404(). | Database layer (models, ORM) | |||
34731 | 34731 | Django test suite still has an occurence of assertEquals, removed in Python 3.12 | Testing framework | |||
34716 | 34716 | Class methods from nested classes cannot be used as Field.default. | Migrations | |||
34718 | 34718 | Allow django.contrib.admin's ListFilter to render details tag collasped by default | contrib.admin | |||
27471 | 27471 | Make admin's list_filter choices collapsable | contrib.admin | |||
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 | |||
34448 | 34448 | makemessages' --no-obsolete option is undocumented and untested. | Core (Management commands) | |||
34691 | 34691 | Add a system check for unmatched URL paths' < / > | Core (System checks) | |||
34698 | 34698 | Allow returning IDs in QuerySet.bulk_create() when updating conflicts. | Database layer (models, ORM) | |||
34688 | 34688 | Remove contrib.sitemaps.ping_google(). | contrib.sitemaps | |||
34639 | 34639 | MySQL 8.0 hangs indefinitely when using the admin search with a Foreign Key and Annotate | contrib.admin | |||
34693 | 34693 | Add method to ContentTypeManager to support search for table_name | contrib.contenttypes | |||
34687 | 34687 | Apps.clear_cache() does not clear get_swappable_settings_name cache. | Core (Other) | |||
34572 | 34572 | Confirm/Add support for GDAL 3.7. | GIS | |||
34681 | 34681 | Optimize memcache_key_warnings() | Core (Cache system) | |||
34671 | 34671 | Inspectdb collation issue with oracle views | Core (Management commands) | |||
34391 | 34391 | Add async interface to contrib.auth | contrib.auth | |||
34675 | 34675 | Selenium WebDriver implementation is broken due to update of Selenium | Testing framework | |||
34678 | 34678 | README.rst does not mention the Django Discord or Django forum | Documentation | |||
34676 | 34676 | Normalise MeasureBase unit not found exceptions to use AttributeError | GIS | |||
34345 | 34345 | Add system check for filter_horizontal/filter_vertical on ManyToManyFields with intermediary models. | contrib.admin | |||
34634 | 34634 | Creating objects with nested MTI crashes. | Database layer (models, ORM) | |||
27079 | 27079 | Refactor LiveServerPort tests to not make extra calls to setUpClass() and tearDownClass() | Testing framework | |||
34517 | 34517 | ImageField unnecessarily adds a post_init signal handler to the model | Database layer (models, ORM) | |||
34629 | 34629 | AttributeError when using filter argument with Collect in GeoDjango Aggregate | GIS | |||
34473 | 34473 | StepValueValidator does not take into account min_value | Forms | |||
34649 | 34649 | Modernise selenium --headless support | Testing framework | |||
34638 | 34638 | Rows are selected if BooleanField is in list_editable | contrib.admin | |||
34604 | 34604 | On databases lacking XOR, Q(…) ^ Q(…) ^ Q(…) wrongly interpreted as exactly-one rather than parity | Database layer (models, ORM) | |||
34539 | 34539 | `get_prep_value` no longer called for JSONField | Database layer (models, ORM) | |||
34445 | 34445 | DateField.input_formats cannot be printed | Utilities | |||
34637 | 34637 | Add support for database defaults in questioner. | Migrations | |||
34627 | 34627 | Active row states invisible for WHCM users | contrib.admin | |||
34601 | 34601 | ModelAdmin: Error message for readonly_fields's check does not include the field name | contrib.admin | |||
34570 | 34570 | QuerySet.defer() raises an AttributeError when the field is ManyToManyField or GenericForeignKey | Database layer (models, ORM) | |||
34617 | 34617 | Ensures <meta name="viewport"> does not disable text scaling and zooming | contrib.admin | |||
34595 | 34595 | format_html() should explicitly mention that format_string is not escaped and that result is safe | Template system | |||
34616 | 34616 | Incorrect code example in 5.0 release notes | Documentation | |||
34606 | 34606 | Right() function on Oracle and SQLite returns improper value when the length is zero. | 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 | |||
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 | |||
34535 | 34535 | dbshell management command can crash if DATABASES["name"] is a PosixPath | Core (Management commands) | |||
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) | |||
34592 | 34592 | admin css font does not need explicit apple fonts | contrib.admin | |||
34587 | 34587 | Allow to override table2model conversion for inspectdb command | Core (Management commands) | |||
34580 | 34580 | Performance regession in SQLCompiler | Database layer (models, ORM) | |||
34578 | 34578 | Template filter `join` should not escape the joining string if `autoescape` is `off` | Template system | |||
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 | |||
34521 | 34521 | Use __slots__ for template Node classes | Template system | |||
34568 | 34568 | makemigrations --update should respect the --name option. | Database layer (models, ORM) | |||
34571 | 34571 | Request with invalid session after concurrent logout or session timeout is considered a BadRequest | contrib.sessions | |||
34567 | 34567 | slugify template filter with allow_unicode | Template system | |||
34556 | 34556 | StreamingHttpResponse documentation inaccuracy | Documentation | |||
34552 | 34552 | Delaying get_from_clause call as much as possible. | Database layer (models, ORM) | |||
34553 | 34553 | Can't create CheckConstraint with percent characters in values on postgresql due to broken quoting | Database layer (models, ORM) | |||
34544 | 34544 | DBMS_LOB.SUBSTR() is unnecessary for "IS NULL" condition on Oracle. | Database layer (models, ORM) | |||
34545 | 34545 | Typo in "FAQ: Installation". | Documentation | |||
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 | |||
34386 | 34386 | Error while sending TLS smtp email when no EMAIL_SSL_CERTFILE / EMAIL_SSL_KEYFILE are specified in project settings | Core (Mail) | |||
34518 | 34518 | "random" template filter crashes on an empty list. | Template system | |||
34512 | 34512 | Admin missing breadcrumbs in app index | contrib.admin | |||
34455 | 34455 | i18n_patterns() not respecting prefix_default_language=False | Internationalization | |||
34481 | 34481 | Admin check for reversed foreign key used in "list_display" | contrib.admin | |||
34505 | 34505 | Non-deterministic collations doesn't work with unique related fields on PostgreSQL | Migrations | |||
34496 | 34496 | ManifestStaticFilesStorage.patterns for sourceMappingURL does not retrieve matched for data URI | contrib.staticfiles | |||
34440 | 34440 | AND operator on queryset with joins gives wrong results | Documentation | |||
34435 | 34435 | JSONField with string default raises fields.E010 warning. | Documentation | |||
34497 | 34497 | ManifestStaticFilesStorage skips import and export of javascript modules with absolute paths | contrib.staticfiles | |||
34500 | 34500 | use annotate return feild, Error capture does not work | Database layer (models, ORM) | |||
34419 | 34419 | Document django.contrib.admin.sites.all_sites | contrib.admin | |||
34483 | 34483 | Negative result of django.utils.timesince.timesince | Utilities | |||
34484 | 34484 | HttpRequest.__deepcopy__ doesn't deepcopy attributes | HTTP handling | |||
27505 | 27505 | Error messages customization and internationalization in Paginator class | Core (Other) | |||
34394 | 34394 | ASGIRequest doesn't respect settings.FORCE_SCRIPT_NAME. | HTTP handling | |||
34464 | 34464 | QuerySet.count() regression on Django 4.2 with values() and annotate() | Database layer (models, ORM) | |||
34470 | 34470 | client_encoding is no longer enforce on PostgreSQL. | Database layer (models, ORM) | |||
34466 | 34466 | Django 4.2 overwrites user-specified psycopg cursor_factory | Database layer (models, ORM) | |||
34471 | 34471 | Cannot import name 'url' from 'django.conf.urls' | Uncategorized | |||
34463 | 34463 | WHERE clause example missing from Q() documentation | Documentation | |||
34028 | 34028 | Django 'static' template tag fails to generate URLs with SCRIPT_NAME prefix | Template system | |||
34458 | 34458 | QuerySet.defer('user_id') raises AttributeError: 'ForeignKey' object has no attribute 'field' | Database layer (models, ORM) | |||
34450 | 34450 | Lookup expressions across foreign keys introduce extra joins | Database layer (models, ORM) | |||
34039 | 34039 | Admin search bar is too small to use on small screens | contrib.admin | |||
34431 | 34431 | DateTimeField.input_formats change from Django 3.1 is documented improperly | Documentation | |||
27778 | 27778 | Update unicode documentation for Python 3 | Documentation | |||
34383 | 34383 | Layout error in Admin when using help_text | Template system | |||
34427 | 34427 | Improve error message for incorrect context processors | Template system | |||
34438 | 34438 | UserCreationForm.clean_username() crashes with a custom user model. | contrib.auth | |||
34077 | 34077 | Make BoundField renderable. | Forms | |||
34437 | 34437 | values() doesn't mention annotations as valid choices on resolving error | Database layer (models, ORM) | |||
34352 | 34352 | Unify terms in Signals docs. | Documentation | |||
34316 | 34316 | Visual regressions in admin's change password form | contrib.admin | |||
34409 | 34409 | Examples of fetching raw SQL don't work for non-unique column names. | Documentation | |||
34424 | 34424 | SelectDateWidget can crash with OverflowError. | Forms | |||
34388 | 34388 | Added support for direct usage of Choices classes on model fields | Database layer (models, ORM) | |||
27923 | 27923 | Add form signals (pre_init, post_init, pre_clean, post_clean, etc.) | Forms | |||
27487 | 27487 | ModelAdmin.formfield_overrides on ManyToManyField isn't compatible with CheckboxSelectMultiple | contrib.admin | |||
34420 | 34420 | Migration import ordering violates coding style and isort defaults | Migrations | |||
34404 | 34404 | Incorrect documentation about content type set by FileResponse object | Documentation | |||
34405 | 34405 | Improper guessing of Mime Type for "br" and "Z" file types | HTTP handling | |||
34407 | 34407 | Report faulty file when some static file has non-utf-8 encoding | contrib.staticfiles | |||
34333 | 34333 | Migrations tries to add constraint before adding a foreign key. | Migrations | |||
27397 | 27397 | Querying with an integer larger than SQLite supports crashes with OverflowError | Database layer (models, ORM) | |||
27559 | 27559 | Admin changelist turns GET QueryDict into dict which may lose parameters | contrib.admin | |||
34370 | 34370 | IntegerField validators don't work if the database is SQLite, leading to overflow errors | Database layer (models, ORM) | |||
34384 | 34384 | SECRET_KEY_FALLBACKS is not used for sessions | contrib.auth | |||
34387 | 34387 | DateFormat.P() does not follow PHP's date string format | Utilities | |||
34377 | 34377 | AdminSite.catch_all_view() drops query string in redirects | contrib.admin | |||
34378 | 34378 | Using in_bulk() with id_list and order_by() | Database layer (models, ORM) | |||
34374 | 34374 | Windows 11 GIS Tests Failing | Core (Other) | |||
34367 | 34367 | GIS GDAL install on Windows 11 Instructions Issue | Documentation | |||
34373 | 34373 | Update docs on ForeignKey to suggest setting "to" and object before a string | Documentation | |||
34372 | 34372 | Field position reference for aggregate ends up in group-by clause | Database layer (models, ORM) | |||
34366 | 34366 | Migration optimizer does not reduce multiple AlterField | Migrations | |||
34338 | 34338 | Allow to customize the code attribute of ValidationError raised by BaseConstraint.validate | Database layer (models, ORM) | |||
34217 | 34217 | Migration removing a CheckConstraint results in ProgrammingError using MySQL < 8.0.16. | Migrations | |||
34363 | 34363 | floatformat() crashes on "0.0000" | Template system | |||
34344 | 34344 | PostGIS Database Backend Overrides features_class, ops_class and introspection_class | GIS | |||
34349 | 34349 | Formsets' add_fields() method fails in some circumstances if the argument index is None. | Forms | |||
34346 | 34346 | QuerySet ordered by annotation with name used by select_related() field crashes with AmbiguousColumn. | Database layer (models, ORM) | |||
34176 | 34176 | Annotation's original field-name can clash with result field name over aggregation | Database layer (models, ORM) | |||
34302 | 34302 | SpatialReference.srid incorrectly assumes first AUTHORITY value to be projection SRID | GIS | |||
34342 | 34342 | The test async_client is not consuming async StreamingResponse generators properly | Testing framework | |||
34250 | 34250 | Duplicate model names in M2M relationship causes RenameModel migration failure | Migrations | |||
34328 | 34328 | Class-based async-only middleware not detected as coroutine in MiddlewareMixin | Documentation | |||
34280 | 34280 | Support create defaults for update_or_create | Database layer (models, ORM) | |||
34318 | 34318 | Add a release note that makemessages no longer changes .po files when up to date. | Documentation | |||
34334 | 34334 | There might be an error in the Django Tutorial No. 5 | Documentation | |||
34325 | 34325 | Clarify PercentRank() description. | Documentation | |||
34324 | 34324 | Django Discord Server is not mentioned in the "Join the Django community ❤️" section in contributing guide | Documentation | |||
34248 | 34248 | sdist is missing tox.ini | Packaging | |||
34311 | 34311 | Update serialization examples from unique_together to UniqueConstraint | Documentation | |||
34319 | 34319 | Model.validate_constraints() crashes when constraint's validate() raises ValidationError without a code. | Database layer (models, ORM) | |||
34315 | 34315 | Close button read only changeview of admin does not preserve filters | contrib.admin | |||
34313 | 34313 | Thousands separator for Spanish language is incorrect | Internationalization | |||
34146 | 34146 | Add tutorial step for installing third party package(s) | Documentation | |||
34317 | 34317 | wrong attribute naming in method BaseModelFormSet.save_existing | Forms | |||
34285 | 34285 | Index transforms on filtered array aggregates produces incorrect SQL query | Database layer (models, ORM) | |||
34301 | 34301 | "show_save_as_new" in admin can add without this permission | contrib.admin | |||
34259 | 34259 | Management command subparsers don’t retain error formatting | Core (Management commands) | |||
34286 | 34286 | Mixed-case views/templates names causes 404 on :view:/:template: directive. | contrib.admindocs | |||
34180 | 34180 | Document that setting language in tests affects other tests | Documentation | |||
34283 | 34283 | Missing parameter escaping in admin filters.js | contrib.admin | |||
34255 | 34255 | Annotation/group by with an expression on psycopg3 | Database layer (models, ORM) | |||
34254 | 34254 | Exists annotations can return non-boolean results (i.e. None) if used with an empty QuerySet. | Database layer (models, ORM) | |||
34294 | 34294 | File locking fails if argtypes redefined on Windows. | File uploads/storage | |||
34291 | 34291 | Validation of UniqueConstraint with ordered expressions crashes. | Database layer (models, ORM) | |||
34227 | 34227 | Multi-level FilteredRelation with select_related() may set wrong related object. | Database layer (models, ORM) | |||
34192 | 34192 | Callable storage on FileField fails to deconstruct when it returns default_storage | Database layer (models, ORM) | |||
34278 | 34278 | Missing ngettext call in SelectFilter2.js | Internationalization | |||
34279 | 34279 | Certain character causes django admin to misfunction | Database layer (models, ORM) | |||
34235 | 34235 | ManifestStaticFilesStorage should expose a "hash" of the manifest file. | contrib.staticfiles | |||
34242 | 34242 | Behavior of Model.delete() with regards to primary_key fields is not documented | Documentation | |||
34267 | 34267 | QuerySet.union() crashes with IndexError when getting cached results. | Database layer (models, ORM) | |||
34266 | 34266 | Add ClosestPoint function to GeoDjango | GIS | |||
34272 | 34272 | floatformat() crashes on "0.00". | Template system | |||
34264 | 34264 | Move note about session cookies to correct category | Documentation | |||
34234 | 34234 | Drop support for PROJ < 5. | GIS | |||
34240 | 34240 | assertRedirects() doesn't preserve headers set in RequestFactory/Client methods. | Testing framework | |||
34110 | 34110 | Add InMemoryStorage | File uploads/storage | |||
34220 | 34220 | Cannot import csrf_input_lazy from partially initialized module. | Template system | |||
34232 | 34232 | 'Add Another' casing typo in tutorial 7 | Documentation | |||
34074 | 34074 | 'headers' argument for test RequestFactory/Client | Testing framework | |||
34238 | 34238 | Support computed `GENERATED ALWAYS` columns | Database layer (models, ORM) | |||
34063 | 34063 | request.POST not populated for multipart/form-data via AsyncClient | Testing framework | |||
34208 | 34208 | Confirm/Add support for GDAL 3.6. | GIS | |||
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 | |||
34219 | 34219 | Collation is not preserved when field is altered on PostgreSQL and MySQL. | Database layer (models, ORM) | |||
34170 | 34170 | Mitigate the BREACH attack | HTTP handling | |||
34212 | 34212 | Redis cache client uses a read connection for incr operation | Core (Cache system) | |||
34213 | 34213 | Update PostgreSQL package names in docs | Documentation | |||
34209 | 34209 | FileBasedCache has_key is susceptible to race conditions | Core (Cache system) | |||
34205 | 34205 | Validation of constraints with __len lookup crashes for ArrayFields. | Database layer (models, ORM) | |||
34206 | 34206 | annotation of another annotation duplicate query rule | Database layer (models, ORM) | |||
34172 | 34172 | Documentation of AdminSite.get_urls() encourages security vulnerabilities | contrib.admin | |||
34194 | 34194 | Extract function for generating proper Content-Disposition headers | HTTP handling | |||
34198 | 34198 | Django content type prefetching wrong data | Database layer (models, ORM) | |||
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) | |||
34188 | 34188 | Add a section on refresh_from_db to the Multiple databases documentation | Documentation | |||
34119 | 34119 | ModelForm fields with callable defaults don't correctly propagate default values | Forms | |||
34183 | 34183 | Add a ChoicesMeta.max_length property returning the max_length when data type supports len() | Database layer (models, ORM) | |||
34103 | 34103 | Queries with duplicate params incorrectly logged for Oracle | Database layer (models, ORM) | |||
34173 | 34173 | SessionMiddleware support 503 status code | contrib.sessions | |||
34064 | 34064 | USE_THOUSAND_SEPARATOR docs clarification of override by locale | Documentation | |||
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 | |||
34148 | 34148 | Removing a field from form.fields previously added to _bound_fields_cache has no effect | Forms | |||
34123 | 34123 | Ambiguous aliases in ordering on combined queries with select_related(). | Database layer (models, ORM) | |||
34099 | 34099 | update_or_create() not saving data assigned in a model's save() method | Database layer (models, ORM) | |||
34154 | 34154 | Inconsistent use of "mixin" in the documentation | Documentation | |||
34147 | 34147 | Add aall() for related managers. | Database layer (models, ORM) | |||
34135 | 34135 | Add async interface to ManyRelatedManager & RelatedManager | Database layer (models, ORM) | |||
34139 | 34139 | acreate(), aget_or_create(), and aupdate_or_create() doesn't work as intended on related managers. | Database layer (models, ORM) | |||
27849 | 27849 | Add SQL 2003 FILTER syntax support with Case(When()) fallback to aggregates | Database layer (models, ORM) | |||
34143 | 34143 | Multiple file upload docs | Documentation | |||
34137 | 34137 | model.refresh_from_db() doesn't clear cached generic foreign keys | contrib.contenttypes | |||
34088 | 34088 | Sitemaps without items raise ValueError on callable lastmod. | contrib.sitemaps | |||
34142 | 34142 | dumpdata fails when writing a utf-8 to the file | Core (Management commands) | |||
34138 | 34138 | Adding ManyToManyField on SQLite rebuilds table. | Migrations | |||
34080 | 34080 | __exact lookup on nested arrays with None values fails on PostgreSQL. | contrib.postgres | |||
34112 | 34112 | Add async interface to Model | Database layer (models, ORM) | |||
34129 | 34129 | Admin list_editable failed to edit | contrib.admin | |||
34094 | 34094 | RTL alignment is off in admin header area | contrib.admin | |||
34066 | 34066 | Accessing UserAdmin via to_field leads to link to PasswordResetForm being broken (404) | contrib.auth | |||
34109 | 34109 | Uvicorn can be run without installing gunicorn | Documentation | |||
34098 | 34098 | Filter floatformat drops precision in decimal numbers | Template system | |||
34111 | 34111 | Use sqlparse to format SQL in tests failures with debug flag | Testing framework | |||
34085 | 34085 | Black shouldn't format non-Python files | Core (Management commands) | |||
34105 | 34105 | Invalid query generated on Postgres when annotate and order_by have common sub-expressions | Database layer (models, ORM) | |||
34102 | 34102 | Admin list view `word-break: break-word;` | contrib.admin | |||
34093 | 34093 | Admin theme switcher icon should resize according to browser font size | contrib.admin | |||
34079 | 34079 | Excessive parentheses when generating a query | Database layer (models, ORM) | |||
34042 | 34042 | Screen reader issues with admin navigation sidebar | contrib.admin | |||
34068 | 34068 | `runserver 0`'s "Starting development server at <address>" doesn't work | Core (Management commands) | |||
34012 | 34012 | QuerySet.order_by() silently skips non-existing fields on related fields with Meta.ordering. | Database layer (models, ORM) | |||
34058 | 34058 | Widening AutoField to BigAutoField, fails to widen the sequence. | Database layer (models, ORM) | |||
34062 | 34062 | object HttpResponseNotAllowed can't be used in 'await' expression | Generic views | |||
34010 | 34010 | Parallel tests don't work with spawn. | Testing framework | |||
34056 | 34056 | Update the deprecated password list used by CommonPasswordValidator to a more recent list | contrib.auth | |||
34030 | 34030 | add SystemCheckError for LocaleMiddleware | Core (Management commands) | |||
34025 | 34025 | Autocomplete field fills all empty required fields references to the same model when added a choice in popup. | contrib.admin | |||
34052 | 34052 | migrate --check still emits signals if database is up to date | Migrations | |||
34050 | 34050 | Generated migration file is not detected by django because of the name of newly generated migration file | Migrations | |||
34040 | 34040 | Autofocus on model list views can be problematic for screen reader users | contrib.admin | |||
34027 | 34027 | Changing CharField type referenced by ForeignKey crashes on PostgreSQL. | Migrations | |||
34037 | 34037 | Low text contrast for grey buttons in admin light theme | contrib.admin | |||
34048 | 34048 | Do not add cache control header if is set to false or a falsy value | Utilities | |||
34026 | 34026 | WKBReader.read() crashes on strings. | GIS | |||
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 | |||
34032 | 34032 | Base authentication Backend should raise NotImplemented on needed methods | contrib.auth | |||
34024 | 34024 | 'WhereNode' object has no attribute 'is_summary' when counting a queryset with annotation from a subquery | Database layer (models, ORM) | |||
34015 | 34015 | Registering lookups on relation fields should be supported. | Database layer (models, ORM) | |||
34014 | 34014 | DecimalValidator fails to validate 0 in scientific notation (0E+1 or 0E+2) | Core (Other) | |||
34017 | 34017 | Mention that when using Argon2PasswordHasher, this means Argon2id gets used | Documentation | |||
34019 | 34019 | "Extending Django's default user" section refers to a deleted note | Documentation | |||
34018 | 34018 | Typo in ref/contrib/flatpages.txt. | Documentation | |||
34000 | 34000 | Fix numberformat.py "string index out of range" when null | Utilities | |||
27944 | 27944 | Have meta.get_field('pk') return the primary key field directly | Database layer (models, ORM) | |||
27464 | 27464 | SRID should be stored in DB on MySQL backend | GIS | |||
27060 | 27060 | Take indexes into account in inspectdb command | Core (Management commands) | |||
27064 | 27064 | Implement RenameIndex in a backwards compatible way | Migrations | |||
27550 | 27550 | add version of GEOSGeometry.normalize() that returns new geometry | GIS | |||
27844 | 27844 | Add a management command to optimize a migration | Migrations | |||
27468 | 27468 | Move utils.crypto.salted_hmac() from SHA1 toward SHA256 | Utilities | |||
27574 | 27574 | support geodetic distance calculation on MySQL 5.7+ | GIS | |||
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 | |||
27095 | 27095 | Queries involving postgres Array fields can't include expressions as elements | contrib.postgres | |||
14035 | 14035 | Cannot access POST after request.encoding was set to a custom value | HTTP handling | |||
27074 | 27074 | connection.is_usable() raises AttributeError after the connection is closed | Database layer (models, ORM) | |||
27694 | 27694 | Improve documentation of supported lookups on HStore & JSON fields | Documentation | |||
27590 | 27590 | Allow configuration of where to save staticfiles manifest. | contrib.staticfiles | |||
27149 | 27149 | Allow using a subquery in QuerySet.filter() | Database layer (models, ORM) | |||
27488 | 27488 | add support for IsValid and MakeValid GIS functions on SpatiaLite backend | GIS | |||
27575 | 27575 | Make host validation run on all requests | HTTP handling | |||
27854 | 27854 | Make `collectstatic` warn (rather than blow up) on missing directories | contrib.staticfiles | |||
27339 | 27339 | Adding an AutoField prompts for a default which creates a broken migration | Migrations | |||
27827 | 27827 | Raising InvalidTemplateLibrary completely masks out real exception in get_package_libraries | Template system | |||
27807 | 27807 | Overriding username validators doesn't work as documented | contrib.auth | |||
27188 | 27188 | Allow using unique=True with FileField | File uploads/storage | |||
27917 | 27917 | Allow ModelAdmin.radio_fields to work with NullBooleanField | contrib.admin | |||
27445 | 27445 | RadioSelect widget does not work for NullBooleanField | Documentation | |||
27257 | 27257 | Use the ->> operator when filtering builtin text lookups on JSONField keys | contrib.postgres | |||
27417 | 27417 | Migration to change model field case crashes on Oracle | Migrations | |||
27480 | 27480 | Add a Cache.touch(key, timeout=DEFAULT_TIMEOUT) method | Core (Cache system) | |||
27679 | 27679 | Document that empty formsets display min_num+extra forms | Documentation | |||
27719 | 27719 | Add queryset.alias() to mimic .annotate() for aggregations without loading data | Database layer (models, ORM) | |||
27395 | 27395 | Allow generating '<link rel="alternate ... hreflang=...>" for sitemaps' | contrib.sitemaps | |||
27430 | 27430 | `manage.py test` does not support unittest `-b` buffer option | Testing framework | |||
27804 | 27804 | Use unittest.subTest() in Django's test suite | Core (Other) | |||
27686 | 27686 | calls to request.user.is_authenticated returns vary by cookie header for all users | contrib.sessions | |||
27661 | 27661 | Move FileSystemFinder ImproperlyConfigured errors to system checks | contrib.staticfiles | |||
27666 | 27666 | Delay rendering of models in migration operations when possible | Migrations | |||
27865 | 27865 | Document use of Manager rather than BaseManager for from_queryset() | Documentation | |||
27370 | 27370 | Django's Select widget adds a required="required" attribute, even if created with empty_label=True | Forms | |||
27852 | 27852 | Admin Delete Object Block Page Doesn't Show All Related Objects Blocking Deletion | Database layer (models, ORM) | |||
27888 | 27888 | Add a button to clear all admin filters | contrib.admin | |||
14408 | 14408 | Admin Error when subclassing ContentType for generic Relations | contrib.admin | |||
17 | 17 | Metasystem optimization: Share select_related in memory | Database layer (models, ORM) | |||
27914 | 27914 | makemigrations produces incorrect path for inner classes | Migrations | |||
27164 | 27164 | Database routers examples could be more realistic | Documentation | |||
27272 | 27272 | Add a on_delete RESTRICT handler to allow cascading deletions while protecting direct ones | Database layer (models, ORM) | |||
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) | |||
14218 | 14218 | Paginator just implement the __iter__ function | Core (Other) | |||
27921 | 27921 | Documentation of make_aware() with is_dst is misleading | Documentation | |||
27462 | 27462 | Clarify what's contained in m2m_changed's "pk_set" argument | Documentation | |||
27995 | 27995 | Raise a descriptive error on unsupported operations following QuerySet.union(), intersection(), and difference(). | Database layer (models, ORM) | |||
14129 | 14129 | Slovenian translation plural-forms | Internationalization | |||
27801 | 27801 | Make createsuperuser inspect environment variables for username and password | contrib.auth | |||
27635 | 27635 | django.utils.crypto should use secrets on Python 3.6+ | Utilities | |||
27685 | 27685 | Allow autoreloader to use watchman | Utilities | |||
14365 | 14365 | Make template-rendering signals available also in DEBUG mode | Testing framework | |||
27755 | 27755 | add ModelAdmin.get_inlines() hook to allow set inlines based on the request or model instance. | contrib.admin | |||
14808 | 14808 | i18n is not safe. | Documentation | |||
14009 | 14009 | custom formset validation documentation is incomplete | Documentation | |||
27360 | 27360 | Make it easier to track down the offending models for AlreadyRegistered exceptions | contrib.admin | |||
27991 | 27991 | Add 'obj' kwarg to InlineModelAdmin.has_add_permission() | contrib.admin | |||
14204 | 14204 | Take advantage of SQLite support for FK constraints | Database layer (models, ORM) | |||
27994 | 27994 | Document contrib.staticfiles.storage.ManifestFilesMixin | Documentation | |||
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 | |||
27335 | 27335 | Avoid object save during QuerySet.update_or_create() when there were no changes | Database layer (models, ORM) | |||
27731 | 27731 | Squashmigrations doesn't optimize AlterField related_name across AlterUniqueTogether/AlterIndexTogether | Migrations | |||
27768 | 27768 | makemigrations uses unnecessary AddField for ForeignKey depending on model name | Migrations | |||
27845 | 27845 | Possible Migration Optimizer Strategy Improvement | Migrations | |||
27472 | 27472 | GEOSGeometry('POINT EMPTY').ogr crashes | GIS | |||
27398 | 27398 | Make SimpleTestCase.assertRedirects() URL comparison ignore ordering of query parameters | Testing framework | |||
27629 | 27629 | Inconsistent check of allow_relation in ForwardManyToOneDescriptor.__set__ | Database layer (models, ORM) | |||
27863 | 27863 | Implement "SameSite" flag for session and CSRF cookies | HTTP handling | |||
27018 | 27018 | Admin views in admindocs crash with AttributeError | contrib.admindocs | |||
27728 | 27728 | Allowed overriding admin templatetag's templates. | contrib.admin | |||
27161 | 27161 | TypedChoiceField fails to validate properly when used with ArrayField | Forms | |||
27533 | 27533 | inspectdb crashes on unsupported unique_together constraints in PostgreSQL | Database layer (models, ORM) | |||
27656 | 27656 | Fix comment verb style according to PEP 257 | Core (Other) | |||
27392 | 27392 | Remove "Tests that", "Ensures that", etc. from test docstings | Documentation | |||
27449 | 27449 | Make django.utils.translation.trans_real.get_supported_language_variant public API | Internationalization | |||
27985 | 27985 | Converting `Foo.objects.filter(bar=None)` to an `IsNull` too early. | Database layer (models, ORM) | |||
27810 | 27810 | Add query expression support for ModelAdmin list_display's admin_order_field | contrib.admin | |||
27682 | 27682 | Add more dependencies to extras_require (eg sqlparse, PyYAML) | Packaging | |||
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 | |||
27458 | 27458 | Oracle backend giving ORA-00911 : Invalid Character, querying with a literal "%s" | Database layer (models, ORM) | |||
27843 | 27843 | M2M db table names with explicit `username` | Database layer (models, ORM) | |||
27710 | 27710 | foreign key _id optimisation leads to incorrect descriptor value | Database layer (models, ORM) | |||
27318 | 27318 | Return failed values from memcached.set_many() | Core (Cache system) | |||
27515 | 27515 | Make AuthenticationForm use the username length from the user model | contrib.auth | |||
27846 | 27846 | refresh_from_db() doesn't clear reverse OneToOneFields | Database layer (models, ORM) | |||
27546 | 27546 | Replace hardcoded class names in __repr__-methods | Core (Other) | |||
27067 | 27067 | Deprecate string_concat | Internationalization | |||
27532 | 27532 | Deprecate Model._meta.has_auto_field | Database layer (models, ORM) | |||
14370 | 14370 | Adding support for Autocomplete in contrib.admin | contrib.admin | |||
27895 | 27895 | Test Client fails to decode json response with unicode characters | Testing framework | |||
27603 | 27603 | on SpatiaLite AsKML GIS function fails if annotated queryset is evaluated several times | GIS | |||
27818 | 27818 | Use contextlib.suppress to suppress exceptions. | Core (Other) | |||
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 | |||
27796 | 27796 | Middlewares load twice due to StaticFilesHandler(WSGIHandler) | contrib.staticfiles | |||
27258 | 27258 | Raise an exception if RequestContext is used with template.backends.django.Template.render() | Template system | |||
27855 | 27855 | Document Python 3.4 support for Django 2.0 | Documentation | |||
27859 | 27859 | Migration to create TextField with db_index=True crashes on MySQL | Migrations | |||
27970 | 27970 | Allow in_bulk() to use other unique fields besides the primary key | Database layer (models, ORM) | |||
27670 | 27670 | Loading shell crashes when pythonrc file contains error | Core (Management commands) | |||
27964 | 27964 | Raise an error if a MySQL geometry with an unsupported SRID is saved to the database | GIS | |||
27539 | 27539 | assertNumQueries fails if debug cursor wrapper fills | Testing framework | |||
27787 | 27787 | call_command() should validate the arguments it receives | Core (Management commands) | |||
27434 | 27434 | Document caveats of raising a ValidationError in Model.clean() for a field not in a model form | Documentation | |||
27830 | 27830 | Use distutils.version.LooseVersion instead of custom version parsing | Core (Other) | |||
27967 | 27967 | The autogenerated OneToOneField on multi table inheritance breaks the InlineAdminForm given UUID pk | contrib.admin | |||
27655 | 27655 | Styleguide missing - Use single quotes instead of double quotes in string | Documentation | |||
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 | |||
27881 | 27881 | Add "unified diff" output mode to diffsettings management command | Core (Management commands) | |||
27978 | 27978 | Allow loaddata to read data from stdin | Core (Management commands) | |||
27860 | 27860 | Changing a CharField to a ForeignKey crashes when migrating in PostgreSQL | Migrations | |||
27241 | 27241 | Annotate doesn't work with PostgreSQL views anymore | Database layer (models, ORM) | |||
27554 | 27554 | Queryset evaluation fails with mix of nested and flattened prefetches (AttributeError on RelatedManager) | Database layer (models, ORM) | |||
27730 | 27730 | Document that template tags with "as" variable assignment don't propogate variables across blocks | Documentation | |||
27644 | 27644 | Document FileSystemStorage.get_created_time() limitation on Unix | Documentation | |||
27947 | 27947 | Document that model field error_messages don't carry over to forms | Documentation | |||
27972 | 27972 | BaseSpatialField.geodetic should return SpatialReference.geographic | GIS | |||
28001 | 28001 | Investigate/update comment about context popping in ForNode.render() | Template system | |||
27912 | 27912 | Open redirect on non-HTTP protocols: is_safe_url not validating properly | HTTP handling | |||
27974 | 27974 | Degraded performance when rendering ChoiceField with lots of options and DEBUG=True | Template system | |||
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) | |||
27573 | 27573 | Distance function returns Distance object instead of raw value on MySQL | GIS | |||
27928 | 27928 | Avoid SET/DROP DEFAULT unless a field changes from null to non-null | Migrations | |||
27989 | 27989 | Passing an empty QueryDict to a form stores it as a plain dictionary | Forms | |||
27848 | 27848 | EmailMessage.attach_file() with .eml file crashes | Core (Mail) | |||
27359 | 27359 | Make it possible to specify a default template engine | Template system | |||
27993 | 27993 | Impossible to clear an ArrayField with a forms.MultipleChoiceField | Forms | |||
27942 | 27942 | admin's inlines.js indiscriminately adds "add" buttons to all tables in inlines | contrib.admin | |||
27973 | 27973 | LinearRing.json gives invalid GeoJSON | GIS | |||
27962 | 27962 | allow lookups on Area annotation | GIS | |||
27969 | 27969 | models.Field.formfield() should allow the 'disabled' kwarg for fields with choices | Database layer (models, ORM) | |||
27556 | 27556 | add Oracle support for IsValid function and isvalid lookup | GIS | |||
27952 | 27952 | core.validators.validate_slug doesn't mention that only latin letters are accepted. | Core (Other) | |||
27945 | 27945 | Clarify RegexValidator docs (match vs. search) | Documentation | |||
27966 | 27966 | Bump required version of pyscopg2 to 2.5.4 | Database layer (models, ORM) | |||
27915 | 27915 | Defining Index object in Meta.indexes in abstract class causes failure during migration of sub-classes | Database layer (models, ORM) | |||
27919 | 27919 | Decide if attrs (and possibly others) are named or positional parameters in new widget rendering code | Forms | |||
27965 | 27965 | gis_tests.test_geoforms.GeometryFieldTest.test_field_string_value fails | GIS | |||
27724 | 27724 | SelectDateWidget clears date and month if year is not selected | Forms | |||
27897 | 27897 | Searching for foreign key's pk in the admin crashes with FieldDoesNotExist | contrib.admin | |||
27882 | 27882 | Allow template fragment caching for unlimited time | Template system | |||
27918 | 27918 | Document ChoiceWidget.option_template_name | Documentation | |||
27924 | 27924 | Add support for cx_Oracle 5.3 | Database layer (models, ORM) | |||
27822 | 27822 | Audit Oracle's DatabaseIntrospection.data_types_reverse | Database layer (models, ORM) | |||
27920 | 27920 | RadioSelect is not rendering the value attribute when it is empty | Forms | |||
27932 | 27932 | EmailValidator fails on "a.@example.com" | Core (Mail) | |||
27904 | 27904 | Add a system check that Field.validators are callable | Database layer (models, ORM) | |||
27891 | 27891 | Allow setting a login backend when using PasswordResetConfirmView | contrib.auth | |||
27836 | 27836 | Add a way to delete directories through the file Storage API | File uploads/storage | |||
27862 | 27862 | Exists() feature generates invalid SQL query on postgres backend | Database layer (models, ORM) | |||
27842 | 27842 | Add protocol argument to GenericSitemap.__init__() | contrib.sitemaps | |||
27879 | 27879 | Writing Atom1Feed crashes if enclosures argument isn't provided to add_item() | Utilities | |||
27479 | 27479 | ingored GDALException('Invalid pointer returned from "GDALClose"',) during tests | GIS | |||
27856 | 27856 | Date subtraction loses accuracy on PostgreSQL for differences larger than month | Database layer (models, ORM) | |||
27828 | 27828 | ORM crash on F('date_field') - F('int_field') on PostgreSQL | Database layer (models, ORM) | |||
27840 | 27840 | Password reset: `post_reset_login` throws KeyError if user already logged in | contrib.auth | |||
27820 | 27820 | RequestDataTooBig/TooManyFields fail to render the debug page | HTTP handling | |||
27832 | 27832 | contenttypes migration not following the doc on hints naming | contrib.contenttypes | |||
27367 | 27367 | Document behaviour when several urls have the same name | Documentation | |||
27537 | 27537 | Provide a simpler way to default runserver IP/port to 0.0.0.0:8000 | Core (Management commands) | |||
27809 | 27809 | Add pre_add and post_add signals | Database layer (models, ORM) | |||
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 | |||
27805 | 27805 | ClearableFileInput's "Clear" checkbox on model fields with a default doesn't work | Forms | |||
27783 | 27783 | VariableDoesNotExist can lead to stack overflows unusually easily | Template system | |||
14606 | 14606 | Application module imported twice when running development server | Core (Other) | |||
27130 | 27130 | Allow using the DjangoTemplates engine without configuring settings | Template system | |||
27769 | 27769 | createsuperuser command missing docs about no-input/interactive | Documentation | |||
27678 | 27678 | Document that the template system isn't safe against untrusted template authors | Documentation | |||
27501 | 27501 | ModelChoiceField.queryset documentation isn't clear that this is lazily evaluated | Documentation | |||
27776 | 27776 | Merge base.txt tests requirements file into py3.txt | Testing framework | |||
27632 | 27632 | Oracle backend fails to execute a query with an aggregation that contains an expression in the GROUP BY. | Database layer (models, ORM) | |||
27544 | 27544 | F() Expressions updating dates in .update() field fails on SQLite | Database layer (models, ORM) | |||
27663 | 27663 | Make Index.create_sql() and SchemaEditor._create_index_sql() return SQL parameters as well | Migrations | |||
27387 | 27387 | Rendering "required" as HTML attribute is not documented under Field.required | Documentation | |||
27699 | 27699 | parse_duration returns None if passed a string with a negative number of seconds | Utilities | |||
27518 | 27518 | HTTP Referer leaks password reset link | contrib.auth | |||
27717 | 27717 | Squashmigrations doesn't optimize AlterModelOptions verbose_name_plural into CreateModel | Migrations | |||
27714 | 27714 | Small visual artifact when clicking inline edit button in admin | contrib.admin | |||
27673 | 27673 | System checks for contrib.admin are executed during registration | contrib.admin | |||
27688 | 27688 | Django message framework add_message() should prefer ducktyping over isinstance | contrib.messages | |||
27432 | 27432 | showmigrations --plan should show migrations that would be applied for the given app_labels | Core (Management commands) | |||
27497 | 27497 | make Area function, Distance function and lookups work with geodetic coordinates on SpatiaLite | GIS | |||
27615 | 27615 | Use native interval type on Oracle | Database layer (models, ORM) | |||
27640 | 27640 | HTTPResponse.__repr__ errors when Content-Type header is not defined | HTTP handling | |||
27498 | 27498 | Filtering annotated field in SQLite returns wrong results | Database layer (models, ORM) | |||
27612 | 27612 | Add a check that URL instance namespaces are unique across a project | Core (System checks) | |||
27439 | 27439 | Document how to add locale for osX on Unit Tests/Troubleshooting section for contribution | Documentation | |||
27618 | 27618 | docs/intro/tutorial04.txt: Incorrect Information in Amend Views section | Documentation | |||
27377 | 27377 | Clarify that prepopulated_fields doesn't work with OneToOneField | Documentation | |||
27606 | 27606 | Error in formatting HttpResponseRedirect when __init__() raises DisallowedHost | HTTP handling | |||
27576 | 27576 | fallback to GDAL if spatial_ref_sys is unavailable | GIS | |||
27602 | 27602 | add Oracle support for BoundingCircle function | GIS | |||
27607 | 27607 | add Oracle support for AsGML function | GIS | |||
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 | |||
27599 | 27599 | str(models.Field()) crashes | Database layer (models, ORM) | |||
27184 | 27184 | Test client crashes when uploading TemporaryFile on Unix | Testing framework | |||
27355 | 27355 | Add PostgreSQL Extension operation example to reference page | Documentation | |||
27119 | 27119 | full_clean() called too many times during formset validation | Forms | |||
27088 | 27088 | GEOSGeometry should accept Python 2.7 memoryview | GIS | |||
27358 | 27358 | Add a system check for FileField upload_to starting with a slash | Core (System checks) | |||
27552 | 27552 | add docs/tests for GEOSGeometry.normalize() | GIS | |||
27321 | 27321 | ignores_quoted_identifier_case broken on MySQL on OS X/Windows | Database layer (models, ORM) | |||
27509 | 27509 | Installing Geospatial libraries documentation: `gdal-bin` contradicting recommendation. | Documentation | |||
27483 | 27483 | Add a login_required decorator for AJAX requests | contrib.auth | |||
27221 | 27221 | Document how to escape a percent symbol in ugettext | Documentation | |||
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 | |||
27513 | 27513 | Optimize Signal.send a tiny bit | Utilities | |||
27523 | 27523 | Sitemap ping_google function reverse broken on Django 1.10 | contrib.sitemaps | |||
27512 | 27512 | Dead code path in Model.__init__ | Database layer (models, ORM) | |||
27493 | 27493 | GIS raster transformation test failures due to precisions with GDAL 2.1 | GIS | |||
27156 | 27156 | Setting HttpRequest.encoding should clear GET | HTTP handling | |||
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) | |||
27481 | 27481 | boolean annotation returns integer on SQLite | Database layer (models, ORM) | |||
27448 | 27448 | GIS distance queries use deprecated ST_distance_sphere | GIS | |||
27431 | 27431 | Disabled fields are marked as changed in form | Forms | |||
27438 | 27438 | manage.py diffsettings should allow to compare to another settings module (not only to default Django settings) | Core (Management commands) | |||
27426 | 27426 | Test Client shouldn't subclass RequestFactory | Testing framework | |||
27414 | 27414 | Document that aliasing ForeignKey fields in F expressions returns pk values, not model instances | Documentation | |||
27138 | 27138 | timezone.localtime accepts naive datetimes on Python ≥ 3.6 | Utilities | |||
27436 | 27436 | migrations.test_commands.MakeMigrationsTests fail on Windows when run on a different drive than C: | Core (Management commands) | |||
27433 | 27433 | ModelForm with BooleanField can not save False/unchecked | Forms | |||
27378 | 27378 | Add UUID serialization support to migration writer | Migrations | |||
27133 | 27133 | Explain how to load initial data with a data migration | Documentation | |||
27372 | 27372 | inspectdb fails to inspect sqlite3 tables with foreign keys that have spaces | Core (Management commands) | |||
27346 | 27346 | Stop setting the Content-Length header in ConditionalGetMiddleware | HTTP handling | |||
27441 | 27441 | MySQL backend output for 'DROP COLUMN' uses undocumented SQL | Migrations | |||
27435 | 27435 | Raise an error when using --keepdb without an explicit TEST.PASSWORD on Oracle | Testing framework | |||
27446 | 27446 | Addition of `readonly` option to ModelField to allow database generated fields | Database layer (models, ORM) | |||
27423 | 27423 | Test command sys.exit() does unnecessary casting | Testing framework | |||
27363 | 27363 | SessionMiddleware can return redirect(request.path) which might be an unsafe thing to do | contrib.sessions | |||
27400 | 27400 | Changed in 1.10: {% static %} tag now encodes "#" | Documentation | |||
27405 | 27405 | AdminLogNode render TypeError exception while calling get_admin_log with no user (1.8.x) | contrib.admin | |||
27299 | 27299 | Document Widget.use_required_attribute() | Documentation | |||
27344 | 27344 | ConditionalGetMiddleware should only operate on GET requests | HTTP handling | |||
27342 | 27342 | QuerySet.update_or_create() "shortcut to boilerplatish code" example is incorrect | Documentation | |||
27333 | 27333 | EmailMessage.message().as_string() incorrectly base64 encoded on Python 3 | Core (Mail) | |||
27330 | 27330 | Generic CreateView/UpdateView doesn't send the kwargs to get_context_data | Generic views | |||
27262 | 27262 | Delegate URL resolver checks to URL classes | Core (URLs) | |||
27279 | 27279 | Performance regression when running migrate with RenameModel operations | Migrations | |||
27307 | 27307 | sitemap url examples missing names | Documentation | |||
27186 | 27186 | Cannot change CheckboxSelectMultiple, FileInput, MultiWidget, SplitDateTimeWidget, and SelectDateWidget with model field default since Django 1.10.1 | Forms | |||
27294 | 27294 | Document fields in UserCreationForm | Documentation | |||
27210 | 27210 | smtp EmailBackend doesn't honor fail_silently=True when receiving a socket level connection error | Core (Mail) | |||
27286 | 27286 | Tests fail on MySQL when using multi-db and some DB is read-only due to supports_transactions() call | Testing framework | |||
27102 | 27102 | simplify_regex is not cleaning up any outstanding regex-y character | contrib.admindocs | |||
27268 | 27268 | Regression on error message for invalid related fields lookup in QuerySet.get() | Database layer (models, ORM) | |||
27076 | 27076 | Document django.contrib.admin.sites.AdminSite.register() | Documentation | |||
27053 | 27053 | Document django.contrib.auth.get_user() | Documentation | |||
27271 | 27271 | ServerFormatter should handle simple string messages with or without args | Utilities | |||
27276 | 27276 | Document how to reverse the admin's login view | Documentation | |||
27270 | 27270 | Clarify wording of "A form may include HTML attributes such as maxlength" | Documentation | |||
27261 | 27261 | Missing python-brace-format marker for a contrib.admin string | contrib.admin | |||
27159 | 27159 | Pickling query with an __in=inner_qs lookup causes evaluation evaluation of inner_qs | Database layer (models, ORM) | |||
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 | |||
27165 | 27165 | CreateModel without indexes always includes options={'indexes': []} | Migrations | |||
27083 | 27083 | Parse conditional HTTP headers according to RFC 7232 | HTTP handling | |||
27198 | 27198 | QueryDict getlist allows data to be mutated | HTTP handling | |||
14284 | 14284 | Support for Google Maps version 3 | GIS | |||
27178 | 27178 | ImageField when default provided in model, it's impossible to change the value. | Forms | |||
27216 | 27216 | Wrong import location in deprecation message | contrib.admin | |||
27212 | 27212 | fix document in `Managing static files` doumentation page | Uncategorized | |||
27209 | 27209 | Cast function accepts field class according to docs but expects field instance | Documentation | |||
27199 | 27199 | Integer inputs marked as type="text" instead of type="number" | contrib.admin | |||
27170 | 27170 | Make database backend __init__() methods friendlier to subclassing | Database layer (models, ORM) | |||
27174 | 27174 | Explain where 'polls.apps.PollsConfig' comes from in tutorial 2 | Documentation | |||
27172 | 27172 | Close cursor in custom SQL example | Documentation | |||
27097 | 27097 | Add introspection for index type | Database layer (models, ORM) | |||
27108 | 27108 | Remove collectstatic warning about overwriting existing files when STATIC_ROOT directory doesn't exist | contrib.staticfiles | |||
27099 | 27099 | Document that ModelAdmin.list_filter doesn't appear unless there's more than one choice | Documentation | |||
27110 | 27110 | makemigrations shouldn't create `django_migrations` table in external databases | Migrations | |||
27152 | 27152 | Comma-delimited servers list not supported in memcached caches `LOCATION` | Core (Cache system) | |||
27154 | 27154 | Allow comparing CallableFalse/CallableTrue with bitwise or | contrib.auth | |||
27113 | 27113 | Test that setting HttpRequest.encoding clears POST | HTTP handling | |||
27132 | 27132 | Allowed testing MemcachedCache and PyLibMCCache during the same test run | Core (Cache system) | |||
27124 | 27124 | caches_setting_for_tests passes cull related options to memcached tests | Core (Cache system) | |||
27111 | 27111 | UserCreationForm.__init__() crashes if USERNAME_FIELD not in self.fields | Forms | |||
27115 | 27115 | UI discrepancy in Writing your first Django app, part 7 | Documentation | |||
27044 | 27044 | `apps` passed to post_migrate_signal should contain migrated appconfigs even when no migration has been applied to them | Migrations | |||
27089 | 27089 | Add the database alias to InconsistentMigrationHistory message | Migrations | |||
27061 | 27061 | Support creating the TEST PostgreSQL database from a custom template | Testing framework | |||
27085 | 27085 | UI Discrepancy in "Writing your first Django app, part 2" | Documentation | |||
27059 | 27059 | autoreload loose the sys.path in some cases (buildout install of python for instance, maybe others) | Core (Management commands) | |||
27077 | 27077 | Simplify calls to is_in_memory_db() in SQLite's DatabaseCreation | Database layer (models, ORM) | |||
27078 | 27078 | Simplify "if" logic inside SQLite's DatabaseCreation._get_test_db_name() | Database layer (models, ORM) | |||
27057 | 27057 | Use _SavedSettings in setup_test_environment() to store pre-test settings | Testing framework | |||
27008 | 27008 | Add manage.py test --debug option | Testing framework | |||
27019 | 27019 | DiscoverRunner does not restore old settings.DEBUG value in teardown | Testing framework | |||
27045 | 27045 | Document that AUTH_PASSWORD_VALIDATORS doesn't apply to create_user() and create_superuser() | Documentation | |||
27035 | 27035 | DiscoverRunner's setup_test_environment() hard-codes settings.DEBUG to False | Testing framework | |||
27036 | 27036 | "locmem" email backend should accept generators | Core (Mail) | |||
27032 | 27032 | Calling setup_test_environment() "twice" deletes pre-setup state | Testing framework | |||
27028 | 27028 | Clarify failed parallel tests run message | Testing framework | |||
27012 | 27012 | test_nested_requests wipes out pre-test settings | Testing framework | |||
27005 | 27005 | request.body raises an exception if 'CONTENT_LENGTH' = '' | HTTP handling | |||
14030 | 14030 | Use F() objects in aggregates(), annotates() and values() | Database layer (models, ORM) | |||
14415 | 14415 | Multiple aliases for one database: testing problems | Testing framework | |||
14891 | 14891 | use_for_related_fields=False is not honored by reverse FK or M2M related managers | Database layer (models, ORM) | |||
14131 | 14131 | The pagination module should have some limit, or a warning should be given in the documentation | Documentation | |||
14402 | 14402 | help_text is not displayed for ManyToMany raw_id fields | contrib.admin | |||
494 | 494 | Collapse in admin interface for inline related objects | contrib.admin | |||
14286 | 14286 | Support for BigAutoField | Database layer (models, ORM) | |||
14217 | 14217 | Add validation for model field name the same as the model name when using model inheritance | Core (System checks) | |||
14442 | 14442 | During tests parse fixtures using setUpClass | Testing framework | |||
14196 | 14196 | Objects that come from something_set, should have their parent object filled in | Database layer (models, ORM) | |||
14671 | 14671 | Allow overriding of ModelChoiceField.choices | Forms | |||
14497 | 14497 | ModelAdmin.readonly_fields isn't graceful with filefields. | contrib.admin | |||
14748 | 14748 | Missing documentation for FormPreview methods | Documentation | |||
14334 | 14334 | Queries don't ensure that comparison objects are the correct type | Database layer (models, ORM) | |||
14462 | 14462 | Aggregates default to the database type instead of the field type | Database layer (models, ORM) | |||
14930 | 14930 | `values_list()` fails on queryset ordered by extra column | Database layer (models, ORM) | |||
14787 | 14787 | Upload handler should pass errors on to forms.FileField | File uploads/storage | |||
14226 | 14226 | Bug in dumpdata dependency calculation involving ManyToManyFields | Core (Serialization) | |||
14549 | 14549 | Disambiguation of target/source fields for intermediary models when using ManyToManyField | Database layer (models, ORM) | |||
14298 | 14298 | maximum open cursors exceeded on Jython and Oracle | Database layer (models, ORM) | |||
14007 | 14007 | Automatically discover models within a package without using the app_label Meta attribute | Database layer (models, ORM) | |||
14825 | 14825 | LocaleMiddleware should store language preferences if possible | Internationalization | |||
14800 | 14800 | Development server should NOT elide favicon from the logs | Core (Management commands) | |||
14170 | 14170 | Issue in get_language_from_request() if LANGUAGES setting is changed at runtime | Internationalization | |||
14877 | 14877 | ModelFormSet.save() with a deleted form should work even if the model has already been deleted | Forms | |||
23 | 23 | Add support for ValidationWarning | Forms | |||
14028 | 14028 | setting db_column to same value as another column should not validate | Database layer (models, ORM) | |||
14043 | 14043 | Incorrect and/or confusing behaviour with nullable OneToOneField | Database layer (models, ORM) | |||
14868 | 14868 | admin: prevent long text from overflowing recent actions box | contrib.admin | |||
14396 | 14396 | Admin generates a query burst on ForeignKey with null = True | contrib.admin | |||
14300 | 14300 | manage.py sqlcustom fails if models are in a submodule | Core (Management commands) | |||
14656 | 14656 | Atom1Feed should write atom:published element | contrib.syndication | |||
25 | 25 | Filtering interface on ForeignKey <select> boxes | contrib.admin | |||
14894 | 14894 | translation is not threadsafe | Internationalization | |||
14567 | 14567 | ModelMultipleChoiceField inconsistently returns a list if empty. | Forms | |||
14019 | 14019 | SQLInsertCompiler.as_sql() failure | Database layer (models, ORM) | |||
14322 | 14322 | Please set default values for required and error css classes | Forms | |||
14802 | 14802 | feature request: add a method to Fields that is used to render the field as read-only | contrib.admin | |||
14332 | 14332 | manage testserver and manage runserver should have similiar address:port options | Core (Management commands) | |||
14451 | 14451 | add related_name to contrib.auth.models.User for 'groups' | contrib.auth | |||
14705 | 14705 | Model Field Order not influenced by MRO of superclasses | Database layer (models, ORM) | |||
14646 | 14646 | django.contrib.comments is missing default template for comment_notification_email.txt, and has no documentation of template context | contrib.comments | |||
14970 | 14970 | Inconsistency in handling of managed/unmanaged transactions | Database layer (models, ORM) | |||
14707 | 14707 | Allow an annotation to match a field name when using .values on a query set. | Database layer (models, ORM) | |||
14571 | 14571 | Update jQuery | contrib.admin | |||
14879 | 14879 | Aggregates (Min, Max) for CharField fails with Postgresql | Database layer (models, ORM) | |||
14325 | 14325 | GenericForeignKey fails if assigned to an object which implements the __len__ method | contrib.contenttypes | |||
14684 | 14684 | RESTful Model View | Generic views | |||
14678 | 14678 | Users are able to add more than one page to the same url | contrib.flatpages | |||
14264 | 14264 | settings.configure has undocumented differences from using a settings module | Core (Other) | |||
14315 | 14315 | memcached doesn't support negative deltas for incr() and decr() | Core (Cache system) | |||
361 | 361 | Some Basic Math Filters | Template system | |||
14093 | 14093 | Confusing error when failing to create a session key because the cache is unavailable | contrib.sessions | |||
14861 | 14861 | Importing settings in a module that contains a logging Handler causes circular import. | Core (Other) | |||
14449 | 14449 | restructuredtext filter does not return the correct content | Documentation | |||
14885 | 14885 | is_valid for ModelForm changes instance if instance is provided | Documentation | |||
14516 | 14516 | Extract methods from removetags and slugify template filters | Template system | |||
14502 | 14502 | Feature: escape hatch for colliding template syntax in Django templates | Template system | |||
14681 | 14681 | Uploaded files should not set mode to None | File uploads/storage | |||
14184 | 14184 | Validators not called on MultiValueField | Forms | |||
14806 | 14806 | No template tag to support contextual translations | Internationalization | |||
14555 | 14555 | Session loss with psycopg2 db backend | contrib.sessions | |||
702 | 702 | document that ManyToMany fields can't be in unique_together | Documentation | |||
14597 | 14597 | request.is_secure() should support headers like: X-Forwarded-Protocol and X-Forwarded-Ssl | HTTP handling | |||
14202 | 14202 | Rss201rev2Feed bug | contrib.syndication | |||
14720 | 14720 | Settings imported twice as separate modules when manage.py is used | Core (Other) | |||
14648 | 14648 | Annotated date querysets fail if spatial backend is used | GIS | |||
14524 | 14524 | Accessing /static/ in a new project shows simplistic 404 error page | Contrib apps | |||
14514 | 14514 | Typo in staticfiles docs | Documentation | |||
14507 | 14507 | Static file serving is broken after rev 14293 | Core (Other) | |||
14959 | 14959 | model fields docs should link to local flavor | Documentation | |||
14955 | 14955 | URLField validation should use HEAD requet instead of GET | Core (Other) | |||
14928 | 14928 | manage runserver does not allow host name as address | django-admin.py runserver | |||
14908 | 14908 | Add takes_context parameter to simple_tag decorator | Template system | |||
14721 | 14721 | USE_THOUSAND_SEPARATOR fails with UnicodeDecodeError in several locales | Internationalization | |||
14436 | 14436 | Bump PendingDeprecationWarnings to DeprecationWarnings | Core (Other) | |||
14041 | 14041 | Templates in function calls for sitemap | Contrib apps | |||
14906 | 14906 | r14915 removed alternative month names from Polish translation added in r14000 | Translations | |||
14412 | 14412 | Comment url redirection relies on a legacy url | contrib.comments | |||
14739 | 14739 | Move contrib app translations out of core | Internationalization | |||
14403 | 14403 | Missing/incomplete documentation for FloatField? | Documentation | |||
14750 | 14750 | ILPostalCodeField doesn't handle EMPTY_VALUES correctly | contrib.localflavor | |||
14756 | 14756 | "Related objects reference" documentation needs copy-edit | Documentation | |||
14395 | 14395 | Error message typo | Database layer (models, ORM) | |||
14044 | 14044 | "required=False" dones't work when use DateTimeField with SplitDateTimeWidget | Forms | |||
14389 | 14389 | Future url replacement | Template system | |||
14384 | 14384 | Installation documentation should avoid sys.path.append | Documentation | |||
14378 | 14378 | Enable customization of the class for self.client in tests | Testing framework | |||
14758 | 14758 | QuerySet method docs headings contain entire method signatures | Documentation | |||
14060 | 14060 | PostGISAdapter needs to properly cast input for comparisons on geography columns. | GIS | |||
14355 | 14355 | "readonly" fields don't display their "help_text" in admin | contrib.admin | |||
14354 | 14354 | Check password is not None in User.check_password | contrib.auth | |||
14338 | 14338 | Search bar on the docs should include 1.2, & 1.1 | *.djangoproject.com | |||
14770 | 14770 | Should be able to set cookies from the request as well as the response. | Core (Other) | |||
14774 | 14774 | assertNumQueries is buggy with views and the test client if used more than once in a test | Testing framework | |||
14330 | 14330 | Test failure with get_image_dimensions since [13715] | File uploads/storage | |||
14329 | 14329 | Seeing test failure in regressiontests.request since 13809 | HTTP handling | |||
14788 | 14788 | Typos in the footer | *.djangoproject.com | |||
14795 | 14795 | Empty Superuser Permissions | contrib.auth | |||
14896 | 14896 | Delete leads to IntegrityError : bad cascading rule when there's a ManyToManyField pointing to a class having subclasses. | Database layer (models, ORM) | |||
14799 | 14799 | Test database creation order problem after r14696 | Testing framework | |||
14290 | 14290 | Rendering is very inefficient when USE_L10N. Caching format values gives 2-7 times improvement | Internationalization | |||
14232 | 14232 | date_list context variable incorrectly documented | Documentation | |||
14667 | 14667 | Link MEDIA_* settings to file management docs | Documentation | |||
14984 | 14984 | ClearableFileInput generates invalid XHTML | Forms | |||
14640 | 14640 | Add elapsed request time to the development server log | HTTP handling | |||
14632 | 14632 | Bug - testing framework fails when contrib.auth not in settings. | Testing framework | |||
14623 | 14623 | DateTimeField(auto_now=True) does not change when update is called | Database layer (models, ORM) | |||
14961 | 14961 | Cannot load admin interface static files when doing tutorial | Contrib apps | |||
14670 | 14670 | GenericTabularInline broken as of r13708 | Contrib apps | |||
14582 | 14582 | django.contrib.staticfiles development file serving is backward-incompatible if MEDIA_URL was pointing to /static/ folder | Contrib apps | |||
14581 | 14581 | __isnull=False not working for one to one relationships | Database layer (models, ORM) | |||
14697 | 14697 | Speeding up queryset model instance creation | Database layer (models, ORM) | |||
14563 | 14563 | Add Turkey to localflavors | contrib.localflavor | |||
14004 | 14004 | update() is not mention in the Queryset API Reference | Documentation | |||
14709 | 14709 | staticfiles app seems forced upon me | Contrib apps | |||
14543 | 14543 | ContentTypes tests fails if auth app is not installed | contrib.contenttypes | |||
14538 | 14538 | STATICFILES_DIRS must be set for dev, docs could be improved | Contrib apps | |||
14528 | 14528 | django.contrib.staticfiles documentation issues | Documentation | |||
14526 | 14526 | Geodjango docs shouldn't talk about Python 2.4 so much | Documentation | |||
14193 | 14193 | prepopulated_fields should concatenate fields in given order | contrib.admin | |||
14862 | 14862 | bad links | *.djangoproject.com | |||
14820 | 14820 | Use `TextField` instead of `PositiveIntegerField` in docs and examples for generic relations. | Documentation | |||
14221 | 14221 | Mashed Sentences in Doc | Documentation | |||
14816 | 14816 | Error in documentation of InlineModelAdmin options | Documentation | |||
14809 | 14809 | Broken login related tests after r14733 | contrib.auth | |||
14132 | 14132 | Feedgenerator doesn't support dates before 1900 | Contrib apps | |||
14133 | 14133 | update GeoDjango windows installer | GIS | |||
14268 | 14268 | reset and sqlreset management commands should raise PendingDeprecationWarning for 1.3 | Core (Management commands) | |||
14181 | 14181 | Template tag needed to disable/force L10N formatting on a per-variable basis | Internationalization | |||
399 | 399 | Bigint field object needed | Database layer (models, ORM) | |||
342 | 342 | Add a way for fields to be displayed in the admin without being editable | contrib.admin | |||
10672 | 10672 | ✅ | Proxy Model does not send save signal | Database layer (models, ORM) | ||
689 | 689 | Honor Web server provided authentication | Core (Other) | |||
957 | 957 | A SlugField with prepopulate_from does not work for stacked or tabular edit_inline objects. | contrib.admin | |||
730 | 730 | more explicit middlware ordering | Core (Other) | |||
528 | 528 | Add a documentation generator that creates a PDF or HTML files locally | Documentation | |||
285 | 285 | WSGIRequest should set request.path to full uri path | HTTP handling | |||
14183 | 14183 | Geodjango models broken with pydoc | GIS | |||
13 | 13 | Related objects interface should be tighter (edit_inline) | contrib.admin | |||
14876 | 14876 | Q | Q with nullable related fields generates INNER JOIN where it should be LEFT JOIN | Database layer (models, ORM) | |||
14695 | 14695 | Field's `name` kwarg gets paved over | Database layer (models, ORM) | |||
14049 | 14049 | Fixture loading should be skipped for TestCase decorated with @skip* | Testing framework | |||
14288 | 14288 | Template filter: linebreaksbr doesn't normalize newlines | Template system | |||
14608 | 14608 | Adding a INPhoneNumberField to indian localflavor | contrib.localflavor | |||
14190 | 14190 | images, news and keywords in sitemap.xml | contrib.sitemaps | |||
14390 | 14390 | set_password functionality outside of the User model | contrib.auth | |||
14674 | 14674 | ResetPasswordForm doesn't consider unusable_password setting | contrib.auth | |||
14029 | 14029 | not operator on F objects silently fails | Database layer (models, ORM) | |||
14020 | 14020 | Make HttpResponse.get work like dict.get | HTTP handling | |||
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) | |||
14082 | 14082 | modelform_factory should use the form's metaclass | Forms | |||
14045 | 14045 | makemessage miss some gettext in javascript | Internationalization | |||
14729 | 14729 | RawQuerySet.__repr__ fails when params passed as list | 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 | |||
14105 | 14105 | django.contrib.auth tests failing with cache middleware | Core (Cache system) | |||
14230 | 14230 | Documentation for Auth's Logout view suggests wrong redirect takes precedence. | contrib.auth | |||
717 | 717 | If-Modified-Since checked for exact match | HTTP handling | |||
14046 | 14046 | Template tag errors masked if including based on context variable name | Template system | |||
14083 | 14083 | Python module index on docs page is empty | *.djangoproject.com | |||
14237 | 14237 | Old version string on the download page + auto checker proposal | *.djangoproject.com | |||
14880 | 14880 | raw_id_fields in admin does not work when limit_choices_to dictionary has value=False | contrib.admin | |||
14796 | 14796 | inspectdb producing field names which are Python keywords | django-admin.py inspectdb | |||
14240 | 14240 | filesizeformat should localize number | Template system | |||
14553 | 14553 | es_AR language update | Translations | |||
14080 | 14080 | Flatpages pt-br translation | Translations | |||
14672 | 14672 | Admin doesn't handle new on_delete exceptions gracefully | contrib.admin | |||
14498 | 14498 | Forms passed to FormWizard.process_step are not guaranteed to have clean validate data | contrib.formtools | |||
14491 | 14491 | ability to place inlines between fieldsets in admin | contrib.admin | |||
15000 | 15000 | IRC logs 404 | *.djangoproject.com | |||
14277 | 14277 | Error in documentation for mod_wsgi | Documentation | |||
14655 | 14655 | formsets should be iterable | Forms | |||
14676 | 14676 | removetags is case-sensitive | Documentation | |||
14144 | 14144 | ModelMultipleChoiceField doesnt check validators | Forms | |||
14875 | 14875 | release notes for 1.2 wrong about email_re | Documentation | |||
14759 | 14759 | Updated widgets doc. | Documentation | |||
14561 | 14561 | Missing step in tutorial | Documentation | |||
14114 | 14114 | Opera 10.61 - admin, collapse don't work | contrib.admin | |||
14234 | 14234 | Validation bug when using ModelForms | Forms | |||
14714 | 14714 | Refactoring BaseHandler and company for DRYness | Core (Other) | |||
14257 | 14257 | Remove isValidIDList from ManyToManyField in django/db/models/fields/related.py | Database layer (models, ORM) | |||
14283 | 14283 | AttributeError on admin detail page after r13708 | Contrib apps | |||
14613 | 14613 | sql custom bug | Core (Other) | |||
14318 | 14318 | Add GEOSGeometry.valid_reason | GIS | |||
14584 | 14584 | PASSWORD_RESET_TIMEOUT_DAYS is not documented | Documentation | |||
14425 | 14425 | Unused imports in contrib.admin | contrib.admin | |||
14223 | 14223 | Inconsistent exception raising on DB integrity errors | Database layer (models, ORM) | |||
14126 | 14126 | blocktrans count is parsing incorrectly | Translations | |||
14227 | 14227 | Modify contributing docs to mention the 'easy-pickings' keyword in triage | Documentation | |||
14228 | 14228 | APPEND_SLASH behaviour should be documented better | Documentation | |||
14182 | 14182 | CsrfViewMiddleware makes modification of the upload handlers impossible | File uploads/storage | |||
14254 | 14254 | More tests for storage backends | File uploads/storage | |||
14252 | 14252 | django.contrib.flatpages unit tests assume default value for settings.LOGIN_URL | Contrib apps | |||
14125 | 14125 | 'Safe strings' are not force-escaped on development 500 page | Uncategorized | |||
14235 | 14235 | UnicodeDecodeError in CSRF middleware | Forms | |||
14242 | 14242 | UserChangeForm Causes KeyError in 1.2.2 and Trunk | Forms | |||
14032 | 14032 | CSRF cookie value is marked as safe and inserted in the HTML unchecked | Core (Other) | |||
14090 | 14090 | Many sql queries needed to display change user form | contrib.auth | |||
14145 | 14145 | undeterministic behavior when project or app template contains dotdir | Core (Management commands) | |||
14185 | 14185 | Possible bad SQL at http://docs.djangoproject.com/en/dev/ref/models/querysets/ | Documentation | |||
14112 | 14112 | Some documentation reST fixes | Documentation | |||
14111 | 14111 | Misleading note re: unreleased Sphinx version recomendation | Documentation | |||
14025 | 14025 | Flush command not fully supporting multi database support | Uncategorized | |||
106 | 106 | [patch] Problem with some js/select box on IE | contrib.admin | |||
461 | 461 | Support use of pypgsql instead of psycopg | Database layer (models, ORM) | |||
376 | 376 | Add a handler for mod_python v. 2 (Django requires v. 3) | Core (Other) | |||
651 | 651 | Allow directories in filename argument to save_<fieldname>_file | Core (Other) | |||
921 | 921 | Add a "me" shortcut to UserFields | contrib.admin | |||
899 | 899 | Formfield doesn't display default value | Forms | |||
231 | 231 | [patch] Make appropriate model fields honor max_length param | Metasystem | |||
546 | 546 | [patch] make render_to_string and render_to_response use select_template | Template system | |||
208 | 208 | Allow the strings the cycle tag uses to contain spaces | Template system | |||
625 | 625 | [patch] Add template decorators | Template system | |||
672 | 672 | get_absolute_url isn't nice | contrib.syndication |