Brad Crittenden
(bac)
Most Active Role
N/A
Most Active Component
Contrib.Admin
Activity Timeline
[No data in this time period]
Components
Tickets
Trac | Ticket (1457) | Reporter (1) | Owner (0) | Commenter (7) | Summary | Component |
---|---|---|---|---|---|---|
34566 | 34566 | ModelAdmin get_field_queryset uses related admin ordering, but not related admin querysets. | contrib.admin | |||
34699 | 34699 | Filtering on annotated TruncSecond expression gives unexpected result. | Database layer (models, ORM) | |||
27029 | 27029 | Make EmailValidator accept non-ASCII characters in local part | Core (Other) | |||
34619 | 34619 | Ensure FilteredSelectMultiple select elements are associated with their label | contrib.admin | |||
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) | |||
34380 | 34380 | Make URLField assume "https". | Forms | |||
34871 | 34871 | Validation of UniqueConstraint with Case() crashes. | Database layer (models, ORM) | |||
897 | 897 | Bi-Directional ManyToMany in Admin | contrib.admin | |||
373 | 373 | Add support for multi-column primary keys. | Database layer (models, ORM) | |||
34975 | 34975 | aggregate() crashes when referencing existing aggregations or window expressions through conditional expressions | Database layer (models, ORM) | |||
27021 | 27021 | Add explicit support for Q object annotations | Database layer (models, ORM) | |||
470 | 470 | Add Field.db_default for defining database defaults | Database layer (models, ORM) | |||
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) | |||
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 | |||
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 | |||
27452 | 27452 | Add Postgres serial field to contrib.postgres | contrib.postgres | |||
14631 | 14631 | Provide paginating for date-based generic views | Generic views | |||
27587 | 27587 | Document str(QuerySet.query) | Documentation | |||
34900 | 34900 | Python 3.13 compatibility. | Core (Other) | |||
34406 | 34406 | Add support for curved geometries in GeoDjango | GIS | |||
34555 | 34555 | ModelBase metaclass implementation prevents addition of model fields via __init_subclass__ | Database layer (models, ORM) | |||
27617 | 27617 | Add contributor facing documentation for the ORM | Documentation | |||
27909 | 27909 | Use AUTH_USER_MODEL in startproject template | Core (Management commands) | |||
34703 | 34703 | TypeError: unhashable type: Netmiko Django | Utilities | |||
34429 | 34429 | Allow to set unusable password via admin UI | contrib.auth | |||
34643 | 34643 | Move admin form labels to a more accessible place | contrib.admin | |||
34746 | 34746 | High CPU/memory consumption when a 5XX is raised with large local variables | Error reporting | |||
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) | |||
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 | |||
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 | 1 | 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) | |||
34613 | 34613 | add support for Partitioned cookies | HTTP handling | |||
34297 | 34297 | ValueError: invalid token in plural form: EXPRESSION when adding new language | Utilities | |||
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 | |||
34853 | 34853 | Accept-Language Header takes precedence over cookie for format localization | Internationalization | |||
34943 | 34943 | Support passing unique constraint names to bulk_create(). | Database layer (models, ORM) | |||
14974 | 14974 | Add support for translation backends other than gettext | Internationalization | |||
34488 | 34488 | ClearableFileInput widget forgets "Clear" selection when form is not valid | Forms | |||
27460 | 27460 | Allow declaring a GenericRelation from an abstract model to another abstract model | Database layer (models, ORM) | |||
27465 | 27465 | Allow EmailMessage to load attachments from the Storage API | Core (Mail) | |||
34964 | 34964 | Reversing the order of Q objects in a CheckConstraint generates a migration | Migrations | |||
34200 | 34200 | Allow setting postgres role during connection setup | Database layer (models, ORM) | |||
34852 | 34852 | Django Unit Tests break when using replicated MySQL Cluster v8.0.28 | Testing framework | |||
34806 | 34806 | Make cached_db backend resilient to cache backend errors | contrib.sessions | |||
27201 | 27201 | Django 1.10 with STATICFILES_STORAGE breaks on absolute path in CSS with double slash | contrib.staticfiles | |||
34597 | 34597 | Queryset (split) exclude's usage of Exists is significantly slower than subquery | Database layer (models, ORM) | |||
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) | |||
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 | |||
34036 | 34036 | Low text contrast over light blue backgrounds in admin light theme | contrib.admin | |||
34949 | 34949 | Clarify when unique constraints are ignored. | Documentation | |||
34989 | 34989 | Set Content-Length where possible for HttpResponses. | HTTP handling | |||
27055 | 27055 | Model form with geometry widgets has invalid html | GIS | |||
27813 | 27813 | BinaryField type inconsistent between sqlite3 (bytes) and postgresql (memoryview) | Database layer (models, ORM) | |||
34742 | 34742 | calling a DELETE endpoint without a trailing slash does not thow RuntimeError in DEBUG mode | HTTP handling | |||
34986 | 34986 | Fix up support for PyPy 3.10 | Core (Other) | |||
34593 | 34593 | Django admin list does same Count query twice when there are no filters | contrib.admin | |||
34830 | 34830 | csrf_failure and bad_request views missing context processors | Core (Other) | |||
35001 | 35001 | Add related object icon (green plus sign) is not fully visible in some screens | contrib.admin | |||
34995 | 34995 | Add link for admin's related widget is in the wrong place | contrib.admin | |||
34982 | 34982 | Visual regression for helptext at certain screen sizes | contrib.admin | |||
34999 | 34999 | Admin search bar input doesn't have proper background color when in dark mode | contrib.admin | |||
34978 | 34978 | Annotating through an aggregate with RawSQL() raises 1056 "Can't group on" on MySQL/MariaDB. | Database layer (models, ORM) | |||
34996 | 34996 | Enhance update_or_create() method with upsert SQL. | Database layer (models, ORM) | |||
34992 | 34992 | MariaDB does not support functional group by dependencies | Database layer (models, ORM) | |||
34991 | 34991 | Wrong layout of pagination buttons with editable list in the admin. | contrib.admin | |||
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) | |||
34990 | 34990 | Change external link for CSRF reference docs to OWASP | Documentation | |||
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) | |||
34884 | 34884 | Half bug/half enhancement : inconsistent behavior of get_or_create() regarding related attributes cache | Database layer (models, ORM) | |||
34970 | 34970 | Unclear wording in password validator docs | Documentation | |||
34944 | 34944 | Missing or misinferred attributes in output fields of generated fields | Database layer (models, ORM) | |||
34955 | 34955 | Make Concat() use the database operator `||` on PostgreSQL. | Database layer (models, ORM) | |||
34958 | 34958 | Intermittent `messages_tests.tests.TestLevelTags.test_lazy` test failure | Core (Other) | |||
34963 | 34963 | Recursive and other "combinator" queries broken in django-cte | Uncategorized | |||
34457 | 34457 | makemigrations --check no longer prints the changes | Migrations | |||
34957 | 34957 | Cannot filter over annotated "FilteredRelation" since Django 5 | Uncategorized | |||
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) | |||
34813 | 34813 | Docs miss note about invalid integrity with ManifestStaticFilesStorage | contrib.staticfiles | |||
34694 | 34694 | trailing slash is not appending | Core (URLs) | |||
34932 | 34932 | Setting deterministic Postgres collations incorrectly disallows use of varchar_pattern_ops and text_pattern_ops | Migrations | |||
34930 | 34930 | Parallel tests fail on Python 3.11+ when IsolatedAsyncioTestCase is used | Testing framework | |||
27403 | 27403 | Document that prefetch_related doesn't guarantee transactional consistency | Documentation | |||
34904 | 34904 | Changing email object after sending mutates mail in mail.outbox | Core (Mail) | |||
34923 | 34923 | MESSAGE_TAGS ignored in 5.0a1 | contrib.messages | |||
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) | |||
34918 | 34918 | Assigning model instance to `_id`/attname field saves correctly, but breaks accessing the field | Database layer (models, ORM) | |||
34912 | 34912 | Admindocs back-links and bookmarklet help text is too small | contrib.admindocs | |||
34911 | 34911 | Admindocs index skips from h1 to h3 | contrib.admindocs | |||
34905 | 34905 | Main landmark is on the wrong element | contrib.admin | |||
34906 | 34906 | Need help with makemigrations | Database layer (models, ORM) | |||
34043 | 34043 | Doc "Writing your first patch for Django" doesn't explain how to contribute to the admin UI | Documentation | |||
34798 | 34798 | Subquery wrapping is required in QuerySet.aggregate() for aggregates referencing nested subquery. | Database layer (models, ORM) | |||
34551 | 34551 | Case-When aggregation over aggregated fields doesn't work since 4.2 | Database layer (models, ORM) | |||
34840 | 34840 | Django 4.2 casts text fields when testing IS NULL, preventing use of partial indexes | Database layer (models, ORM) | |||
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 | |||
34896 | 34896 | First-party passkey support in django.auth | contrib.auth | |||
34894 | 34894 | Query.change_aliases() has several significant bugs | Database layer (models, ORM) | |||
34889 | 34889 | Broken fallback for prefetchers that only implement get_prefetch_queryset | Database layer (models, ORM) | |||
34891 | 34891 | force_str(urlsafe_base64_decode(uidb64)) returns object not value | Utilities | |||
34759 | 34759 | Confirm/Add support for SpatiaLite 5.1 | GIS | |||
34581 | 34581 | Filters should not implicitly mark unsafe strings as safe without escaping | Template system | |||
34657 | 34657 | Testing assertions `assertContains` and `assertInHTML` should output the haystack on failure | Testing framework | |||
14336 | 14336 | list_display should be able to contain sortable references to annotated fields | contrib.admin | |||
34312 | 34312 | startapp/startproject template should support file renames with the full context | Core (Management commands) | |||
34878 | 34878 | Autoreload crashes with FORM_RENDERER="django.forms.renderers.TemplatesSetting". | Template system | |||
34879 | 34879 | "Data truncated for column .." for migration changing auto-id-field | Migrations | |||
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) | |||
34870 | 34870 | Memory leak when using psycopg-c with django hstore | Database layer (models, ORM) | |||
34849 | 34849 | Appending django.contrib.postgres to the INSTALLED_APPS via @modify_settings crashes. | Database layer (models, ORM) | |||
34863 | 34863 | sqlite math functions don't accept character fields as input | Database layer (models, ORM) | |||
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 | |||
34857 | 34857 | Date picker cancel button does not respect color theme/dark mode | contrib.admin | |||
34844 | 34844 | Missing dependency backports with install of 4.1.11 | Packaging | |||
34828 | 34828 | DateTimeField breaks when given datetime that would be invalid in UTC | Database layer (models, ORM) | |||
34829 | 34829 | Django reports the “mutually exclusive” error for settings that do not contain STATICFILES_STORAGE. | File uploads/storage | |||
34821 | 34821 | Syncing DEFAULT_FILE_STORAGE/STATICFILES_STORAGE settings with STORAGES can mutate user settings. | contrib.staticfiles | |||
34827 | 34827 | select_for_update example raises TransactionManagementError | Documentation | |||
34826 | 34826 | Bounded Integer Range Field For Forms | Forms | |||
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 | |||
34817 | 34817 | Boolean field doesn't look good on django-admin | contrib.admin | |||
34791 | 34791 | Prefetch's queryset attribute is ignored when the same nested relation is used multiple times. | Database layer (models, ORM) | |||
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 | |||
34802 | 34802 | django.contrib.admin.actions.delete_selected() should return number of rows deleted via ModelAdmin.delete_queryset() | contrib.admin | |||
34796 | 34796 | Deleting child table does not delete rows in parent table when using multi-table inheritance | Database layer (models, ORM) | |||
34795 | 34795 | ConnectionProxy (and likely others) do not expose the `__dir__` of the object they are proxying | Core (Other) | |||
34792 | 34792 | Creating and saving a model using a custom primary key field can yield a bad "id" value on the instance | Database layer (models, ORM) | |||
34781 | 34781 | Clarify documentation of `request` objects in the `django.server` logging namespace. | Core (Other) | |||
34779 | 34779 | Serializer makes unnecessary joins | Core (Serialization) | |||
34785 | 34785 | Contribution guide comes out non successful | Error reporting | |||
34773 | 34773 | settings.STATICFILES_STORAGE does not return correct value when STORAGES are defined | contrib.staticfiles | |||
34783 | 34783 | No module named 'smtp' when trying to send an email | Core (Mail) | |||
34780 | 34780 | Tests don't pass on Python 3.11.4. | Core (Other) | |||
34620 | 34620 | Serialization of m2m relation fails with custom manager using select_related | Core (Serialization) | |||
34775 | 34775 | A case for handling aditional http methods | HTTP handling | |||
34771 | 34771 | QuerySet.order_by() crashes on constants that cannot be cast on MySQL. | Database layer (models, ORM) | |||
34692 | 34692 | django.forms.renderers.get_default_renderer()'s template loader cache is not being reset on autoloads. | Forms | |||
34542 | 34542 | Required fields allowed to be blank are not accepted non-interactively using createsuperuser | contrib.auth | |||
34755 | 34755 | Provide accelerated binary wheels | Uncategorized | |||
34754 | 34754 | CheckConstraint with isnull lookup on JSONField transform None into null jsonb value | Database layer (models, ORM) | |||
34764 | 34764 | Add support for Clusterized Redis deployments | Core (Cache system) | |||
34686 | 34686 | Confirm/Add support for GEOS 3.12. | GIS | |||
34756 | 34756 | Docs build failure when using Sphinx 7.1.1 | Documentation | |||
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) | |||
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 | |||
34749 | 34749 | acreate function signature in docs is incorrect | Documentation | |||
34532 | 34532 | Form.default_renderer is ignored in formsets. | Forms | |||
34731 | 34731 | Django test suite still has an occurence of assertEquals, removed in Python 3.12 | Testing framework | |||
34729 | 34729 | Add explicit option to enable IF EXISTS / IF NOT EXISTS in PostgresQL index operations | contrib.postgres | |||
34723 | 34723 | `TypeError` when loading a Django app with incorrect type of `choices` | Database layer (models, ORM) | |||
34727 | 34727 | Error in CharField with TextChoices and missing max_length parameter | Testing framework | |||
34722 | 34722 | Let ListFilter be a MediaDefiningClass so that they can define custom CSS and JS | contrib.admin | |||
34711 | 34711 | Make ChoiceField auto-detect and coerce values. | Forms | |||
34679 | 34679 | Cannot run collectstatic with existing unsupported manifest file | contrib.staticfiles | |||
34697 | 34697 | Migration serializer for sets results in non-deterministic order. | Migrations | |||
34705 | 34705 | BoundField.as_widget() ignores aria-describedby in attrs argument | Forms | |||
34309 | 34309 | Documentate how to delete a Django app correctly | Documentation | |||
34696 | 34696 | Actions selection counter gets cleared when using Chrome's back button | contrib.admin | |||
27646 | 27646 | Add QuerySet support for group by modifiers and OLAP functionality | Database layer (models, ORM) | |||
34682 | 34682 | System check for CSRF_TRUSTED_ORIGINS raises errors for http://localhost:port. | Core (System checks) | |||
34671 | 34671 | Inspectdb collation issue with oracle views | Core (Management commands) | |||
34675 | 34675 | Selenium WebDriver implementation is broken due to update of Selenium | Testing framework | |||
34676 | 34676 | Normalise MeasureBase unit not found exceptions to use AttributeError | GIS | |||
34674 | 34674 | Updating the file contents of a Django FileField during upload results in I/O error | File uploads/storage | |||
34673 | 34673 | Migrations ordering: add constraint run_immediately_after | Migrations | |||
27079 | 27079 | Refactor LiveServerPort tests to not make extra calls to setUpClass() and tearDownClass() | Testing framework | |||
34661 | 34661 | Peppering user passwords | contrib.auth | |||
34517 | 34517 | ImageField unnecessarily adds a post_init signal handler to the model | Database layer (models, ORM) | |||
34659 | 34659 | mysql backend creates queries using CONVERT_TZ even when this is not supported | Database layer (models, ORM) | |||
34652 | 34652 | Async support in admin view | contrib.admin | |||
34638 | 34638 | Rows are selected if BooleanField is in list_editable | contrib.admin | |||
34645 | 34645 | Timezone warning visual regression for DateFields and TimeFields. | contrib.admin | |||
34647 | 34647 | Foreign Key index names are not renamed when a model is renamed causing duplicate key if a model with the origin name and column is added | Migrations | |||
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) | |||
34602 | 34602 | Fail gettext when no translation file is found or when no msgid is found in the given translation file | Internationalization | |||
34610 | 34610 | Django_migrations unique constraint | Database layer (models, ORM) | |||
34615 | 34615 | queryset.order_by().first() is not consistent with other queryset behaviours | Database layer (models, ORM) | |||
34570 | 34570 | QuerySet.defer() raises an AttributeError when the field is ManyToManyField or GenericForeignKey | Database layer (models, ORM) | |||
34595 | 34595 | format_html() should explicitly mention that format_string is not escaped and that result is safe | Template system | |||
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 | |||
34535 | 34535 | dbshell management command can crash if DATABASES["name"] is a PosixPath | Core (Management commands) | |||
34590 | 34590 | Querying for decimals larger than max_digits crashes on SQLite | Database layer (models, ORM) | |||
34579 | 34579 | Documentation points to `django-developers` mailing list as primary point of contact for discussion | Documentation | |||
34588 | 34588 | 404 error in default_urlconf.html | Core (Other) | |||
34580 | 34580 | Performance regession in SQLCompiler | Database layer (models, ORM) | |||
34575 | 34575 | Storage Signals | File uploads/storage | |||
34322 | 34322 | ManifestStaticFilesStorage crashes on commented JavaScript import statements | contrib.staticfiles | |||
34350 | 34350 | WSGIRequest crashes when "wsgi.input" is None. | Core (Other) | |||
34521 | 34521 | Use __slots__ for template Node classes | Template system | |||
34568 | 34568 | makemigrations --update should respect the --name option. | Database layer (models, ORM) | |||
34571 | 34571 | Request with invalid session after concurrent logout or session timeout is considered a BadRequest | contrib.sessions | |||
34556 | 34556 | StreamingHttpResponse documentation inaccuracy | Documentation | |||
34553 | 34553 | Can't create CheckConstraint with percent characters in values on postgresql due to broken quoting | Database layer (models, ORM) | |||
34524 | 34524 | Error while sending TLS smtp email on "self-signed certificate" server | Core (Mail) | |||
34546 | 34546 | Failed migration yields to unmigratable app: "OperationalError: (1050, "Table '<name>' already exists")" | Migrations | |||
34550 | 34550 | Send email with EMAIL_USE_TLS=True but get SSL error. | Core (Mail) | |||
34544 | 34544 | DBMS_LOB.SUBSTR() is unnecessary for "IS NULL" condition on Oracle. | Database layer (models, ORM) | |||
34545 | 34545 | Typo in "FAQ: Installation". | Documentation | |||
34525 | 34525 | index_together warning after migration to new style | Database layer (models, ORM) | |||
34541 | 34541 | StorageRouter | File uploads/storage | |||
34536 | 34536 | FileInputUpload | File uploads/storage | |||
34531 | 34531 | Rendering form throws deprecation warning | Forms | |||
34529 | 34529 | Squashing migrations with Meta.index_together -> indexes transition should remove deprecation warnings. | Migrations | |||
34523 | 34523 | Model.objects.update_or_create method sometimes raises TransactionManagementError | Database layer (models, ORM) | |||
34530 | 34530 | Remove docs suggestion to use lambda for models.FileField(storage=...) | Documentation | |||
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 | |||
34528 | 34528 | Reduce Add/RemoveIndex migration operations. | Migrations | |||
34386 | 34386 | Error while sending TLS smtp email when no EMAIL_SSL_CERTFILE / EMAIL_SSL_KEYFILE are specified in project settings | Core (Mail) | |||
34504 | 34504 | SSLCertVerificationError on outgoing emails for some mailboxes | Core (Mail) | |||
34512 | 34512 | Admin missing breadcrumbs in app index | contrib.admin | |||
34455 | 34455 | i18n_patterns() not respecting prefix_default_language=False | Internationalization | |||
34510 | 34510 | sqlmigrate does not follows replaces in squashed migrations | Core (Management commands) | |||
34506 | 34506 | Visual regressions in admin's clearable file input. | contrib.admin | |||
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 | |||
34419 | 34419 | Document django.contrib.admin.sites.all_sites | contrib.admin | |||
34483 | 34483 | Negative result of django.utils.timesince.timesince | Utilities | |||
34486 | 34486 | SearchHeadline crashes without an active connection. | contrib.postgres | |||
34492 | 34492 | I get an error when using BinaryField in sqllite3. | Database layer (models, ORM) | |||
34482 | 34482 | Unable to access "non-picklable" attributes of empty HttpRequest and HttpResponse objects after shallow copy. | HTTP handling | |||
34484 | 34484 | HttpRequest.__deepcopy__ doesn't deepcopy attributes | HTTP handling | |||
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) | |||
34459 | 34459 | SearchVector() can return query strings that are unsafe to combine. | contrib.postgres | |||
34463 | 34463 | WHERE clause example missing from Q() documentation | Documentation | |||
34028 | 34028 | Django 'static' template tag fails to generate URLs with SCRIPT_NAME prefix | Template system | |||
34458 | 34458 | QuerySet.defer('user_id') raises AttributeError: 'ForeignKey' object has no attribute 'field' | Database layer (models, ORM) | |||
34456 | 34456 | Add a way to set allow_cascade=True in _fixture_teardown() | Testing framework | |||
34434 | 34434 | psycopg 3 cursor.execute no longer accepts Python tuple binding | Database layer (models, ORM) | |||
34431 | 34431 | DateTimeField.input_formats change from Django 3.1 is documented improperly | Documentation | |||
34449 | 34449 | ProgrammingError: non-integer constant in GROUP BY with Case When and annotate Count | Database layer (models, ORM) | |||
27778 | 27778 | Update unicode documentation for Python 3 | Documentation | |||
34446 | 34446 | Coding style docs should contain incorrect example for Model style. | Documentation | |||
34447 | 34447 | Support backgroup async repeat task. just like fastapi_utils.tasks.repeat_every | Core (Other) | |||
34383 | 34383 | Layout error in Admin when using help_text | Template system | |||
34443 | 34443 | Filtering reverse relations against invalid lookups crashes. | Database layer (models, ORM) | |||
34438 | 34438 | UserCreationForm.clean_username() crashes with a custom user model. | contrib.auth | |||
34436 | 34436 | `makemigrations --check` fails with error code 1 if system checks identify warnings | Migrations | |||
34352 | 34352 | Unify terms in Signals docs. | Documentation | |||
34316 | 34316 | Visual regressions in admin's change password form | contrib.admin | |||
34433 | 34433 | OneToOneField can only be saved one way | Database layer (models, ORM) | |||
34409 | 34409 | Examples of fetching raw SQL don't work for non-unique column names. | Documentation | |||
34428 | 34428 | ASGIStaticFilesHandler raises warning. | contrib.staticfiles | |||
34388 | 34388 | Added support for direct usage of Choices classes on model fields | Database layer (models, ORM) | |||
27487 | 27487 | ModelAdmin.formfield_overrides on ManyToManyField isn't compatible with CheckboxSelectMultiple | contrib.admin | |||
34423 | 34423 | Migrations, UniqueConstraint lenght of identifier can be too long for Postgres/MySQL | Migrations | |||
34404 | 34404 | Incorrect documentation about content type set by FileResponse object | Documentation | |||
34410 | 34410 | Adding database dynamically breaks in Django 4.1+ | Database layer (models, ORM) | |||
34401 | 34401 | Inconsistent behavior for refresh_from_db() with GenericForeignKey | contrib.contenttypes | |||
34408 | 34408 | Authorization in Custom Authentication Backend does not work | contrib.auth | |||
34333 | 34333 | Migrations tries to add constraint before adding a foreign key. | Migrations | |||
34398 | 34398 | Django should automatically run migrations on in-memory SQLite DB | Database layer (models, ORM) | |||
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 | |||
34395 | 34395 | Update admin's jQuery to 3.6.4. | contrib.admin | |||
34370 | 34370 | IntegerField validators don't work if the database is SQLite, leading to overflow errors | Database layer (models, ORM) | |||
34384 | 34384 | SECRET_KEY_FALLBACKS is not used for sessions | contrib.auth | |||
34381 | 34381 | Postgres tests fail on Windows | Core (Other) | |||
34387 | 34387 | DateFormat.P() does not follow PHP's date string format | Utilities | |||
34376 | 34376 | Admin has no support for unique constraint fields. | contrib.admin | |||
34367 | 34367 | GIS GDAL install on Windows 11 Instructions Issue | Documentation | |||
34368 | 34368 | Subquery referencing WINDOW expression breaks query compilation | Database layer (models, ORM) | |||
34372 | 34372 | Field position reference for aggregate ends up in group-by clause | Database layer (models, ORM) | |||
34365 | 34365 | add_form_template used as change_form_template when adding object when only declaring change_form_template | contrib.admin | |||
34217 | 34217 | Migration removing a CheckConstraint results in ProgrammingError using MySQL < 8.0.16. | Migrations | |||
34363 | 34363 | floatformat() crashes on "0.0000" | Template system | |||
34364 | 34364 | Add Today to ORM db.models.functions.datetime | Database layer (models, ORM) | |||
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) | |||
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 | |||
34341 | 34341 | FileSystemFinder harsh regarding its input on Windows | contrib.staticfiles | |||
34327 | 34327 | Test client session does not work as described when using signed cookie engine | Testing framework | |||
34250 | 34250 | Duplicate model names in M2M relationship causes RenameModel migration failure | Migrations | |||
34328 | 34328 | Class-based async-only middleware not detected as coroutine in MiddlewareMixin | Documentation | |||
34336 | 34336 | Reverting a migration with `replaces = [...]` set does not revert it | Migrations | |||
34318 | 34318 | Add a release note that makemessages no longer changes .po files when up to date. | Documentation | |||
34325 | 34325 | Clarify PercentRank() description. | Documentation | |||
34329 | 34329 | django-formset new app - i am facing the issue Uncaught (in promise) SyntaxError: JSON.parse | Forms | |||
34324 | 34324 | Django Discord Server is not mentioned in the "Join the Django community ❤️" section in contributing guide | Documentation | |||
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 | |||
34285 | 34285 | Index transforms on filtered array aggregates produces incorrect SQL query | Database layer (models, ORM) | |||
34310 | 34310 | Add deletion example at one_to_one relations documentation | Documentation | |||
34301 | 34301 | "show_save_as_new" in admin can add without this permission | contrib.admin | |||
27572 | 27572 | Static files served in development should prevent caching | contrib.staticfiles | |||
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 | |||
34304 | 34304 | Adding and removing a conditional UniqueConstraint to ForeignKey multiple times crashes on MySQL | Database layer (models, ORM) | |||
34180 | 34180 | Document that setting language in tests affects other tests | Documentation | |||
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) | |||
34276 | 34276 | LocMemCache not working for multiple threads | Core (Cache system) | |||
34282 | 34282 | Optimize update_or_create when defaults is empty / False-y | Database layer (models, ORM) | |||
34278 | 34278 | Missing ngettext call in SelectFilter2.js | Internationalization | |||
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) | |||
34272 | 34272 | floatformat() crashes on "0.00". | Template system | |||
34273 | 34273 | settings.DEFAULT_FILE_STORAGE is not the same as settings.STORAGES["default"] | File uploads/storage | |||
34260 | 34260 | models.FloatField documentation doesn't mention that +inf, -inf, and NaN are database-dependent. | Documentation | |||
34269 | 34269 | Add Unnest PostgreSQL ORM function | Database layer (models, ORM) | |||
34265 | 34265 | Add ToDate ORM function | Database layer (models, ORM) | |||
34264 | 34264 | Move note about session cookies to correct category | Documentation | |||
34257 | 34257 | ForeignKeyRawIdWidget doesn't include vForeignKeyRawIdAdminField class when custom class passed in attrs | contrib.admin | |||
34240 | 34240 | assertRedirects() doesn't preserve headers set in RequestFactory/Client methods. | Testing framework | |||
34110 | 34110 | Add InMemoryStorage | File uploads/storage | |||
34237 | 34237 | FileField does not take upload_to into account when setting unique=True | File uploads/storage | |||
34220 | 34220 | Cannot import csrf_input_lazy from partially initialized module. | Template system | |||
34243 | 34243 | timesince() raises TypeError with USE_TZ=True and >1 month interval. | Utilities | |||
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) | |||
34236 | 34236 | Django logging when in production with Gunnicron | Documentation | |||
34063 | 34063 | request.POST not populated for multipart/form-data via AsyncClient | Testing framework | |||
14094 | 14094 | Cannot define CharField with unlimited length | Database layer (models, ORM) | |||
34165 | 34165 | migrate management command does not respect database parameter when adding Permissions. | contrib.auth | |||
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) | |||
34203 | 34203 | Drop support for psycopg2 2.8 | Database layer (models, ORM) | |||
34172 | 34172 | Documentation of AdminSite.get_urls() encourages security vulnerabilities | contrib.admin | |||
34199 | 34199 | Add an example for contrib.postgres.aggregates.StringAgg to docs. | Documentation | |||
34196 | 34196 | contrib.postgres search tests failing | contrib.postgres | |||
34160 | 34160 | Django 4.1 Expression contains mixed types for (Big/Small)IntegerFields. | Database layer (models, ORM) | |||
34189 | 34189 | Code in Tutorial does not work because of a ',' | Documentation | |||
34178 | 34178 | Prefetching a foreign key on GenericForeignKey results in incorrect queryset being selected | Database layer (models, ORM) | |||
34103 | 34103 | Queries with duplicate params incorrectly logged for Oracle | Database layer (models, ORM) | |||
34064 | 34064 | USE_THOUSAND_SEPARATOR docs clarification of override by locale | Documentation | |||
34171 | 34171 | QuerySet.bulk_create() crashes on mixed case columns in unique_fields/update_fields. | Database layer (models, ORM) | |||
34177 | 34177 | QuerySet.bulk_create() crashes on "pk" in unique_fields. | Database layer (models, ORM) | |||
34167 | 34167 | Set a reasonable default for EMAIL_TIMEOUT | Core (Mail) | |||
34166 | 34166 | UniqueConstraint with condition not validated if the condition field is not editable. | Database layer (models, ORM) | |||
34163 | 34163 | ImproperlyConfigured: Requested setting INSTALLED_APPS, but settings are not configured | Uncategorized | |||
34155 | 34155 | ModelAdmin.render_change_form does not lowercase the app_label when setting template directories | contrib.admin | |||
34123 | 34123 | Ambiguous aliases in ordering on combined queries with select_related(). | Database layer (models, ORM) | |||
34099 | 34099 | update_or_create() not saving data assigned in a model's save() method | Database layer (models, ORM) | |||
34154 | 34154 | Inconsistent use of "mixin" in the documentation | Documentation | |||
34145 | 34145 | Explicit GROUPing by aggregate is not supported | Database layer (models, ORM) | |||
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) | |||
34137 | 34137 | model.refresh_from_db() doesn't clear cached generic foreign keys | contrib.contenttypes | |||
34088 | 34088 | Sitemaps without items raise ValueError on callable lastmod. | contrib.sitemaps | |||
27654 | 27654 | Propogate alters_data value to subclasses | Core (Other) | |||
34138 | 34138 | Adding ManyToManyField on SQLite rebuilds table. | Migrations | |||
34054 | 34054 | Create a topic about fixtures | Documentation | |||
34124 | 34124 | Developer experience on {% with %} template tag can be improved. | Template system | |||
34035 | 34035 | ImageField doesn't consider EXIF rotation when storing width and height | Database layer (models, ORM) | |||
34122 | 34122 | 1 | models.ForeignObject is missing documentation | Documentation | ||
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) | |||
34108 | 34108 | Warning message not visible in Dark mode | Documentation | |||
34101 | 34101 | Missing list filters in admin when using jet admin templates | contrib.admin | |||
34091 | 34091 | Invalid SQL: FROM clauses can be omitted when QuerySet is accessed from multiple threads | Database layer (models, ORM) | |||
34086 | 34086 | Confirm support for PostGIS 3.3 | GIS | |||
28000 | 28000 | Avoid SET/DROP DEFAULT unless a field changes from null to non-null | Migrations | |||
34076 | 34076 | Native support for SurrealDB | Database layer (models, ORM) | |||
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 | |||
34061 | 34061 | Model validations should be run on save() | Database layer (models, ORM) | |||
34010 | 34010 | Parallel tests don't work with spawn. | Testing framework | |||
34025 | 34025 | Autocomplete field fills all empty required fields references to the same model when added a choice in popup. | contrib.admin | |||
34055 | 34055 | InlineModelAdmin and permissions on the instances shown in the in-line | contrib.admin | |||
34057 | 34057 | Validation of DecimalField | Database layer (models, ORM) | |||
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) | |||
34022 | 34022 | admin:logout fails to log out non-staff users | contrib.admin | |||
34016 | 34016 | QuerySet.values_list() crash on simple ArrayAgg. | contrib.postgres | |||
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 | |||
34020 | 34020 | django core management error | Uncategorized | |||
34018 | 34018 | Typo in ref/contrib/flatpages.txt. | Documentation | |||
34009 | 34009 | migrations.RunPython runs queries against wrong database | Uncategorized | |||
34000 | 34000 | Fix numberformat.py "string index out of range" when null | Utilities | |||
27412 | 27412 | Coalesce function should work with subqueries | Database layer (models, ORM) | |||
27944 | 27944 | Have meta.get_field('pk') return the primary key field directly | Database layer (models, ORM) | |||
14411 | 14411 | Inline delete not prompting cascade delete warning | contrib.admin | |||
27147 | 27147 | Add support for defining bounds in postgres range fields | contrib.postgres | |||
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 | |||
27624 | 27624 | Optimize ORM by using more immutable data structures | Database layer (models, ORM) | |||
27468 | 27468 | Move utils.crypto.salted_hmac() from SHA1 toward SHA256 | Utilities | |||
27961 | 27961 | Misconfigured SECURE_PROXY_SSL_HEADER setting is ignored | HTTP handling | |||
14357 | 14357 | Prevent inappropriate order-based grouping on values+annotate queries | Database layer (models, ORM) | |||
14586 | 14586 | Make interpolate JS function not require the named parameter. | Internationalization | |||
14296 | 14296 | 'manage.py test' failing for apps that access read-only databases | Testing framework | |||
27753 | 27753 | Cleanups when no supported version of Django supports Python 2 anymore | Utilities | |||
27936 | 27936 | Add some clarifications to "Spanning multi-valued relationships" | Documentation | |||
27864 | 27864 | Limit the number of terms in an admin search | contrib.admin | |||
27074 | 27074 | connection.is_usable() raises AttributeError after the connection is closed | Database layer (models, ORM) | |||
27131 | 27131 | send_mail() error on Python 2 if smtp server uses CRAM-MD5 auth method | Core (Mail) | |||
27694 | 27694 | Improve documentation of supported lookups on HStore & JSON fields | Documentation | |||
27590 | 27590 | Allow configuration of where to save staticfiles manifest. | contrib.staticfiles | |||
27541 | 27541 | Provide hooks to override manifest file storage in ManifestFilesMixin | contrib.staticfiles | |||
14844 | 14844 | i18n blocktrans tag pluralization feature limited by gettext constraints and shared local tag context | Internationalization | |||
27734 | 27734 | Add a helpful error message when a parallel test worker is assigned an unexpected index | Testing framework | |||
27017 | 27017 | Why doesn't Django's Model.save() save only the dirty fields by default? And how can I do that if I want? | Database layer (models, ORM) | |||
27149 | 27149 | Allow using a subquery in QuerySet.filter() | Database layer (models, ORM) | |||
27488 | 27488 | add support for IsValid and MakeValid GIS functions on SpatiaLite backend | GIS | |||
56 | 56 | Primary key columns should be UNSIGNED | Database layer (models, ORM) | |||
27575 | 27575 | Make host validation run on all requests | HTTP handling | |||
27604 | 27604 | Use set_signed_cookie for contrib.messages Cookie storage | contrib.messages | |||
27807 | 27807 | Overriding username validators doesn't work as documented | contrib.auth | |||
14645 | 14645 | Exclude query with multiple conditions for the same multi-value relation not correct | Database layer (models, ORM) | |||
27445 | 27445 | RadioSelect widget does not work for NullBooleanField | Documentation | |||
27417 | 27417 | Migration to change model field case crashes on Oracle | Migrations | |||
27679 | 27679 | Document that empty formsets display min_num+extra forms | Documentation | |||
14317 | 14317 | numberformat.format produces wrong results | Internationalization | |||
27996 | 27996 | Add pgcrypto extension and GEN_RANDOM_UUID function to contrib.postgres | contrib.postgres | |||
27430 | 27430 | `manage.py test` does not support unittest `-b` buffer option | Testing framework | |||
27331 | 27331 | Proposed opt_group argument for ModelChoiceField and ModelMultipleChoiceField | Forms | |||
27399 | 27399 | Segfault when running GDALBandTests on OSX 10.11.6 | GIS | |||
27408 | 27408 | Make QuerySet.bulk_create() populate fields on related models | Database layer (models, ORM) | |||
27666 | 27666 | Delay rendering of models in migration operations when possible | Migrations | |||
27824 | 27824 | Cannot chain unaccent transform with key lookup in Postgres JSON field. | contrib.postgres | |||
27760 | 27760 | Hard to diagnose reason for 400 response when making test request that sets SERVER_NAME | Testing framework | |||
27865 | 27865 | Document use of Manager rather than BaseManager for from_queryset() | Documentation | |||
14071 | 14071 | Row duplicated when modifying PK | contrib.admin | |||
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) | |||
27391 | 27391 | Support unittest.TestCase.debug() method. | Testing framework | |||
27910 | 27910 | Allow using an Enum class in model Field choices | Database layer (models, ORM) | |||
27086 | 27086 | running servers.tests may hang in parallel mode on Mac OS X | Core (Other) | |||
27921 | 27921 | Documentation of make_aware() with is_dst is misleading | Documentation | |||
27462 | 27462 | Clarify what's contained in m2m_changed's "pk_set" argument | Documentation | |||
27473 | 27473 | Allow using Extract() with DurationField | Database layer (models, ORM) | |||
27795 | 27795 | Audit force_text invocations | Utilities | |||
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 | |||
27946 | 27946 | Improve "ValueError: Found wrong number of constraints" error message | Migrations | |||
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 | |||
14675 | 14675 | Update docs and project template to avoid "import *" for url patterns | Core (Other) | |||
14204 | 14204 | Take advantage of SQLite support for FK constraints | Database layer (models, ORM) | |||
27867 | 27867 | Excluding a reverse relation produces inconsistent queries | Database layer (models, ORM) | |||
27994 | 27994 | Document contrib.staticfiles.storage.ManifestFilesMixin | Documentation | |||
27025 | 27025 | Python 3.6 compatibility | Core (Other) | |||
14091 | 14091 | Fix incorrect quoting in connection.queries | Database layer (models, ORM) | |||
27595 | 27595 | Database converters are not run for related fields referencing related fields | Database layer (models, ORM) | |||
27899 | 27899 | Phrase search query for Postgres full text search | contrib.postgres | |||
27090 | 27090 | pg_get_serial_sequence is broken on postgres, use a lookup in information_schema.columns instead | Database layer (models, ORM) | |||
27335 | 27335 | Avoid object save during QuerySet.update_or_create() when there were no changes | Database layer (models, ORM) | |||
27334 | 27334 | File uploads could rename temporary files rather than copying them | File uploads/storage | |||
27398 | 27398 | Make SimpleTestCase.assertRedirects() URL comparison ignore ordering of query parameters | Testing framework | |||
820 | 820 | Add "view" permission to compliment add/change/delete | contrib.admin | |||
27543 | 27543 | AttributeError: '_Frame' object has no attribute 'f_back' / Django and celery error logging gone wrong | Error reporting | |||
27098 | 27098 | Deprecate DatabaseIntrospection.get_indexes | Database layer (models, ORM) | |||
27018 | 27018 | Admin views in admindocs crash with AttributeError | contrib.admindocs | |||
27267 | 27267 | Renaming a primary key fails with "cannot drop constraint on table because other objects depend on it" | Migrations | |||
27985 | 27985 | Converting `Foo.objects.filter(bar=None)` to an `IsNull` too early. | Database layer (models, ORM) | |||
14642 | 14642 | save_as=True and generic inline in admin gives IndexError | contrib.contenttypes | |||
27175 | 27175 | Deprecate silencing exceptions raised while rendering the {% include %} template tag | Template system | |||
27954 | 27954 | Prevent PostgreSQL dbshell from exiting on CTRL-C | Core (Management commands) | |||
27843 | 27843 | M2M db table names with explicit `username` | Database layer (models, ORM) | |||
27458 | 27458 | Oracle backend giving ORA-00911 : Invalid Character, querying with a literal "%s" | Database layer (models, ORM) | |||
27318 | 27318 | Return failed values from memcached.set_many() | Core (Cache system) | |||
14807 | 14807 | django.utils.formats localize_input inserts thousands_separator into boolean values | Internationalization | |||
27846 | 27846 | refresh_from_db() doesn't clear reverse OneToOneFields | Database layer (models, ORM) | |||
27979 | 27979 | Using F() to save negative integers in unsigned columns on MySQL should raise IntegrityError rather than OperationalError | Database layer (models, ORM) | |||
27788 | 27788 | Drop support for Oracle < 12.1 | Database layer (models, ORM) | |||
27332 | 27332 | Specifying additional ON arguments, and more flexibility with joins | Database layer (models, ORM) | |||
14370 | 14370 | Adding support for Autocomplete in contrib.admin | contrib.admin | |||
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 | |||
27998 | 27998 | LogEntry messages do not list m2m fields that were changed when an object is changed via ModelAdmin | contrib.admin | |||
27701 | 27701 | Document that runserver bypasses middleware for static files | Documentation | |||
27258 | 27258 | Raise an exception if RequestContext is used with template.backends.django.Template.render() | Template system | |||
27855 | 27855 | Document Python 3.4 support for Django 2.0 | Documentation | |||
27982 | 27982 | Possible bug related to queryset union | Database layer (models, ORM) | |||
27477 | 27477 | Use QuerySet.select_for_update() in admin change form to fix race condition | contrib.admin | |||
27303 | 27303 | Selecting multiple admin list_filters across relations return results that don't match both filters | contrib.admin | |||
27563 | 27563 | Move "Apply limit_choices_to" code from BaseModelForm to fields_for_model() | Forms | |||
27964 | 27964 | Raise an error if a MySQL geometry with an unsupported SRID is saved to the database | GIS | |||
27858 | 27858 | Stop read-only management commands from attempting to create a django_migrations table | Migrations | |||
27539 | 27539 | assertNumQueries fails if debug cursor wrapper fills | Testing framework | |||
27787 | 27787 | call_command() should validate the arguments it receives | Core (Management commands) | |||
27434 | 27434 | Document caveats of raising a ValidationError in Model.clean() for a field not in a model form | Documentation | |||
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 | |||
27039 | 27039 | ModelFields with 'default' value set and 'required'=False in form does not use default value | Forms | |||
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) | |||
27241 | 27241 | Annotate doesn't work with PostgreSQL views anymore | Database layer (models, ORM) | |||
27118 | 27118 | Make QuerySet.get_or_create()/update_or_create() error for a non-field in defaults | Database layer (models, ORM) | |||
27554 | 27554 | Queryset evaluation fails with mix of nested and flattened prefetches (AttributeError on RelatedManager) | Database layer (models, ORM) | |||
14149 | 14149 | LIKE clauses fail in Oracle 9.2.0.7 | Database layer (models, ORM) | |||
27730 | 27730 | Document that template tags with "as" variable assignment don't propogate variables across blocks | Documentation | |||
27644 | 27644 | Document FileSystemStorage.get_created_time() limitation on Unix | Documentation | |||
27926 | 27926 | Allow squashmigrations to create a fresh set of migrations and delete the old ones | Migrations | |||
27751 | 27751 | Teardown of a PG test database fails if it is an autogenerated test_MYDB database | Testing framework | |||
27947 | 27947 | Document that model field error_messages don't carry over to forms | Documentation | |||
27974 | 27974 | Degraded performance when rendering ChoiceField with lots of options and DEBUG=True | Template system | |||
27834 | 27834 | Add the STRPOS database function | Database layer (models, ORM) | |||
27928 | 27928 | Avoid SET/DROP DEFAULT unless a field changes from null to non-null | Migrations | |||
27848 | 27848 | EmailMessage.attach_file() with .eml file crashes | Core (Mail) | |||
27866 | 27866 | Make ChoiceWidget.format_value() return a list | Forms | |||
27359 | 27359 | Make it possible to specify a default template engine | Template system | |||
27365 | 27365 | Fields suddenly not found. | Database layer (models, ORM) | |||
27993 | 27993 | Impossible to clear an ArrayField with a forms.MultipleChoiceField | Forms | |||
27988 | 27988 | django-admin documentation typo (--v instead of -v) | Documentation | |||
27981 | 27981 | date/time filter docs inaccurate about how localization works | Documentation | |||
27956 | 27956 | Template error raised in an {% extends %} parent template shows incorrect source location on debug page | Template system | |||
27980 | 27980 | ExpressionWrapper is maybe masking a NotImplementedError on SQLite | Database layer (models, ORM) | |||
27983 | 27983 | Tutorial should contain complete files at each step | Documentation | |||
27969 | 27969 | models.Field.formfield() should allow the 'disabled' kwarg for fields with choices | Database layer (models, ORM) | |||
27556 | 27556 | add Oracle support for IsValid function and isvalid lookup | GIS | |||
27975 | 27975 | Regression on ability to use `queryset=None` on `ModelChoiceField` | Forms | |||
27977 | 27977 | inspectdb errors after upgrade to cx_Oracle 5.3 | Database layer (models, ORM) | |||
27945 | 27945 | Clarify RegexValidator docs (match vs. search) | Documentation | |||
27966 | 27966 | Bump required version of pyscopg2 to 2.5.4 | Database layer (models, ORM) | |||
27960 | 27960 | ds = DataSource('/path/to/your/cities.shp') fails on first try (GDALException Unknown error code: "198770787"), but works on second | GIS | |||
27915 | 27915 | Defining Index object in Meta.indexes in abstract class causes failure during migration of sub-classes | Database layer (models, ORM) | |||
27949 | 27949 | Document how OpenLayers 3 widgets work | Documentation | |||
27919 | 27919 | Decide if attrs (and possibly others) are named or positional parameters in new widget rendering code | Forms | |||
27963 | 27963 | Docstring example in docs doesn't follow PEP 257 | Documentation | |||
27965 | 27965 | gis_tests.test_geoforms.GeometryFieldTest.test_field_string_value fails | GIS | |||
27939 | 27939 | GeoDjango - map doesn't show correct point in admin | GIS | |||
27890 | 27890 | runtests.py cleanup exception on Python 3.6 | Core (Other) | |||
27935 | 27935 | BrinIndex crashes if name > 30 characters | contrib.postgres | |||
27951 | 27951 | Nondeterministic ordering test failure in model_forms on Oracle | Forms | |||
27675 | 27675 | Django postgres JSONField encoding | contrib.postgres | |||
27897 | 27897 | Searching for foreign key's pk in the admin crashes with FieldDoesNotExist | contrib.admin | |||
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) | |||
27940 | 27940 | Migrations fail when when a model's parent class is changed to abstract -- Wrong SQL being generated | Migrations | |||
27920 | 27920 | RadioSelect is not rendering the value attribute when it is empty | Forms | |||
27930 | 27930 | The rhs attribute of the In lookup is not iterable anymore | Database layer (models, ORM) | |||
27911 | 27911 | Document UserAdmin when creating custom User model | Documentation | |||
27316 | 27316 | Multiple LiveServerTestCase subclasses cannot reuse the same port | Testing framework | |||
27891 | 27891 | Allow setting a login backend when using PasswordResetConfirmView | contrib.auth | |||
27905 | 27905 | Admin RelatedFieldWidgetWrapper ignores wrapped widget's value_omitted_from_data() | contrib.admin | |||
27622 | 27622 | Test client should accept vendor tree json variants | Testing framework | |||
27475 | 27475 | Bug in admin with date_hierarchy and Daylight savings | contrib.admin | |||
27903 | 27903 | RenameModel does not not change ForeignKey with related_name='+' | Migrations | |||
27892 | 27892 | Add a way to specify "independent" migrations | Migrations | |||
27896 | 27896 | In Django 1.10 when sqlite is used and TIME_ZONE=None a django.db.utils.OperationalError error is raised when filtering by __date on a DateTimeField | Database layer (models, ORM) | |||
27900 | 27900 | Make escapejs escape backticks to support usage in ES6 template literals | Utilities | |||
27901 | 27901 | Unicode subclasses can't be saved to TextField with MySQL and Python 2 | Database layer (models, ORM) | |||
27902 | 27902 | user_can_authenticate prevents confirm_login_allowed from checking inactive user | contrib.auth | |||
27887 | 27887 | TypeError when namespaced urlconf included from non-namespaced one | Core (System checks) | |||
27889 | 27889 | ModelAdmin ordering by pk fails check | contrib.admin | |||
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) | |||
27886 | 27886 | Django contrib.postgres JSONField adds additonal quotes to a dictionary. | contrib.postgres | |||
27885 | 27885 | Migration creates index of a deleted table | Migrations | |||
27802 | 27802 | Unify datetime_*_sql() methods with others backend date/time operations. | Database layer (models, ORM) | |||
27875 | 27875 | Manager inheritance documentation doesn't mention manager_inheritance_from_future | Documentation | |||
27873 | 27873 | setup_test_environment() doesn't allow ALLOWED_HOSTS to be a tuple | Testing framework | |||
27874 | 27874 | URL namespacing warning (urls.W005) does not consider nested URL namespaces | Core (System checks) | |||
27479 | 27479 | ingored GDALException('Invalid pointer returned from "GDALClose"',) during tests | GIS | |||
27872 | 27872 | Tutorial contains invalid instructions regarding background image | Documentation | |||
27856 | 27856 | Date subtraction loses accuracy on PostgreSQL for differences larger than month | Database layer (models, ORM) | |||
27850 | 27850 | Admin Related Widget Wrapper ignores custom render() | contrib.admin | |||
27828 | 27828 | ORM crash on F('date_field') - F('int_field') on PostgreSQL | Database layer (models, ORM) | |||
27825 | 27825 | Document that models don't cast field values to the same type that's retrieved from the database | Documentation | |||
27135 | 27135 | Standardise type value returned by introspection.get_constraints for indexes | Database layer (models, ORM) | |||
27840 | 27840 | Password reset: `post_reset_login` throws KeyError if user already logged in | contrib.auth | |||
27823 | 27823 | Use python-home in WSGI daemon installation documentation | Documentation | |||
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 | |||
27722 | 27722 | if a template context is an instance of get_template(), it will raise "TypeError: context must be a dict rather than RequestContext" | Template system | |||
27742 | 27742 | Unexpected migration on Parent -> child model inheritence | Migrations | |||
27537 | 27537 | Provide a simpler way to default runserver IP/port to 0.0.0.0:8000 | Core (Management commands) | |||
27148 | 27148 | Invalid input for UUIDField with ModelMultipleChoiceField throws ValueError, not ValidationError | Forms | |||
27683 | 27683 | Change default transaction isolation level to READ COMMITTED on MySQL | Database layer (models, ORM) | |||
27821 | 27821 | Documentation of the return value of clean_<fieldname>() could be clarified | Documentation | |||
27816 | 27816 | Duplicate keyword '_binary' failure when using BinaryField with mysql backend | Database layer (models, ORM) | |||
27814 | 27814 | Unclear explanation of orphans in Paginator | Documentation | |||
27815 | 27815 | contrib.auth.views.LoginView doesn't pass request object to AuthenticationForm | contrib.auth | |||
27805 | 27805 | ClearableFileInput's "Clear" checkbox on model fields with a default doesn't work | Forms | |||
27811 | 27811 | Avoid UnicodeEncodeError during generation of email with mail_admins logger | Error reporting | |||
27797 | 27797 | dumpdata generate a backup not usable with loaddata using MySQL | Core (Serialization) | |||
27741 | 27741 | staticfiles_tests test_corrupt_intermediate_files fails intermittently when run in parallel | contrib.staticfiles | |||
27800 | 27800 | Crash with QuerySet.annotate(Length(...)).distinct() | Database layer (models, ORM) | |||
27421 | 27421 | Add support for size, shape, and offset parameters on instantiation of GDALRaster objects. | GIS | |||
27758 | 27758 | Template widget rendering breaks the AdvancedModelIterator pattern | Forms | |||
498 | 498 | Atom support, not just RSS | contrib.syndication | |||
27790 | 27790 | Investigate increased memory usage in tests when calling migrate without available_apps set | Migrations | |||
27130 | 27130 | Allow using the DjangoTemplates engine without configuring settings | Template system | |||
27202 | 27202 | Investigate RenameMethodsBase effect on yaml serialization | Utilities | |||
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 | |||
27781 | 27781 | simplify_regex() doesn't remove ? characters | contrib.admindocs | |||
27764 | 27764 | Running migration that deletes child model (in multi-table inheritance) backwards results in an error | Migrations | |||
27743 | 27743 | CSS fix of "viewsitelink", "golink" and "addlink" buttons for Django admin | contrib.admin | |||
27759 | 27759 | Template widget rendering: attrs with value False now render | Forms | |||
27765 | 27765 | Migration to delete child model (multi-table inheritance) results in an error when using SQLite | Migrations | |||
27761 | 27761 | Typo in multiple_input.html produces invalid HTML | Forms | |||
27632 | 27632 | Oracle backend fails to execute a query with an aggregation that contains an expression in the GROUP BY. | Database layer (models, ORM) | |||
14153 | 14153 | Redirects fail if URL has appended query string | Contrib apps | |||
27738 | 27738 | Default index name not set outside of migrations | Database layer (models, ORM) | |||
27739 | 27739 | Document LabelCommand's `label` attribute | Documentation | |||
27690 | 27690 | remove sleep before dropping test db? | Testing framework | |||
27735 | 27735 | l10n is applied to Select widget's choices after template-based widget rendering | Documentation | |||
27544 | 27544 | F() Expressions updating dates in .update() field fails on SQLite | Database layer (models, ORM) | |||
27387 | 27387 | Rendering "required" as HTML attribute is not documented under Field.required | Documentation | |||
27518 | 27518 | HTTP Referer leaks password reset link | contrib.auth | |||
27729 | 27729 | Add a method to evaluate QuerySets. | Database layer (models, ORM) | |||
27725 | 27725 | requests.post fail inside of django shell but not python shell | Uncategorized | |||
27720 | 27720 | Confusing error message when creating a model with unspecified attributes that have no defaults | Database layer (models, ORM) | |||
27711 | 27711 | Questionable "Install Django" option ordering | Documentation | |||
27680 | 27680 | Recommend ccbv.co.uk in class-based views docs | Documentation | |||
27664 | 27664 | Manager.contribute_to_class() is called with abstract model rather than concrete model | Database layer (models, ORM) | |||
27677 | 27677 | Disable savepoint support for MySQL NDB engine tables, and option to overwrite the default. | Database layer (models, ORM) | |||
27054 | 27054 | makemigrations tries to create django_migrations in external database | Migrations | |||
27684 | 27684 | Migrations accept default value for DateField that are not portable to all backends | Database layer (models, ORM) | |||
27658 | 27658 | collectstatic overwrites newer files in remote storage | contrib.staticfiles | |||
27672 | 27672 | Trouble saving specificly shaped GeometryCollection to spatialite backend | GIS | |||
27522 | 27522 | ./manage runserver --nostatic doesn't return a traceback | Core (Management commands) | |||
27637 | 27637 | timeuntil, timesince breaks in leap year edge case | Utilities | |||
27652 | 27652 | Humanize docs should clarify: Floats OK too! | Documentation | |||
27631 | 27631 | Prevent execution of transactional DDL statements when unsupported. | Migrations | |||
27641 | 27641 | Document limitations of the Locmem cache backend | Documentation | |||
27638 | 27638 | Rollback data changes made inside templates | Template system | |||
27647 | 27647 | runserver segfaults with autoreload enabled on Windows 10 | Core (Management commands) | |||
27627 | 27627 | OneToOneField doesn't allow multiple records with NULL value on Microsoft SQL Server | Database layer (models, ORM) | |||
27498 | 27498 | Filtering annotated field in SQLite returns wrong results | Database layer (models, ORM) | |||
14297 | 14297 | Accessing settings.FOO in hot spots cause performance problems | Core (Other) | |||
27439 | 27439 | Document how to add locale for osX on Unit Tests/Troubleshooting section for contribution | Documentation | |||
27616 | 27616 | HTTP_X_REQUESTED_WITH should be X-Requested-With in request-response.txt | Uncategorized | |||
27263 | 27263 | Allow validators to short-circuit in form field validation | Forms | |||
27182 | 27182 | Some import statement use backslashes instead of parentheses | Core (Other) | |||
27597 | 27597 | UrlResolver doesn't check all possibilities | Core (URLs) | |||
27601 | 27601 | BooleanField no longer accepts empty string as False value | Database layer (models, ORM) | |||
27609 | 27609 | gettext_lazy cast to str/unicode errors under py 2.7 if performed after language activation. | Core (System checks) | |||
27576 | 27576 | fallback to GDAL if spatial_ref_sys is unavailable | GIS | |||
27558 | 27558 | Setting db_index=False on existing ForeignKey causes constraint to be recreated on MySQL | Database layer (models, ORM) | |||
27418 | 27418 | Occasional missing plural forms in JavaScriptCatalog | Internationalization | |||
27570 | 27570 | Make context processor run outside of RequestContext | Template system | |||
27596 | 27596 | LiveServerTestCase in 1.10.4 doesnt close server ports properly | Testing framework | |||
27592 | 27592 | QueryDict docs don't mention that iter methods are available only on Python 2 | Documentation | |||
27184 | 27184 | Test client crashes when uploading TemporaryFile on Unix | Testing framework | |||
27355 | 27355 | Add PostgreSQL Extension operation example to reference page | Documentation | |||
27566 | 27566 | Clarify documentation of ModelAdmin.save_model and delete_model | Documentation | |||
27571 | 27571 | Conditionally add TEST_DATABASE_PREFIX to db name | Testing framework | |||
27569 | 27569 | Resolve reverse url with named groups regular expression to sprintf output formatters not specifying kwargs key / value pairs. | Core (URLs) | |||
27567 | 27567 | Technical exception page/emails crash when the database is down | Error reporting | |||
27324 | 27324 | Simplify get_constraints on Oracle | Database layer (models, ORM) | |||
27119 | 27119 | 2 | full_clean() called too many times during formset validation | Forms | ||
27542 | 27542 | Client.force_login() shouldn't use authentication backends without a get_user() method | Testing framework | |||
27553 | 27553 | tutorial python manage.py runserver creates NameError: name 'include' is not defined | Documentation | |||
27402 | 27402 | When using i18n_patterns and prefix_default_language=False, 404 page redirects incorrectly | Internationalization | |||
27545 | 27545 | Django conditional If-Match: * returns precondition failed response | HTTP handling | |||
27321 | 27321 | ignores_quoted_identifier_case broken on MySQL on OS X/Windows | Database layer (models, ORM) | |||
27536 | 27536 | order_by('pk') is not obeyed if superclass has default ordering | Database layer (models, ORM) | |||
27509 | 27509 | Installing Geospatial libraries documentation: `gdal-bin` contradicting recommendation. | Documentation | |||
27504 | 27504 | Cannot Make ORM Queries After an Error and Rollback In Non-autocommit Mode | Database layer (models, ORM) | |||
27526 | 27526 | test_fuzzy_compiling failing on a machine with 64 cores | Internationalization | |||
27525 | 27525 | Revert to previous migration automatically after failure when using MySQL backend | Migrations | |||
27527 | 27527 | How to enable login for a custom written authentication backend | contrib.auth | |||
27510 | 27510 | Allow custom keyword arguments to modelform_factory in ModelFormMixin | Generic views | |||
27221 | 27221 | Document how to escape a percent symbol in ugettext | Documentation | |||
27394 | 27394 | template "floatformat" tag throws ValueError for big numbers in Python 3 | Template system | |||
27511 | 27511 | Docs incorrect about related_model for GenericRelation being None | Documentation | |||
27467 | 27467 | UserAttributeSimilarityValidator max_similarity=0/1 doesn't work as documented | contrib.auth | |||
27494 | 27494 | markup typo in model docs | Documentation | |||
27407 | 27407 | Model.delete(keep_parents=True) should preserve parent reverse relationships | Database layer (models, ORM) | |||
27448 | 27448 | GIS distance queries use deprecated ST_distance_sphere | GIS | |||
27386 | 27386 | Readonly callable field is unconditionally wrapped inside <p>...</p>, which might create invalid HTML | contrib.admin | |||
27469 | 27469 | Email crashes cryptically when emptystring passed to django.core.mail.message.sanitize_address | Core (Mail) | |||
27426 | 27426 | Test Client shouldn't subclass RequestFactory | Testing framework | |||
27406 | 27406 | Signals pre_delete and post_delete break logical relationship of models and behave in diffrently with different backends | Database layer (models, ORM) | |||
27461 | 27461 | makemigrations router.allow_migrate() calls for consistency checks use incorrect (app_label, model) pairs | Core (Management commands) | |||
27414 | 27414 | Document that aliasing ForeignKey fields in F expressions returns pk values, not model instances | Documentation | |||
27420 | 27420 | Oracle DB test user password must be quoted if it starts with a number | Database layer (models, ORM) | |||
27200 | 27200 | Provide makemigrations router.allow_migrate() with a model_name | Migrations | |||
27457 | 27457 | Cannot migrate ArrayField on SQLite | Database layer (models, ORM) | |||
27133 | 27133 | Explain how to load initial data with a data migration | Documentation | |||
27073 | 27073 | Overridden model managers shouldn't appear in _meta.managers | Database layer (models, ORM) | |||
27435 | 27435 | Raise an error when using --keepdb without an explicit TEST.PASSWORD on Oracle | Testing framework | |||
27442 | 27442 | count estimation on querysets | Database layer (models, ORM) | |||
27022 | 27022 | some DjangoTemplates builtin tags misparse lack of whitespace between variable name and boolean operator in arguments | Template system | |||
27425 | 27425 | Outdated FAQ, developers to hire | Documentation | |||
27424 | 27424 | contenttype 0002_remove_content_type_name migration failure | contrib.contenttypes | |||
27422 | 27422 | `makemigrations` fails to migrate ForeignKey types across app boundaries | Database layer (models, ORM) | |||
27363 | 27363 | SessionMiddleware can return redirect(request.path) which might be an unsafe thing to do | contrib.sessions | |||
27411 | 27411 | Django namespaced reverse not working in test environment | Testing framework | |||
27400 | 27400 | Changed in 1.10: {% static %} tag now encodes "#" | Documentation | |||
27410 | 27410 | Clarify staticfiles "is enabled (default)" in ref | Documentation | |||
27063 | 27063 | i18n_patterns() matches too much of the URL as the language code | Internationalization | |||
27328 | 27328 | return `Set-Cookie` if sessionid= None value | contrib.sessions | |||
27401 | 27401 | Add Transifex config to build translated docs | Documentation | |||
27382 | 27382 | Document that ugettext_lazy() result can't be used with arbitrary Python code | Documentation | |||
27299 | 27299 | Document Widget.use_required_attribute() | Documentation | |||
27362 | 27362 | Omitting default_app_config in __init__.py happens too easily. | Core (Other) | |||
27388 | 27388 | Filter chaining results in unnecessary joins (and degenerate performance) | Database layer (models, ORM) | |||
27385 | 27385 | Error in QuerySet.bulk_create() on PostgreSQL when objs length is a multiple plus one of batch_size | Database layer (models, ORM) | |||
27383 | 27383 | Regression: `FileField(default=None)` now never upload a file through a ModelForm | File uploads/storage | |||
27374 | 27374 | JavaScriptCatalog view ignores the packages argument | Internationalization | |||
27371 | 27371 | undefined reference in django/contrib/sitemaps/views.py line 71 (version 1.8.15) | contrib.sitemaps | |||
27368 | 27368 | mail.tests.SMTPBackendTests.test_server_login generates ResourceWarning unclosed socket | Testing framework | |||
27361 | 27361 | Use "from django import forms" in forms api examples | Documentation | |||
27352 | 27352 | Warn about social media fingerprinting when using redirect_authenticated_user | Documentation | |||
27349 | 27349 | Docs: "Customizing error views" does not mention CSRF_FAILURE_VIEW | Documentation | |||
27342 | 27342 | QuerySet.update_or_create() "shortcut to boilerplatish code" example is incorrect | Documentation | |||
27323 | 27323 | Optimize Oracle introspection by using USER_SEQUENCES instead of USER_CATALOG | Database layer (models, ORM) | |||
27336 | 27336 | Whitespace control django configuration template | Template system | |||
27213 | 27213 | ArrayField with null throws ProgrammingError but not ValidationError on Psycopg < 2.6.1 | contrib.postgres | |||
27301 | 27301 | Better handling of errors that are not pickleable when testing in parallel | Testing framework | |||
27312 | 27312 | Checking raw argument to prevent signals from executing during fixture loading isn't DRY | Core (Other) | |||
27314 | 27314 | PointField can't be used in get_or_create | GIS | |||
27273 | 27273 | Make usage of construct_change_message easier outside of admin | contrib.admin | |||
27304 | 27304 | Django 1.10 onwards broke previous behaviour for models.DateTimeField() in Admin | contrib.admin | |||
27280 | 27280 | can_order/can_delete documentation examples don't require initial data | Documentation | |||
27292 | 27292 | Example authentication backend doesn't need to set user's password | Documentation | |||
27279 | 27279 | Performance regression when running migrate with RenameModel operations | Migrations | |||
27309 | 27309 | Add CallableBool.__hash__() | Utilities | |||
27307 | 27307 | sitemap url examples missing names | Documentation | |||
27302 | 27302 | Date/time fields flagged as changed in ModelAdmin.construct_change_message | contrib.admin | |||
14904 | 14904 | TextField with unique (or in unique_together) constraint breaks for large inputs in Postgres | Database layer (models, ORM) | |||
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 | |||
27285 | 27285 | Multi-db example : default database config can not be an empty dict | Documentation | |||
27289 | 27289 | Docs: Badly wrong explanation of View.as_view() and its use in urlconf | Documentation | |||
27217 | 27217 | makemigrations crashes with "'SpatialRefSysMixin' has no attribute '_meta'" on PostGIS | GIS | |||
27287 | 27287 | IndexError in logging on runserver broken pipe error | Utilities | |||
27282 | 27282 | port cant be integer with oracle backend | 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 | |||
27277 | 27277 | Error in generation of SQL query when have a ForeignKey with Model with ChoiceField | Database layer (models, ORM) | |||
27278 | 27278 | Formset.validate_max bad anchor in documentation | Documentation | |||
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 | |||
27264 | 27264 | Model Meta is overwriten by abstract parent class | Database layer (models, ORM) | |||
27265 | 27265 | Using @admin.register causes failure when AdminModel constructor is overriden | contrib.admin | |||
27227 | 27227 | Full text search by UUIDField returns DataError | Database layer (models, ORM) | |||
27261 | 27261 | Missing python-brace-format marker for a contrib.admin string | contrib.admin | |||
27240 | 27240 | Allow passing custom parameters to formset forms in admin | contrib.admin | |||
27255 | 27255 | Change test runner to display full dotted name of test | Testing framework | |||
27243 | 27243 | Make reverse_dict.getlist work with fully qualified module names | Core (URLs) | |||
27238 | 27238 | Disable check_pattern_startswith_slash if settings.APPEND_SLASH=False | Core (System checks) | |||
27245 | 27245 | can't revert migration with index_together with one field | Database layer (models, ORM) | |||
27246 | 27246 | Factor out input template in ClearableFileInput and document template class attributes | Forms | |||
27165 | 27165 | CreateModel without indexes always includes options={'indexes': []} | Migrations | |||
27230 | 27230 | Inconsistency in AppConfig.path depending on sys.path | Core (Other) | |||
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 | |||
27173 | 27173 | Permit import statements to be longer than 80 characters | Core (Other) | |||
27199 | 27199 | Integer inputs marked as type="text" instead of type="number" | contrib.admin | |||
27195 | 27195 | Avoid unnecessary DROP DEFAULT when adding a NULLable column. | Migrations | |||
27143 | 27143 | SearchQuery is not combinable using more than one `&` or `|` operators | contrib.postgres | |||
27174 | 27174 | Explain where 'polls.apps.PollsConfig' comes from in tutorial 2 | Documentation | |||
27179 | 27179 | Bug: error when trying to filter using regex/iregex on a key in a django.contrib.postgres.fields.JSONField | contrib.postgres | |||
27180 | 27180 | Check for sql_mode fails during migration with special database connections | Database layer (models, ORM) | |||
27172 | 27172 | Close cursor in custom SQL example | Documentation | |||
27168 | 27168 | "LookupError: App 'xxxxx' doesn't have a 'xxxxx' model" with custom table name | Migrations | |||
27097 | 27097 | Add introspection for index type | Database layer (models, ORM) | |||
27099 | 27099 | Document that ModelAdmin.list_filter doesn't appear unless there's more than one choice | Documentation | |||
27166 | 27166 | Documentation clarification of warning for using cache-based sessions | Documentation | |||
27142 | 27142 | makemigrations fails on special database connections | Migrations | |||
27110 | 27110 | makemigrations shouldn't create `django_migrations` table in external databases | Migrations | |||
27162 | 27162 | Move CreateExtension to django.db.backends.postgresql | Database layer (models, ORM) | |||
27157 | 27157 | AdminForm may crash if model_admin argument is None | contrib.admin | |||
27154 | 27154 | Allow comparing CallableFalse/CallableTrue with bitwise or | contrib.auth | |||
27081 | 27081 | Allow migrations to serialize methods on pypy | Migrations | |||
27145 | 27145 | Discrepenacy between documentation and docstring for Storage.save method | Documentation | |||
27128 | 27128 | A method model.objects.get(pk=obj.pk) returns many objects, but in a database is one. | Uncategorized | |||
27132 | 27132 | Allowed testing MemcachedCache and PyLibMCCache during the same test run | Core (Cache system) | |||
27124 | 27124 | caches_setting_for_tests passes cull related options to memcached tests | Core (Cache system) | |||
27136 | 27136 | Change auth forms' autofocus attribute to HTML5 boolean syntax | contrib.auth | |||
27126 | 27126 | Use `namedtuple` in result of `{% regroup %}` | Template system | |||
27127 | 27127 | Overriding timezone in test forces them to be TestCase | Testing framework | |||
27125 | 27125 | Can not support django Internationalized domain name in URLValidation | Core (URLs) | |||
27120 | 27120 | Log message text in PostgreSQL _clone_test_db() refers incorrectly to alias | Database layer (models, ORM) | |||
27112 | 27112 | django.test.client.Client doesn't support timeouts | Testing framework | |||
27111 | 27111 | UserCreationForm.__init__() crashes if USERNAME_FIELD not in self.fields | Forms | |||
27116 | 27116 | Deferrable Admin Filters | contrib.admin | |||
27104 | 27104 | The Django test client statement 'response.content' in "Writing your first Django app, part 5" unlikely to return "No polls are available." as documented | Documentation | |||
27117 | 27117 | The force_login() does not work in a testing if using more one a test | Testing framework | |||
27115 | 27115 | UI discrepancy in Writing your first Django app, part 7 | Documentation | |||
27100 | 27100 | The pre-migration state used to generate the `AppConfig` exposed through the `pre_migrate` signal should include already applied migration changes | Migrations | |||
27044 | 27044 | `apps` passed to post_migrate_signal should contain migrated appconfigs even when no migration has been applied to them | Migrations | |||
27089 | 27089 | 1 | Add the database alias to InconsistentMigrationHistory message | Migrations | ||
27061 | 27061 | Support creating the TEST PostgreSQL database from a custom template | Testing framework | |||
27107 | 27107 | setting request.encoding damages request.POST | HTTP handling | |||
27093 | 27093 | ORM error on apache + wsgi | Database layer (models, ORM) | |||
27096 | 27096 | SQLite fails finding a table primary key when it's also a foreign key | Database layer (models, ORM) | |||
27013 | 27013 | Docs - Using Argon2 with Django - more appropriate pip command | Documentation | |||
27085 | 27085 | UI Discrepancy in "Writing your first Django app, part 2" | Documentation | |||
27092 | 27092 | MIgrations: Creating and then renaming a ForeignKey fails when index and constraint created | Migrations | |||
27094 | 27094 | ImportError: No module named 'django.core.checks.compatibility.django_1_10' | Uncategorized | |||
27077 | 27077 | Simplify calls to is_in_memory_db() in SQLite's DatabaseCreation | Database layer (models, ORM) | |||
27069 | 27069 | Documentation for what's possible to import as _ | Documentation | |||
27070 | 27070 | Support for `Q` objects in `get_or_create` and `update_or_create` | Database layer (models, ORM) | |||
27066 | 27066 | Possible Memory leak while evaluating a QuerySet | Database layer (models, ORM) | |||
27058 | 27058 | Reallow the {% for %} tag to unpack any iterable | Template system | |||
27014 | 27014 | Raster support for spatial lookup breaks filtering by annotations | GIS | |||
27048 | 27048 | Document that refresh_from_db() doesn't clear @cached_properties | Documentation | |||
27007 | 27007 | Handle non-UTF-8 bytes objects for text/* attachments | Core (Mail) | |||
27037 | 27037 | 'required' attribute on prefilled ClearableFileInput prevents valid form submissions | Forms | |||
27050 | 27050 | Incorrect documentation for parameter to django.setup() | Documentation | |||
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 | |||
27041 | 27041 | Note that middleware included with Django is compatible with both MIDDLEWARE and MIDDLEWARE_CLASSES | Documentation | |||
27036 | 27036 | "locmem" email backend should accept generators | Core (Mail) | |||
27033 | 27033 | static tag causes AppRegistryNotReady errors on 1.10 | contrib.staticfiles | |||
27002 | 27002 | Redundant database query rendering a ModelChoiceField with RadioSelect or CheckboxSelectMultiple | Forms | |||
27028 | 27028 | Clarify failed parallel tests run message | Testing framework | |||
27026 | 27026 | Objects not fully configured after bulk_create. | Database layer (models, ORM) | |||
27027 | 27027 | force_login() now requires an authentication backend if multiple are configured | Testing framework | |||
27004 | 27004 | InconsistentMigrationHistory has false positives with squashed migrations | Migrations | |||
27010 | 27010 | Argon2PasswordHasher.encode() decodes underlying hash as UTF-8 instead of ASCII | contrib.auth | |||
27012 | 27012 | test_nested_requests wipes out pre-test settings | Testing framework | |||
27005 | 27005 | request.body raises an exception if 'CONTENT_LENGTH' = '' | HTTP handling | |||
27001 | 27001 | Regression in query counts using RadioSelect with ModelChoiceField | Forms | |||
27000 | 27000 | Django manage Command.usage() is broken | Core (Management commands) | |||
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 | |||
14286 | 14286 | Support for BigAutoField | Database layer (models, ORM) | |||
14368 | 14368 | Reverse relation attribute for OneToOneField fails when set to None | Database layer (models, ORM) | |||
14518 | 14518 | Field.to_python not called on foreign key IDs | Database layer (models, ORM) | |||
14476 | 14476 | annotate, default aggregation naming and filter annoyance | Database layer (models, ORM) | |||
14909 | 14909 | Adding custom command requires code duplication from Command.handle() if one want to use options like verbosity. | Core (Management commands) | |||
14200 | 14200 | new RegexURLResolver is contructed for every request | Core (URLs) | |||
14087 | 14087 | django.core.management.get_commands only sees commands in the last package of a namespace package | Core (Other) | |||
14497 | 14497 | ModelAdmin.readonly_fields isn't graceful with filefields. | contrib.admin | |||
14483 | 14483 | Implement subqueries in geodjango spatial lookup | GIS | |||
14834 | 14834 | Colour issues in CSS - particularly documentation | Documentation | |||
14881 | 14881 | [nonrel] Do not assume ``User.id`` to be an integer in django.contrib.auth's pasword reset feature | contrib.auth | |||
14515 | 14515 | Can't pickle ValueQuerySet if query references fields, which aren't on the same model. | Database layer (models, ORM) | |||
14394 | 14394 | Assigning bad data to an m2m attribute should not clear existing data | Database layer (models, ORM) | |||
901 | 901 | Reload method for models | Database layer (models, ORM) | |||
14638 | 14638 | to_python howto documentation improvement | Documentation | |||
14930 | 14930 | `values_list()` fails on queryset ordered by extra column | Database layer (models, ORM) | |||
14273 | 14273 | Development server does not shutdown cleanly | Core (Other) | |||
14932 | 14932 | Tests failing with SQLite3 on Linux systems; Sites object causing failures. | Uncategorized | |||
14481 | 14481 | better documentation of the default m2m "through" class | Documentation | |||
14305 | 14305 | inspectdb should output unmanaged model definitions | Core (Management commands) | |||
14549 | 14549 | Disambiguation of target/source fields for intermediary models when using ManyToManyField | Database layer (models, ORM) | |||
14319 | 14319 | Add signals test_setup and test_teardown to Django test suite runner Options | Testing framework | |||
14760 | 14760 | Admin inlines with file/image field fails to save_as | contrib.admin | |||
14298 | 14298 | maximum open cursors exceeded on Jython and Oracle | Database layer (models, ORM) | |||
14051 | 14051 | Signals for transaction commit/rollback | Database layer (models, ORM) | |||
14800 | 14800 | Development server should NOT elide favicon from the logs | Core (Management commands) | |||
14461 | 14461 | Allow to use other translation languages than just the ones available in Django | Internationalization | |||
14174 | 14174 | Support for string interpolation in lazy translation | Internationalization | |||
937 | 937 | Autoreload reloads for every request. | Core (Management commands) | |||
23 | 23 | Add support for ValidationWarning | Forms | |||
14512 | 14512 | Documentation & tools for decorating class-based-views. | Generic views | |||
14786 | 14786 | get_db_prep_lookup call get_prep_value twice for each value if prepared == False | Database layer (models, ORM) | |||
14043 | 14043 | Incorrect and/or confusing behaviour with nullable OneToOneField | Database layer (models, ORM) | |||
14492 | 14492 | Model proxy instance does not equal the respective model instance | Database layer (models, ORM) | |||
14868 | 14868 | admin: prevent long text from overflowing recent actions box | contrib.admin | |||
14580 | 14580 | Clean up duplicate code in admin formset handling | contrib.admin | |||
14300 | 14300 | manage.py sqlcustom fails if models are in a submodule | Core (Management commands) | |||
14261 | 14261 | Add clickjacking protection (X-Frame-Options header) | HTTP handling | |||
14253 | 14253 | TIME_ZONE not respected by Today and Now widgets in admin | contrib.admin | |||
14006 | 14006 | Documentation on Field's 'description' class attribute does not mention that it will be interpolated with field.__dict__ | Documentation | |||
14150 | 14150 | [patch] a get_objects_or_404 ? | Core (Other) | |||
25 | 25 | Filtering interface on ForeignKey <select> boxes | contrib.admin | |||
14567 | 14567 | ModelMultipleChoiceField inconsistently returns a list if empty. | Forms | |||
14019 | 14019 | SQLInsertCompiler.as_sql() failure | Database layer (models, ORM) | |||
14322 | 14322 | Please set default values for required and error css classes | Forms | |||
14057 | 14057 | Expose an interface for custom-escaping template content | Template system | |||
14332 | 14332 | manage testserver and manage runserver should have similiar address:port options | Core (Management commands) | |||
14705 | 14705 | Model Field Order not influenced by MRO of superclasses | Database layer (models, ORM) | |||
852 | 852 | psycopg.ProgrammingError exceptions leave the connection to the DB in an unusable state | Database layer (models, ORM) | |||
14175 | 14175 | Comment object's user_name field too short for User.get_full_name | contrib.comments | |||
14970 | 14970 | Inconsistency in handling of managed/unmanaged transactions | Database layer (models, ORM) | |||
14410 | 14410 | django.db.models.fields.__init__.py class Field.validate failed | Database layer (models, ORM) | |||
14373 | 14373 | annotate() will gladly delete your data | 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 | |||
14342 | 14342 | Part 2 of the Tutorial -- path format for TEMPLATE_DIR | Documentation | |||
14633 | 14633 | Reorganize settings reference docs | Documentation | |||
14976 | 14976 | Add is_html flag to contrib.messages | contrib.messages | |||
14694 | 14694 | defer() doesn't work with reverse relations | Database layer (models, ORM) | |||
154 | 154 | Can't delete object with ManytoMany Relationship | contrib.admin | |||
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 | 1 | Some Basic Math Filters | Template system | ||
14093 | 14093 | Confusing error when failing to create a session key because the cache is unavailable | contrib.sessions | |||
14967 | 14967 | django.contrib.auth.admin.UserAdmin.response_add changed in 1.2.4 | Documentation | |||
14165 | 14165 | Transaction management is only entered for the primary database | Documentation | |||
14829 | 14829 | URL dispatcher documentation with class-based generic views | Documentation | |||
14449 | 14449 | restructuredtext filter does not return the correct content | Documentation | |||
14556 | 14556 | Recommend to avoid FlatpageFallbackMiddleware unless absolutely required | Documentation | |||
14885 | 14885 | is_valid for ModelForm changes instance if instance is provided | Documentation | |||
14686 | 14686 | ORM support for VoltDB | Database layer (models, ORM) | |||
14827 | 14827 | Authentication Backends should be responsible for checking and setting passwords | contrib.auth | |||
14026 | 14026 | Setting for TRANSACTION_LEVEL on db backends | Database layer (models, ORM) | |||
14478 | 14478 | Couple of tests make assumptions about configuration | Contrib apps | |||
1 | 1 | Create architecture for anonymous sessions | Core (Other) | |||
409 | 409 | Add support for sqlrelay backend, to pool DB connections | Database layer (models, ORM) | |||
14593 | 14593 | CZBirthNumberField expects two arguments to clean() | contrib.localflavor | |||
596 | 596 | Allow Django to be packaged as a Python egg | Core (Other) | |||
14147 | 14147 | django 1.2 documentation refer to assertQuerysetEqual which is only available in trunk | Documentation | |||
159 | 159 | Circular logout problem | contrib.admin | |||
736 | 736 | [patch] QueryDict items() and mutability protection fix with doctests | Core (Other) | |||
14806 | 14806 | No template tag to support contextual translations | Internationalization | |||
14555 | 14555 | Session loss with psycopg2 db backend | contrib.sessions | |||
640 | 640 | order_with_respect_to option fails | Documentation | |||
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 | |||
14438 | 14438 | Deserializer raises ValidationError if natural key is given as string | Core (Serialization) | |||
14292 | 14292 | User.objects.create_user does not give object with id field populated in svn release. | contrib.auth | |||
14202 | 14202 | Rss201rev2Feed bug | contrib.syndication | |||
14648 | 14648 | Annotated date querysets fail if spatial backend is used | GIS | |||
14138 | 14138 | Apache setup using sqlite3 breaks when performing a field__regex filter | Database layer (models, ORM) | |||
14579 | 14579 | Use built-in sessions middleware for entirely cookie-based sessions | contrib.sessions | |||
14805 | 14805 | Tweak sitemaps docs | Documentation | |||
14433 | 14433 | Thread safety problem in contrib.sitemaps | Contrib apps | |||
14954 | 14954 | AttributeError: 'dict' object has no attribute 'status_code' | Uncategorized | |||
14467 | 14467 | AllValuesFilterSpec does not work with Null | contrib.admin | |||
14384 | 14384 | Installation documentation should avoid sys.path.append | Documentation | |||
14744 | 14744 | Update views docs | Documentation | |||
14975 | 14975 | TransactionTestCases are broken by django.contrib.auth in 1.2.4 | Testing framework | |||
14912 | 14912 | urlize and urlizetrunc template filter docs need expansion | Documentation | |||
14248 | 14248 | Date and DateTime fields, auto_now_add and PostgreSQL | Database layer (models, ORM) | |||
14403 | 14403 | Missing/incomplete documentation for FloatField? | Documentation | |||
14529 | 14529 | Save messages for proxy models show a crazy verbose_name | contrib.admin | |||
14938 | 14938 | "Save as" does not save entries added with a Inline | Forms | |||
14925 | 14925 | test_permission_register_order raises IntegrityError when tests are run and INNODB storage engine is used for MySQL | contrib.auth | |||
14670 | 14670 | GenericTabularInline broken as of r13708 | Contrib apps | |||
14355 | 14355 | "readonly" fields don't display their "help_text" in admin | contrib.admin | |||
14356 | 14356 | Unused import in django.core.management.sql | Core (Other) | |||
14941 | 14941 | URLField (in django.contrib.admin) rejects IDN domain | Core (Other) | |||
14820 | 14820 | Use `TextField` instead of `PositiveIntegerField` in docs and examples for generic relations. | Documentation | |||
14819 | 14819 | Superfluous quote in docstring | Core (Serialization) | |||
14612 | 14612 | Password reset page leaks user count | contrib.auth | |||
14221 | 14221 | Mashed Sentences in Doc | Documentation | |||
14721 | 14721 | USE_THOUSAND_SEPARATOR fails with UnicodeDecodeError in several locales | Internationalization | |||
14617 | 14617 | Docs should mention runserver's automatic serving of static files | Documentation | |||
14279 | 14279 | typo in tests for private flatpage not showing sitemaps | Contrib apps | |||
14102 | 14102 | Model._get_unique_checks can return fields that are in the exclude list | Database layer (models, ORM) | |||
14459 | 14459 | Convert many_to_one_regress test to unit tests | Testing framework | |||
14703 | 14703 | memcached.set_many() should not special case unicode data | Core (Cache system) | |||
14301 | 14301 | django crashes on email address that passed validate_email() (utf8-tld) | Core (Mail) | |||
14581 | 14581 | __isnull=False not working for one to one relationships | Database layer (models, ORM) | |||
14959 | 14959 | model fields docs should link to local flavor | Documentation | |||
14412 | 14412 | Comment url redirection relies on a legacy url | contrib.comments | |||
14709 | 14709 | staticfiles app seems forced upon me | Contrib apps | |||
14454 | 14454 | Convert admin_widgets doctest to unit tests | Testing framework | |||
14543 | 14543 | ContentTypes tests fails if auth app is not installed | contrib.contenttypes | |||
14999 | 14999 | Valid lookups are rejected after r15031 | contrib.admin | |||
14465 | 14465 | TemplateSyntaxError in Django Admin search | Uncategorized | |||
14290 | 14290 | Rendering is very inefficient when USE_L10N. Caching format values gives 2-7 times improvement | Internationalization | |||
14312 | 14312 | list_editable causes 500s for ?p>maximum | contrib.admin | |||
14460 | 14460 | Convert managers_regress doctests to unit tests | Testing framework | |||
14634 | 14634 | Sessions are unnecessarily complex | contrib.sessions | |||
14758 | 14758 | QuerySet method docs headings contain entire method signatures | Documentation | |||
14187 | 14187 | Add support for bpython in django-admin.py shell | Core (Management commands) | |||
14118 | 14118 | Serialization docs list the "python" serializer | Documentation | |||
14533 | 14533 | django signals not thread-safe | Core (Other) | |||
14576 | 14576 | Regression in FormWizard | contrib.formtools | |||
14955 | 14955 | URLField validation should use HEAD requet instead of GET | Core (Other) | |||
14366 | 14366 | Model.objects.none().values(...).anything() is broken | Database layer (models, ORM) | |||
14702 | 14702 | Add a "needs info" state to tickets | *.djangoproject.com | |||
14994 | 14994 | Example in auth docs emits DeprecationWarning | Documentation | |||
14386 | 14386 | Standardize Site/RequestSite access; looser coupling of sites framework in contrib | Contrib apps | |||
14799 | 14799 | Test database creation order problem after r14696 | Testing framework | |||
14445 | 14445 | Use HMAC and constant-time comparison functions where needed in Django | Uncategorized | |||
14755 | 14755 | Wsgi Error | HTTP handling | |||
14641 | 14641 | grammar and accuracy fixes for documentation | Documentation | |||
14000 | 14000 | Removal of obsolete "versionadded" tags | Documentation | |||
14835 | 14835 | Improper indentation for docs/ref/contrib/admin/index.txt | Documentation | |||
14133 | 14133 | update GeoDjango windows installer | GIS | |||
14878 | 14878 | Issues in generic views (list) | Generic views | |||
14431 | 14431 | Add a X-Powered-By header by default | Core (Other) | |||
14824 | 14824 | django.utils.get_format_modules doesn't respect USE_L10N | Internationalization | |||
14132 | 14132 | Feedgenerator doesn't support dates before 1900 | Contrib apps | |||
14232 | 14232 | date_list context variable incorrectly documented | Documentation | |||
14737 | 14737 | Move doc comment for "cache_page" to function. | Core (Cache system) | |||
14924 | 14924 | I18N looks for translations in the reverse order of the apps | Internationalization | |||
14444 | 14444 | Convert pagination doctests to unittests | Testing framework | |||
14997 | 14997 | Confusing wording on the note "Overriding Delete" | Documentation | |||
14455 | 14455 | Document possibly backwards-incompatible localflavor changes | contrib.localflavor | |||
14605 | 14605 | method similar to HttpRequest.is_ajax() to detect flash | HTTP handling | |||
14921 | 14921 | Cannot run tests against oracle db on trunk | Uncategorized | |||
14948 | 14948 | Broken routers in 1.2.4: type object 'ModelBase' has no attribute '_meta' | Database layer (models, ORM) | |||
14594 | 14594 | Django/CherryPy problem with POST data | HTTP handling | |||
14395 | 14395 | Error message typo | Database layer (models, ORM) | |||
14896 | 14896 | Delete leads to IntegrityError : bad cascading rule when there's a ManyToManyField pointing to a class having subclasses. | Database layer (models, ORM) | |||
14693 | 14693 | staticfiles app doesn't work with form media framework and 3rd party asset managers | Contrib apps | |||
14811 | 14811 | Link render_to_response to template loader API | Documentation | |||
14060 | 14060 | PostGISAdapter needs to properly cast input for comparisons on geography columns. | GIS | |||
14471 | 14471 | db.models.Manager regression - can't override some methods | Database layer (models, ORM) | |||
14947 | 14947 | regressiontests.fixtures_regress.tests.TestFixtures.test_dumpdata_uses_default_manager() fails with Python 2.7 | Uncategorized | |||
14700 | 14700 | Speed up RawQuerySet iterator | Database layer (models, ORM) | |||
14998 | 14998 | '/'.join should use os.path.join | Contrib apps | |||
14665 | 14665 | collectstatic will recollect some files all the time. | Contrib apps | |||
14426 | 14426 | Factor "mysite" out of all code example import statements | Documentation | |||
14956 | 14956 | typo in messages documentation | Documentation | |||
14303 | 14303 | admin inline form id attribute numbering order and uniqueness is lost | contrib.admin | |||
14708 | 14708 | Document available mapping keys for form field error messages. | Documentation | |||
14771 | 14771 | Typo in docs, "vistor" | Documentation | |||
14470 | 14470 | Convert model_admin doctests to unit tests | Testing framework | |||
14659 | 14659 | Assigning floats to DecimalFields | Database layer (models, ORM) | |||
14743 | 14743 | Clean up "urls" documentation | Documentation | |||
14704 | 14704 | USE_THOUSAND_SEPARATOR poorly documented | Documentation | |||
14905 | 14905 | models.FileField links to url attribute, which is undocumented. | Documentation | |||
14653 | 14653 | GeoDjango utils shouldn't include a Popen shortcut | GIS | |||
14951 | 14951 | Unique_for_[date|month|year] fails when the DateField is empty | Database layer (models, ORM) | |||
14193 | 14193 | prepopulated_fields should concatenate fields in given order | contrib.admin | |||
14249 | 14249 | Inactive users have less permissions then anonymous users with custom backend | contrib.auth | |||
14487 | 14487 | Stop leaking unittest2 as 'unittest' from django.test.simple | Testing framework | |||
14456 | 14456 | Convert inline_formsets doctests to unit tests | Testing framework | |||
14354 | 14354 | Check password is not None in User.check_password | contrib.auth | |||
14446 | 14446 | auth.views.password_reset_confirm should never be cached | contrib.auth | |||
14697 | 14697 | Speeding up queryset model instance creation | Database layer (models, ORM) | |||
14414 | 14414 | Additional check in content-type view to prevent 500 | Contrib apps | |||
14661 | 14661 | A couple of MySQL/MyISAM test failures | Testing framework | |||
14910 | 14910 | I18N locale per app resolving - documentation incorrect and bug | Internationalization | |||
14152 | 14152 | Model validation: full_clean() should call clean() before clean_fields() | Database layer (models, ORM) | |||
14632 | 14632 | Bug - testing framework fails when contrib.auth not in settings. | Testing framework | |||
14897 | 14897 | Formset examples lack syntax highlighting | Documentation | |||
14464 | 14464 | Docs should advise people to use the docs for their version | Documentation | |||
14830 | 14830 | Default value for radio button not preserved when dynamically creating new inlines | contrib.admin | |||
14756 | 14756 | "Related objects reference" documentation needs copy-edit | Documentation | |||
14405 | 14405 | problem in login view | contrib.auth | |||
14391 | 14391 | update man django-admin.1 to include missing commands | Core (Management commands) | |||
14023 | 14023 | Better example for the custom form template | Documentation | |||
14603 | 14603 | Copy & paste-able unittest output | Uncategorized | |||
14507 | 14507 | Static file serving is broken after rev 14293 | Core (Other) | |||
14299 | 14299 | Add additional cache.*_many functions | Core (Cache system) | |||
14176 | 14176 | Error raised when using django.contrib.comments.feeds.LatestCommentsFeed | contrib.comments | |||
14401 | 14401 | Add a contributing HOWTO page for new contributors | Documentation | |||
14833 | 14833 | Sitemaps tests fail if run from your project and USE_I18N is False | Contrib apps | |||
14736 | 14736 | Typo in documentation | Documentation | |||
14534 | 14534 | Incorrect link in ORM Queries docs | Documentation | |||
14572 | 14572 | Minor fix for generic inline formsets | contrib.contenttypes | |||
14573 | 14573 | prepopulated_fields javascript error since r14123 | contrib.admin | |||
14559 | 14559 | Minor docstring corrections | Uncategorized | |||
14812 | 14812 | Wrong processing of If-Modified-Since header | Contrib apps | |||
14596 | 14596 | Cache backend initialization refactoring | Core (Cache system) | |||
14863 | 14863 | default INSTALLED_APPS out of date | Documentation | |||
14735 | 14735 | Wrong plural formulation in search_form.html | contrib.admin | |||
14746 | 14746 | Update request/response docs | Documentation | |||
14570 | 14570 | New format character to represent locale-specifc alternative month names | Internationalization | |||
14795 | 14795 | Empty Superuser Permissions | contrib.auth | |||
12811 | 12811 | ✅ | Tutorial 2 gets into templating details too early | Documentation | ||
399 | 399 | Bigint field object needed | Database layer (models, ORM) | |||
689 | 689 | Honor Web server provided authentication | Core (Other) | |||
730 | 730 | more explicit middlware ordering | Core (Other) | |||
285 | 285 | WSGIRequest should set request.path to full uri path | HTTP handling | |||
14718 | 14718 | Different attributes for DateInput and TimeInput in SplitDateTimeWidget | Forms | |||
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) | |||
14503 | 14503 | Unify test for exception+message value assertion method | Testing framework | |||
116 | 116 | Default admin media doesn't display for 'django-admin runserver' | contrib.admin | |||
14506 | 14506 | Crash on HEAD request | Documentation | |||
14608 | 14608 | Adding a INPhoneNumberField to indian localflavor | contrib.localflavor | |||
14390 | 14390 | set_password functionality outside of the User model | contrib.auth | |||
811 | 811 | IPv6 address field support | Core (Other) | |||
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 | |||
14903 | 14903 | wsgiref usage | HTTP handling | |||
14262 | 14262 | Helper for "get_something as varname" template tag pattern | Template system | |||
14729 | 14729 | RawQuerySet.__repr__ fails when params passed as list | Database layer (models, ORM) | |||
14766 | 14766 | ordering by a field that does not exists returns an empty QuerySet | Database layer (models, ORM) | |||
14854 | 14854 | Follow PEP 8 -- Style Guide for Python Code | Core (Other) | |||
14710 | 14710 | Form css classes for bound fields are not rendered {{ form.field_name }} | Forms | |||
14733 | 14733 | Allow Manager.raw() execute not only "Pure selects" | Database layer (models, ORM) | |||
14105 | 14105 | django.contrib.auth tests failing with cache middleware | Core (Cache system) | |||
717 | 717 | If-Modified-Since checked for exact match | HTTP handling | |||
14012 | 14012 | Adding an User object in a popup fails | contrib.admin | |||
14099 | 14099 | modelformset not using _should_delete_form | Forms | |||
14013 | 14013 | 'django.db.backends.postgresql_psycopg2' isn't an available database backend. (?!?!?) | Database layer (models, ORM) | |||
14635 | 14635 | Documentation improvement on setting up django with OpenBSD | Documentation | |||
14046 | 14046 | Template tag errors masked if including based on context variable name | Template system | |||
14880 | 14880 | raw_id_fields in admin does not work when limit_choices_to dictionary has value=False | contrib.admin | |||
14823 | 14823 | Unexpected behavior with core.serializers.register_serializer and unregister_serializer | Core (Serialization) | |||
14818 | 14818 | cycle tag is not safe | Template system | |||
14038 | 14038 | 1.2 Release notes don't mention new template loader classes | Documentation | |||
14796 | 14796 | inspectdb producing field names which are Python keywords | django-admin.py inspectdb | |||
14240 | 14240 | filesizeformat should localize number | Template system | |||
14468 | 14468 | test_client_regress.models.UploadedFileEncodingTest fails if the mimetypes.guess_type() guesses an alternate zip mimetype | Testing framework | |||
14870 | 14870 | Do not catch all AttributeErrors in CustomRouter.allow_syncdb and friends | Database layer (models, ORM) | |||
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 | |||
14888 | 14888 | Remove duplicated code in serializers. | Core (Serialization) | |||
14929 | 14929 | Move doc-comment for gzip decorator | HTTP handling | |||
14474 | 14474 | Unnecessary deepcopying of QuerySet inside filter() method results in slower execution | Database layer (models, ORM) | |||
14651 | 14651 | ignored field index creation for fields with unique=True and db_index=True | Database layer (models, ORM) | |||
14500 | 14500 | Cookie not set in IE and no error message in login form | contrib.auth | |||
14842 | 14842 | Indent the Model Meta Options | Documentation | |||
14712 | 14712 | Example for post_syncdb signal. | Documentation | |||
14277 | 14277 | Error in documentation for mod_wsgi | Documentation | |||
14350 | 14350 | Please add a login method to the test Client that doesn't depend on passwords | Testing framework | |||
14339 | 14339 | Enable testing when you can't create/destroy databases | Testing framework | |||
14104 | 14104 | Allow joined field in F()s | Database layer (models, ORM) | |||
14320 | 14320 | MySQL documentation needs to note lack of support for timezone info... | Documentation | |||
14890 | 14890 | Copy edit error on http://docs.djangoproject.com/en/1.2/intro/tutorial03/ | Documentation | |||
14927 | 14927 | Typo in trunk's documentation for ``managed`` Meta option | Documentation | |||
14939 | 14939 | Django's Test Client strips out URL ;-parameters | Testing framework | |||
14946 | 14946 | Form wizard doesn't process last form | contrib.formtools | |||
14439 | 14439 | Improve documentation on how to run the GIS test suite | GIS | |||
14680 | 14680 | Add a file to ignore unnecessary and compiled files from various version control systems | Core (Other) | |||
14871 | 14871 | ZAIDField doesn't handle EMPTY_VALUES correctly | contrib.localflavor | |||
14872 | 14872 | ZAPostCodeField doesn't pass *args or **kwargs to super().__init__ | contrib.localflavor | |||
14860 | 14860 | Various PL localflavor fields don't handle EMPTY_VALUES correctly | contrib.localflavor | |||
14859 | 14859 | Various IT localflavor fields don't handle EMPTY_VALUES correctly | contrib.localflavor | |||
14676 | 14676 | removetags is case-sensitive | Documentation | |||
14848 | 14848 | model verbose name | Documentation | |||
14899 | 14899 | 'ModelFormOptions' object has no attribute 'many_to_many' | Forms | |||
14892 | 14892 | python manage.py shell | Core (Other) | |||
14158 | 14158 | SelectMultiple _has_changed assumes data and inital are in same order | Forms | |||
14144 | 14144 | ModelMultipleChoiceField doesnt check validators | Forms | |||
14499 | 14499 | ATSocialSecurityNumberField doesn't handle EMPTY_VALUES correctly | contrib.localflavor | |||
14875 | 14875 | release notes for 1.2 wrong about email_re | Documentation | |||
14846 | 14846 | Writing error in Files/Storage documentation | Documentation | |||
14840 | 14840 | Add class links to related object referfence | Documentation | |||
14841 | 14841 | Add/fix xrefs in topics/db/models | Documentation | |||
14022 | 14022 | context_processors debug() Fails with no DB Backend | Core (Other) | |||
14120 | 14120 | [patch] Document ``get()`` in Making Queries | Documentation | |||
14764 | 14764 | Docs and code disagree on return type of Users.get_all_permissions() | Uncategorized | |||
14417 | 14417 | UnicodeDecodeError exception in recent actions | contrib.admin | |||
14747 | 14747 | parse error on HTTP_IF_MODIFIED_SINCE header | Core (Other) | |||
14815 | 14815 | app "labels" are ambiguous and cause bugs in manage.py | Core (Other) | |||
14777 | 14777 | The "Generating CSV" doc should mention Unicode issues. | Documentation | |||
14775 | 14775 | Backport r13772 | Documentation | |||
14804 | 14804 | Update "humanize" docs | Documentation | |||
14762 | 14762 | documentation does not document ContentFile | Documentation | |||
14791 | 14791 | Clarify additional note on save() | Documentation | |||
14790 | 14790 | Fix reST in 1.0 porting guide. | Documentation | |||
14785 | 14785 | Fixes to middleware docs | Documentation | |||
14789 | 14789 | Remove unused link from install docs | Documentation | |||
14784 | 14784 | Fixes to the files documentation | Documentation | |||
14783 | 14783 | Fixes to the email documentation | Documentation | |||
14782 | 14782 | Fixes to the cache documentation | Documentation | |||
14730 | 14730 | Translation Mistake. MN | Translations | |||
14767 | 14767 | Formatting tweaks to DB optimization doc | Documentation | |||
14754 | 14754 | TypeError: '[some aggregate function]' object does not support indexing | Database layer (models, ORM) | |||
14717 | 14717 | Connection error not handled | Uncategorized | |||
14453 | 14453 | typecast_timestamp in db.backends.util gives incorrect behavior | Database layer (models, ORM) | |||
14727 | 14727 | Documentation Corrections | Documentation | |||
14626 | 14626 | DateField with auto_now=True is not coming in as Python's datetime.date object in Python 2.4 / 2.5 | Database layer (models, ORM) | |||
14728 | 14728 | More generic text about missing .py extension on commands | Documentation | |||
14234 | 14234 | Validation bug when using ModelForms | Forms | |||
14713 | 14713 | Document that resolve() can raise Http404 | Documentation | |||
14423 | 14423 | Wrong SQL on exclude with inheritance | Database layer (models, ORM) | |||
14706 | 14706 | Stray tick in 1.3 release notes | Documentation | |||
14691 | 14691 | foreign key validate() fails for non-default databases | Database layer (models, ORM) | |||
14443 | 14443 | Oracle backend returns wrong test database name | Database layer (models, ORM) | |||
14566 | 14566 | Multiple database issue v1.2.3 - Django reading the wrong database | Database layer (models, ORM) | |||
14622 | 14622 | ValuesListQuerySet used with a foo__in filter breaks in SQL generation | Database layer (models, ORM) | |||
14696 | 14696 | Wrong code colouring | Documentation | |||
14283 | 14283 | AttributeError on admin detail page after r13708 | Contrib apps | |||
14564 | 14564 | case insensitive unique_together | Database layer (models, ORM) | |||
14014 | 14014 | Admin Add user view: Clicking 'Save and add another' button still shows extended user detail form | contrib.admin | |||
14669 | 14669 | Remove unwanted words from i18n docs | Documentation | |||
14668 | 14668 | apps def unicode->error | Uncategorized | |||
14508 | 14508 | Test suite silences warnings | Testing framework | |||
14599 | 14599 | delete() is not documented on 'QuerySet API reference' page | Documentation | |||
14650 | 14650 | Error in SlugField documentation | Documentation | |||
14627 | 14627 | Add example for URLconfs for how to concatenate calls to patterns() when composing urlpatterns to allow for URLs not associated with polls.views | Documentation | |||
14630 | 14630 | Oracle test tablespace disk datafile not big enough for running full Django test suite | Testing framework | |||
14619 | 14619 | Type-o in "Sending e-mail" documentation | Documentation | |||
14584 | 14584 | PASSWORD_RESET_TIMEOUT_DAYS is not documented | Documentation | |||
14565 | 14565 | No csrf_token on 404 pages | Uncategorized | |||
14578 | 14578 | Typo in documentation for Proxy models | Documentation | |||
14577 | 14577 | "must should" in `FileUploadHandler.file_complete` docstring | Uncategorized | |||
14398 | 14398 | runfcgi umask option should use literal value | Core (Management commands) | |||
14425 | 14425 | Unused imports in contrib.admin | contrib.admin | |||
14047 | 14047 | CommonMiddleware documentation tweak | Documentation | |||
14551 | 14551 | typo in auth-remote-user | Documentation | |||
14541 | 14541 | wording fix for LANGUAGES description in Settings documentation | Documentation | |||
14537 | 14537 | Validators documentation page doesn't say where to import validators from | Documentation | |||
14173 | 14173 | Reference documentation for changepassword django-admin command added in 1.2 | Documentation | |||
14463 | 14463 | "See allowed date format strings" Is not linked | Documentation | |||
14542 | 14542 | Short model names break | Uncategorized | |||
14223 | 14223 | Inconsistent exception raising on DB integrity errors | Database layer (models, ORM) | |||
14513 | 14513 | Ordering Check in django/core/management/validation.py | Database layer (models, ORM) | |||
14525 | 14525 | Bug - exception in messages.info(), etc when using unicode characters. | Contrib apps | |||
14477 | 14477 | minor typo in the examples of m2m_changed signal | Documentation | |||
14432 | 14432 | Tutorial import line missing (tiny correction) | Documentation | |||
14493 | 14493 | Typo in model instance documentation re ValidationError message_dict attribute | Documentation | |||
14126 | 14126 | blocktrans count is parsing incorrectly | Translations | |||
14307 | 14307 | Document form ChoiceField tuple | Documentation | |||
14376 | 14376 | Localflavors documentation for BRCPFField and BRCNPJField | Documentation | |||
14473 | 14473 | Convert model_package doctests to unittests | Testing framework | |||
14472 | 14472 | Convert generic_relations doctest to unittest | Testing framework | |||
14017 | 14017 | Wrong comment in django.contrib.admin.options log_deletion | contrib.admin | |||
14227 | 14227 | Modify contributing docs to mention the 'easy-pickings' keyword in triage | Documentation | |||
14441 | 14441 | Oracle list limit exceeded with __in filters | Database layer (models, ORM) | |||
14440 | 14440 | Conversion of mail tests from doctest to unittests | Testing framework | |||
14058 | 14058 | Add a link to db-specific options | Documentation | |||
14427 | 14427 | Add options to runtests.py to discover test pairings that fail | Testing framework | |||
14255 | 14255 | Factoring mysite out of tutorial imports | Documentation | |||
14274 | 14274 | Document the fact that running tests with warnings on is a good step before an upgrade/good practice | Documentation | |||
14375 | 14375 | Typo in formfield documentation | Documentation | |||
14383 | 14383 | Capitalization of reStructuredText (reST) | Documentation | |||
14421 | 14421 | Fix the English on an internationalization doc page | Documentation | |||
14225 | 14225 | Documentation website showing "dev" documentation instead of "1.2" | Documentation | |||
14381 | 14381 | small improvement in db.utils.ConnectionRouter.__init__ | Database layer (models, ORM) | |||
14377 | 14377 | Add site to the context of the logout view | contrib.auth | |||
14363 | 14363 | ManyToManyRawIdWidget.render is assuming `attrs` is always passed as a dict. | contrib.admin | |||
14362 | 14362 | ManyToManyRawIdWidget doesn't work with multidb | contrib.admin | |||
14353 | 14353 | unique_together new style is not working properly | Uncategorized | |||
14359 | 14359 | django core and contrib named urls should follow a convention | Contrib apps | |||
14182 | 14182 | CsrfViewMiddleware makes modification of the upload handlers impossible | File uploads/storage | |||
14053 | 14053 | django.utils.formats.localize() misses support for long | Internationalization | |||
14280 | 14280 | Duplicate deepcopy import in django/db/models/query.py | Database layer (models, ORM) | |||
14271 | 14271 | Admin media tests assume absolute path from module.__file__ | Testing framework | |||
14122 | 14122 | Documentation for yesno filter is lacking | Documentation | |||
14244 | 14244 | In clause with 1000 or more items fails in Oracle | Database layer (models, ORM) | |||
14107 | 14107 | Problem with non-null fieds using Oracle Backend | Database layer (models, ORM) | |||
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 | |||
14275 | 14275 | Russian file name file in upload | File uploads/storage | |||
14235 | 14235 | UnicodeDecodeError in CSRF middleware | Forms | |||
14245 | 14245 | django/contrib/flatpages/fixtures not included in the 1.2.2 release tarball | Uncategorized | |||
14250 | 14250 | FileBasedCacheTests.test_cull test failure | Core (Cache system) | |||
14242 | 14242 | UserChangeForm Causes KeyError in 1.2.2 and Trunk | Forms | |||
14205 | 14205 | Tiny grammar fix in form validation documentation | Documentation | |||
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) | |||
14203 | 14203 | Manual schema specification for tables is not compatible with index creation statements | Database layer (models, ORM) | |||
14199 | 14199 | NameError in django.core.cache.backends.db | Core (Cache system) | |||
14179 | 14179 | django create table with capitalized chars | Uncategorized | |||
14198 | 14198 | « None » appears in priority field of sitemaps when using GenericSitemap without specify priority (#14164 related) | Internationalization | |||
14054 | 14054 | Document the connection_created signal | Documentation | |||
14164 | 14164 | Automatic localization of numbers (L10N) in templates can cause invalid sitemap priorities | Internationalization | |||
14189 | 14189 | permalink docs import mistake | Documentation | |||
14166 | 14166 | Indian states are not specified as a tuple of tuples | contrib.localflavor | |||
14185 | 14185 | Possible bad SQL at http://docs.djangoproject.com/en/dev/ref/models/querysets/ | Documentation | |||
14156 | 14156 | CSRF protection in django.contrib.flatpages.views.flatpage causes unwanted behavior | Contrib apps | |||
14116 | 14116 | TestClient skips Csrf Middleware | Testing framework | |||
14159 | 14159 | Forms tests are dependent on module.__file__ returning an absolute path | Testing framework | |||
14157 | 14157 | Birthday calculation failing silently | Uncategorized | |||
14154 | 14154 | Typo in settings documentation | Documentation | |||
14084 | 14084 | Updated French translation | Translations | |||
14112 | 14112 | Some documentation reST fixes | Documentation | |||
14148 | 14148 | Django assumes that module.__file__ is an absolute path | Testing framework | |||
14068 | 14068 | Fixture loading issue with multi database setting | Core (Serialization) | |||
14123 | 14123 | Trunk tests broken as of r13588 (1.2.x passes) | Testing framework | |||
14111 | 14111 | Misleading note re: unreleased Sphinx version recomendation | Documentation | |||
14033 | 14033 | versionadded, versionchanged directives don't insert xref link with Sphinx 1.0 | Documentation | |||
14127 | 14127 | Bad formatting in the text | Documentation | |||
14052 | 14052 | Error on a code in Tutorial 01 | Documentation | |||
14076 | 14076 | Danish translation update for 1.2.2 | Translations | |||
14070 | 14070 | Serbian and Serbian Latin translations | Translations | |||
14069 | 14069 | Updated Czech translation | Translations | |||
14027 | 14027 | reverse(None) returns an unnamed URL, instead of raising an exception | Core (Other) | |||
14064 | 14064 | Correct spelling of Argentinian Spanish in global_settings.py | Core (Other) | |||
14025 | 14025 | Flush command not fully supporting multi database support | Uncategorized | |||
14036 | 14036 | foreignKey doesn't work properly in admin - last current svn revision (1.3 pre alpha) | contrib.admin | |||
14005 | 14005 | Remove hacks for compatibility with old versions of Sphinx | Documentation | |||
607 | 607 | Admin option to show/hide fields | contrib.admin | |||
571 | 571 | SQLite error with mod_python/Apche2 on Mac OS X 10.4.2 | contrib.admin | |||
172 | 172 | Twisted (twisted.web2) support for Django | Tools | |||
580 | 580 | [patch] caching needs to take more into account than just the URL | Core (Cache system) | |||
903 | 903 | change login_required | contrib.auth | |||
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) | |||
987 | 987 | HttpResponseRedirect uses/allows relative URIs for the HTTP Location header, which is forbidden by HTTP | Core (Other) | |||
565 | 565 | Unique fields don't work on edit_inline models | contrib.admin | |||
245 | 245 | Remove old ordering syntax | Metasystem | |||
659 | 659 | Selecting by month with DateField is broken with sqlite3 backend | Database layer (models, ORM) | |||
708 | 708 | search for meta.IPAddressField with postgresql backend is broken (admin) | Database layer (models, ORM) | |||
685 | 685 | [patch] list_detail and archive_* generic views should default allow_empty to True | Generic views | |||
785 | 785 | many2many table and legacy databases. | Database layer (models, ORM) | |||
921 | 921 | Add a "me" shortcut to UserFields | contrib.admin | |||
115 | 115 | Models CRUD via web services | Core (Other) | |||
616 | 616 | [patch] process_exception middleware extension | Core (Other) | |||
231 | 231 | [patch] Make appropriate model fields honor max_length param | Metasystem | |||
460 | 460 | Patch for get_table_list() for SQLite3 | Database layer (models, ORM) | |||
792 | 792 | FileField and edit_inline=meta.STACKED | contrib.admin | |||
391 | 391 | date_based generic views might be off by one | Generic views | |||
208 | 208 | Allow the strings the cycle tag uses to contain spaces | Template system | |||
526 | 526 | Error when edit_inline model have unique_together constraint | Database layer (models, ORM) | |||
599 | 599 | locmem cache should deepcopy values from the cache to prevent aliasing | Core (Cache system) | |||
710 | 710 | Differentiate between __repr__ and __str__ for model objects | Core (Other) | |||
779 | 779 | [patch] Allow callables in extra_lookup_kwargs of generic views | Generic views | |||
943 | 943 | django-admin createsuperuser bails on no arguments after 1474 | Core (Management commands) | |||
851 | 851 | New SQL query API | Database layer (models, ORM) | |||
671 | 671 | generic list_object enhancement | Core (Other) | |||
509 | 509 | We need a "Powered by Django" button | Database layer (models, ORM) | |||
398 | 398 | [patch] {%define VAR as%}VALUE{%in%} tag | Template system | |||
396 | 396 | djangoadmin.py runserver should be able to listen on all available IPs | Tools | |||
333 | 333 | HttpResponse should get a default charset | Core (Other) | |||
273 | 273 | [patch] Password salt and other algorithms support | Core (Other) | |||
259 | 259 | Admin errors with edit_inline and foreign keys. | contrib.admin | |||
240 | 240 | get_callback() improvements | Core (Other) | |||
279 | 279 | [patch] TemplateDoesNotExist on Windows | contrib.admin | |||
219 | 219 | The change history for an object is recording changes with a 6-hour offset to the timestamp | contrib.admin | |||
227 | 227 | sqlite and unicode problems | Database layer (models, ORM) | |||
212 | 212 | help_text is not displayed for ManyToManyField in the admin interface | contrib.admin | |||
197 | 197 | Adding a flatfile causes a traceback in sqlite3.py | contrib.admin | |||
216 | 216 | sqlite3 broken post rev 329 | Metasystem | |||
168 | 168 | history() in django/views/admin/main.py makes assumptions about the object's key name | contrib.admin | |||
121 | 121 | [patch] Names in SQL should be quoted | Metasystem | |||
198 | 198 | istartswith doesn't work | Contrib apps | |||
117 | 117 | Site search and/or Trac search for djangoproject.com | *.djangoproject.com | |||
38 | 38 | Create sqlite backend | Database layer (models, ORM) | |||
69 | 69 | Enhancing the MySQL backend | Database layer (models, ORM) | |||
611 | 611 | fields with editable=False do not render | contrib.admin | |||
572 | 572 | When i have an ImageField and a auto_now DateTimeField in the same model it doesnt get saved | contrib.admin | |||
200 | 200 | Add a Decimal type and a Currency type | Database layer (models, ORM) | |||
952 | 952 | [patch] Allow for database client encoding configuration from project settings | Database layer (models, ORM) | |||
93 | 93 | django-admin startproject can create invalid settings/admin.py on windows | Tools | |||
639 | 639 | Model FileFields empty on first pass through save() | Core (Other) | |||
5 | 5 | Add a cache=NUM_SECONDS argument to QuerySet | Metasystem | |||
443 | 443 | Date's of the form 0000-00-00 don't work | Database layer (models, ORM) | |||
547 | 547 | [patch] XMLRPC support for django | Tools | |||
924 | 924 | [patch] String filters (lower, upper, capfirst etc.) don't work with international strings | contrib.admin | |||
65 | 65 | [i18n] Internationalization and localisation | contrib.admin | |||
451 | 451 | There should be OneToManyField support | Database layer (models, ORM) | |||
329 | 329 | RSS framework needs an easier interface | contrib.syndication | |||
122 | 122 | [patch] Build models using fieldname=FieldClass | Core (Other) | |||
81 | 81 | Setting primary_key=True on an non-integer field isn't yet supported | contrib.admin | |||
87 | 87 | [patch] Oracle database support | Database layer (models, ORM) | |||
463 | 463 | [patch] new mysql.DatabaseWrapper - solving multiple MySQL problems | Core (Other) | |||
510 | 510 | [patch] Defend admin against CSRF attacks | contrib.admin | |||
180 | 180 | request.POST doesn't work in django_admin.py runserver | Tools | |||
374 | 374 | [patch] Filtering BooleanField does not work with SQLite | contrib.admin | |||
469 | 469 | Admin changelist assumes ForeignKey related object has ordering set | contrib.admin | |||
435 | 435 | Exception thrown out when doing do_html2python | Core (Other) | |||
349 | 349 | [patch] Bad styling in Admin interface | contrib.admin | |||
61 | 61 | [patch] auth.User admin form shouldn't require people to edit hashes | contrib.admin | |||
167 | 167 | ForeignKey should also take string arg instead of class name | Metasystem | |||
241 | 241 | Add a django.contrib.markup app | Core (Other) | |||
395 | 395 | [patch] New session middleware for browser-session length cookies | Core (Other) | |||
489 | 489 | [patch] MySQL: TextField => longtext | Database layer (models, ORM) | |||
618 | 618 | [patch] (reopened) Support for non-standard database port | Database layer (models, ORM) | |||
320 | 320 | After completing Tutorial 2, there appears to be a bug in the foreign key related default admin code | contrib.admin | |||
521 | 521 | Multilevel foreign key ordering causes error in Admin changeview | Metasystem | |||
275 | 275 | Missing arg in django.core.validators.RequiredIfOtherFieldGiven introduced by changeset 403 | Core (Other) | |||
626 | 626 | Move template modules to django.core.template package | Core (Other) | |||
683 | 683 | [patch] Saving with custom db_column fails | Metasystem | |||
423 | 423 | Admin filters broken with [549] | contrib.admin | |||
316 | 316 | Error while logging into Admin site since revision 487 | contrib.admin | |||
700 | 700 | urlify.js and slugify use different character for spaces | Core (Other) | |||
515 | 515 | [patch] additional set of cache backends | Core (Cache system) | |||
170 | 170 | Unicode field names cause UnicodeEncodeError in main admin handler | contrib.admin | |||
500 | 500 | [patch] Templates files extensions other than '.html' should be possible | Template system | |||
698 | 698 | Exceptions thrown after CONTROL-C typed to stop test web server. | Core (Management commands) | |||
913 | 913 | [patch] incorrect `list_filter` field error message a bit stranger than necessary | contrib.admin | |||
733 | 733 | small addition to i18n.txt with regard to caching | Core (Other) | |||
40 | 40 | Attempt to set a many to many relation throws exception unless model specifies ordering. | Database layer (models, ORM) | |||
878 | 878 | URLconf regexp captures should be passed as *args | Core (Other) | |||
752 | 752 | 1 | Base Classes for Trees | Metasystem | ||
468 | 468 | [patch] Add accessor method to get human readable value for fields with a choice list. | Metasystem | |||
644 | 644 | SQL Server DB backend: Rev 940 test results | Database layer (models, ORM) | |||
800 | 800 | startswith lookup type does not work with underscore | Database layer (models, ORM) | |||
911 | 911 | [patch] Make template system scoped to the parser | contrib.admin | |||
502 | 502 | [patch] added category to feed items | contrib.syndication | |||
625 | 625 | [patch] Add template decorators | Template system | |||
961 | 961 | [patch] Add automatic thumbnail generation to ImageFields | Core (Other) | |||
750 | 750 | i18n should ideally respect the languages supported on a per-application basis | Tools | |||
576 | 576 | [patch] don't show 'add another' button in popup | contrib.admin | |||
665 | 665 | Field.default should accept callables | Metasystem | |||
972 | 972 | better explain choices usage in the model docs | Documentation | |||
746 | 746 | refactor models/__init__.py so fields themselves add their own get_XXXX_count/list functions | Core (Other) | |||
849 | 849 | login_required redirects to pages without parameters and so loses them | Core (Other) | |||
722 | 722 | Allow for period '.' and hyphen '-' characters in usernames with an isUsername validator | Validators | |||
356 | 356 | [patch]: simple XML-RPC support for Django | Core (Other) | |||
692 | 692 | TemplateSyntaxError in admin with development server | Core (Management commands) | |||
930 | 930 | [patch] Leaving out ¨ordering¨ in OneToOne relationship causes bad SQL statement | Metasystem | |||
557 | 557 | date_hierarchy doesn't work with DateField | contrib.admin | |||
114 | 114 | DeprecationWarning when creating a new project (see patch) | Core (Other) | |||
497 | 497 | Request DB API access to the validation information in the model | Database layer (models, ORM) | |||
593 | 593 | [patch] Fulltext search support in Django | Database layer (models, ORM) | |||
554 | 554 | RSS feeds are not valid due to missing timezone in pubdates | contrib.syndication | |||
305 | 305 | sql code was not white space safe? | Database layer (models, ORM) | |||
667 | 667 | [patch] extra_lookup_kwargs and extra_context in infodicts should accept callbacks | Generic views | |||
695 | 695 | sqlupdate, creates sql to update the database based on an updated model file | Database layer (models, ORM) | |||
213 | 213 | error submitting empty times | contrib.admin | |||
140 | 140 | Memcached cache backend should support multiple servers | Core (Cache system) | |||
672 | 672 | get_absolute_url isn't nice | contrib.syndication | |||
900 | 900 | [patch] Premature close of postgres connection with multiple threads | Database layer (models, ORM) | |||
471 | 471 | Problem in threading during autoreload | Core (Management commands) | |||
704 | 704 | AttributeError with non-standard primary key name | contrib.admin | |||
542 | 542 | [patch] Add an "or cancel" link to add, edit, and delete admin views. | contrib.admin | |||
945 | 945 | not translated parts in admin Javascript | Translations | |||
709 | 709 | The MultiValueDict in datastructures.py should have a "__contains__" method defined | Core (Other) | |||
629 | 629 | [patch] ChangeManipulator does not correctly display <select> when the data is an id type | Core (Other) | |||
507 | 507 | Make startswith and endswith case-sensitive in MySQL | Database layer (models, ORM) | |||
479 | 479 | [patch] Implement timezone-formats in date-formatting | Database layer (models, ORM) | |||
234 | 234 | Make simple cache thread-safe | Core (Cache system) | |||
478 | 478 | error with sqlite and admin | contrib.admin | |||
322 | 322 | [patch] Admin unavailable in development server after [503] | contrib.admin | |||
307 | 307 | Use unicode strings u"bla-bla" in SQL-queries for compatibility with national languages | Metasystem | |||
164 | 164 | mysql/pgsql not implemented in django.core.cache? | Core (Cache system) |