(none)
()
Most Active Role
Bug Fixer
Most Active Component
Database Layer (Models, Orm)
Activity Timeline
[No data in this time period]
Components
Tickets
Trac | Ticket (4588) | Reporter (19) | Owner (649) | Commenter (30005) | Summary | Component |
---|---|---|---|---|---|---|
35548 | 35548 | ✅ | 5 | An error in TestCase.setUpTestData() leaks data on databases without transactions | Testing framework | |
27775 | 27775 | 14 | Signed cookies does not support custom expiry | contrib.sessions | ||
26756 | 26756 | ✅ | 11 | Changing of model's verbose_name does not change the names of the model's permissions | contrib.auth | |
34566 | 34566 | 24 | ModelAdmin get_field_queryset uses related admin ordering, but not related admin querysets. | contrib.admin | ||
33091 | 33091 | ✅ | 17 | A FieldError should be raised when trying to update MTI inherited field with F reference to child field | Database layer (models, ORM) | |
34699 | 34699 | 21 | Filtering on annotated TruncSecond expression gives unexpected result. | Database layer (models, ORM) | ||
34569 | 34569 | 5 | Unify all model fields to call get_prep_value from get_db_prep_value | Database layer (models, ORM) | ||
27029 | 27029 | 39 | Make EmailValidator accept non-ASCII characters in local part | Core (Other) | ||
9318 | 9318 | ✅ | 39 | "Virtual" behaviour for signal dispatcher and model inheritance | Core (Other) | |
34619 | 34619 | 20 | Ensure FilteredSelectMultiple select elements are associated with their label | contrib.admin | ||
34917 | 34917 | 27 | Links in the Django admin should be underlined. | contrib.admin | ||
34819 | 34819 | 12 | GenericForeignKey.get_prefetch_queryset() | contrib.contenttypes | ||
27222 | 27222 | 11 | Refresh fields that are expressions after Model.save() | Database layer (models, ORM) | ||
34262 | 34262 | 21 | 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 | 24 | DatabaseWrapper are not GC and connections are not closed | Database layer (models, ORM) | ||
34041 | 34041 | 14 | Accessibility improvements for admin breadcrumbs | contrib.admin | ||
28369 | 28369 | ✅ | 10 | Provide ModelAdmin hooks for reversing URLs | contrib.admin | |
34380 | 34380 | 14 | Make URLField assume "https". | Forms | ||
21080 | 21080 | ✅ | 32 | collectstatic post-processing fails for references inside comments | contrib.staticfiles | |
28919 | 28919 | ✅ | 43 | Add support for Common Table Expression (CTE) queries | Database layer (models, ORM) | |
34871 | 34871 | 17 | Validation of UniqueConstraint with Case() crashes. | Database layer (models, ORM) | ||
24632 | 24632 | ✅ | 8 | PostgreSQL table inheritance | contrib.postgres | |
21292 | 21292 | ✅ | 13 | A how-to or tutorial document for using authentication views and forms is needed | Documentation | |
897 | 897 | 51 | Bi-Directional ManyToMany in Admin | contrib.admin | ||
34397 | 34397 | 3 | Subclasses of JSONField call `get_prep_value` with field as value | Database layer (models, ORM) | ||
373 | 373 | 223 | Add support for multi-column primary keys. | Database layer (models, ORM) | ||
29717 | 29717 | ✅ | 9 | Provide a way for tests to run on an existing empty DB | Database layer (models, ORM) | |
34975 | 34975 | 19 | aggregate() crashes when referencing existing aggregations or window expressions through conditional expressions | Database layer (models, ORM) | ||
27021 | 27021 | 19 | Add explicit support for Q object annotations | Database layer (models, ORM) | ||
33586 | 33586 | ✅ | 30 | Applying RunPython backward results in ValueError when involved models are referenced through multiple foreign keys | Migrations | |
34432 | 34432 | 2 | autoreloader does not reload when a Thread is running and there is no way to notify the Thread to stop | Utilities | ||
470 | 470 | 70 | Add Field.db_default for defining database defaults | Database layer (models, ORM) | ||
27674 | 27674 | 21 | Deprecate GeoModelAdmin and OSMGeoAdmin | GIS | ||
27833 | 27833 | ✅ | 14 | prefetch_related fails with SQLite when used with 1000 parent records | Database layer (models, ORM) | |
5793 | 5793 | ✅ | 32 | Allow custom attributes in Meta classes | Database layer (models, ORM) | |
34976 | 34976 | 18 | startproject and startapp should provide feedback | Core (Management commands) | ||
34402 | 34402 | ✅ | 12 | Admin search_fields crashes for inherited model and __iexact lookup. | contrib.admin | |
25230 | 25230 | ✅ | 12 | Change to Query.get_count() causes big performance hit | Database layer (models, ORM) | |
30685 | 30685 | ✅ | 17 | Optimize QuerySet.count() with distinct() | Database layer (models, ORM) | |
34060 | 34060 | 16 | Creating CheckConstraint on JSONField with __exact lookup on key transforms crashes on Oracle. | Database layer (models, ORM) | ||
12096 | 12096 | ✅ | 13 | Model fields are not accessible as attributes of the model class | Database layer (models, ORM) | |
19227 | 19227 | ✅ | 19 | Reorganize method flowchart for class based generic views to tree | Documentation | |
27880 | 27880 | ✅ | 10 | Use __set_name__ to replace some usages of contribute_to_class. | Database layer (models, ORM) | |
34547 | 34547 | 7 | Deprecate DatabaseOperations.field_cast_sql(). | Database layer (models, ORM) | ||
34983 | 34983 | 13 | Deprecate django.utils.itercompat.is_iterable(). | Utilities | ||
34462 | 34462 | 22 | Deletions in admin panel create N + 1 queries | contrib.admin | ||
34609 | 34609 | 14 | Deprecate format_html calls without args or kwargs | Utilities | ||
34355 | 34355 | 7 | Make BaseConstraint arguments keyword-only | Database layer (models, ORM) | ||
34898 | 34898 | 13 | Adding non-deterministic collations to unique CharFields crashes on PostgreSQL. | Migrations | ||
29111 | 29111 | ✅ | 7 | Use autocomplete_fields in list_filter for related models | contrib.admin | |
27466 | 27466 | 3 | Use a datepicker widget for Date[Time]RangeField in admin | contrib.admin | ||
27236 | 27236 | 53 | Deprecate Model.Meta.index_together in favour of Model.Meta.indexes | Database layer (models, ORM) | ||
34856 | 34856 | 12 | Running tests with historical migrations that contain index together fails with TypeError. | Migrations | ||
27692 | 27692 | 7 | Remember scroll position in list screen after coming back from edit screen - remove autofocus from search field | contrib.admin | ||
34533 | 34533 | 21 | OuterRef not resolved as part of ORDER BY clause | Database layer (models, ORM) | ||
34624 | 34624 | 16 | RelatedFieldWidgetWrapper links toggling isn’t working for radio widgets | contrib.admin | ||
27452 | 27452 | 36 | Add Postgres serial field to contrib.postgres | contrib.postgres | ||
14631 | 14631 | 2 | Provide paginating for date-based generic views | Generic views | ||
26355 | 26355 | ✅ | 15 | Add support for PostgreSQL's array_append to ArrayField | contrib.postgres | |
18543 | 18543 | ✅ | 11 | Non image file can be saved to ImageField | Database layer (models, ORM) | |
31604 | 31604 | ✅ | 4 | Should SafeExceptionReporterFilter cleanse setting keys whose name matches "URL" in part, too? | Error reporting | |
31398 | 31398 | ✅ | 9 | multiple_database.tests.AuthTestCase doesn't flush the default database if transactions aren't supported. | Core (Other) | |
13539 | 13539 | ✅ | 20 | The delete confirmation page does not check for object-level permissions when building the related list | contrib.admin | |
27409 | 27409 | 9 | Issues with admindocs docstring links generation | contrib.admindocs | ||
29574 | 29574 | ✅ | 18 | Unable to create model instance after changing an abstract model to non-abstract due to "foreign key mismatch" error | Migrations | |
34034 | 34034 | 15 | Adding a class on ChoiceWidget subwidgets is excessively difficult | Forms | ||
25197 | 25197 | ✅ | 14 | Add a more friendly widget for HStoreField | contrib.admin | |
34479 | 34479 | ✅ | 12 | Support "watchfiles" in the autoreloader | Utilities | |
15156 | 15156 | ✅ | 18 | Ordinal numbers in English and in other locales | Internationalization | |
21076 | 21076 | ✅ | 12 | Offer the ability to store a hash of session IDs rather than the ID itself | contrib.sessions | |
30138 | 30138 | ✅ | 11 | Allow QuerySet.bulk_create() to set pk of created objects when ignore_conflicts=True | Database layer (models, ORM) | |
20960 | 20960 | ✅ | 6 | DEFAULT_TABLESPACE should be part of DATABASES | Database layer (models, ORM) | |
27587 | 27587 | 13 | Document str(QuerySet.query) | Documentation | ||
34900 | 34900 | 29 | Python 3.13 compatibility. | Core (Other) | ||
34406 | 34406 | 20 | Add support for curved geometries in GeoDjango | GIS | ||
34555 | 34555 | 14 | ModelBase metaclass implementation prevents addition of model fields via __init_subclass__ | Database layer (models, ORM) | ||
25703 | 25703 | ✅ | 11 | Create topic documentation for Expressions | Documentation | |
27617 | 27617 | 4 | Add contributor facing documentation for the ORM | Documentation | ||
23251 | 23251 | ✅ | 28 | Use a temporary folder to store uploaded files during tests | Testing framework | |
26626 | 26626 | ✅ | 7 | Update decorator_from_middleware to work with new-style middleware | HTTP handling | |
27645 | 27645 | ✅ | 7 | Move Settings.__init__ checks to system checks | Core (Other) | |
27106 | 27106 | 13 | Document which template filters can be used in Python code (and how) | Documentation | ||
34855 | 34855 | 3 | Document CSRF_TRUSTED_ORIGINS relation to SECURE_PROXY_SSL_HEADER. | Documentation | ||
27909 | 27909 | 8 | Use AUTH_USER_MODEL in startproject template | Core (Management commands) | ||
34887 | 34887 | 9 | Allow unlimited CharField for SQLite backend | Database layer (models, ORM) | ||
34221 | 34221 | 14 | Plural-Forms in .po files break Django's translation precedence. | Internationalization | ||
34703 | 34703 | 2 | TypeError: unhashable type: Netmiko Django | Utilities | ||
31908 | 31908 | ✅ | 3 | Add parallel testing support to Oracle backend | Testing framework | |
33058 | 33058 | ✅ | 4 | Use DiscoverRunner's logger for logging when running checks | Testing framework | |
28526 | 28526 | ✅ | 4 | Remedy verbose, often unhelpful undefined tempate variable logging | Template system | |
34429 | 34429 | 19 | Allow to set unusable password via admin UI | contrib.auth | ||
34643 | 34643 | 18 | Move admin form labels to a more accessible place | contrib.admin | ||
35404 | 35404 | ✅ | 18 | Admin fieldset multiple flexbox regressions | contrib.admin | |
34746 | 34746 | 20 | High CPU/memory consumption when a 5XX is raised with large local variables | Error reporting | ||
27580 | 27580 | ✅ | 8 | add special field for storing content types | contrib.contenttypes | |
34013 | 34013 | 21 | Support ordering by annotation transforms (e.g JSONObject/ArrayAgg transforms). | Database layer (models, ORM) | ||
34118 | 34118 | 42 | Python 3.12 compatibility | Core (Other) | ||
30448 | 30448 | ✅ | 8 | close_if_unusable_or_obsolete should skip connections in atomic block for autocommit check | Database layer (models, ORM) | |
34125 | 34125 | 8 | Limiting QuerySet crashes on union() with a single non-empty query | Database layer (models, ORM) | ||
34636 | 34636 | 3 | Add documentation for Query's function `sql_with_params` | Database layer (models, ORM) | ||
34045 | 34045 | 13 | Admin changelist checkboxes do not have labels | contrib.admin | ||
34701 | 34701 | 6 | Add support for NULLS [NOT] DISTINCT to UniqueConstraint | Database layer (models, ORM) | ||
2259 | 2259 | ✅ | 49 | Primary keys should be readonly by default in admin | contrib.admin | |
34654 | 34654 | 13 | Post-normalization performed on the Username field leading to the bypass of the whitespace stripping | contrib.auth | ||
35539 | 35539 | ✅ | 5 | SearchVector GinIndex raises IMMUTABLE error | contrib.postgres | |
35378 | 35378 | ✅ | 12 | Incorrect folding of long address headers with special characters when using 7bit Content-Transfer-Encoding in EmailMessage | Core (Mail) | |
10060 | 10060 | ✅ | 69 | Multiple table annotation failure | Database layer (models, ORM) | |
34886 | 34886 | 14 | Sample use of lazy in delayed translations is not valid in Django 4.1 and 4.2. | Documentation | ||
34502 | 34502 | 3 | Union giving wrong column ordering even when using .values/.values_list | Database layer (models, ORM) | ||
34846 | 34846 | 12 | Add "Copy" button to the code snippets in docs. | Documentation | ||
34881 | 34881 | 25 | migrate crashes when renaming model referenced twice by ManyToManyField.through model on SQLite. | Migrations | ||
34789 | 34789 | 27 | `filter_horizontal` duplicates entries in "Chosen" column after instance is added via in another field using the "plus" JS action | contrib.admin | ||
32409 | 32409 | ✅ | 22 | TestCase async tests are not transaction-aware | Testing framework | |
34538 | 34538 | 4 | Incorrect query generated with on subquery WHERE depending on the order of the Q() objects | Database layer (models, ORM) | ||
23034 | 23034 | ✅ | 15 | Add migrations support for adding ManyToMany "through" model | Migrations | |
35496 | 35496 | ✅ | 1 | ASGI Connection Leakage during Exception Logging | Error reporting | |
15130 | 15130 | ✅ | 32 | Model.validate_unique method doesn't take in account multi-db | Database layer (models, ORM) | |
35446 | 35446 | ✅ | 1 | GET and POST methods not working | Error reporting | |
35434 | 35434 | ✅ | 15 | prefetch_related_objects fails to cache UUID FKs when the string representation of a UUID is used | Documentation | |
31714 | 31714 | ✅ | 7 | ResolvedOuterRef object has no get_lookup | Database layer (models, ORM) | |
34608 | 34608 | 7 | Migrations generates code that it can't execute | Migrations | ||
34417 | 34417 | 9 | AlterField migration on ForeignKey field re-creates foreign key constraints unnecessarily | Migrations | ||
34007 | 34007 | 6 | Single-field conditional UniqueContraint validation errors are classified as non-field-errors | Database layer (models, ORM) | ||
35421 | 35421 | ✅ | 1 | Add support for ParadeDB's pg_search bm25 index in Django | contrib.postgres | |
34612 | 34612 | 7 | QuerySet.only() doesn't work with select_related() on a reverse OneToOneField relation. | Database layer (models, ORM) | ||
34331 | 34331 | 12 | Support prefetch_related() with Queryset.aiterator() | Database layer (models, ORM) | ||
34994 | 34994 | 20 | Visual regression in admin checkboxes on mobile | contrib.admin | ||
35383 | 35383 | ✅ | 3 | Add support for `IF NOT EXISTS` when creating postgres indexes concurrently | contrib.postgres | |
34925 | 34925 | 16 | refresh_from_db() will not iterate through all of the fields listed in the 'fields' parameter. | Database layer (models, ORM) | ||
34277 | 34277 | 26 | Add where clause in QuerySet.bulk_create() when update_conflicts=True | Database layer (models, ORM) | ||
34613 | 34613 | 12 | add support for Partitioned cookies | HTTP handling | ||
34297 | 34297 | 7 | ValueError: invalid token in plural form: EXPRESSION when adding new language | Utilities | ||
30224 | 30224 | ✅ | 27 | Mysql Datetime value is string instead of datetime object | Database layer (models, ORM) | |
34838 | 34838 | 10 | GeoDjango database functions incompatible with GeneratedField | Database layer (models, ORM) | ||
34977 | 34977 | 16 | Turn link to change password form in admin user change form into a button | contrib.auth | ||
32779 | 32779 | ✅ | 5 | Add tablespace support to UniqueConstraint class | Database layer (models, ORM) | |
34211 | 34211 | 7 | Performance regression in ForeignKeyDeferredAttribute changes. | Database layer (models, ORM) | ||
24484 | 24484 | ✅ | 10 | Add a helpful message when running tests with models without migrations | Testing framework | |
23356 | 23356 | ✅ | 14 | Unable to create template tag which behaves similar to {% verbatim %} | Template system | |
29898 | 29898 | ✅ | 13 | Adapt schema editors to operate from model states instead of fake rendered models | Migrations | |
4140 | 4140 | ✅ | 21 | oracle: manage.py syncdb fails with ORA-06552 when a fieldname is a keyword | Database layer (models, ORM) | |
28944 | 28944 | ✅ | 22 | Chaining values()/values_list() after QuerySet.select_for_update(of=()) crashes | Database layer (models, ORM) | |
9373 | 9373 | ✅ | 11 | "This field is required" error even on empty inlines formsets in the admin model page, when hiding a choice field of a custom form. | contrib.admin | |
21739 | 21739 | ✅ | 12 | When running tests fixture error output isn't visible | Testing framework | |
19221 | 19221 | ✅ | 20 | Check that cache keys are string | Core (Cache system) | |
34841 | 34841 | 6 | Reverse migrations model state rendering slow with moderate to large migrations | Migrations | ||
16429 | 16429 | ✅ | 9 | Allow refresh of path choices for FilePathField | Forms | |
34853 | 34853 | 18 | Accept-Language Header takes precedence over cookie for format localization | Internationalization | ||
33650 | 33650 | ✅ | 7 | Update startproject template with config directory | Core (Management commands) | |
34059 | 34059 | 11 | Validation of check constraints on JSONField key transforms with None produces invalid SQL on PostgreSQL. | Database layer (models, ORM) | ||
34943 | 34943 | 11 | Support passing unique constraint names to bulk_create(). | Database layer (models, ORM) | ||
25762 | 25762 | ✅ | 16 | Optimize numberformat.format | Utilities | |
25701 | 25701 | ✅ | 10 | Add warning to an admin list_view if too many queries are being used | contrib.admin | |
26223 | 26223 | ✅ | 13 | Squashing migrations with preserve_default=False keeps the default | Migrations | |
20034 | 20034 | ✅ | 13 | Upload handlers provide no way to retrieve previously parsed POST variables | HTTP handling | |
19898 | 19898 | ✅ | 14 | Document why/when of class-based views | Documentation | |
15396 | 15396 | ✅ | 17 | full path to modules in documentation inconsistently referenced | Documentation | |
15220 | 15220 | ✅ | 22 | replace SelectFilter2.js with a jQuery plugin | contrib.admin | |
14974 | 14974 | 21 | Add support for translation backends other than gettext | Internationalization | ||
16774 | 16774 | ✅ | 30 | Backtracking URL resolver | Core (URLs) | |
27447 | 27447 | ✅ | 9 | Provide an easy way to test sending of signals | Testing framework | |
27620 | 27620 | ✅ | 7 | Add a TransactionMiddleware | Core (Other) | |
27747 | 27747 | 4 | Add signals for Django management commands | Core (Management commands) | ||
27752 | 27752 | ✅ | 10 | Fix and test admin_order_field set for the __str__ of a model | contrib.admin | |
28250 | 28250 | ✅ | 17 | Ignore soft applied migrations in consistency check | Migrations | |
31255 | 31255 | ✅ | 22 | Migrations create a redundant RemoveField operation when deleting 2 models with related fields. | Migrations | |
21392 | 21392 | ✅ | 14 | changepassword option to read from stdin | contrib.auth | |
21461 | 21461 | ✅ | 20 | Add pre_update and post_update signals | Database layer (models, ORM) | |
21540 | 21540 | ✅ | 15 | TestCase with multiple assertRaises fails with TransactionManagementError | Testing framework | |
34488 | 34488 | 15 | ClearableFileInput widget forgets "Clear" selection when form is not valid | Forms | ||
34901 | 34901 | 7 | Add async interface to contrib.sessions | contrib.sessions | ||
20757 | 20757 | ✅ | 10 | A more Object-Oriented URLResolver | Core (URLs) | |
35291 | 35291 | ✅ | 3 | Whitenoise Not Working when DEBUG = FALSE - Django - Hosting Static Files | Uncategorized | |
24800 | 24800 | ✅ | 5 | Add logging of applied/unapplied migrations | Migrations | |
24928 | 24928 | ✅ | 15 | Add UUIDField, RangeField, JSONField, etc to database introspection | Database layer (models, ORM) | |
29884 | 29884 | ✅ | 13 | QuerySet.filter() with TruncBase functions not working as expected when USE_TZ= True | Database layer (models, ORM) | |
17664 | 17664 | ✅ | 32 | {% if %} template tag silences exceptions inconsistently | Template system | |
27080 | 27080 | ✅ | 6 | `as_manager` on QuerySet should pass down `use_in_migrations` to new Manager instance | Migrations | |
27325 | 27325 | ✅ | 9 | Offer a solution for static file serving suitable for production use | Core (Other) | |
27109 | 27109 | 5 | Make Flatpage swappable | contrib.flatpages | ||
21906 | 21906 | ✅ | 13 | dumpdata should not use router.allow_migrate | Core (Management commands) | |
6148 | 6148 | ✅ | 190 | Add generic support for database schemas | Database layer (models, ORM) | |
24213 | 24213 | ✅ | 9 | RFC 2231 Section 4.1 is not implemented | HTTP handling | |
30637 | 30637 | ✅ | 4 | SearchVectorField and SearchVector should be combinable. | contrib.postgres | |
34981 | 34981 | 12 | Promote `--pair` and `--bisect` from `runtest.py` to be available as flags for the Django `test` command | Testing framework | ||
14831 | 14831 | 23 | Django Template Style Guide | Documentation | ||
27460 | 27460 | ✅ | 12 | Allow declaring a GenericRelation from an abstract model to another abstract model | Database layer (models, ORM) | |
34339 | 34339 | 4 | Allow overriding construct_search(). | contrib.admin | ||
27465 | 27465 | 8 | Allow EmailMessage to load attachments from the Storage API | Core (Mail) | ||
34964 | 34964 | 14 | Reversing the order of Q objects in a CheckConstraint generates a migration | Migrations | ||
34151 | 34151 | 18 | Adding explicit primary key with different type doesn't update related ManyToManyFields. | Migrations | ||
34200 | 34200 | 16 | Allow setting postgres role during connection setup | Database layer (models, ORM) | ||
34852 | 34852 | 16 | Django Unit Tests break when using replicated MySQL Cluster v8.0.28 | Testing framework | ||
34806 | 34806 | 10 | Make cached_db backend resilient to cache backend errors | contrib.sessions | ||
25281 | 25281 | ✅ | 6 | Permission strings don't uniquely identify permissions | contrib.auth | |
27201 | 27201 | 14 | Django 1.10 with STATICFILES_STORAGE breaks on absolute path in CSS with double slash | contrib.staticfiles | ||
27516 | 27516 | 4 | Optimize test client response.json() | Testing framework | ||
34914 | 34914 | 5 | Postgres connection is not restarted after it's dropped by the server, even if we use CONN_HEALTH_CHECKS=True | Database layer (models, ORM) | ||
34534 | 34534 | 19 | Reduce index/constraints operations. | Migrations | ||
34597 | 34597 | 14 | Queryset (split) exclude's usage of Exists is significantly slower than subquery | Database layer (models, ORM) | ||
34038 | 34038 | 18 | Low text contrast and no visual cues for links within body text in admin UI | contrib.admin | ||
27225 | 27225 | 15 | "age" header is not set for responses taken from cache. | HTTP handling | ||
29214 | 29214 | ✅ | 24 | Invalid SQL generated when annotating a subquery with an outerref to an annotated field. | Database layer (models, ORM) | |
34936 | 34936 | 7 | db_default with decimal.Decimal() crashes on SQLite. | Database layer (models, ORM) | ||
27950 | 27950 | 3 | Permission classes for Class Based Views | Generic views | ||
5865 | 5865 | ✅ | 26 | cycle template tag should accept a single argument | Template system | |
9025 | 9025 | ✅ | 197 | Nested Inline Support in Admin | contrib.admin | |
34140 | 34140 | 20 | Format python code blocks in documentation files | Documentation | ||
35136 | 35136 | ✅ | 2 | Interoperability with intarray PostgreSQL extension | contrib.postgres | |
35138 | 35138 | ✅ | 3 | Some trac pages have broken formatting | Error reporting | |
34971 | 34971 | 8 | Several loggers missing from logging documentation | Documentation | ||
22274 | 22274 | ✅ | 11 | better tutorial for geodjango | GIS | |
34910 | 34910 | 6 | Color Contrast Admin Plus Icon | contrib.admin | ||
34051 | 34051 | 8 | makemigrations --check generating migrations is inconsistent with other uses of --check | Migrations | ||
34961 | 34961 | 9 | Add a max_length parameter to EmailValidator | Core (Other) | ||
34036 | 34036 | 19 | Low text contrast over light blue backgrounds in admin light theme | contrib.admin | ||
34044 | 34044 | 15 | Admin app search filter appears in nav sidebar but not on admin homepage | contrib.admin | ||
34949 | 34949 | 19 | Clarify when unique constraints are ignored. | Documentation | ||
16752 | 16752 | ✅ | 10 | Multi-db without a 'default' database | Database layer (models, ORM) | |
35105 | 35105 | ✅ | 1 | Django Admin Pannel is unable to get good plurals for the models | contrib.admin | |
34769 | 34769 | 6 | JSONField key/path transforms tests fail on Oracle 21c. | Database layer (models, ORM) | ||
35098 | 35098 | ✅ | 10 | ValidationError is being converted into a 500 Internal Server Error response | Error reporting | |
26066 | 26066 | ✅ | 12 | Admin listview could handle a table wider than the screen more elegantly | contrib.admin | |
15611 | 15611 | ✅ | 15 | Readonly fields not hidden during create | contrib.admin | |
24989 | 24989 | ✅ | 6 | Introduce contributor facing documentation for django.db.migrations | Documentation | |
34132 | 34132 | 2 | Migration with CheckConstraint fails on PostgreSQL in PyPy with psycopg2cffi due to AttributeError | Database layer (models, ORM) | ||
34670 | 34670 | 13 | Django Admin light theme flickers on dark system | contrib.admin | ||
7623 | 7623 | ✅ | 47 | Multi-table inheritance: Add the ability create child instance from existing parent | Database layer (models, ORM) | |
34658 | 34658 | 11 | New assertion `assertNotInHTML`, like `assertContains` has `assertNotContains` | Testing framework | ||
34989 | 34989 | 13 | Set Content-Length where possible for HttpResponses. | HTTP handling | ||
34831 | 34831 | 5 | Search in admin could allow issuing a query with many OR'd clauses | contrib.admin | ||
24638 | 24638 | ✅ | 15 | Support adding an SQL comment in queries | Database layer (models, ORM) | |
34411 | 34411 | 7 | Update obsolete GDAL API for DataSource handling | GIS | ||
27055 | 27055 | ✅ | 13 | Model form with geometry widgets has invalid html | GIS | |
35041 | 35041 | ✅ | 5 | DATA_UPLOAD_MAX_MEMORY_SIZE causes a confusing error when not an integer | File uploads/storage | |
34909 | 34909 | 8 | Accessible names for Add / Change buttons in Django Admin | contrib.admin | ||
35000 | 35000 | 5 | Skip redundant defaults to allow INSTANT longtext (among others) column addition in MySQL | Migrations | ||
28567 | 28567 | ✅ | 18 | Incompatibility between the set_language() view, LocaleMiddleware, and i18n_patterns() when prefix_default_language=False. | Internationalization | |
27813 | 27813 | 12 | BinaryField type inconsistent between sqlite3 (bytes) and postgresql (memoryview) | Database layer (models, ORM) | ||
34305 | 34305 | 6 | Refactor the GeoIP2 tests to use MaxMind test data | GIS | ||
34742 | 34742 | 9 | calling a DELETE endpoint without a trailing slash does not thow RuntimeError in DEBUG mode | HTTP handling | ||
25504 | 25504 | ✅ | 8 | Django test teardown fails when there is no default database | Testing framework | |
34986 | 34986 | 18 | Fix up support for PyPy 3.10 | Core (Other) | ||
34593 | 34593 | 11 | Django admin list does same Count query twice when there are no filters | contrib.admin | ||
34830 | 34830 | 28 | csrf_failure and bad_request views missing context processors | Core (Other) | ||
35001 | 35001 | 10 | Add related object icon (green plus sign) is not fully visible in some screens | contrib.admin | ||
34995 | 34995 | 15 | Add link for admin's related widget is in the wrong place | contrib.admin | ||
34982 | 34982 | 13 | Visual regression for helptext at certain screen sizes | contrib.admin | ||
34999 | 34999 | 9 | Admin search bar input doesn't have proper background color when in dark mode | contrib.admin | ||
34997 | 34997 | 2 | The name argument is ignored when creating url path using the include() function. | Core (URLs) | ||
34998 | 34998 | 4 | Raising a StopIteration in asynchronous mode hangs the request | Core (Other) | ||
27676 | 27676 | 10 | MariaDB 10.2 supports defaults for text columns | Database layer (models, ORM) | ||
34822 | 34822 | 9 | Provide migration serializer for `_lru_cache_wrapper` | Migrations | ||
34633 | 34633 | 13 | Add prefetch_related() cache invalidation for create() in reverse many-to-one managers. | Database layer (models, ORM) | ||
34978 | 34978 | 17 | Annotating through an aggregate with RawSQL() raises 1056 "Can't group on" on MySQL/MariaDB. | Database layer (models, ORM) | ||
34996 | 34996 | 2 | Enhance update_or_create() method with upsert SQL. | Database layer (models, ORM) | ||
34992 | 34992 | 9 | MariaDB does not support functional group by dependencies | Database layer (models, ORM) | ||
34907 | 34907 | 9 | loaddata crashes on objects with natural keys when don't exist on passed database. | Core (Serialization) | ||
34988 | 34988 | 6 | Makemigrations shouldn't prompt for default values for non-nullable fields of other apps. | Migrations | ||
34991 | 34991 | 10 | Wrong layout of pagination buttons with editable list in the admin. | contrib.admin | ||
34968 | 34968 | 9 | MultiPartParser silent large header fields size failures | HTTP handling | ||
34818 | 34818 | 13 | GenericIPAddressField ValidationError incorrect message when both protocols present | Database layer (models, ORM) | ||
34993 | 34993 | 4 | Unexpected behaviour when filtering across mult-value (aka tomany) joins. | Database layer (models, ORM) | ||
14611 | 14611 | 16 | Added dedicated option to test.Client methods (other than get()) for passing query parameters. | Testing framework | ||
34987 | 34987 | 7 | "Expression contains mixed types" exception when performing window function on query that also has aggregates. | Database layer (models, ORM) | ||
34990 | 34990 | 5 | Change external link for CSRF reference docs to OWASP | Documentation | ||
34985 | 34985 | 7 | Migrations raise AppRegistryNotReady when GeneratedField references incorrect fields. | Database layer (models, ORM) | ||
34984 | 34984 | 19 | Adding a field with default crashes for models with GeneratedField on SQLite. | Database layer (models, ORM) | ||
34980 | 34980 | 4 | Change migration operation dependencies to namedtuples. | Migrations | ||
14810 | 14810 | 10 | Admin inline templates need blocks | contrib.admin | ||
34979 | 34979 | 4 | inlineformset_factory sets max_num forms to one even though there is a unique_together constraint | contrib.admin | ||
34972 | 34972 | 4 | Aggregate with CombinedExpression resulting in NotImplemented instead of None after update from 3.2 -> 4.2 | Database layer (models, ORM) | ||
34717 | 34717 | 10 | Cannot use aggregate over window functions since 4.2 | Database layer (models, ORM) | ||
34974 | 34974 | 5 | makemigrations --check does not show diff as documented | Uncategorized | ||
34973 | 34973 | 1 | Allow making unpickling warnings an error | Database layer (models, ORM) | ||
34965 | 34965 | 12 | @sensitive_variables for coroutine func are not recursive | Core (Other) | ||
34884 | 34884 | 10 | Half bug/half enhancement : inconsistent behavior of get_or_create() regarding related attributes cache | Database layer (models, ORM) | ||
34970 | 34970 | 7 | Unclear wording in password validator docs | Documentation | ||
21183 | 21183 | ✅ | 14 | Filter block on the right covers information in admin | contrib.admin | |
34944 | 34944 | 38 | Missing or misinferred attributes in output fields of generated fields | Database layer (models, ORM) | ||
34966 | 34966 | 5 | Add a check for ModelAdmin.actions functions not taking three arguments | contrib.admin | ||
34955 | 34955 | 18 | Make Concat() use the database operator `||` on PostgreSQL. | Database layer (models, ORM) | ||
34919 | 34919 | 11 | Missing scope attribute in admin doc table headers. | contrib.admindocs | ||
34952 | 34952 | 5 | manage.py compilemessages may skip locale folders if ignore is used. | Internationalization | ||
34969 | 34969 | 1 | Documentation is misleading about SQL equivalent | Documentation | ||
34967 | 34967 | 6 | Queries not generating GROUP BY clause with static annotation crashes on SQLite | Database layer (models, ORM) | ||
34958 | 34958 | 10 | Intermittent `messages_tests.tests.TestLevelTags.test_lazy` test failure | Core (Other) | ||
34963 | 34963 | 5 | Recursive and other "combinator" queries broken in django-cte | Uncategorized | ||
34954 | 34954 | 2 | Improve `output_field` resolution of `Concat` | Database layer (models, ORM) | ||
34229 | 34229 | 4 | "no such column" when combining FilteredRelation and multi-table inheritance models | Database layer (models, ORM) | ||
34959 | 34959 | 3 | Q(a=b) and Exact(a, b) handle NULLs differently | Database layer (models, ORM) | ||
34962 | 34962 | 2 | Support for overriding result of model field values | Database layer (models, ORM) | ||
34457 | 34457 | 19 | makemigrations --check no longer prints the changes | Migrations | ||
34960 | 34960 | 1 | Document how to set nulls_last=True for admin_order_field/ordering | Documentation | ||
34956 | 34956 | 2 | Migration should not be allowed for a non-deterministic GeneratedField | Database layer (models, ORM) | ||
34957 | 34957 | 6 | Cannot filter over annotated "FilteredRelation" since Django 5 | Uncategorized | ||
34953 | 34953 | 1 | CSRF verification fails even with CSRF middleware commented out | CSRF | ||
34946 | 34946 | 7 | Adding a field with default and db_default drops database level DEFAULT | Migrations | ||
34948 | 34948 | 1 | USE_TZ=False causes failure in AdminEmailHandler during DST "fall back" | Utilities | ||
34951 | 34951 | 1 | Wrong word | Documentation | ||
34950 | 34950 | 1 | Translate text | Documentation | ||
34947 | 34947 | 1 | assertContains fails when there is unicode in the response json | Testing framework | ||
34945 | 34945 | 3 | annotate -> union -> values gives wrong values | Database layer (models, ORM) | ||
22757 | 22757 | ✅ | 7 | prefetch_related isn't as effecient as it could be with GenericForeignKey and proxy models | Database layer (models, ORM) | |
34940 | 34940 | 6 | Filter queryset on "tuples" of values for multiple columns | Database layer (models, ORM) | ||
34941 | 34941 | 9 | db_default with decimal.Decimal() doesn't return Decimal instances on Oracle. | Database layer (models, ORM) | ||
34942 | 34942 | 1 | Add icontains support for PostgreSQL ArrayField | Database layer (models, ORM) | ||
34813 | 34813 | 6 | Docs miss note about invalid integrity with ManifestStaticFilesStorage | contrib.staticfiles | ||
34927 | 34927 | 9 | ModelAdmin for model with InlineModelAdmin for proxy class reference results in admin.E202 | contrib.admin | ||
34939 | 34939 | 4 | Widget templates not refreshing | Forms | ||
34694 | 34694 | 4 | trailing slash is not appending | Core (URLs) | ||
34938 | 34938 | 1 | Allow string based generators for AutoField | Database layer (models, ORM) | ||
34937 | 34937 | 2 | Provide a get_form_kwargs for the ModelAdmin | contrib.admin | ||
34932 | 34932 | 7 | Setting deterministic Postgres collations incorrectly disallows use of varchar_pattern_ops and text_pattern_ops | Migrations | ||
34935 | 34935 | 4 | makemigrations --check no longer reports pending migrations | Migrations | ||
34934 | 34934 | 3 | Made EmailValidator.__eq__() ignore domain_allowlist ordering. | Core (Other) | ||
34930 | 34930 | 16 | Parallel tests fail on Python 3.11+ when IsolatedAsyncioTestCase is used | Testing framework | ||
34933 | 34933 | 2 | update_or_create() does not persist field changes in save() when performing an update | Database layer (models, ORM) | ||
34931 | 34931 | 1 | QuerySet .count() crashes when queryset contains FilteredRelation referencing annotation in condition | Database layer (models, ORM) | ||
34929 | 34929 | 3 | Issue with Django 3.2 and Django-storage 1.14.2 after Upgrading from Django 2.2.28 | Utilities | ||
34928 | 34928 | 1 | makemigrations when adding a ForeignKey to a model with a UniqueConstraint must create the field before creating the constraint | Migrations | ||
27403 | 27403 | 9 | Document that prefetch_related doesn't guarantee transactional consistency | Documentation | ||
34904 | 34904 | 4 | Changing email object after sending mutates mail in mail.outbox | Core (Mail) | ||
34926 | 34926 | 5 | Missing model after squashing | Migrations | ||
34923 | 34923 | 9 | MESSAGE_TAGS ignored in 5.0a1 | contrib.messages | ||
34924 | 34924 | 3 | Example for squashmigration not working properly | Migrations | ||
34920 | 34920 | 10 | FileExtensionValidator.__eq__() should ignore allowed_extensions order. | Core (Other) | ||
34899 | 34899 | 10 | Model Field.choices callable support is not actually lazy | Database layer (models, ORM) | ||
34903 | 34903 | 8 | Parallel test runner failure on Windows | Testing framework | ||
34825 | 34825 | 19 | SQLite database files are not destroyed after tests | Testing framework | ||
34921 | 34921 | 6 | Filtering an unbound DateTimeField with naive date crashes | Database layer (models, ORM) | ||
34922 | 34922 | 3 | Add dynamic HTML/CSS classes to table row elements in admin changelist view | contrib.admin | ||
34918 | 34918 | 3 | Assigning model instance to `_id`/attname field saves correctly, but breaks accessing the field | Database layer (models, ORM) | ||
34913 | 34913 | 3 | Django Admin high contrast mode no clear session | contrib.admin | ||
34912 | 34912 | 6 | Admindocs back-links and bookmarklet help text is too small | contrib.admindocs | ||
34916 | 34916 | 1 | Add support for brotli compression | HTTP handling | ||
34915 | 34915 | 1 | Do not autopopulate _order field for model with an order_with_respect_to if already set. | Database layer (models, ORM) | ||
34911 | 34911 | 5 | Admindocs index skips from h1 to h3 | contrib.admindocs | ||
27234 | 27234 | 9 | Clarify the type of the django.server logger's 'request' extra context | Documentation | ||
34905 | 34905 | 6 | Main landmark is on the wrong element | contrib.admin | ||
34908 | 34908 | 3 | Contrast Failure for Module Table Headers | contrib.admin | ||
34906 | 34906 | 1 | Need help with makemigrations | Database layer (models, ORM) | ||
34043 | 34043 | 17 | Doc "Writing your first patch for Django" doesn't explain how to contribute to the admin UI | Documentation | ||
34902 | 34902 | 1 | django.test.client.Client.head request fails on AttributeError as_sync is missing | Testing framework | ||
34551 | 34551 | 18 | Case-When aggregation over aggregated fields doesn't work since 4.2 | Database layer (models, ORM) | ||
34798 | 34798 | 11 | Subquery wrapping is required in QuerySet.aggregate() for aggregates referencing nested subquery. | Database layer (models, ORM) | ||
34840 | 34840 | 31 | Django 4.2 casts text fields when testing IS NULL, preventing use of partial indexes | Database layer (models, ORM) | ||
34892 | 34892 | 10 | Static files aren't served correctly on dev server when DEBUG and FORCE_SCRIPT_NAME are enabled | contrib.staticfiles | ||
23318 | 23318 | ✅ | 12 | Management command dbshell does not use DATABASE[...]['OPTIONS'] to set env PGOPTIONS | Core (Management commands) | |
14761 | 14761 | 8 | URL resolving / reversing design doesn't allow alternate specs | Core (URLs) | ||
34808 | 34808 | 20 | Some aggregation functions may return None; this isn't well documented | Documentation | ||
34882 | 34882 | 10 | options=0 is not respected when calling AsGeoJSON() | GIS | ||
34896 | 34896 | 1 | First-party passkey support in django.auth | contrib.auth | ||
34897 | 34897 | 1 | Django's admin UI - `ManyToManyField` with inheritance on the same class -> object shows itself inside the relation | contrib.admin | ||
34894 | 34894 | 4 | Query.change_aliases() has several significant bugs | Database layer (models, ORM) | ||
12075 | 12075 | ✅ | 22 | Add wsgiorg.routing args support | HTTP handling | |
34895 | 34895 | 1 | Reverse migrations fail with mysql / mariadb with sql_safe_updates set to 1 | Migrations | ||
34893 | 34893 | 1 | TIME_ZONE (settings.py) Europe/Kiev to Europe/Kyiv | Internationalization | ||
34875 | 34875 | 2 | Use RFC 9106 recommendations in Argon2PasswordHasher | contrib.auth | ||
34889 | 34889 | 5 | Broken fallback for prefetchers that only implement get_prefetch_queryset | Database layer (models, ORM) | ||
26803 | 26803 | ✅ | 11 | Add a statistics option to makemessages | Internationalization | |
34891 | 34891 | 2 | force_str(urlsafe_base64_decode(uidb64)) returns object not value | Utilities | ||
34759 | 34759 | 17 | Confirm/Add support for SpatiaLite 5.1 | GIS | ||
34581 | 34581 | 9 | Filters should not implicitly mark unsafe strings as safe without escaping | Template system | ||
34890 | 34890 | 1 | Migration can produce duplicate entries of UUID4 values for unique fields | Database layer (models, ORM) | ||
34888 | 34888 | 1 | CSRF verification failed in django 4 when nginx serves the webserver | CSRF | ||
34657 | 34657 | 25 | Testing assertions `assertContains` and `assertInHTML` should output the haystack on failure | Testing framework | ||
27229 | 27229 | 6 | Allow using aggregates in ModelAdmin.list_display | contrib.admin | ||
14336 | 14336 | ✅ | 10 | list_display should be able to contain sortable references to annotated fields | contrib.admin | |
34883 | 34883 | 6 | Allow template tags to set extra data on templates. | Template system | ||
27929 | 27929 | 7 | Add ManifestStaticFilesStorage option to remove original (non-hashed) files after processing | contrib.staticfiles | ||
34885 | 34885 | 5 | Not removing original (non-hashed) files after processing | contrib.staticfiles | ||
34312 | 34312 | 3 | startapp/startproject template should support file renames with the full context | Core (Management commands) | ||
15667 | 15667 | ✅ | 64 | Implement template-based widget rendering | Forms | |
34878 | 34878 | 10 | Autoreload crashes with FORM_RENDERER="django.forms.renderers.TemplatesSetting". | Template system | ||
34879 | 34879 | 3 | "Data truncated for column .." for migration changing auto-id-field | Migrations | ||
34880 | 34880 | 2 | Required a post_save_action hook to perform additional action in admin. | contrib.admin | ||
34877 | 34877 | 7 | KeyError for output_field in GeneratedField | Database layer (models, ORM) | ||
34876 | 34876 | 1 | Allow password reset token generator to configure timeouts | contrib.auth | ||
34874 | 34874 | 1 | Add table_exists() to optimize checks for django_migrations table. | Database layer (models, ORM) | ||
34320 | 34320 | 13 | Renaming fields with truncated names don't remove old constraints on Oracle. | Database layer (models, ORM) | ||
34870 | 34870 | 8 | Memory leak when using psycopg-c with django hstore | Database layer (models, ORM) | ||
34873 | 34873 | 4 | Add support for GENERIC_PLAN option to QuerySet.explain() on PostgreSQL 16+. | Database layer (models, ORM) | ||
34835 | 34835 | 13 | Use a `nav` element or `navigation` landmark for changelist filters | contrib.admin | ||
34872 | 34872 | 1 | DRF Auth Issue | Uncategorized | ||
34849 | 34849 | 12 | Appending django.contrib.postgres to the INSTALLED_APPS via @modify_settings crashes. | Database layer (models, ORM) | ||
34866 | 34866 | 4 | Cannot inspect migrations that replace squashed migrations with sqlmigrate | Migrations | ||
34869 | 34869 | 1 | makemessages - ignore duplicate msgid if the translations are identical | Internationalization | ||
34499 | 34499 | 11 | In tutorial part08, Django debug toolbar shows up in admin site but not in public site | Documentation | ||
34863 | 34863 | 4 | sqlite math functions don't accept character fields as input | Database layer (models, ORM) | ||
34868 | 34868 | 2 | Add K as an alias for KeyTransform.from_lookup | Database layer (models, ORM) | ||
34861 | 34861 | 8 | KeyTextTransform incompatible with GeneratedField | Database layer (models, ORM) | ||
34867 | 34867 | 2 | [Date Input Localization] Accept-Language Header Takes Precedence Over Language Set With Cookie | Internationalization | ||
34858 | 34858 | 11 | Output field for combined PositiveIntegerField is not properly resolved. | Database layer (models, ORM) | ||
34859 | 34859 | 4 | Format SQL code prodcued by sqlmigrate | Migrations | ||
34823 | 34823 | 7 | assertTemplateUsed() context manager crashes for templates without names. | Testing framework | ||
34864 | 34864 | 1 | Add ability to customise script tags for form media | Forms | ||
34848 | 34848 | 8 | Updating translations catalog for javascript files fails with CommandError | Internationalization | ||
34862 | 34862 | 5 | For clarity, the `password_reset_email.html` template should have `.txt` extension | contrib.auth | ||
34860 | 34860 | 3 | Order_by is broken when sorting on an annotated postgres window function value | Database layer (models, ORM) | ||
34857 | 34857 | 5 | Date picker cancel button does not respect color theme/dark mode | contrib.admin | ||
34851 | 34851 | 4 | Drop support for PostgreSQL 12 and PostGIS 2.5 | Database layer (models, ORM) | ||
34854 | 34854 | 1 | Missing translations in pt (Portuguese) | Internationalization | ||
34850 | 34850 | 3 | Drop support for MariaDB 10.4. | Database layer (models, ORM) | ||
34845 | 34845 | 9 | Slow query when using exclude | Database layer (models, ORM) | ||
34847 | 34847 | 5 | Serializer infinite recursion on M2M field if reference vars in init | Core (Serialization) | ||
34706 | 34706 | 6 | Aggregation on annotated field fails starting on Django 4.2.2, when the aggregation has the same name as the annotation | Uncategorized | ||
34560 | 34560 | 7 | Update admin's jQuery to 3.7.X. | contrib.admin | ||
34842 | 34842 | 9 | Unmanaged read-only generated fields in admin | Database layer (models, ORM) | ||
34844 | 34844 | 1 | Missing dependency backports with install of 4.1.11 | Packaging | ||
34843 | 34843 | 4 | Feature request: Support postgres table storage options | Migrations | ||
34832 | 34832 | 10 | Use `banner` landmark or `<header>` element for the admin header area | contrib.admin | ||
34834 | 34834 | 8 | Use `search` role for the admin changelist search form | contrib.admin | ||
34833 | 34833 | 7 | Use a `main` landmark in the admin interface | contrib.admin | ||
34839 | 34839 | 1 | OperationalError from Psycopg when using Connection Pool (Digital Ocean) Django 4.2.3 psycopg 3.1.9 | Database layer (models, ORM) | ||
34837 | 34837 | 1 | CheckboxSelectMultiple.attrs should accept more than "id" and "class" | Template system | ||
34836 | 34836 | 2 | Add an optional argument to MultipleChoiceField to ignore invalid choices. | Forms | ||
34233 | 34233 | 14 | Drop support for Python 3.8 & 3.9. | Core (Other) | ||
34828 | 34828 | 6 | DateTimeField breaks when given datetime that would be invalid in UTC | Database layer (models, ORM) | ||
34752 | 34752 | 13 | ASGI http.disconnect not handled for streaming responses | HTTP handling | ||
34829 | 34829 | 1 | Django reports the “mutually exclusive” error for settings that do not contain STATICFILES_STORAGE. | File uploads/storage | ||
34821 | 34821 | 7 | Syncing DEFAULT_FILE_STORAGE/STATICFILES_STORAGE settings with STORAGES can mutate user settings. | contrib.staticfiles | ||
34824 | 34824 | 4 | Migrations generates two records when ForeignObject.to_fields/from_fields is not a tuple. | Migrations | ||
34642 | 34642 | 17 | File.open to support different encodings | Core (Other) | ||
34827 | 34827 | 2 | select_for_update example raises TransactionManagementError | Documentation | ||
34826 | 34826 | 1 | Bounded Integer Range Field For Forms | Forms | ||
34820 | 34820 | 17 | Migrations crashes when changing ForeignObject properties. | Database layer (models, ORM) | ||
29800 | 29800 | ✅ | 15 | Django hangs when Content-Length has incorrect value | HTTP handling | |
34816 | 34816 | 7 | GenericForeignKey crashes if content_type_id is changed and object_id is type incompatible with old object | contrib.contenttypes | ||
34810 | 34810 | 7 | Calculate coverage on subprocesses such as django-admin commands | Core (Other) | ||
34817 | 34817 | 2 | Boolean field doesn't look good on django-admin | contrib.admin | ||
34791 | 34791 | 14 | Prefetch's queryset attribute is ignored when the same nested relation is used multiple times. | Database layer (models, ORM) | ||
34815 | 34815 | 5 | urls file in startapp command | Core (Management commands) | ||
34730 | 34730 | 14 | Add an assertMessages assertion | contrib.messages | ||
34814 | 34814 | 4 | Confirm support for PostGIS 3.4 | GIS | ||
34812 | 34812 | 3 | Validate that URLConf modules contain a urlpatterns entry | Core (URLs) | ||
34768 | 34768 | 11 | Calling `colorama.init()` on module load can have unwanted side effects | Core (Management commands) | ||
34811 | 34811 | 2 | Queryset filter Q order changed | Database layer (models, ORM) | ||
34778 | 34778 | 10 | startproject could use find_spec() rather than import_module() to check for conflicts | Core (Management commands) | ||
34809 | 34809 | 3 | PyCharm typechecker complains | Documentation | ||
34803 | 34803 | 13 | Nested OuterRef crashes with AttributeError | Database layer (models, ORM) | ||
34801 | 34801 | 4 | Django project redirects for a user assigned in a group, it redirects to the url which is not present in the group assigned django app | HTTP handling | ||
34807 | 34807 | 8 | importing `django.forms` causes circular import error | Forms | ||
34451 | 34451 | 7 | Incorrect exception handling within the django exception handler | Error reporting | ||
34712 | 34712 | 9 | Prevent misconfiguration of `STORAGES` setting | contrib.staticfiles | ||
34210 | 34210 | 22 | Show the duration of individual tests | Testing framework | ||
34805 | 34805 | 1 | 'Q' object has no attribute 'replace_expressions' | Database layer (models, ORM) | ||
34799 | 34799 | 7 | inspectdb fails on tables with cross-schema relations on MySQL. | Database layer (models, ORM) | ||
34804 | 34804 | 3 | legacy_algorithm = 'sha1' removed in django4.0 but new algorithm is hardcoded | Core (Other) | ||
34757 | 34757 | 9 | AsyncClient should follow redirects | Testing framework | ||
34802 | 34802 | 3 | django.contrib.admin.actions.delete_selected() should return number of rows deleted via ModelAdmin.delete_queryset() | contrib.admin | ||
34784 | 34784 | 15 | Django french short date format translation bug | Internationalization | ||
34787 | 34787 | 10 | The 'runserver' command doesn't work when run from an installed script on Windows | Core (Management commands) | ||
34800 | 34800 | 1 | Django Management Command Triggers URLs When Checking Database Connection | Core (Management commands) | ||
34796 | 34796 | 7 | Deleting child table does not delete rows in parent table when using multi-table inheritance | Database layer (models, ORM) | ||
34709 | 34709 | 20 | charset should be ignored for the application/x-www-form-urlencoded content type. | HTTP handling | ||
34797 | 34797 | 3 | Django Admin radio fields admin.HORIZONTAL shows as vertical with django-grapelli. | Uncategorized | ||
34795 | 34795 | 2 | ConnectionProxy (and likely others) do not expose the `__dir__` of the object they are proxying | Core (Other) | ||
34744 | 34744 | 7 | Migration re-add constraints when check condition contains a dict_keys object. | Migrations | ||
34794 | 34794 | 1 | Multiple file upload issue | File uploads/storage | ||
34792 | 34792 | 4 | Creating and saving a model using a custom primary key field can yield a bad "id" value on the instance | Database layer (models, ORM) | ||
34793 | 34793 | 1 | Django ORM returns None when field has value in BD | Database layer (models, ORM) | ||
34781 | 34781 | 5 | Clarify documentation of `request` objects in the `django.server` logging namespace. | Core (Other) | ||
34790 | 34790 | 1 | loading old migration file | Migrations | ||
34788 | 34788 | 6 | Correct NUMBER_GROUPING in Japan. | Internationalization | ||
34786 | 34786 | 1 | Multiple Q objects in the same .filter() behave oddly with ManyToMany relationships | Database layer (models, ORM) | ||
34779 | 34779 | 9 | Serializer makes unnecessary joins | Core (Serialization) | ||
34785 | 34785 | ✅ | 2 | Contribution guide comes out non successful | Error reporting | |
34773 | 34773 | 10 | settings.STATICFILES_STORAGE does not return correct value when STORAGES are defined | contrib.staticfiles | ||
34783 | 34783 | 2 | No module named 'smtp' when trying to send an email | Core (Mail) | ||
34782 | 34782 | 1 | Explicit support for In-Reply-To / References in EmailMessage | Core (Mail) | ||
34780 | 34780 | 2 | Tests don't pass on Python 3.11.4. | Core (Other) | ||
34620 | 34620 | 7 | Serialization of m2m relation fails with custom manager using select_related | Core (Serialization) | ||
34772 | 34772 | 5 | Exception with psycopg3 binary package on Ubuntu 20.04 | Database layer (models, ORM) | ||
34770 | 34770 | 3 | Default autoescape off in password_reset_email.html | contrib.auth | ||
34776 | 34776 | 1 | Issue with maintaining condition order and join promotion in add_q method | Database layer (models, ORM) | ||
34775 | 34775 | 1 | A case for handling aditional http methods | HTTP handling | ||
34777 | 34777 | 1 | Tags are not opened correctly in several django/forms/templates | Uncategorized | ||
34774 | 34774 | 2 | ModelAdmin form validation that cross-validates main form and inline formsets | contrib.admin | ||
34771 | 34771 | 13 | QuerySet.order_by() crashes on constants that cannot be cast on MySQL. | Database layer (models, ORM) | ||
34362 | 34362 | 16 | FilteredRelation doesn’t support conditional expression | Database layer (models, ORM) | ||
34743 | 34743 | 7 | full_clean() raises AttributeError on constraints with related IDs. | Database layer (models, ORM) | ||
34692 | 34692 | 13 | django.forms.renderers.get_default_renderer()'s template loader cache is not being reset on autoloads. | Forms | ||
34586 | 34586 | 9 | create() does not save reverse OneToOne relationship nor raise an Exception | Database layer (models, ORM) | ||
34767 | 34767 | 2 | AdminReadonlyField may not show links to related models when the related model has been downcasted | contrib.admin | ||
34766 | 34766 | 4 | utils.text: slugify misses "l" when converting "ł" | Utilities | ||
34542 | 34542 | 28 | Required fields allowed to be blank are not accepted non-interactively using createsuperuser | contrib.auth | ||
34755 | 34755 | 2 | Provide accelerated binary wheels | Uncategorized | ||
34739 | 34739 | 6 | Implement GEOSEqualsIdentical method on geometry objects. | GIS | ||
34765 | 34765 | 3 | call_command reuses already loaded command causing stale class variable value usage | Core (Management commands) | ||
34754 | 34754 | 8 | CheckConstraint with isnull lookup on JSONField transform None into null jsonb value | Database layer (models, ORM) | ||
34764 | 34764 | 3 | Add support for Clusterized Redis deployments | Core (Cache system) | ||
34760 | 34760 | 7 | Drop support for SQLite < 3.27.0 | Database layer (models, ORM) | ||
34686 | 34686 | 11 | Confirm/Add support for GEOS 3.12. | GIS | ||
34762 | 34762 | 2 | Duplicate Permissions Created on Model Rename | contrib.auth | ||
34761 | 34761 | 3 | Drop support for MySQL < 8.0.11. | Database layer (models, ORM) | ||
34763 | 34763 | 1 | Should we disallow URLs as user fields? | contrib.auth | ||
27489 | 27489 | ✅ | 6 | Renaming a model doesn't rename the permission name and codename | contrib.auth | |
34756 | 34756 | 8 | Docs build failure when using Sphinx 7.1.1 | Documentation | ||
34758 | 34758 | 3 | Paginator.validate_number implementation has undocumented change in 4.2 | Core (Other) | ||
34750 | 34750 | 8 | Fixed QuerySet.count() on querysets grouped by unused multi-valued annotations. | Database layer (models, ORM) | ||
34477 | 34477 | 3 | Asyncio send mail backend | Core (Mail) | ||
34655 | 34655 | 8 | Tests for RadioSelect and Select have diverged considerably, potentially leaving RadioSelect undertested | Forms | ||
34753 | 34753 | 2 | Document how to properly escape `to` in email messages | Documentation | ||
34748 | 34748 | 8 | __in lookup crashes with a subquery containing an unused annotation that uses explicit grouping. | Database layer (models, ORM) | ||
34751 | 34751 | 2 | FilteredSelectMultiple ignores select optgroup | contrib.admin | ||
34747 | 34747 | 5 | Django hangs on async views with asycio.gather and an async ORM call | Database layer (models, ORM) | ||
14845 | 14845 | 14 | Document connection-creation process | Documentation | ||
34749 | 34749 | 4 | acreate function signature in docs is incorrect | Documentation | ||
34728 | 34728 | 15 | OR operator on queryset does not work as expected | Database layer (models, ORM) | ||
34745 | 34745 | 1 | Arbitrary rhs of lookup gives "Object has no attribute 'contains_aggregate'" | Database layer (models, ORM) | ||
34720 | 34720 | 11 | BaseReloader.watch_dir() incorrectly checks for existence of path | Utilities | ||
34738 | 34738 | 5 | Django admin doesn't translate error | contrib.admin | ||
34740 | 34740 | 2 | Admin flashes dark/light depending on settings | contrib.admin | ||
34741 | 34741 | 2 | Admin flashes dark/light depending on settings | contrib.admin | ||
34737 | 34737 | 1 | SynchronousOnlyOperation is raised for non-running event loops on Python 3.7+. | Utilities | ||
34733 | 34733 | 3 | m2m_changed signal is unaware if .set() method is being called | Database layer (models, ORM) | ||
34736 | 34736 | 1 | Position of Delete and Save Buttons are reversed in Admin whe moving from v4.1 to v4.2 | contrib.admin | ||
34735 | 34735 | 6 | About form validation | Forms | ||
34532 | 34532 | 14 | Form.default_renderer is ignored in formsets. | Forms | ||
34714 | 34714 | 9 | Async support for get_object_or_404()/get_list_or_404(). | Database layer (models, ORM) | ||
34734 | 34734 | 1 | Django admin theme box | contrib.admin | ||
34732 | 34732 | 2 | UnicodeEncodeError on two tests in Python 3.12 | Uncategorized | ||
34731 | 34731 | 5 | Django test suite still has an occurence of assertEquals, removed in Python 3.12 | Testing framework | ||
34729 | 34729 | ✅ | 1 | Add explicit option to enable IF EXISTS / IF NOT EXISTS in PostgresQL index operations | contrib.postgres | |
34723 | 34723 | 2 | `TypeError` when loading a Django app with incorrect type of `choices` | Database layer (models, ORM) | ||
34727 | 34727 | 8 | Error in CharField with TextChoices and missing max_length parameter | Testing framework | ||
34725 | 34725 | 1 | get_containing_app_config does not find an object in a module imported with an absolute path from project root | Uncategorized | ||
34726 | 34726 | 1 | Backslash replaced by forwardslash in queries | Uncategorized | ||
34724 | 34724 | 1 | Allow passing kwargs to django.contrib.admin.decorators.display | contrib.admin | ||
34722 | 34722 | 2 | Let ListFilter be a MediaDefiningClass so that they can define custom CSS and JS | contrib.admin | ||
34721 | 34721 | 5 | ChoiceField/TypedChoiceField: .value() has inconsistent behaviour, coercion not applied. | Forms | ||
34716 | 34716 | 9 | Class methods from nested classes cannot be used as Field.default. | Migrations | ||
34719 | 34719 | 1 | modelBase.add_to_class is ineffective when called in __init_subclass__ of an abstract Model | Database layer (models, ORM) | ||
34718 | 34718 | 7 | Allow django.contrib.admin's ListFilter to render details tag collasped by default | contrib.admin | ||
27471 | 27471 | 17 | Make admin's list_filter choices collapsable | contrib.admin | ||
34711 | 34711 | 9 | Make ChoiceField auto-detect and coerce values. | Forms | ||
34679 | 34679 | 9 | Cannot run collectstatic with existing unsupported manifest file | contrib.staticfiles | ||
34713 | 34713 | 2 | Add an option to disable lastmod in Sitemaps. | contrib.sitemaps | ||
34715 | 34715 | 3 | have proposal to create new orm method get_object_or_none same as get_object_or_404 | Database layer (models, ORM) | ||
30746 | 30746 | ✅ | 8 | Add Permissions-Policy (was Feature-Policy) header support. | Utilities | |
34677 | 34677 | 15 | Django Admin built-in password reset feature has UI issues | contrib.admin | ||
34413 | 34413 | 10 | Variant of Prefetch but for the earliest/latest related object | Database layer (models, ORM) | ||
34448 | 34448 | 10 | makemessages' --no-obsolete option is undocumented and untested. | Core (Management commands) | ||
34710 | 34710 | 3 | Infinite migrations using models.Choices | Migrations | ||
34708 | 34708 | 1 | db_index=True doesn't apply on MySQL. | Database layer (models, ORM) | ||
34697 | 34697 | 9 | Migration serializer for sets results in non-deterministic order. | Migrations | ||
34705 | 34705 | 6 | BoundField.as_widget() ignores aria-describedby in attrs argument | Forms | ||
34691 | 34691 | 7 | Add a system check for unmatched URL paths' < / > | Core (System checks) | ||
34707 | 34707 | 1 | AttributeError: 'function' object has no attribute 'cache_clear' when registering a custom lookup | Uncategorized | ||
34309 | 34309 | 17 | Documentate how to delete a Django app correctly | Documentation | ||
34695 | 34695 | 5 | security.E101 false positive with class-based views | Core (System checks) | ||
34698 | 34698 | 6 | Allow returning IDs in QuerySet.bulk_create() when updating conflicts. | Database layer (models, ORM) | ||
34696 | 34696 | 8 | Actions selection counter gets cleared when using Chrome's back button | contrib.admin | ||
34688 | 34688 | 8 | Remove contrib.sitemaps.ping_google(). | contrib.sitemaps | ||
34704 | 34704 | 1 | File Size Validator | File uploads/storage | ||
34700 | 34700 | 2 | ValidatedFileField | File uploads/storage | ||
34263 | 34263 | 6 | File validators for MIME type, size, and extension. | File uploads/storage | ||
34702 | 34702 | 1 | Runserver serving static files from STATICFILES_DIRS instead of STATIC_ROOT | contrib.staticfiles | ||
34639 | 34639 | 15 | MySQL 8.0 hangs indefinitely when using the admin search with a Foreign Key and Annotate | contrib.admin | ||
34689 | 34689 | 3 | Simplify usage of InlineFormSet in Class-based generic views | Generic views | ||
27646 | 27646 | 5 | Add QuerySet support for group by modifiers and OLAP functionality | Database layer (models, ORM) | ||
34693 | 34693 | 2 | Add method to ContentTypeManager to support search for table_name | contrib.contenttypes | ||
34690 | 34690 | 2 | Get ContentType object with table name in get_by_table_name method | contrib.contenttypes | ||
34687 | 34687 | 5 | Apps.clear_cache() does not clear get_swappable_settings_name cache. | Core (Other) | ||
34572 | 34572 | 11 | Confirm/Add support for GDAL 3.7. | GIS | ||
34685 | 34685 | 3 | Drop support for GEOS 3.6 and 3.7. | GIS | ||
34684 | 34684 | 4 | Drop support for GDAL 2.2 and 2.3. | GIS | ||
34683 | 34683 | 1 | get_object_or_404 and get_list_or_404 custom messaging | HTTP handling | ||
34681 | 34681 | 6 | Optimize memcache_key_warnings() | Core (Cache system) | ||
34682 | 34682 | 1 | System check for CSRF_TRUSTED_ORIGINS raises errors for http://localhost:port. | Core (System checks) | ||
34671 | 34671 | 7 | Inspectdb collation issue with oracle views | Core (Management commands) | ||
34391 | 34391 | 8 | Add async interface to contrib.auth | contrib.auth | ||
34680 | 34680 | 2 | inspectdb on mysql timestamp fields leads to timezone issues | Database layer (models, ORM) | ||
34675 | 34675 | 8 | Selenium WebDriver implementation is broken due to update of Selenium | Testing framework | ||
34678 | 34678 | 4 | README.rst does not mention the Django Discord or Django forum | Documentation | ||
34676 | 34676 | 9 | Normalise MeasureBase unit not found exceptions to use AttributeError | GIS | ||
34674 | 34674 | 7 | Updating the file contents of a Django FileField during upload results in I/O error | File uploads/storage | ||
34673 | 34673 | 2 | Migrations ordering: add constraint run_immediately_after | Migrations | ||
34672 | 34672 | 3 | Signing session keys in SessionMiddleware | Uncategorized | ||
34632 | 34632 | 5 | Let makemigrations output an error message with --check | Migrations | ||
34668 | 34668 | 1 | Unvalidated Redirect from "PATH_INFO" URI Parameter on "/admin/auth/group/{n}/change/" page. | Uncategorized | ||
34345 | 34345 | 14 | Add system check for filter_horizontal/filter_vertical on ManyToManyFields with intermediary models. | contrib.admin | ||
34594 | 34594 | 2 | KT doesn’t work across foreign keys | Database layer (models, ORM) | ||
34667 | 34667 | 1 | JSONField: KT() on a related object produces invalid SQL | Database layer (models, ORM) | ||
34666 | 34666 | 4 | Mysql issue using afirst "The client was disconnected by the server because of inactivity" | Database layer (models, ORM) | ||
34634 | 34634 | 23 | Creating objects with nested MTI crashes. | Database layer (models, ORM) | ||
27079 | 27079 | 15 | Refactor LiveServerPort tests to not make extra calls to setUpClass() and tearDownClass() | Testing framework | ||
34661 | 34661 | 14 | Peppering user passwords | contrib.auth | ||
34656 | 34656 | 5 | Wrong HTML generation in Django admin's change_password form | contrib.admin | ||
34665 | 34665 | 1 | CreateModel with manually added RenameField crashes on SQLite. | Database layer (models, ORM) | ||
34517 | 34517 | 7 | ImageField unnecessarily adds a post_init signal handler to the model | Database layer (models, ORM) | ||
34664 | 34664 | 1 | APScheduler Django | Packaging | ||
34662 | 34662 | 3 | Translation strings of ArrayField length validators depend on wrong ngettext key | contrib.postgres | ||
34663 | 34663 | 7 | Documentation typo in using Argon2 with Django. | Documentation | ||
34659 | 34659 | 8 | mysql backend creates queries using CONVERT_TZ even when this is not supported | Database layer (models, ORM) | ||
34629 | 34629 | 9 | AttributeError when using filter argument with Collect in GeoDjango Aggregate | GIS | ||
34660 | 34660 | 2 | Use RFC3339 format and input type=(date|time|datetime-local) for date/time/datetime form fields | Forms | ||
34473 | 34473 | 10 | StepValueValidator does not take into account min_value | Forms | ||
34650 | 34650 | 2 | Document django.shortcuts.resolve_url() | Utilities | ||
34653 | 34653 | 1 | Django (4.2.2) doesn't handle unicode characters in labels of choices | Migrations | ||
34652 | 34652 | 2 | Async support in admin view | contrib.admin | ||
34651 | 34651 | 1 | 'list' object has no attribute '_committed' | Uncategorized | ||
34649 | 34649 | 6 | Modernise selenium --headless support | Testing framework | ||
34628 | 34628 | 6 | RelatedFieldWidgetWrapper link icons are very hard to see | contrib.admin | ||
34638 | 34638 | 14 | Rows are selected if BooleanField is in list_editable | contrib.admin | ||
34645 | 34645 | 5 | Timezone warning visual regression for DateFields and TimeFields. | contrib.admin | ||
34647 | 34647 | 4 | 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 | ||
34648 | 34648 | 3 | `get_prep_value` now being called for JSONField | Uncategorized | ||
34644 | 34644 | 3 | social-app-django's JSONField doesn't work as expected. | Database layer (models, ORM) | ||
34625 | 34625 | 4 | FilteredSelectMultiple widget’s elements aren’t labelled | contrib.admin | ||
34646 | 34646 | 1 | Ordering a Django admin column based on multiple model fields | contrib.admin | ||
34604 | 34604 | 4 | On databases lacking XOR, Q(…) ^ Q(…) ^ Q(…) wrongly interpreted as exactly-one rather than parity | Database layer (models, ORM) | ||
34539 | 34539 | 29 | `get_prep_value` no longer called for JSONField | Database layer (models, ORM) | ||
34641 | 34641 | 3 | Null value referenced from a JSONField using an expression that defines an output_field returns the string "null" instead of a None value | Uncategorized | ||
34631 | 34631 | 5 | Expression.identity() performance | Database layer (models, ORM) | ||
34445 | 34445 | 6 | DateField.input_formats cannot be printed | Utilities | ||
34640 | 34640 | 1 | Add query_params argument to test Client methods | Testing framework | ||
34602 | 34602 | 3 | Fail gettext when no translation file is found or when no msgid is found in the given translation file | Internationalization | ||
34614 | 34614 | 1 | Natural keys for nullable foreign keys | Core (Serialization) | ||
34637 | 34637 | 3 | Add support for database defaults in questioner. | Migrations | ||
34630 | 34630 | 10 | Neither `pgettext` nor `pgettext_lazy` return contextual markers in PO files | Internationalization | ||
34635 | 34635 | 4 | ModelChoiceField with a to_attr that can have an EMPTY_VALUE | Forms | ||
34627 | 34627 | 5 | Active row states invisible for WHCM users | contrib.admin | ||
34622 | 34622 | 6 | RelatedFieldWidgetWrapper links don’t convey their state for screen reader users | contrib.admin | ||
34621 | 34621 | 6 | Django admin site name shouldn’t be an h1 | contrib.admin | ||
34610 | 34610 | 2 | Django_migrations unique constraint | Database layer (models, ORM) | ||
34601 | 34601 | 4 | ModelAdmin: Error message for readonly_fields's check does not include the field name | contrib.admin | ||
34615 | 34615 | 7 | queryset.order_by().first() is not consistent with other queryset behaviours | Database layer (models, ORM) | ||
34626 | 34626 | 1 | Documentation: "Writing your first patch for Django" - Example test file "test_make_toast.py" is not loaded by test suite | Documentation | ||
34623 | 34623 | 3 | Swappable dependencies always depend on first migration of app | Migrations | ||
34618 | 34618 | 6 | Admin action log entry types should be communicated to screen reader users | contrib.admin | ||
34570 | 34570 | 8 | QuerySet.defer() raises an AttributeError when the field is ManyToManyField or GenericForeignKey | Database layer (models, ORM) | ||
22298 | 22298 | ✅ | 19 | Rename Form Media to Static (or get rid of Form Media completely?) | Forms | |
34617 | 34617 | 4 | Ensures <meta name="viewport"> does not disable text scaling and zooming | contrib.admin | ||
34595 | 34595 | 8 | format_html() should explicitly mention that format_string is not escaped and that result is safe | Template system | ||
34616 | 34616 | 5 | Incorrect code example in 5.0 release notes | Documentation | ||
34605 | 34605 | 3 | Add distinct support for ListFilters | contrib.admin | ||
34606 | 34606 | 5 | Right() function on Oracle and SQLite returns improper value when the length is zero. | Database layer (models, ORM) | ||
34600 | 34600 | 10 | Review reference to bleach in docs | Documentation | ||
34611 | 34611 | 1 | Support getting None in qs.get() | Database layer (models, ORM) | ||
34392 | 34392 | 7 | Allow using test client response.json() with StreamingHttpResponse | Testing framework | ||
34607 | 34607 | 2 | function st_geomfromwkb(bytea) does not exist - geodjango tutorial | GIS | ||
34603 | 34603 | 5 | ~Q() incorrectly interpreted as full rather than empty | Database layer (models, ORM) | ||
34599 | 34599 | 1 | authentication and authorization | Uncategorized | ||
34564 | 34564 | 22 | returning None instead of zero in Count annotation | Database layer (models, ORM) | ||
20752 | 20752 | ✅ | 19 | Error signals are not reliable, especially when dealing with database errors | HTTP handling | |
34574 | 34574 | 7 | Extend docs for `autoescape` and `escape` with examples using filters that operate with sequences | Template system | ||
34577 | 34577 | 8 | New template filter `escapeseq` | Template system | ||
34598 | 34598 | 1 | Load new settings after start up | Uncategorized | ||
34535 | 34535 | 7 | dbshell management command can crash if DATABASES["name"] is a PosixPath | Core (Management commands) | ||
27925 | 27925 | ✅ | 13 | Document how to deploy using pip installed mod_wsgi | Documentation | |
34596 | 34596 | 1 | subclassing models.TextChoices | Documentation | ||
34590 | 34590 | 12 | Querying for decimals larger than max_digits crashes on SQLite | Database layer (models, ORM) | ||
34592 | 34592 | 6 | admin css font does not need explicit apple fonts | contrib.admin | ||
34591 | 34591 | 3 | Django ORM replace INNER JOIN with STRAIGHT_JOIN | Database layer (models, ORM) | ||
34589 | 34589 | 12 | exclude does not support nested ForeignKey relationship | Database layer (models, ORM) | ||
34579 | 34579 | 8 | Documentation points to `django-developers` mailing list as primary point of contact for discussion | Documentation | ||
34587 | 34587 | 4 | Allow to override table2model conversion for inspectdb command | Core (Management commands) | ||
34588 | 34588 | 4 | 404 error in default_urlconf.html | Core (Other) | ||
34580 | 34580 | 7 | Performance regession in SQLCompiler | Database layer (models, ORM) | ||
34585 | 34585 | 2 | Can we use Class with urlpatterns attribute for parameter in include method? | Core (URLs) | ||
34583 | 34583 | 2 | Django 4.0 cannot be downloaded on the downloads page | Documentation | ||
34584 | 34584 | 1 | Problem with tutorial part 2 | Documentation | ||
34582 | 34582 | 1 | Uploading multiple files in Django no longer works in version 4.2 but worked in version 4.1 | File uploads/storage | ||
34578 | 34578 | 5 | Template filter `join` should not escape the joining string if `autoescape` is `off` | Template system | ||
34575 | 34575 | 3 | Storage Signals | File uploads/storage | ||
34576 | 34576 | 4 | move django issues to GitHub | Uncategorized | ||
34573 | 34573 | 3 | Typo in "Writing your first Django app, part 5" - assertQuerysetEqual() | Testing framework | ||
34322 | 34322 | 31 | ManifestStaticFilesStorage crashes on commented JavaScript import statements | contrib.staticfiles | ||
34565 | 34565 | 8 | Add acheck_password() async method. | contrib.auth | ||
34350 | 34350 | 3 | WSGIRequest crashes when "wsgi.input" is None. | Core (Other) | ||
34563 | 34563 | 2 | ManifestStaticFilesStorage support for CSS module scripts in Javascript files. | contrib.staticfiles | ||
34521 | 34521 | 8 | Use __slots__ for template Node classes | Template system | ||
34568 | 34568 | 16 | makemigrations --update should respect the --name option. | Database layer (models, ORM) | ||
34571 | 34571 | 7 | Request with invalid session after concurrent logout or session timeout is considered a BadRequest | contrib.sessions | ||
34567 | 34567 | 4 | slugify template filter with allow_unicode | Template system | ||
25937 | 25937 | ✅ | 12 | Failure when using expressions.DateTime on NULL values and aggregating | Database layer (models, ORM) | |
3254 | 3254 | ✅ | 43 | full text search support for postgres, oracle and mssql | Database layer (models, ORM) | |
34562 | 34562 | 1 | Issue with Django Admin theme-toggle button | contrib.admin | ||
34556 | 34556 | 7 | StreamingHttpResponse documentation inaccuracy | Documentation | ||
34561 | 34561 | 2 | "DatabaseError: Forced update did not affect any rows" on SessionStore save() | contrib.sessions | ||
34557 | 34557 | 3 | Time-based model field cleaning and TypeErrors | Database layer (models, ORM) | ||
34559 | 34559 | 1 | Login error | Uncategorized | ||
34558 | 34558 | 2 | QuerySet.bulk_create() crashes with Now() on Oracle. | Database layer (models, ORM) | ||
34552 | 34552 | 7 | Delaying get_from_clause call as much as possible. | Database layer (models, ORM) | ||
34553 | 34553 | 10 | Can't create CheckConstraint with percent characters in values on postgresql due to broken quoting | Database layer (models, ORM) | ||
34554 | 34554 | 4 | Reverse(Value(...)) crashes on Oracle. | Database layer (models, ORM) | ||
34524 | 34524 | 6 | Error while sending TLS smtp email on "self-signed certificate" server | Core (Mail) | ||
34546 | 34546 | 8 | Failed migration yields to unmigratable app: "OperationalError: (1050, "Table '<name>' already exists")" | Migrations | ||
34550 | 34550 | 2 | Send email with EMAIL_USE_TLS=True but get SSL error. | Core (Mail) | ||
34549 | 34549 | 3 | Extra select query when parent model consists of primary key only | Database layer (models, ORM) | ||
34548 | 34548 | 2 | Queryset JsonField filtering doesn't work as expected | Database layer (models, ORM) | ||
34544 | 34544 | 19 | DBMS_LOB.SUBSTR() is unnecessary for "IS NULL" condition on Oracle. | Database layer (models, ORM) | ||
34545 | 34545 | 7 | Typo in "FAQ: Installation". | Documentation | ||
34543 | 34543 | 4 | Thousand separator breaking templates | Internationalization | ||
34525 | 34525 | 23 | index_together warning after migration to new style | Database layer (models, ORM) | ||
34540 | 34540 | 5 | [feature request] Run FileField storage callable during runtime and not during buildtime | File uploads/storage | ||
34541 | 34541 | 3 | StorageRouter | File uploads/storage | ||
34536 | 34536 | 4 | FileInputUpload | File uploads/storage | ||
34537 | 34537 | 1 | Add an User inline to the default GroupAdmin | contrib.admin | ||
34531 | 34531 | 4 | Rendering form throws deprecation warning | Forms | ||
34529 | 34529 | 4 | Squashing migrations with Meta.index_together -> indexes transition should remove deprecation warnings. | Migrations | ||
34523 | 34523 | 19 | Model.objects.update_or_create method sometimes raises TransactionManagementError | Database layer (models, ORM) | ||
34530 | 34530 | 9 | Remove docs suggestion to use lambda for models.FileField(storage=...) | Documentation | ||
34515 | 34515 | 18 | Translatable URL patterns raise 404 for non-English default language when prefix_default_language=False is used. | Internationalization | ||
34513 | 34513 | 14 | Error E108 does not cover some cases | contrib.admin | ||
34069 | 34069 | 12 | get_language_from_request should not fallback to settings.LANGUAGE_CODE | Internationalization | ||
34528 | 34528 | 3 | Reduce Add/RemoveIndex migration operations. | Migrations | ||
34527 | 34527 | 5 | Unexpected behavior with division in aggregation | Database layer (models, ORM) | ||
34520 | 34520 | 4 | ModelAdmin.fields: wrapping in tuples does not have any effect (each field on separate line) | contrib.admin | ||
34386 | 34386 | 7 | Error while sending TLS smtp email when no EMAIL_SSL_CERTFILE / EMAIL_SSL_KEYFILE are specified in project settings | Core (Mail) | ||
34526 | 34526 | 2 | issue in admin with sites | contrib.admin | ||
34504 | 34504 | 9 | SSLCertVerificationError on outgoing emails for some mailboxes | Core (Mail) | ||
34522 | 34522 | 3 | PUT/PATCH data is not encoded for multipart/form-data in Django Test Client | Testing framework | ||
34519 | 34519 | 8 | Don't send content in responses to HEAD requests | Uncategorized | ||
34518 | 34518 | 9 | "random" template filter crashes on an empty list. | Template system | ||
34512 | 34512 | 10 | Admin missing breadcrumbs in app index | contrib.admin | ||
34514 | 34514 | 5 | `firstof` and `cycle` tags do not escapes variables defined in `wth` tag | Template system | ||
34516 | 34516 | 4 | request.post is null | Uncategorized | ||
34455 | 34455 | 26 | i18n_patterns() not respecting prefix_default_language=False | Internationalization | ||
34481 | 34481 | 8 | Admin check for reversed foreign key used in "list_display" | contrib.admin | ||
34511 | 34511 | 2 | mysqlclient 1.4.3 or newer is required; you have 1.0.3. | Core (Other) | ||
34510 | 34510 | 5 | sqlmigrate does not follows replaces in squashed migrations | Core (Management commands) | ||
34507 | 34507 | 4 | AttributeError: Can't pickle local object 'convert_exception_to_response.<locals>.inner' | Error reporting | ||
34508 | 34508 | 1 | Admin Checks Reversed FKs.( modified check_list_display function ) | Uncategorized | ||
34509 | 34509 | 1 | Celery task throwing error | Utilities | ||
34506 | 34506 | 8 | Visual regressions in admin's clearable file input. | contrib.admin | ||
21429 | 21429 | ✅ | 15 | BaseCommand should use logging instead of custom output wrappers | Core (Management commands) | |
34505 | 34505 | 4 | Non-deterministic collations doesn't work with unique related fields on PostgreSQL | Migrations | ||
34496 | 34496 | 8 | ManifestStaticFilesStorage.patterns for sourceMappingURL does not retrieve matched for data URI | contrib.staticfiles | ||
34440 | 34440 | 9 | AND operator on queryset with joins gives wrong results | Documentation | ||
34435 | 34435 | 12 | JSONField with string default raises fields.E010 warning. | Documentation | ||
34503 | 34503 | 2 | Missleading message in MinValueValidator and MaxValueValidator | Core (Serialization) | ||
34501 | 34501 | ✅ | 2 | Revert CICharField deprecation | contrib.postgres | |
34497 | 34497 | 4 | ManifestStaticFilesStorage skips import and export of javascript modules with absolute paths | contrib.staticfiles | ||
34500 | 34500 | 6 | use annotate return feild, Error capture does not work | Database layer (models, ORM) | ||
34495 | 34495 | 1 | Queryset update fails when updating parent model field with default ordering on MySQL backend | Database layer (models, ORM) | ||
34498 | 34498 | 1 | error 403 in login in django | CSRF | ||
34419 | 34419 | 7 | Document django.contrib.admin.sites.all_sites | contrib.admin | ||
34483 | 34483 | 17 | Negative result of django.utils.timesince.timesince | Utilities | ||
34494 | 34494 | 2 | This is suggestion about customizing AdminSite documents | Documentation | ||
34489 | 34489 | 2 | feature: Support for PostgreSQL table partitioning | Database layer (models, ORM) | ||
34493 | 34493 | 3 | wrong translation | Database layer (models, ORM) | ||
34486 | 34486 | 15 | SearchHeadline crashes without an active connection. | contrib.postgres | ||
34491 | 34491 | 1 | Unable to have constraints with same name on different models | Core (System checks) | ||
34492 | 34492 | 4 | I get an error when using BinaryField in sqllite3. | Database layer (models, ORM) | ||
34490 | 34490 | 1 | Tests with mirror database not working as expected | Testing framework | ||
28992 | 28992 | ✅ | 9 | Querying GenericIPAddressField with a space crashes with DataError on PostgreSQL | Database layer (models, ORM) | |
26630 | 26630 | ✅ | 7 | Defered constraint checks flush after `post_delete` signal | Database layer (models, ORM) | |
34482 | 34482 | 11 | Unable to access "non-picklable" attributes of empty HttpRequest and HttpResponse objects after shallow copy. | HTTP handling | ||
34484 | 34484 | 9 | HttpRequest.__deepcopy__ doesn't deepcopy attributes | HTTP handling | ||
27505 | 27505 | 24 | Error messages customization and internationalization in Paginator class | Core (Other) | ||
34394 | 34394 | 9 | ASGIRequest doesn't respect settings.FORCE_SCRIPT_NAME. | HTTP handling | ||
34487 | 34487 | 1 | Django crashes due to ManifestStaticFilesStorage plugin in 4.2 | contrib.staticfiles | ||
34464 | 34464 | 9 | QuerySet.count() regression on Django 4.2 with values() and annotate() | Database layer (models, ORM) | ||
34478 | 34478 | 2 | django 4.2 admin page issue | contrib.admin | ||
34485 | 34485 | 1 | Update examples by using f-strings instead of % | Documentation | ||
34480 | 34480 | 5 | Annotating with Chr raises ValueError | Database layer (models, ORM) | ||
34476 | 34476 | 1 | Typo in Writing your first Django app, part 5 - assertQuerySetEqual | Documentation | ||
34474 | 34474 | 6 | Django apps registry returns the wrong models | Uncategorized | ||
34475 | 34475 | 2 | bug in django tutorial | Documentation | ||
34472 | 34472 | 2 | Push for inspectdb in Django 4.1 | Database layer (models, ORM) | ||
34470 | 34470 | 6 | client_encoding is no longer enforce on PostgreSQL. | Database layer (models, ORM) | ||
34465 | 34465 | 2 | Handle malformed CSRF cookie | CSRF | ||
34466 | 34466 | 8 | Django 4.2 overwrites user-specified psycopg cursor_factory | Database layer (models, ORM) | ||
34468 | 34468 | 1 | `Cycle` tag do not work with variables defined in `with`-tag. | Template system | ||
34471 | 34471 | 3 | Cannot import name 'url' from 'django.conf.urls' | Uncategorized | ||
34469 | 34469 | 3 | Push inspectdb to assimilate the foreign keys that are in other databases | Database layer (models, ORM) | ||
34467 | 34467 | 1 | `Cycle` tag do not work with variables defined in `with`-tag. | Template system | ||
12772 | 12772 | ✅ | 31 | Allow loading template tags by fully qualified python module path | Template system | |
34459 | 34459 | 18 | SearchVector() can return query strings that are unsafe to combine. | contrib.postgres | ||
34463 | 34463 | 7 | WHERE clause example missing from Q() documentation | Documentation | ||
34028 | 34028 | 14 | Django 'static' template tag fails to generate URLs with SCRIPT_NAME prefix | Template system | ||
34461 | 34461 | 2 | Constructing urls outside the request cycle | Core (Other) | ||
34460 | 34460 | 2 | Replace Flake8 by Ruff | Utilities | ||
34458 | 34458 | 7 | QuerySet.defer('user_id') raises AttributeError: 'ForeignKey' object has no attribute 'field' | Database layer (models, ORM) | ||
34456 | 34456 | 4 | Add a way to set allow_cascade=True in _fixture_teardown() | Testing framework | ||
34434 | 34434 | 3 | psycopg 3 cursor.execute no longer accepts Python tuple binding | Database layer (models, ORM) | ||
34450 | 34450 | 12 | Lookup expressions across foreign keys introduce extra joins | Database layer (models, ORM) | ||
34039 | 34039 | 17 | Admin search bar is too small to use on small screens | contrib.admin | ||
34453 | 34453 | 1 | Parameterized raw queries no longer support lists | Database layer (models, ORM) | ||
34454 | 34454 | 3 | Connection failed with error message "FATAL: password authentication failed for user 'user'" | Database layer (models, ORM) | ||
34431 | 34431 | 8 | DateTimeField.input_formats change from Django 3.1 is documented improperly | Documentation | ||
34452 | 34452 | 1 | Report the correct port when using port 0 with runserver | Core (Management commands) | ||
34449 | 34449 | 7 | ProgrammingError: non-integer constant in GROUP BY with Case When and annotate Count | Database layer (models, ORM) | ||
27778 | 27778 | 13 | Update unicode documentation for Python 3 | Documentation | ||
34446 | 34446 | 8 | Coding style docs should contain incorrect example for Model style. | Documentation | ||
34447 | 34447 | 1 | Support backgroup async repeat task. just like fastapi_utils.tasks.repeat_every | Core (Other) | ||
34383 | 34383 | 11 | Layout error in Admin when using help_text | Template system | ||
34427 | 34427 | 8 | Improve error message for incorrect context processors | Template system | ||
34444 | 34444 | 3 | Summing through a One-to-Many relationship on the property of a JSONField fails | Database layer (models, ORM) | ||
34443 | 34443 | 4 | Filtering reverse relations against invalid lookups crashes. | Database layer (models, ORM) | ||
34438 | 34438 | 17 | UserCreationForm.clean_username() crashes with a custom user model. | contrib.auth | ||
34442 | 34442 | 4 | runserver is slow to accept http connexions when running on 0.0.0.0 | Core (Management commands) | ||
34441 | 34441 | 1 | A new require_files decorator for file validation in Django Framework | File uploads/storage | ||
34436 | 34436 | 4 | `makemigrations --check` fails with error code 1 if system checks identify warnings | Migrations | ||
34439 | 34439 | 1 | mod_wsgi for django with conda environment in Windows doesn't work | HTTP handling | ||
34077 | 34077 | 9 | Make BoundField renderable. | Forms | ||
34437 | 34437 | 2 | values() doesn't mention annotations as valid choices on resolving error | Database layer (models, ORM) | ||
34352 | 34352 | 5 | Unify terms in Signals docs. | Documentation | ||
34316 | 34316 | 13 | Visual regressions in admin's change password form | contrib.admin | ||
34433 | 34433 | 4 | OneToOneField can only be saved one way | Database layer (models, ORM) | ||
34409 | 34409 | 7 | Examples of fetching raw SQL don't work for non-unique column names. | Documentation | ||
34424 | 34424 | 4 | SelectDateWidget can crash with OverflowError. | Forms | ||
34428 | 34428 | 6 | ASGIStaticFilesHandler raises warning. | contrib.staticfiles | ||
34388 | 34388 | 17 | Added support for direct usage of Choices classes on model fields | Database layer (models, ORM) | ||
34430 | 34430 | 1 | Custom exception handler not called | Generic views | ||
34426 | 34426 | 1 | Pass the BoundField instance to the Widget.render | Forms | ||
28283 | 28283 | ✅ | 4 | _changeform_view sends wrong object after ModelForm validation | contrib.admin | |
19303 | 19303 | ✅ | 17 | ModelAdmin.formfield_overrides is ignored for fields with choices | contrib.admin | |
23843 | 23843 | ✅ | 16 | Test failures on Oracle/Python3 | Database layer (models, ORM) | |
27923 | 27923 | ✅ | 5 | Add form signals (pre_init, post_init, pre_clean, post_clean, etc.) | Forms | |
22479 | 22479 | ✅ | 12 | Support byte range requests in django.views.static.serve | HTTP handling | |
27487 | 27487 | ✅ | 10 | ModelAdmin.formfield_overrides on ManyToManyField isn't compatible with CheckboxSelectMultiple | contrib.admin | |
15855 | 15855 | ✅ | 24 | cache_page decorator bypasses any Vary headers set in middleware | Core (Cache system) | |
27614 | 27614 | 6 | Store the DB used in the state before calling Model._save_table() | Database layer (models, ORM) | ||
28872 | 28872 | ✅ | 8 | JSONField __in operator breaks when given a values_list() | Database layer (models, ORM) | |
8912 | 8912 | ✅ | 12 | File storage and save/commit=False | File uploads/storage | |
34425 | 34425 | 1 | @sensitive_variables doesn't work with async functions | Error reporting | ||
34423 | 34423 | 3 | Migrations, UniqueConstraint lenght of identifier can be too long for Postgres/MySQL | Migrations | ||
34420 | 34420 | 5 | Migration import ordering violates coding style and isort defaults | Migrations | ||
14832 | 14832 | 10 | Impossible to create inline objects if form validates but is unchanged | contrib.admin | ||
34421 | 34421 | 3 | QuerySet.update() on querysets in descending order by annotations. | Database layer (models, ORM) | ||
34422 | 34422 | 3 | inspectdb mysql databases | Core (Management commands) | ||
34418 | 34418 | 1 | cache_page decorator should support async view | Core (Cache system) | ||
34404 | 34404 | 7 | Incorrect documentation about content type set by FileResponse object | Documentation | ||
34416 | 34416 | 1 | Option start_migration_name for squashmigrations do not work properly | Migrations | ||
34415 | 34415 | 1 | Django Admin List View Loads Slow When List Editable is Populated with Django Money Field | Uncategorized | ||
34414 | 34414 | 3 | Connection to SMTP server not closed after exception | Core (Mail) | ||
34405 | 34405 | 4 | Improper guessing of Mime Type for "br" and "Z" file types | HTTP handling | ||
34412 | 34412 | 3 | TLS/SSL sending mail fails in some servers | Core (Mail) | ||
34410 | 34410 | 7 | Adding database dynamically breaks in Django 4.1+ | Database layer (models, ORM) | ||
34399 | 34399 | 2 | dark-mode-vars block is overwritten by extrastyles | contrib.admin | ||
34401 | 34401 | 4 | Inconsistent behavior for refresh_from_db() with GenericForeignKey | contrib.contenttypes | ||
34407 | 34407 | 5 | Report faulty file when some static file has non-utf-8 encoding | contrib.staticfiles | ||
34408 | 34408 | 1 | Authorization in Custom Authentication Backend does not work | contrib.auth | ||
34403 | 34403 | 3 | max_length argument for the CharField is not respected through shell | Uncategorized | ||
34400 | 34400 | 1 | ModelFormSet not adding 'required' to fields | Forms | ||
34333 | 34333 | 11 | Migrations tries to add constraint before adding a foreign key. | Migrations | ||
34398 | 34398 | 4 | Django should automatically run migrations on in-memory SQLite DB | Database layer (models, ORM) | ||
27397 | 27397 | 35 | Querying with an integer larger than SQLite supports crashes with OverflowError | Database layer (models, ORM) | ||
34396 | 34396 | 1 | Add Postgres+Windows to CI | Uncategorized | ||
27559 | 27559 | ✅ | 5 | Admin changelist turns GET QueryDict into dict which may lose parameters | contrib.admin | |
34395 | 34395 | 5 | Update admin's jQuery to 3.6.4. | contrib.admin | ||
34393 | 34393 | 1 | A filter query returns more items than the original queryset provides after applying INNER JOIN | Database layer (models, ORM) | ||
34370 | 34370 | 9 | IntegerField validators don't work if the database is SQLite, leading to overflow errors | Database layer (models, ORM) | ||
34384 | 34384 | 14 | SECRET_KEY_FALLBACKS is not used for sessions | contrib.auth | ||
34390 | 34390 | 1 | NoReverseMatch at /admin/logout/ | contrib.admin | ||
34381 | 34381 | 8 | Postgres tests fail on Windows | Core (Other) | ||
34389 | 34389 | 1 | Django not closing database connections on ASGI application after an upgrade to 4.1 | Uncategorized | ||
34387 | 34387 | 4 | DateFormat.P() does not follow PHP's date string format | Utilities | ||
34385 | 34385 | 2 | BaseTemporalField child fields causing AttributeError to be raised by calling form.is_valid(). | Forms | ||
34382 | 34382 | 1 | DEFAULT_AUTO_FIELD ignored for new models | Database layer (models, ORM) | ||
34377 | 34377 | 6 | AdminSite.catch_all_view() drops query string in redirects | contrib.admin | ||
34378 | 34378 | 12 | Using in_bulk() with id_list and order_by() | Database layer (models, ORM) | ||
34374 | 34374 | 5 | Windows 11 GIS Tests Failing | Core (Other) | ||
34375 | 34375 | 5 | GDAL and GIS missing LD Library error message. | GIS | ||
34379 | 34379 | 2 | Invalid regex pattern for password reset token in 4.2b1 | contrib.auth | ||
34376 | 34376 | 2 | Admin has no support for unique constraint fields. | contrib.admin | ||
34367 | 34367 | 9 | GIS GDAL install on Windows 11 Instructions Issue | Documentation | ||
34369 | 34369 | 3 | Improve the interaction between transaction.atomic() and generator functions | Database layer (models, ORM) | ||
34373 | 34373 | ✅ | 6 | Update docs on ForeignKey to suggest setting "to" and object before a string | Documentation | |
34368 | 34368 | 10 | Subquery referencing WINDOW expression breaks query compilation | Database layer (models, ORM) | ||
34372 | 34372 | 6 | Field position reference for aggregate ends up in group-by clause | Database layer (models, ORM) | ||
34371 | 34371 | 1 | Support creating aware datetime objects using django.utils.timezone | Utilities | ||
34366 | 34366 | 5 | Migration optimizer does not reduce multiple AlterField | Migrations | ||
34338 | 34338 | 6 | Allow to customize the code attribute of ValidationError raised by BaseConstraint.validate | Database layer (models, ORM) | ||
34365 | 34365 | 3 | add_form_template used as change_form_template when adding object when only declaring change_form_template | contrib.admin | ||
34217 | 34217 | 11 | Migration removing a CheckConstraint results in ProgrammingError using MySQL < 8.0.16. | Migrations | ||
34363 | 34363 | 7 | floatformat() crashes on "0.0000" | Template system | ||
34364 | 34364 | 4 | Add Today to ORM db.models.functions.datetime | Database layer (models, ORM) | ||
20749 | 20749 | ✅ | 16 | Add validation for type of Field.choices arguments | Core (System checks) | |
34358 | 34358 | 3 | qs.filter(Exact(expr, value)) doesn’t work on aggregations. | Database layer (models, ORM) | ||
34356 | 34356 | 8 | Memory leak when generating PDFs | Core (Other) | ||
34361 | 34361 | 5 | Missing the package "gdal-bin" results in Segmentation fault. | GIS | ||
34360 | 34360 | 1 | Django development server doesn't reload on TypeError of a CharField | Database layer (models, ORM) | ||
31445 | 31445 | ✅ | 9 | Chain of unions leads to incorrect SQL query on MySQL. | Database layer (models, ORM) | |
34359 | 34359 | 2 | Add setting to disable global thread_sensitive flag for Async ORM and Async cache | Database layer (models, ORM) | ||
34357 | 34357 | 3 | UniqueConstraint doesn't violate NULL values on SQLite. | Database layer (models, ORM) | ||
34344 | 34344 | 8 | PostGIS Database Backend Overrides features_class, ops_class and introspection_class | GIS | ||
34349 | 34349 | 7 | Formsets' add_fields() method fails in some circumstances if the argument index is None. | Forms | ||
34346 | 34346 | 10 | QuerySet ordered by annotation with name used by select_related() field crashes with AmbiguousColumn. | Database layer (models, ORM) | ||
34176 | 34176 | 9 | Annotation's original field-name can clash with result field name over aggregation | Database layer (models, ORM) | ||
34351 | 34351 | 4 | Slash in constraint name results in invalid migration file naming | Migrations | ||
34354 | 34354 | 1 | models. Manager annotate() queryset conflict with models.Model | contrib.admin | ||
34353 | 34353 | 1 | ListView paging property did not return | Generic views | ||
34347 | 34347 | 4 | Mypy complaint: module "django.contrib.gis.utils" does not explicitly export attribute "LayerMapping" | GIS | ||
34348 | 34348 | 3 | Add medium path to the settings.py file from the time the project is created | Core (Other) | ||
34302 | 34302 | 8 | SpatialReference.srid incorrectly assumes first AUTHORITY value to be projection SRID | GIS | ||
34342 | 34342 | 8 | The test async_client is not consuming async StreamingResponse generators properly | Testing framework | ||
34343 | 34343 | 4 | Move more templates to filesystem | Uncategorized | ||
34341 | 34341 | 4 | FileSystemFinder harsh regarding its input on Windows | contrib.staticfiles | ||
34327 | 34327 | 4 | Test client session does not work as described when using signed cookie engine | Testing framework | ||
34340 | 34340 | 2 | Apparently wrong table name? | Database layer (models, ORM) | ||
34250 | 34250 | 16 | Duplicate model names in M2M relationship causes RenameModel migration failure | Migrations | ||
34328 | 34328 | 11 | Class-based async-only middleware not detected as coroutine in MiddlewareMixin | Documentation | ||
34280 | 34280 | 7 | Support create defaults for update_or_create | Database layer (models, ORM) | ||
34337 | 34337 | 1 | Documentation for custom related managers is contradictory | Documentation | ||
34336 | 34336 | 2 | Reverting a migration with `replaces = [...]` set does not revert it | Migrations | ||
34318 | 34318 | 18 | Add a release note that makemessages no longer changes .po files when up to date. | Documentation | ||
34334 | 34334 | 4 | There might be an error in the Django Tutorial No. 5 | Documentation | ||
34335 | 34335 | 1 | Spurious error when using label_tag of CheckboxSelectMultiple widget | Forms | ||
34332 | 34332 | 1 | Migrations for fields with model-referencing defaults break later | Database layer (models, ORM) | ||
34330 | 34330 | 2 | QuerySet of a model having Meta.ordering, returns the sortable field in values_list() and values() | Database layer (models, ORM) | ||
34325 | 34325 | 9 | Clarify PercentRank() description. | Documentation | ||
34329 | 34329 | 3 | django-formset new app - i am facing the issue Uncaught (in promise) SyntaxError: JSON.parse | Forms | ||
34324 | 34324 | 9 | Django Discord Server is not mentioned in the "Join the Django community ❤️" section in contributing guide | Documentation | ||
34326 | 34326 | 3 | Standardize case for commands | Core (Management commands) | ||
34248 | 34248 | 5 | sdist is missing tox.ini | Packaging | ||
22887 | 22887 | ✅ | 16 | unique_for_date error message in Field has untranslated param lookup_type | Internationalization | |
34311 | 34311 | 10 | Update serialization examples from unique_together to UniqueConstraint | Documentation | ||
34323 | 34323 | 2 | Django form request is always response with "GET" instead of "POST" even when I use <form action="" method="post"> | Forms | ||
34303 | 34303 | 8 | Admin Site shall filter LogEntries by registered models | contrib.admin | ||
34319 | 34319 | 10 | Model.validate_constraints() crashes when constraint's validate() raises ValidationError without a code. | Database layer (models, ORM) | ||
34321 | 34321 | 2 | Unexpected query result after call QuerySet.only() to ForeignKey() with 'self' reference | Database layer (models, ORM) | ||
34315 | 34315 | 8 | Close button read only changeview of admin does not preserve filters | contrib.admin | ||
34313 | 34313 | 6 | Thousands separator for Spanish language is incorrect | Internationalization | ||
34146 | 34146 | 12 | Add tutorial step for installing third party package(s) | Documentation | ||
34317 | 34317 | 9 | wrong attribute naming in method BaseModelFormSet.save_existing | Forms | ||
34285 | 34285 | 8 | Index transforms on filtered array aggregates produces incorrect SQL query | Database layer (models, ORM) | ||
34310 | 34310 | 7 | Add deletion example at one_to_one relations documentation | Documentation | ||
34301 | 34301 | 16 | "show_save_as_new" in admin can add without this permission | contrib.admin | ||
34314 | 34314 | 1 | pymemcached noreply support | Core (Cache system) | ||
34308 | 34308 | 2 | Create Serializers for models | Core (Serialization) | ||
27572 | 27572 | 7 | Static files served in development should prevent caching | contrib.staticfiles | ||
34259 | 34259 | 8 | Management command subparsers don’t retain error formatting | Core (Management commands) | ||
34286 | 34286 | 11 | Mixed-case views/templates names causes 404 on :view:/:template: directive. | contrib.admindocs | ||
34307 | 34307 | 2 | Issue with min_num logic in InlineFormsets | Forms | ||
34306 | 34306 | 1 | Add a list of status codes | HTTP handling | ||
34304 | 34304 | 6 | Adding and removing a conditional UniqueConstraint to ForeignKey multiple times crashes on MySQL | Database layer (models, ORM) | ||
34180 | 34180 | 14 | Document that setting language in tests affects other tests | Documentation | ||
34283 | 34283 | 11 | Missing parameter escaping in admin filters.js | contrib.admin | ||
34300 | 34300 | 2 | Support async generators in StreamingHttpResponse | HTTP handling | ||
34299 | 34299 | 2 | 'builtin_function_or_method' object has no attribute 'split' error in sql/query | Database layer (models, ORM) | ||
34255 | 34255 | 22 | Annotation/group by with an expression on psycopg3 | Database layer (models, ORM) | ||
34295 | 34295 | 1 | Add makemigrations flag that just uses timestamp | Core (Management commands) | ||
34296 | 34296 | 4 | Formset validation does not consider UniqueConstraint with F() expressions. | Database layer (models, ORM) | ||
34298 | 34298 | 1 | drop constraint if exists | Core (Management commands) | ||
34254 | 34254 | 15 | Exists annotations can return non-boolean results (i.e. None) if used with an empty QuerySet. | Database layer (models, ORM) | ||
34294 | 34294 | 8 | File locking fails if argtypes redefined on Windows. | File uploads/storage | ||
34291 | 34291 | 9 | Validation of UniqueConstraint with ordered expressions crashes. | Database layer (models, ORM) | ||
34292 | 34292 | 3 | Support display function in InlineModelAdmin | contrib.admin | ||
34293 | 34293 | 6 | Extra validation introduced in 30581 breaks certain constraint setups | Database layer (models, ORM) | ||
34290 | 34290 | 2 | X-Forwarded-Prefix support | HTTP handling | ||
34227 | 34227 | 7 | Multi-level FilteredRelation with select_related() may set wrong related object. | Database layer (models, ORM) | ||
34288 | 34288 | 1 | Using queryset manager methods as default value breaks makemigrations | Database layer (models, ORM) | ||
34289 | 34289 | 1 | Settings to override the default admin site | contrib.admin | ||
34287 | 34287 | 1 | JavaScript code blocks in the documentation have poor contrast when light theme is enabled | Documentation | ||
34284 | 34284 | 4 | Permission to access adminsites | contrib.admin | ||
34192 | 34192 | 10 | Callable storage on FileField fails to deconstruct when it returns default_storage | Database layer (models, ORM) | ||
34276 | 34276 | 3 | LocMemCache not working for multiple threads | Core (Cache system) | ||
34282 | 34282 | 1 | Optimize update_or_create when defaults is empty / False-y | Database layer (models, ORM) | ||
34278 | 34278 | 5 | Missing ngettext call in SelectFilter2.js | Internationalization | ||
34279 | 34279 | 2 | Certain character causes django admin to misfunction | Database layer (models, ORM) | ||
34281 | 34281 | 1 | select filter javascript uses gettext when it should use ngettext | Uncategorized | ||
34235 | 34235 | 5 | ManifestStaticFilesStorage should expose a "hash" of the manifest file. | contrib.staticfiles | ||
34242 | 34242 | 13 | Behavior of Model.delete() with regards to primary_key fields is not documented | Documentation | ||
34267 | 34267 | 11 | QuerySet.union() crashes with IndexError when getting cached results. | Database layer (models, ORM) | ||
34266 | 34266 | 8 | Add ClosestPoint function to GeoDjango | GIS | ||
34275 | 34275 | 1 | Add new Field named FieldAlias | Database layer (models, ORM) | ||
34274 | 34274 | 3 | Add uvicorn LifeSpan suggestion to the docs | Documentation | ||
34272 | 34272 | 6 | floatformat() crashes on "0.00". | Template system | ||
34273 | 34273 | 3 | settings.DEFAULT_FILE_STORAGE is not the same as settings.STORAGES["default"] | File uploads/storage | ||
34260 | 34260 | 12 | models.FloatField documentation doesn't mention that +inf, -inf, and NaN are database-dependent. | Documentation | ||
34271 | 34271 | 1 | Add a simple page caching method | Core (Cache system) | ||
34270 | 34270 | 2 | Use @functools.cache instead of @functools.lru_cache(maxsize=None) | Core (Other) | ||
34269 | 34269 | 3 | Add Unnest PostgreSQL ORM function | Database layer (models, ORM) | ||
34268 | 34268 | 3 | Internationalization does not localize functional model choices | Internationalization | ||
34265 | 34265 | 1 | Add ToDate ORM function | Database layer (models, ORM) | ||
34264 | 34264 | 4 | Move note about session cookies to correct category | Documentation | ||
34257 | 34257 | 2 | ForeignKeyRawIdWidget doesn't include vForeignKeyRawIdAdminField class when custom class passed in attrs | contrib.admin | ||
34261 | 34261 | 2 | Use {% url model_object %} to work with get_absolute_url | Template system | ||
34258 | 34258 | 1 | Import Error issues. | Uncategorized | ||
34256 | 34256 | 1 | There is a problem in the document | Documentation | ||
34234 | 34234 | 7 | Drop support for PROJ < 5. | GIS | ||
34240 | 34240 | 13 | assertRedirects() doesn't preserve headers set in RequestFactory/Client methods. | Testing framework | ||
34253 | 34253 | 4 | migrations don't apply | Uncategorized | ||
34251 | 34251 | 3 | Paginator should warn if ordering is not deterministic | Core (Other) | ||
34252 | 34252 | 1 | Doc page "Using the Django authentication system" shows failing example | Documentation | ||
34249 | 34249 | 1 | Custom RelatedManager documentation should have side tip on prefetch_related | Documentation | ||
34247 | 34247 | 4 | Cannot resolve operation dependencies | Migrations | ||
34110 | 34110 | 18 | Add InMemoryStorage | File uploads/storage | ||
34237 | 34237 | 4 | FileField does not take upload_to into account when setting unique=True | File uploads/storage | ||
34245 | 34245 | 2 | Change User model in BaseUserCreationForm/UserChangeForm.Meta to get_user_model(). | contrib.auth | ||
34246 | 34246 | 1 | Feature: Add new type of fields - cryptofields | Database layer (models, ORM) | ||
34241 | 34241 | 9 | Django admin not showing seconds for list_display nor readonly DateTimeField | contrib.admin | ||
34220 | 34220 | 11 | Cannot import csrf_input_lazy from partially initialized module. | Template system | ||
34244 | 34244 | 2 | Allow overriding error params in BaseValidator | Core (Other) | ||
34243 | 34243 | 10 | timesince() raises TypeError with USE_TZ=True and >1 month interval. | Utilities | ||
34232 | 34232 | 6 | 'Add Another' casing typo in tutorial 7 | Documentation | ||
34074 | 34074 | 10 | 'headers' argument for test RequestFactory/Client | Testing framework | ||
34082 | 34082 | 3 | "mysql server has gone away" on 404, 403 or 401 | Database layer (models, ORM) | ||
34239 | 34239 | 3 | Resolve load type-hinted objects in views | Generic views | ||
34238 | 34238 | 5 | Support computed `GENERATED ALWAYS` columns | Database layer (models, ORM) | ||
34236 | 34236 | 4 | Django logging when in production with Gunnicron | Documentation | ||
34063 | 34063 | 12 | request.POST not populated for multipart/form-data via AsyncClient | Testing framework | ||
34100 | 34100 | 4 | Support js import statement with ManifestStaticFilesStorage | contrib.staticfiles | ||
34208 | 34208 | 5 | Confirm/Add support for GDAL 3.6. | GIS | ||
21454 | 21454 | ✅ | 32 | Ignoring certain fields on INSERT and UPDATE queries | Database layer (models, ORM) | |
34231 | 34231 | 3 | Invalid RawSQL expression on Model.validate_constraints | Database layer (models, ORM) | ||
14094 | 14094 | 29 | Cannot define CharField with unlimited length | Database layer (models, ORM) | ||
34230 | 34230 | 1 | Django templates shouldn't use a .html extension | Template system | ||
34226 | 34226 | 13 | QuerySet.select_related() with multiple filtered relations to the OneToOneField sets the last one. | Database layer (models, ORM) | ||
34228 | 34228 | 2 | Django 4.1.4 cannot import name 'force_unicode' from 'django.utils.encoding' | Utilities | ||
34165 | 34165 | 15 | migrate management command does not respect database parameter when adding Permissions. | contrib.auth | ||
34224 | 34224 | 1 | App name in help text of commands is missing context | Core (Management commands) | ||
34225 | 34225 | 1 | bulk_create() raises IntegrityError when another constraint exists on set of fields. | Database layer (models, ORM) | ||
34219 | 34219 | 4 | Collation is not preserved when field is altered on PostgreSQL and MySQL. | Database layer (models, ORM) | ||
34223 | 34223 | 2 | I am Faceing tis type of error when i run the command py manage.py runserver Error=usage: manage.py [-h] [-c] manage.py: error: unrecognized arguments: runserver | Uncategorized | ||
34222 | 34222 | 4 | Django unit tests hang when running against a Postgres database | Testing framework | ||
34218 | 34218 | 2 | Password mismatch on UserCreationForm not translated to the Slovenian language | Internationalization | ||
34216 | 34216 | 1 | django admin when field is autocomplete it overrides ModelForm filter | contrib.admin | ||
34170 | 34170 | 6 | Mitigate the BREACH attack | HTTP handling | ||
34212 | 34212 | 6 | Redis cache client uses a read connection for incr operation | Core (Cache system) | ||
34214 | 34214 | 1 | Bug in default for TimeField when using a timezone | Database layer (models, ORM) | ||
34215 | 34215 | 1 | Regression for autocomplete_fields in admin | contrib.admin | ||
34213 | 34213 | 3 | Update PostgreSQL package names in docs | Documentation | ||
34209 | 34209 | 8 | FileBasedCache has_key is susceptible to race conditions | Core (Cache system) | ||
34207 | 34207 | 4 | Incorrect SQL query when adding a ManyToMany related object with a "through" table prevents adding a new relationship if the new relationship is identical except for a different value for "through_defaults" | Database layer (models, ORM) | ||
34204 | 34204 | 6 | Django cannot load when Python is compiled with --without-doc-strings enabled | Core (Other) | ||
34205 | 34205 | 8 | Validation of constraints with __len lookup crashes for ArrayFields. | Database layer (models, ORM) | ||
34206 | 34206 | 7 | annotation of another annotation duplicate query rule | Database layer (models, ORM) | ||
34203 | 34203 | 9 | Drop support for psycopg2 2.8 | Database layer (models, ORM) | ||
34201 | 34201 | 4 | Drop support for SQLite < 3.21.0 | Database layer (models, ORM) | ||
34202 | 34202 | 2 | Strict time zone name condition in PostgreSQL DatabaseWrapper. | Database layer (models, ORM) | ||
34172 | 34172 | 8 | Documentation of AdminSite.get_urls() encourages security vulnerabilities | contrib.admin | ||
34194 | 34194 | 6 | Extract function for generating proper Content-Disposition headers | HTTP handling | ||
34199 | 34199 | 7 | Add an example for contrib.postgres.aggregates.StringAgg to docs. | Documentation | ||
34197 | 34197 | 1 | method_decorator does not work with async views | Database layer (models, ORM) | ||
34198 | 34198 | 2 | Django content type prefetching wrong data | Database layer (models, ORM) | ||
34196 | 34196 | 2 | contrib.postgres search tests failing | contrib.postgres | ||
34195 | 34195 | 1 | Duplicate Records created when specifying None as a target in a custom ManyToManyField | Database layer (models, ORM) | ||
34193 | 34193 | 1 | TestCase _fixture_teardown breaks database MIRROR usage | Testing framework | ||
34095 | 34095 | 11 | Form controls in admin should use heights in relative units | contrib.admin | ||
34191 | 34191 | 1 | ModelAdmin.search_fields fails for DecimalField and __exact | contrib.admin | ||
34160 | 34160 | 20 | Django 4.1 Expression contains mixed types for (Big/Small)IntegerFields. | Database layer (models, ORM) | ||
34190 | 34190 | 1 | Add a dump and die function to Django | Utilities | ||
34189 | 34189 | 4 | Code in Tutorial does not work because of a ',' | Documentation | ||
34188 | 34188 | 2 | Add a section on refresh_from_db to the Multiple databases documentation | Documentation | ||
34185 | 34185 | 2 | Serving static/media files during development can't work when use SCRIPT_NAME | Documentation | ||
34187 | 34187 | 8 | UserCreationForm should save data from ManyToMany form fields | contrib.auth | ||
34119 | 34119 | 11 | ModelForm fields with callable defaults don't correctly propagate default values | Forms | ||
34178 | 34178 | 6 | Prefetching a foreign key on GenericForeignKey results in incorrect queryset being selected | Database layer (models, ORM) | ||
34186 | 34186 | 2 | SMTP.starttls() got an unexpected keyword argument 'keyfile' | Core (Mail) | ||
34184 | 34184 | 2 | Improve tutorial by mentioning User Interaction testing like django-webtest | Documentation | ||
34182 | 34182 | 2 | Is there a reason only the headers are checked when using the csrf token? | CSRF | ||
34183 | 34183 | 3 | Add a ChoicesMeta.max_length property returning the max_length when data type supports len() | Database layer (models, ORM) | ||
34103 | 34103 | 8 | Queries with duplicate params incorrectly logged for Oracle | Database layer (models, ORM) | ||
34173 | 34173 | 11 | SessionMiddleware support 503 status code | contrib.sessions | ||
34064 | 34064 | 7 | USE_THOUSAND_SEPARATOR docs clarification of override by locale | Documentation | ||
34181 | 34181 | 1 | The active locale context can leak across tests when using LocaleMiddleware | Internationalization | ||
34174 | 34174 | 5 | async process_exception being called as sync from async view/middleware | Documentation | ||
34179 | 34179 | 1 | Django F expression not working as expected on MariaDB 10.5.13 | Database layer (models, ORM) | ||
34171 | 34171 | 6 | QuerySet.bulk_create() crashes on mixed case columns in unique_fields/update_fields. | Database layer (models, ORM) | ||
34177 | 34177 | 5 | QuerySet.bulk_create() crashes on "pk" in unique_fields. | Database layer (models, ORM) | ||
34175 | 34175 | 1 | Cannot make whole test set to pass | Testing framework | ||
34152 | 34152 | 4 | Add the ability to store logs in a table | Utilities | ||
34167 | 34167 | 3 | Set a reasonable default for EMAIL_TIMEOUT | Core (Mail) | ||
34168 | 34168 | 2 | Add support for list of parameters to the QuerySet.raw(). | Database layer (models, ORM) | ||
34148 | 34148 | 5 | Removing a field from form.fields previously added to _bound_fields_cache has no effect | Forms | ||
34169 | 34169 | 1 | Regex bug in EmailValidator class allows top domain label of an email address's domain_part to start with a hyphen | Core (Mail) | ||
34166 | 34166 | 4 | UniqueConstraint with condition not validated if the condition field is not editable. | Database layer (models, ORM) | ||
34162 | 34162 | 3 | Wrong URL generated by get_admin_url in admin index "Recent Actions" panel in custom Django Admin Site | contrib.admin | ||
34164 | 34164 | 1 | django-graphql-auth 0.3.16 && django-mongoengine 0.5.4 dont work with django-4.1.3 | Uncategorized | ||
34163 | 34163 | 1 | ImproperlyConfigured: Requested setting INSTALLED_APPS, but settings are not configured | Uncategorized | ||
34155 | 34155 | 8 | ModelAdmin.render_change_form does not lowercase the app_label when setting template directories | contrib.admin | ||
34161 | 34161 | 1 | Wrong Name in Django Relationship | Documentation | ||
34159 | 34159 | 1 | Django potential improvement - views decorator for http_timeout with auto retry | HTTP handling | ||
34123 | 34123 | 11 | Ambiguous aliases in ordering on combined queries with select_related(). | Database layer (models, ORM) | ||
34158 | 34158 | 1 | Optimise count() for querysets that contain field lookups | Database layer (models, ORM) | ||
34099 | 34099 | 18 | update_or_create() not saving data assigned in a model's save() method | Database layer (models, ORM) | ||
34156 | 34156 | 1 | TypedChoiceField not compatible with IntegerChoices | Forms | ||
34157 | 34157 | 1 | Error on Tutorial 2nd page: mysite/settings.py | Code is incorrect | Documentation | ||
34154 | 34154 | 5 | Inconsistent use of "mixin" in the documentation | Documentation | ||
34153 | 34153 | 2 | Set uuidField as DEFAULT_AUTO_FIELD | Database layer (models, ORM) | ||
34147 | 34147 | ✅ | 6 | Add aall() for related managers. | Database layer (models, ORM) | |
891 | 891 | 15 | customize table name prefixes | Database layer (models, ORM) | ||
34150 | 34150 | 1 | Add "View on site" links to generic common model URL and also to common url for app. | contrib.admin | ||
34149 | 34149 | 9 | Postgres "ExclusionConstraint with conditions cannot be deferred." seems wrong | contrib.postgres | ||
34145 | 34145 | 3 | Explicit GROUPing by aggregate is not supported | Database layer (models, ORM) | ||
34135 | 34135 | 11 | Add async interface to ManyRelatedManager & RelatedManager | Database layer (models, ORM) | ||
34131 | 34131 | 6 | Postgres AutoField change from serial to identity | Database layer (models, ORM) | ||
34144 | 34144 | 3 | Casting a string inside a JSONField into an integer does not work on PostgreSQL | Database layer (models, ORM) | ||
34139 | 34139 | 12 | acreate(), aget_or_create(), and aupdate_or_create() doesn't work as intended on related managers. | Database layer (models, ORM) | ||
27849 | 27849 | 13 | Add SQL 2003 FILTER syntax support with Case(When()) fallback to aggregates | Database layer (models, ORM) | ||
34143 | 34143 | 3 | Multiple file upload docs | Documentation | ||
34137 | 34137 | 10 | model.refresh_from_db() doesn't clear cached generic foreign keys | contrib.contenttypes | ||
34088 | 34088 | 11 | Sitemaps without items raise ValueError on callable lastmod. | contrib.sitemaps | ||
34142 | 34142 | 2 | dumpdata fails when writing a utf-8 to the file | Core (Management commands) | ||
34141 | 34141 | 1 | Prefetch querysets access to parent query through table | Uncategorized | ||
27654 | 27654 | 7 | Propogate alters_data value to subclasses | Core (Other) | ||
34138 | 34138 | 4 | Adding ManyToManyField on SQLite rebuilds table. | Migrations | ||
34080 | 34080 | 15 | __exact lookup on nested arrays with None values fails on PostgreSQL. | contrib.postgres | ||
34136 | 34136 | 2 | Django 4.1.3 doesn't work with psycopg2 2.9.5 with Python 3.11.0 | Database layer (models, ORM) | ||
34134 | 34134 | 1 | Add DynamoDB engine to sessions middleware | contrib.sessions | ||
34133 | 34133 | 2 | Django ordering in model meta causing unexpected results of group_by | Database layer (models, ORM) | ||
34112 | 34112 | 14 | Add async interface to Model | Database layer (models, ORM) | ||
34129 | 34129 | 7 | Admin list_editable failed to edit | contrib.admin | ||
34054 | 34054 | 7 | Create a topic about fixtures | Documentation | ||
34130 | 34130 | 4 | order_by() has no effect on values()/values_list() | Database layer (models, ORM) | ||
34124 | 34124 | 2 | Developer experience on {% with %} template tag can be improved. | Template system | ||
34128 | 34128 | 2 | django re-using the name of a squashed migration leads to CircularDependencyError | Database layer (models, ORM) | ||
34094 | 34094 | 8 | RTL alignment is off in admin header area | contrib.admin | ||
34035 | 34035 | 4 | ImageField doesn't consider EXIF rotation when storing width and height | Database layer (models, ORM) | ||
34127 | 34127 | 1 | after package django project with pyinstall, with manage can't execute other commands defined in other python packages | Packaging | ||
34126 | 34126 | 1 | Exception sending EmailMessage with html_message=True | Core (Other) | ||
34122 | 34122 | 5 | models.ForeignObject is missing documentation | Documentation | ||
34066 | 34066 | 17 | Accessing UserAdmin via to_field leads to link to PasswordResetForm being broken (404) | contrib.auth | ||
27704 | 27704 | 10 | contrib.postgres.ArrayField with choices should use TypedMultipleChoiceField as its default form field class | contrib.postgres | ||
34121 | 34121 | 3 | Multi Databases documenation example doesn't work | Database layer (models, ORM) | ||
34109 | 34109 | 12 | Uvicorn can be run without installing gunicorn | Documentation | ||
34120 | 34120 | 2 | Changing translations of model options and attributes is not detected as change in making migrations | Migrations | ||
34117 | 34117 | 2 | Anomaly with makemigrations | Migrations | ||
34116 | 34116 | 2 | custom validation error in password_validators | contrib.auth | ||
34115 | 34115 | 1 | Document RUN_MAIN environment variable | Documentation | ||
34098 | 34098 | 4 | Filter floatformat drops precision in decimal numbers | Template system | ||
34114 | 34114 | 1 | loaddata doesn't honor auto_now_add=True when these values are missing. | Core (Management commands) | ||
19544 | 19544 | ✅ | 31 | IntegrityError during ManyToMany add() on Oracle or for user-defined through relationships. | Database layer (models, ORM) | |
34113 | 34113 | 1 | max() arg is an empty sequence | contrib.sitemaps | ||
34070 | 34070 | 3 | Add support for microseconds to Now() on MySQL and SQLite. | Database layer (models, ORM) | ||
34111 | 34111 | 11 | Use sqlparse to format SQL in tests failures with debug flag | Testing framework | ||
34085 | 34085 | 15 | Black shouldn't format non-Python files | Core (Management commands) | ||
34108 | 34108 | 3 | Warning message not visible in Dark mode | Documentation | ||
34106 | 34106 | 5 | Allow LogoutView to render a confirmation template on a GET request (Like LoginView) | contrib.auth | ||
34107 | 34107 | 5 | Django ORM queries do not pick up indexes made on a key in JSONField in Postgres | Database layer (models, ORM) | ||
34105 | 34105 | 5 | Invalid query generated on Postgres when annotate and order_by have common sub-expressions | Database layer (models, ORM) | ||
34104 | 34104 | 2 | Making Q.__eq__ work regardless of ordering | Database layer (models, ORM) | ||
34102 | 34102 | 4 | Admin list view `word-break: break-word;` | contrib.admin | ||
34101 | 34101 | 3 | Missing list filters in admin when using jet admin templates | contrib.admin | ||
34097 | 34097 | 1 | when i create objects in admin page, it is not posted to server that is selection of ModelMultipleChoiceField with FilteredSelectMultiple widget | contrib.admin | ||
34093 | 34093 | 5 | Admin theme switcher icon should resize according to browser font size | contrib.admin | ||
34091 | 34091 | 4 | Invalid SQL: FROM clauses can be omitted when QuerySet is accessed from multiple threads | Database layer (models, ORM) | ||
34096 | 34096 | ✅ | 2 | I might came across a bug when updating to the latest version of postgis | contrib.postgres | |
34092 | 34092 | 1 | Admin theme switcher icon should resize according to browser font size | contrib.admin | ||
34090 | 34090 | 4 | ordering of ManyToManyField in admin shows objects multiple times | contrib.admin | ||
34087 | 34087 | 3 | Migration ignores Inheritance for Meta.default_permissions | Migrations | ||
32213 | 32213 | ✅ | 7 | QuerySet.values()/.values_list() on KeyTransforms return wrong values for double-quoted strings on SQLite and Oracle | Database layer (models, ORM) | |
34089 | 34089 | 1 | Order by foreign key is not respected when using expression as default ordering | Database layer (models, ORM) | ||
34084 | 34084 | 4 | ModelForms always set self.instance even when none passed in | Forms | ||
34079 | 34079 | 5 | Excessive parentheses when generating a query | Database layer (models, ORM) | ||
34042 | 34042 | 5 | Screen reader issues with admin navigation sidebar | contrib.admin | ||
34086 | 34086 | 5 | Confirm support for PostGIS 3.3 | GIS | ||
28000 | 28000 | 15 | Avoid SET/DROP DEFAULT unless a field changes from null to non-null | Migrations | ||
34083 | 34083 | 1 | Cloning test database fails with mariadb-server 8.x | Database layer (models, ORM) | ||
34081 | 34081 | 3 | Responsive CSS is not loaded properly. | contrib.admin | ||
34078 | 34078 | ✅ | 3 | Add Postgres range_merge aggregate function to postgres.contrib | contrib.postgres | |
34073 | 34073 | 4 | Refactor session middleware to allow easier overrides | contrib.sessions | ||
34075 | 34075 | 1 | Firebase Phone+OTP Auth from Django | contrib.auth | ||
34076 | 34076 | 1 | Native support for SurrealDB | Database layer (models, ORM) | ||
34072 | 34072 | 1 | django += 1 increments by 2 instead of 1 | Database layer (models, ORM) | ||
34071 | 34071 | 3 | Unclear validator messages for Range(Min/Max)ValueValidator compared to docs. | contrib.postgres | ||
34068 | 34068 | 11 | `runserver 0`'s "Starting development server at <address>" doesn't work | Core (Management commands) | ||
34012 | 34012 | 11 | QuerySet.order_by() silently skips non-existing fields on related fields with Meta.ordering. | Database layer (models, ORM) | ||
34067 | 34067 | 9 | django.core.Paginator wrong query slicing | Core (Other) | ||
34058 | 34058 | 10 | Widening AutoField to BigAutoField, fails to widen the sequence. | Database layer (models, ORM) | ||
34065 | 34065 | 1 | The website especially the tutorial page wastes precious screen real estate | Uncategorized | ||
34062 | 34062 | 13 | object HttpResponseNotAllowed can't be used in 'await' expression | Generic views | ||
34061 | 34061 | 2 | Model validations should be run on save() | Database layer (models, ORM) | ||
34010 | 34010 | 15 | Parallel tests don't work with spawn. | Testing framework | ||
34056 | 34056 | 5 | Update the deprecated password list used by CommonPasswordValidator to a more recent list | contrib.auth | ||
34030 | 34030 | 6 | add SystemCheckError for LocaleMiddleware | Core (Management commands) | ||
34025 | 34025 | 14 | Autocomplete field fills all empty required fields references to the same model when added a choice in popup. | contrib.admin | ||
34055 | 34055 | 1 | InlineModelAdmin and permissions on the instances shown in the in-line | contrib.admin | ||
34057 | 34057 | 1 | Validation of DecimalField | Database layer (models, ORM) | ||
34052 | 34052 | 8 | migrate --check still emits signals if database is up to date | Migrations | ||
34047 | 34047 | 3 | Admin Page - Stretch The Search Block | contrib.admin | ||
34050 | 34050 | 12 | Generated migration file is not detected by django because of the name of newly generated migration file | Migrations | ||
34040 | 34040 | 4 | Autofocus on model list views can be problematic for screen reader users | contrib.admin | ||
31506 | 31506 | ✅ | 10 | ExpressionWrapper() doesn't respect output_field when combining DateField and timedelta on PostgreSQL and MySQL. | Database layer (models, ORM) | |
34049 | 34049 | 6 | Admin - Scrollbar appears without overflowing content | contrib.admin | ||
34053 | 34053 | 3 | JS tests depend on Cloudflare CDN for every run | Testing framework | ||
34027 | 34027 | 6 | Changing CharField type referenced by ForeignKey crashes on PostgreSQL. | Migrations | ||
34037 | 34037 | 6 | Low text contrast for grey buttons in admin light theme | contrib.admin | ||
34048 | 34048 | 9 | Do not add cache control header if is set to false or a falsy value | Utilities | ||
34046 | 34046 | 6 | tox.ini contains version pinnings at the wrong places | Core (Other) | ||
34026 | 34026 | 15 | WKBReader.read() crashes on strings. | GIS | ||
34033 | 34033 | 7 | Admin light/dark theme switch needs to convey its state for screen reader users | contrib.admin | ||
34023 | 34023 | 8 | inlines variable not bound in loop in ModelAdmin._create_formsets | contrib.admin | ||
34032 | 34032 | 8 | Base authentication Backend should raise NotImplemented on needed methods | contrib.auth | ||
17337 | 17337 | ✅ | 12 | [nonrel] Support for non-integer AutoFields | Database layer (models, ORM) | |
34024 | 34024 | 6 | 'WhereNode' object has no attribute 'is_summary' when counting a queryset with annotation from a subquery | Database layer (models, ORM) | ||
34031 | 34031 | 1 | Option to remove "all" option in admin SimpleListFilter | contrib.admin | ||
34029 | 34029 | 1 | Use case that require QuerySet.extra | Database layer (models, ORM) | ||
34015 | 34015 | 11 | Registering lookups on relation fields should be supported. | Database layer (models, ORM) | ||
34022 | 34022 | 4 | admin:logout fails to log out non-staff users | contrib.admin | ||
34021 | 34021 | 1 | collect_translations | Internationalization | ||
34016 | 34016 | 13 | QuerySet.values_list() crash on simple ArrayAgg. | contrib.postgres | ||
34014 | 34014 | 8 | DecimalValidator fails to validate 0 in scientific notation (0E+1 or 0E+2) | Core (Other) | ||
34017 | 34017 | 7 | Mention that when using Argon2PasswordHasher, this means Argon2id gets used | Documentation | ||
34019 | 34019 | 7 | "Extending Django's default user" section refers to a deleted note | Documentation | ||
34020 | 34020 | 1 | django core management error | Uncategorized | ||
34018 | 34018 | 5 | Typo in ref/contrib/flatpages.txt. | Documentation | ||
34009 | 34009 | 5 | migrations.RunPython runs queries against wrong database | Uncategorized | ||
34011 | 34011 | 1 | Implement bulk_create auto-incrementing pk assignment on MySQL when possible | Database layer (models, ORM) | ||
34008 | 34008 | 1 | UpdateView failed to obtain the request data for the PUT request mode | HTTP handling | ||
34006 | 34006 | 3 | close_old_connections() unconditionally closes connections inside atomic blocks if default autocommit = 1 | Database layer (models, ORM) | ||
34000 | 34000 | 12 | Fix numberformat.py "string index out of range" when null | Utilities | ||
34002 | 34002 | 3 | PasswordResetView should work with AbstractBaseUser subclasses without is_active field. | contrib.auth | ||
34004 | 34004 | 1 | DateTimeField for Forms does not always respect input_formats | Forms | ||
34005 | 34005 | 2 | In Django 3.2 the ORM looses Meta.ordering default order when .annotate is used | Database layer (models, ORM) | ||
34003 | 34003 | 3 | PasswordResetView, PasswordResetDoneView, PasswordResetConfirmView & PasswordResetCompleteView not discovering custom template | contrib.auth | ||
34001 | 34001 | 6 | ForeignKey.formfield(): allow override for all kwargs | Database layer (models, ORM) | ||
33981 | 33981 | ✅ | 8 | When a DisallowedHost exception is raised, the log message contains an exception trace | Error reporting | |
27412 | 27412 | 5 | Coalesce function should work with subqueries | Database layer (models, ORM) | ||
27944 | 27944 | 6 | Have meta.get_field('pk') return the primary key field directly | Database layer (models, ORM) | ||
29122 | 29122 | ✅ | 6 | Add a better font for Persian/Farsi to the admin | contrib.admin | |
28861 | 28861 | ✅ | 1 | Add schema tests for CIText fields | contrib.postgres | |
28405 | 28405 | ✅ | 5 | CICharField on a ModelFormSet doesn't catch unique constraint violations with different capitalization | contrib.postgres | |
11156 | 11156 | ✅ | 16 | Unnecessary savepoints with Oracle | Database layer (models, ORM) | |
33896 | 33896 | ✅ | 3 | TypeError: requires_system_checks must be a list or tuple. | Core (Management commands) | |
25756 | 25756 | ✅ | 11 | ArrayField does not work with FileField | contrib.postgres | |
9249 | 9249 | ✅ | 21 | Google Analytics' Cookies break CacheMiddleware when SessionMiddleware turns on Vary: Cookie | HTTP handling | |
33860 | 33860 | ✅ | 3 | When debug level == DEBUG, loading admin page causes a voluminous exception message to be emitted in logging | Error reporting | |
14411 | 14411 | 22 | Inline delete not prompting cascade delete warning | contrib.admin | ||
18332 | 18332 | ✅ | 15 | No generic way to get database backend version | Database layer (models, ORM) | |
32797 | 32797 | ✅ | 10 | model_ngettext incorrectly tries to translate already translated words | contrib.admin | |
27207 | 27207 | 3 | Replace <p class="help"> with <div> tag in admin templates | contrib.admin | ||
25741 | 25741 | ✅ | 9 | Make 'request' available to syndication.Feed methods | contrib.syndication | |
27147 | 27147 | 23 | Add support for defining bounds in postgres range fields | contrib.postgres | ||
31846 | 31846 | ✅ | 10 | MySQL inspectdb doesn't handle composite keys | Core (Management commands) | |
31221 | 31221 | ✅ | 8 | HStoreField returns str instead of dict during tests. | contrib.postgres | |
27464 | 27464 | ✅ | 4 | SRID should be stored in DB on MySQL backend | GIS | |
18887 | 18887 | ✅ | 17 | LineString array method (property) returns different data type without and with NumPy installed | GIS | |
16260 | 16260 | ✅ | 7 | Ability to change dismissRelatedLookupPopup on custom callback function | contrib.admin | |
26149 | 26149 | ✅ | 9 | Invalid migration generated when using order_with_respect_to and a unique_together constraint | Migrations | |
24506 | 24506 | ✅ | 14 | Migrations are crashing after changing foreign key from auth.Group model to a proxy model of auth.Group | Migrations | |
5147 | 5147 | ✅ | 13 | Translation inconsistency for Hungarian language (entry - entries) | Internationalization | |
14092 | 14092 | 10 | ImageField should allow SVG | Database layer (models, ORM) | ||
27060 | 27060 | 13 | Take indexes into account in inspectdb command | Core (Management commands) | ||
27064 | 27064 | 24 | Implement RenameIndex in a backwards compatible way | Migrations | ||
27550 | 27550 | 11 | add version of GEOSGeometry.normalize() that returns new geometry | GIS | ||
16149 | 16149 | ✅ | 9 | Allow disabling choices in a <select> | Forms | |
33695 | 33695 | ✅ | 3 | new issue creation | Error reporting | |
33674 | 33674 | ✅ | 8 | Timezones cause 500 errors to not email the site admin | Error reporting | |
33665 | 33665 | ✅ | 4 | Add support for Postgres multirange | contrib.postgres | |
27451 | 27451 | 4 | syndication feed may crash with AmbiguousTimeError | contrib.syndication | ||
33642 | 33642 | ✅ | 1 | Can't create objects with Postgres range fields without upper and lower bounds in the admin | contrib.postgres | |
33624 | 33624 | ✅ | 1 | Only disable console logging when ADMINS is set | Error reporting | |
26401 | 26401 | ✅ | 28 | Allow auth machinery to be used without installing auth app | contrib.auth | |
2137 | 2137 | ✅ | 16 | Add drag and drop ordering for inlines to set order_with_respect_to in admin interface | contrib.admin | |
30923 | 30923 | ✅ | 16 | Out of date examples in docs that call render() with a Context instance instead of regular dict | Documentation | |
24481 | 24481 | ✅ | 9 | Improve sqlmigrate to be more flexible and allow bypassing migrations on disk | Core (Management commands) | |
27624 | 27624 | 15 | Optimize ORM by using more immutable data structures | Database layer (models, ORM) | ||
27737 | 27737 | ✅ | 3 | Investigate if reloading old relational fields in migration operations' state_forwards is needed | Migrations | |
27844 | 27844 | 7 | Add a management command to optimize a migration | Migrations | ||
28809 | 28809 | ✅ | 5 | Changing SRID on geometry field doesn't create working migration | GIS | |
33521 | 33521 | ✅ | 1 | New tables are not created from the models | Error reporting | |
27468 | 27468 | 32 | Move utils.crypto.salted_hmac() from SHA1 toward SHA256 | Utilities | ||
27961 | 27961 | 9 | Misconfigured SECURE_PROXY_SSL_HEADER setting is ignored | HTTP handling | ||
33439 | 33439 | ✅ | 3 | SMTPAuthenticationError in EmailMessage/EmailMultiAlternatives when using 'Some Name <email@gmail.com>'. | Core (Mail) | |
14357 | 14357 | ✅ | 26 | Prevent inappropriate order-based grouping on values+annotate queries | Database layer (models, ORM) | |
14586 | 14586 | 8 | Make interpolate JS function not require the named parameter. | Internationalization | ||
33404 | 33404 | ✅ | 5 | Make `get_elided_page_range` easier to use | Template system | |
27437 | 27437 | 8 | Can't create GinIndex on ArrayField(CITextField) | contrib.postgres | ||
27574 | 27574 | ✅ | 7 | support geodetic distance calculation on MySQL 5.7+ | GIS | |
29222 | 29222 | ✅ | 5 | Substr on NULL values returns incorrect results with pattern lookups. | Database layer (models, ORM) | |
7556 | 7556 | ✅ | 8 | inspectdb fails in MySql if a table references a table outside the current schema | Core (Management commands) | |
14296 | 14296 | 14 | 'manage.py test' failing for apps that access read-only databases | Testing framework | ||
27753 | 27753 | ✅ | 40 | Cleanups when no supported version of Django supports Python 2 anymore | Utilities | |
27936 | 27936 | 23 | Add some clarifications to "Spanning multi-valued relationships" | Documentation | ||
27141 | 27141 | 9 | makemigrations fails with PermissionDenied on django_migrations | Migrations | ||
26769 | 26769 | ✅ | 3 | Expose verbosity level in migrations | Migrations | |
27864 | 27864 | 9 | Limit the number of terms in an admin search | contrib.admin | ||
33344 | 33344 | ✅ | 6 | Define bounds transform for discrete postgres range fields | contrib.postgres | |
27095 | 27095 | ✅ | 11 | Queries involving postgres Array fields can't include expressions as elements | contrib.postgres | |
26369 | 26369 | ✅ | 11 | Allow override of hardcoded defaults in model Field.formfield() | Database layer (models, ORM) | |
14035 | 14035 | 20 | Cannot access POST after request.encoding was set to a custom value | HTTP handling | ||
5899 | 5899 | ✅ | 13 | Allow admin fieldsets to be collapsible but not initially collapsed | contrib.admin | |
11580 | 11580 | ✅ | 17 | Unable to query TextField against oracle nclob 10Gr4 | Database layer (models, ORM) | |
33285 | 33285 | ✅ | 1 | Server Reload Error... | Error reporting | |
33238 | 33238 | ✅ | 1 | Implement PostgreSQL Multi Range data types | contrib.postgres | |
27074 | 27074 | ✅ | 13 | connection.is_usable() raises AttributeError after the connection is closed | Database layer (models, ORM) | |
27877 | 27877 | ✅ | 6 | Management command exceptions should be logged | Core (Management commands) | |
27131 | 27131 | 11 | send_mail() error on Python 2 if smtp server uses CRAM-MD5 auth method | Core (Mail) | ||
26583 | 26583 | ✅ | 7 | Add an option to silence collectstatic clashing files warnings | contrib.staticfiles | |
20712 | 20712 | ✅ | 4 | staticfiles and serving post-processed files through development server | contrib.staticfiles | |
27694 | 27694 | 17 | Improve documentation of supported lookups on HStore & JSON fields | Documentation | ||
33035 | 33035 | ✅ | 6 | Autocomplete and populating Subcategories based on selected Categories (Admin and Forms) | Forms | |
33089 | 33089 | ✅ | 1 | Unable to run db migration | Error reporting | |
32997 | 32997 | ✅ | 7 | Errors in 404 templates are hard to debug | Error reporting | |
27590 | 27590 | 18 | Allow configuration of where to save staticfiles manifest. | contrib.staticfiles | ||
27541 | 27541 | 7 | Provide hooks to override manifest file storage in ManifestFilesMixin | contrib.staticfiles | ||
27697 | 27697 | 14 | JSONField with blank=True is rendered as non-required field in a ModelForm | Documentation | ||
29112 | 29112 | ✅ | 13 | Make it easier to update specific keys within nested Django JSONField data. | Database layer (models, ORM) | |
14844 | 14844 | 18 | i18n blocktrans tag pluralization feature limited by gettext constraints and shared local tag context | Internationalization | ||
25872 | 25872 | ✅ | 26 | Add a trans/blocktrans option to force HTML escaping | Template system | |
27734 | 27734 | 12 | Add a helpful error message when a parallel test worker is assigned an unexpected index | Testing framework | ||
32825 | 32825 | ✅ | 3 | Django unit tests with postgres can take an exceeding long time | contrib.postgres | |
27659 | 27659 | 3 | Arbritrary file overrides in startproject/app template extraction | Utilities | ||
23326 | 23326 | ✅ | 8 | DatabaseCache must implement incr to guarantee atomic increment | Core (Cache system) | |
19 | 19 | 12 | Automatically generate JavaScript form validation | Validators | ||
27017 | 27017 | 6 | 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) | ||
23572 | 23572 | ✅ | 9 | Exception on Custom Lookups when right value is None. | Database layer (models, ORM) | |
29607 | 29607 | ✅ | 5 | Add doc examples of handling files and their lifecycles with FileField/models. | Documentation | |
25012 | 25012 | ✅ | 17 | Migrations don't make foreign key type changes | Migrations | |
27534 | 27534 | 4 | Add CSRF_COOKIE_HTTPONLY note to CSRF AJAX docs | Documentation | ||
27149 | 27149 | 16 | Allow using a subquery in QuerySet.filter() | Database layer (models, ORM) | ||
25287 | 25287 | ✅ | 19 | Multiplying and dividing connectors for duration expressions are not supported on SQLite and MySQL. | Database layer (models, ORM) | |
27488 | 27488 | 7 | add support for IsValid and MakeValid GIS functions on SpatiaLite backend | GIS | ||
56 | 56 | 49 | Primary key columns should be UNSIGNED | Database layer (models, ORM) | ||
32588 | 32588 | ✅ | 5 | Exception handling in contrib.postgres | contrib.postgres | |
27575 | 27575 | ✅ | 15 | Make host validation run on all requests | HTTP handling | |
32583 | 32583 | ✅ | 2 | Allow mass emails with EmailMessage Object | Core (Mail) | |
28426 | 28426 | ✅ | 6 | Add HTTP authentication support to startproject --template | Core (Management commands) | |
27854 | 27854 | 20 | Make `collectstatic` warn (rather than blow up) on missing directories | contrib.staticfiles | ||
22088 | 22088 | ✅ | 9 | XML deserializer strips leading whitespace on loaddata | Core (Serialization) | |
22439 | 22439 | ✅ | 8 | LiveServerTestCase handles error messages inconsistently | Testing framework | |
32454 | 32454 | ✅ | 7 | Header's color in django forum site. | Template system | |
27339 | 27339 | ✅ | 3 | Adding an AutoField prompts for a default which creates a broken migration | Migrations | |
12227 | 12227 | ✅ | 8 | PREPEND_WWW breaks the test client | Testing framework | |
29268 | 29268 | ✅ | 5 | Support passing None to test Client and RequestFactory request methods for default content_type | Testing framework | |
31412 | 31412 | ✅ | 10 | Database timing attack against sessions. | contrib.sessions | |
32396 | 32396 | ✅ | 3 | UsernameField normalisation throws TypeError if the username is empty | contrib.auth | |
20287 | 20287 | ✅ | 11 | BaseContext (and it's subclasses) lack emulation of dictionary items() | Template system | |
9107 | 9107 | ✅ | 11 | URL arguments to set values of fields in admin don't work for inlines | contrib.admin | |
27604 | 27604 | 14 | Use set_signed_cookie for contrib.messages Cookie storage | contrib.messages | ||
26391 | 26391 | ✅ | 6 | JSONField empty_values | contrib.postgres | |
28928 | 28928 | ✅ | 6 | Add support for expression indexes for GinIndex | contrib.postgres | |
27827 | 27827 | 3 | Raising InvalidTemplateLibrary completely masks out real exception in get_package_libraries | Template system | ||
32283 | 32283 | ✅ | 2 | bootstrap popover with form in data-content working in Django 1.11 and 2.0 but not in Django 2.1-3.1 | Error reporting | |
32247 | 32247 | ✅ | 1 | "App does not have migrations" message could be more helpful | Error reporting | |
32246 | 32246 | ✅ | 2 | Error 404 | Error reporting | |
32241 | 32241 | ✅ | 3 | Array Many to Many field | contrib.postgres | |
27718 | 27718 | 3 | Add QuerySet.union(), intersection(), difference() | Database layer (models, ORM) | ||
12416 | 12416 | ✅ | 11 | Improve KML Serialization | GIS | |
27807 | 27807 | 29 | Overriding username validators doesn't work as documented | contrib.auth | ||
32174 | 32174 | ✅ | 2 | Error page can sometimes be very slow | Error reporting | |
28560 | 28560 | ✅ | 14 | distinct() on ordered queryset with restricted list of columns returns incorrect result | Database layer (models, ORM) | |
22841 | 22841 | ✅ | 10 | ModelChoiceField does not make it easy to reuse querysets | Forms | |
32148 | 32148 | ✅ | 2 | Exception reporter returns text/html response when X-Requested-With is set. | Error reporting | |
27188 | 27188 | 9 | Allow using unique=True with FileField | File uploads/storage | ||
14645 | 14645 | 25 | Exclude query with multiple conditions for the same multi-value relation not correct | Database layer (models, ORM) | ||
27917 | 27917 | 6 | Allow ModelAdmin.radio_fields to work with NullBooleanField | contrib.admin | ||
27450 | 27450 | 4 | GDALBandTests.test_band_data test failure on MacOS 10.12.1 and python3.5 | GIS | ||
27445 | 27445 | 16 | RadioSelect widget does not work for NullBooleanField | Documentation | ||
32081 | 32081 | ✅ | 1 | AttributeError: module 'django.db.models' has no attribute 'JSONField' | contrib.postgres | |
20024 | 20024 | ✅ | 14 | QuerySet.exclude() does not work with lists containing a 'None' element. | Database layer (models, ORM) | |
14660 | 14660 | 10 | Using a CheckboxSelectMultiple widget on a M to M field in Admin causes 'SelectBox is not defined' JS error in RelatedObjectLookups.js | contrib.admin | ||
27906 | 27906 | 9 | assertInHTML('<a/><b/>', '<a/><b/><c/>') fails | Testing framework | ||
32026 | 32026 | ✅ | 1 | AttributeError: 'tuple' object has no attribute 'startswith' | Error reporting | |
32025 | 32025 | ✅ | 1 | AttributeError: 'tuple' object has no attribute 'startswith' | Error reporting | |
22724 | 22724 | ✅ | 10 | Improve SingleObjectMixin | Generic views | |
14628 | 14628 | 12 | Document which settings can be changed at runtime | Documentation | ||
18855 | 18855 | ✅ | 20 | persist a socket across reloads of the dev server | HTTP handling | |
13564 | 13564 | ✅ | 19 | Provide class attributes for form fields | Forms | |
27257 | 27257 | 9 | Use the ->> operator when filtering builtin text lookups on JSONField keys | contrib.postgres | ||
24082 | 24082 | ✅ | 19 | Unique=True on TextField or CharField should not create an index | Database layer (models, ORM) | |
28936 | 28936 | ✅ | 8 | simplify_regex should remove redundant escape sequences outside groups | contrib.admindocs | |
27417 | 27417 | 7 | Migration to change model field case crashes on Oracle | Migrations | ||
27871 | 27871 | 12 | Django keeps making the same migration over and over again | Migrations | ||
11390 | 11390 | ✅ | 21 | If you use a callable as default value on a model field, it gets called 3 times. | Forms | |
31966 | 31966 | ✅ | 1 | from email is not working | Error reporting | |
27480 | 27480 | 11 | Add a Cache.touch(key, timeout=DEFAULT_TIMEOUT) method | Core (Cache system) | ||
27679 | 27679 | 5 | Document that empty formsets display min_num+extra forms | Documentation | ||
31872 | 31872 | ✅ | 3 | Postgres DecimalRangeField ignores bounds | contrib.postgres | |
19040 | 19040 | ✅ | 9 | Allow declaring a model Manager class inside the model class | Database layer (models, ORM) | |
14317 | 14317 | 17 | numberformat.format produces wrong results | Internationalization | ||
27719 | 27719 | 18 | Add queryset.alias() to mimic .annotate() for aggregations without loading data | Database layer (models, ORM) | ||
27996 | 27996 | 15 | Add pgcrypto extension and GEN_RANDOM_UUID function to contrib.postgres | contrib.postgres | ||
27395 | 27395 | 21 | Allow generating '<link rel="alternate ... hreflang=...>" for sitemaps' | contrib.sitemaps | ||
31824 | 31824 | ✅ | 3 | Internal Server Error while rendering template | Template system | |
27430 | 27430 | 11 | `manage.py test` does not support unittest `-b` buffer option | Testing framework | ||
27331 | 27331 | 8 | Proposed opt_group argument for ModelChoiceField and ModelMultipleChoiceField | Forms | ||
17157 | 17157 | ✅ | 11 | CSRF fails in cross-domain iframes on IE | Documentation | |
27708 | 27708 | 8 | Relation between tables in different schemas with big names | Migrations | ||
27399 | 27399 | 9 | Segfault when running GDALBandTests on OSX 10.11.6 | GIS | ||
18150 | 18150 | ✅ | 10 | Uploading a file ending with a backslash fails | File uploads/storage | |
27804 | 27804 | ✅ | 28 | Use unittest.subTest() in Django's test suite | Core (Other) | |
31622 | 31622 | ✅ | 5 | Support CREATE CONSTRAINT TRIGGER constraints in postgres. | contrib.postgres | |
31618 | 31618 | ✅ | 3 | SMTPServerDisconnected at /accounts/send_login_email Connection unexpectedly closed | Error reporting | |
27585 | 27585 | 6 | ManyToMany relationship is cascading delete after being detached | Database layer (models, ORM) | ||
27686 | 27686 | 9 | calls to request.user.is_authenticated returns vary by cookie header for all users | contrib.sessions | ||
27661 | 27661 | 7 | Move FileSystemFinder ImproperlyConfigured errors to system checks | contrib.staticfiles | ||
27408 | 27408 | 8 | Make QuerySet.bulk_create() populate fields on related models | Database layer (models, ORM) | ||
31511 | 31511 | ✅ | 4 | Allow stopwords in slugs generated by ModelAdmin.prepopulated_fields | contrib.admin | |
31518 | 31518 | ✅ | 3 | Postgres contrib app creates a connection for _all_ configured DBs on ready. | contrib.postgres | |
31471 | 31471 | ✅ | 7 | update_or_create object returns either an unparsed field (like a str) or datetime for DateTimeField, depending on whether object is saved or not. | Database layer (models, ORM) | |
27666 | 27666 | 7 | Delay rendering of models in migration operations when possible | Migrations | ||
31408 | 31408 | ✅ | 1 | Django_runserver error | Error reporting | |
27824 | 27824 | 10 | Cannot chain unaccent transform with key lookup in Postgres JSON field. | contrib.postgres | ||
29157 | 29157 | ✅ | 7 | Allow querying for distinct values in JSONField lists. | contrib.postgres | |
27760 | 27760 | 5 | Hard to diagnose reason for 400 response when making test request that sets SERVER_NAME | Testing framework | ||
29131 | 29131 | ✅ | 7 | Make the error message for ArrayField more user and translation-friendly | contrib.postgres | |
27865 | 27865 | 9 | Document use of Manager rather than BaseManager for from_queryset() | Documentation | ||
27160 | 27160 | 6 | Document that running the Django test suite requires creating the databases and, on PostgresQL, a superuser | Documentation | ||
31336 | 31336 | ✅ | 2 | Customizing HIDDEN_SETTINGS value. | Error reporting | |
27370 | 27370 | 17 | Django's Select widget adds a required="required" attribute, even if created with empty_label=True | Forms | ||
31298 | 31298 | ✅ | 1 | Integrity Error in running django tests with multiple instances of TestCase class | Error reporting | |
31239 | 31239 | ✅ | 7 | Add a new exception type for request.GET and request.POST | Error reporting | |
27835 | 27835 | 1 | Make TransactionTestCase raise an error if it accesses non-default database connection without multi_db=True | Testing framework | ||
27852 | 27852 | 13 | Admin Delete Object Block Page Doesn't Show All Related Objects Blocking Deletion | Database layer (models, ORM) | ||
27888 | 27888 | 11 | Add a button to clear all admin filters | contrib.admin | ||
14408 | 14408 | 9 | Admin Error when subclassing ContentType for generic Relations | contrib.admin | ||
27785 | 27785 | ✅ | 4 | Log request.body (or part of it) in the 500 debug content | Error reporting | |
28217 | 28217 | ✅ | 4 | nested calls to functions decorated with sensitive_post_parameters produces unexpected results which parameters are considered sensitive | Error reporting | |
17 | 17 | 63 | Metasystem optimization: Share select_related in memory | Database layer (models, ORM) | ||
28754 | 28754 | ✅ | 8 | validate_ipv46_address validator allows IP addresses to begin with a first octet of zero | Core (Other) | |
14071 | 14071 | 4 | Row duplicated when modifying PK | contrib.admin | ||
27914 | 27914 | 24 | makemigrations produces incorrect path for inner classes | Migrations | ||
27164 | 27164 | 10 | Database routers examples could be more realistic | Documentation | ||
27272 | 27272 | 17 | Add a on_delete RESTRICT handler to allow cascading deletions while protecting direct ones | Database layer (models, ORM) | ||
27808 | 27808 | 10 | Nested ArrayField with nullable base field generates invalid SQL | contrib.postgres | ||
30932 | 30932 | ✅ | 1 | ConnectionResetError: [Errno 54] Connection reset by peer. | Error reporting | |
26394 | 26394 | ✅ | 2 | Admin images wrong location for selector-search and icon-unknown | contrib.admin | |
27391 | 27391 | 17 | Support unittest.TestCase.debug() method. | Testing framework | ||
27910 | 27910 | 25 | Allow using an Enum class in model Field choices | Database layer (models, ORM) | ||
27086 | 27086 | 22 | running servers.tests may hang in parallel mode on Mac OS X | Core (Other) | ||
30852 | 30852 | ✅ | 1 | Technical 500 page's ExceptionReporter may crash when given a POST payload with an invalid boundary | Error reporting | |
15859 | 15859 | ✅ | 8 | Allow more precise placement of admin inlines | contrib.admin | |
14218 | 14218 | 9 | Paginator just implement the __iter__ function | Core (Other) | ||
14722 | 14722 | 11 | @last_modified should ignore lack of etag method when USE_ETAGS is enabled. | HTTP handling | ||
30820 | 30820 | ✅ | 2 | DateRange__contains does not work as filter. | contrib.postgres | |
27921 | 27921 | 14 | Documentation of make_aware() with is_dst is misleading | Documentation | ||
30805 | 30805 | ✅ | 3 | django 2.x is giving programming error while migrating "migrations.AlterUniqueTogether" part of migration | Error reporting | |
30791 | 30791 | ✅ | 2 | str(Queryset.query) does not properly encapsulate values | contrib.postgres | |
27462 | 27462 | 7 | Clarify what's contained in m2m_changed's "pk_set" argument | Documentation | ||
27473 | 27473 | 8 | Allow using Extract() with DurationField | Database layer (models, ORM) | ||
27338 | 27338 | 5 | Running an AlterField to change a CharField primary key to AutoField crashes. | Migrations | ||
23714 | 23714 | ✅ | 26 | `date` filter raises an exception for naive datetimes during DST change | Template system | |
30766 | 30766 | ✅ | 3 | Make it easier to override ExceptionReporter functions in custom subclass. | Error reporting | |
27795 | 27795 | 40 | Audit force_text invocations | Utilities | ||
30716 | 30716 | ✅ | 1 | ArrayContains does not call get_db_prep_value method for base field | contrib.postgres | |
29429 | 29429 | ✅ | 5 | Make len lookup for ArrayField use the array_length function | contrib.postgres | |
27995 | 27995 | 6 | Raise a descriptive error on unsupported operations following QuerySet.union(), intersection(), and difference(). | Database layer (models, ORM) | ||
30329 | 30329 | ✅ | 5 | ImproperlyConfigured exceptions should be raised immediately. | Error reporting | |
14129 | 14129 | 23 | Slovenian translation plural-forms | Internationalization | ||
27801 | 27801 | 16 | Make createsuperuser inspect environment variables for username and password | contrib.auth | ||
11383 | 11383 | ✅ | 19 | Admin action 'Delete selected' check only global model delete permission | contrib.admin | |
30566 | 30566 | ✅ | 2 | Unable to do key lookup when a key is a number on PostgreSQL JSONB field | contrib.postgres | |
24386 | 24386 | ✅ | 9 | Querysets with filters and exclusions based on deep relations build invalid queries. | Database layer (models, ORM) | |
27486 | 27486 | 6 | intword and filesizeformat filters shouldn't pass non-integers to gettext | Template system | ||
30549 | 30549 | ✅ | 2 | Error while saving the user. | Error reporting | |
9982 | 9982 | ✅ | 10 | Inconsistent behavior on model save depending on whether OneToOneField is a primary key | Database layer (models, ORM) | |
30476 | 30476 | ✅ | 4 | Add introspection of "json" (like "jsonb") data type as JSONField on PostgreSQL. | contrib.postgres | |
27635 | 27635 | 8 | django.utils.crypto should use secrets on Python 3.6+ | Utilities | ||
27685 | 27685 | 20 | Allow autoreloader to use watchman | Utilities | ||
14365 | 14365 | 10 | Make template-rendering signals available also in DEBUG mode | Testing framework | ||
30443 | 30443 | ✅ | 6 | Negative durations are displayed counterintuitively. | Utilities | |
27946 | 27946 | 5 | Improve "ValueError: Found wrong number of constraints" error message | Migrations | ||
28762 | 28762 | ✅ | 14 | Can't aggregate annotations with array parameters | Database layer (models, ORM) | |
28767 | 28767 | ✅ | 6 | Incorrect value when annotating empty list as Value() on ArrayField. | contrib.postgres | |
27755 | 27755 | 7 | add ModelAdmin.get_inlines() hook to allow set inlines based on the request or model instance. | contrib.admin | ||
14688 | 14688 | 6 | BaseInlineFormSet does not support "auto_id" | Forms | ||
14808 | 14808 | 14 | i18n is not safe. | Documentation | ||
14009 | 14009 | 10 | custom formset validation documentation is incomplete | Documentation | ||
30303 | 30303 | ✅ | 4 | Error handler page generating unicode decode error. | Error reporting | |
27360 | 27360 | 8 | Make it easier to track down the offending models for AlreadyRegistered exceptions | contrib.admin | ||
16025 | 16025 | ✅ | 10 | distinct does not apply to aggregated querysets | Database layer (models, ORM) | |
29120 | 29120 | ✅ | 9 | Document that the admin autocomplete requires the change permission of the related model | contrib.admin | |
29098 | 29098 | ✅ | 8 | Add SimpleTestCase.assertRedirectsRegex() | Testing framework | |
27991 | 27991 | 18 | Add 'obj' kwarg to InlineModelAdmin.has_add_permission() | contrib.admin | ||
27829 | 27829 | 5 | Deprecate DEFAULT_CONTENT_TYPE setting | HTTP handling | ||
14675 | 14675 | 16 | Update docs and project template to avoid "import *" for url patterns | Core (Other) | ||
14204 | 14204 | 26 | Take advantage of SQLite support for FK constraints | Database layer (models, ORM) | ||
27867 | 27867 | 5 | Excluding a reverse relation produces inconsistent queries | Database layer (models, ORM) | ||
30002 | 30002 | ✅ | 3 | Dynamic model | Database layer (models, ORM) | |
29969 | 29969 | ✅ | 8 | Admin inline with view permission is shown when save_as validation fails | contrib.admin | |
27994 | 27994 | 7 | Document contrib.staticfiles.storage.ManifestFilesMixin | Documentation | ||
27025 | 27025 | 31 | Python 3.6 compatibility | Core (Other) | ||
29889 | 29889 | ✅ | 8 | ArrayField cannot contain JSONField; causes SQL error | contrib.postgres | |
14091 | 14091 | 19 | Fix incorrect quoting in connection.queries | Database layer (models, ORM) | ||
29863 | 29863 | ✅ | 6 | Allow configuration/customization of sensitive settings sanitization for error emails | Error reporting | |
27595 | 27595 | ✅ | 11 | Database converters are not run for related fields referencing related fields | Database layer (models, ORM) | |
29780 | 29780 | ✅ | 6 | Using default UserModel in django.contrib.auth forms | contrib.auth | |
27899 | 27899 | 22 | Phrase search query for Postgres full text search | contrib.postgres | ||
26482 | 26482 | ✅ | 6 | pretty-print json in JSONField form field | contrib.postgres | |
27090 | 27090 | 19 | pg_get_serial_sequence is broken on postgres, use a lookup in information_schema.columns instead | Database layer (models, ORM) | ||
28980 | 28980 | ✅ | 5 | Make the autodetector validate the type of one-off default values | Migrations | |
27335 | 27335 | 5 | Avoid object save during QuerySet.update_or_create() when there were no changes | Database layer (models, ORM) | ||
27334 | 27334 | 12 | File uploads could rename temporary files rather than copying them | File uploads/storage | ||
27869 | 27869 | 7 | Add fastupdate and gin_pending_list_limit parameters to GinIndex | contrib.postgres | ||
27731 | 27731 | 6 | Squashmigrations doesn't optimize AlterField related_name across AlterUniqueTogether/AlterIndexTogether | Migrations | ||
29123 | 29123 | ✅ | 11 | Changing an IntegerField to a ForeignKey generates incorrectly ordered migration operations if the field is in unique_together | Migrations | |
27768 | 27768 | 9 | makemigrations uses unnecessary AddField for ForeignKey depending on model name | Migrations | ||
27845 | 27845 | 4 | Possible Migration Optimizer Strategy Improvement | Migrations | ||
27472 | 27472 | 8 | GEOSGeometry('POINT EMPTY').ogr crashes | GIS | ||
27398 | 27398 | 13 | Make SimpleTestCase.assertRedirects() URL comparison ignore ordering of query parameters | Testing framework | ||
29443 | 29443 | ✅ | 12 | Unify registries in Django | Utilities | |
29473 | 29473 | ✅ | 2 | Postgres JSONField escaping to infinity on each save | contrib.postgres | |
820 | 820 | 13 | Add "view" permission to compliment add/change/delete | contrib.admin | ||
27543 | 27543 | ✅ | 6 | AttributeError: '_Frame' object has no attribute 'f_back' / Django and celery error logging gone wrong | Error reporting | |
29383 | 29383 | ✅ | 6 | Error during template rendering - error page helps only a little | Error reporting | |
27098 | 27098 | 10 | Deprecate DatabaseIntrospection.get_indexes | Database layer (models, ORM) | ||
27560 | 27560 | 8 | Formset.save() crashes for model with foreign key to concrete base model | Forms | ||
5797 | 5797 | ✅ | 13 | decorator_from_middleware can cause middleware hooks to run out of correct order. | HTTP handling | |
28743 | 28743 | ✅ | 6 | Clarify the term "deployment server" in the documentation | Documentation | |
29407 | 29407 | ✅ | 1 | django.forms field in edit dialog don't display default values | Uncategorized | |
27629 | 27629 | 10 | Inconsistent check of allow_relation in ForwardManyToOneDescriptor.__set__ | Database layer (models, ORM) | ||
29388 | 29388 | ✅ | 1 | JSONField defaults to empty list gets modified | contrib.postgres | |
27226 | 27226 | 6 | Remove patch_response_headers()'s setting of the "Last-Modified" header | HTTP handling | ||
29342 | 29342 | ✅ | 1 | Spam filter on issues is insane | Error reporting | |
29333 | 29333 | ✅ | 1 | Returning a file with an invalid name throws an error that does not show up in the logs | Error reporting | |
27863 | 27863 | 7 | Implement "SameSite" flag for session and CSRF cookies | HTTP handling | ||
27018 | 27018 | 13 | Admin views in admindocs crash with AttributeError | contrib.admindocs | ||
27728 | 27728 | 7 | Allowed overriding admin templatetag's templates. | contrib.admin | ||
27161 | 27161 | 11 | TypedChoiceField fails to validate properly when used with ArrayField | Forms | ||
29201 | 29201 | ✅ | 1 | Rendering issues when using ArrayField(models.BooleanField()) | contrib.postgres | |
27533 | 27533 | 8 | inspectdb crashes on unsupported unique_together constraints in PostgreSQL | Database layer (models, ORM) | ||
27656 | 27656 | 15 | Fix comment verb style according to PEP 257 | Core (Other) | ||
27392 | 27392 | 25 | Remove "Tests that", "Ensures that", etc. from test docstings | Documentation | ||
27317 | 27317 | 7 | Make Form subclasses combine Form.Media from all parents | Forms | ||
27267 | 27267 | 15 | Renaming a primary key fails with "cannot drop constraint on table because other objects depend on it" | Migrations | ||
27449 | 27449 | 12 | Make django.utils.translation.trans_real.get_supported_language_variant public API | Internationalization | ||
29150 | 29150 | ✅ | 2 | Pretty display of JSONField data in forms | contrib.postgres | |
27985 | 27985 | 14 | Converting `Foo.objects.filter(bar=None)` to an `IsNull` too early. | Database layer (models, ORM) | ||
29143 | 29143 | ✅ | 3 | IntConverter does not accept negative integers | Core (URLs) | |
27810 | 27810 | 6 | Add query expression support for ModelAdmin list_display's admin_order_field | contrib.admin | ||
27682 | 27682 | 5 | Add more dependencies to extras_require (eg sqlparse, PyYAML) | Packaging | ||
27999 | 27999 | 10 | Add test Client support for HTTP 307 and 308 redirects | Testing framework | ||
28341 | 28341 | ✅ | 6 | GeometryField doesn't create GEOSGeometry objects lazily anymore | GIS | |
29001 | 29001 | ✅ | 4 | postgres connection hstore support can disappear in low memory situations | contrib.postgres | |
14642 | 14642 | 26 | save_as=True and generic inline in admin gives IndexError | contrib.contenttypes | ||
27175 | 27175 | 6 | Deprecate silencing exceptions raised while rendering the {% include %} template tag | Template system | ||
28916 | 28916 | ✅ | 5 | Changing the type of a ForeignKey and changing unique_together creates migrations in the wrong order, causing migrations to fail | Migrations | |
28880 | 28880 | ✅ | 3 | The QuerySet.query sql representation of an ORM call on a PostgreSQL ArrayField is missing a key bit of syntax. | contrib.postgres | |
27954 | 27954 | 5 | Prevent PostgreSQL dbshell from exiting on CTRL-C | Core (Management commands) | ||
27657 | 27657 | 4 | Getting crash when using the runserver command on Windows 10 in PowerShell following update to Python 3.6 | Utilities | ||
28823 | 28823 | ✅ | 6 | Nested @override_settings on class and method do not work correctly | Uncategorized | |
27843 | 27843 | 14 | M2M db table names with explicit `username` | Database layer (models, ORM) | ||
27458 | 27458 | 13 | Oracle backend giving ORA-00911 : Invalid Character, querying with a literal "%s" | Database layer (models, ORM) | ||
27710 | 27710 | 4 | foreign key _id optimisation leads to incorrect descriptor value | Database layer (models, ORM) | ||
27318 | 27318 | 10 | Return failed values from memcached.set_many() | Core (Cache system) | ||
14807 | 14807 | 13 | django.utils.formats localize_input inserts thousands_separator into boolean values | Internationalization | ||
27515 | 27515 | 21 | Make AuthenticationForm use the username length from the user model | contrib.auth | ||
27846 | 27846 | 10 | refresh_from_db() doesn't clear reverse OneToOneFields | Database layer (models, ORM) | ||
27857 | 27857 | 5 | Cleanups and features to use when dropping support for Python 3.4 | Core (Other) | ||
27546 | 27546 | 9 | Replace hardcoded class names in __repr__-methods | Core (Other) | ||
27979 | 27979 | 10 | Using F() to save negative integers in unsigned columns on MySQL should raise IntegrityError rather than OperationalError | Database layer (models, ORM) | ||
27067 | 27067 | 10 | Deprecate string_concat | Internationalization | ||
27788 | 27788 | 6 | Drop support for Oracle < 12.1 | Database layer (models, ORM) | ||
27648 | 27648 | 4 | Deprecate ("iLmsu") regex groups in URLpatterns | Core (URLs) | ||
27532 | 27532 | 4 | Deprecate Model._meta.has_auto_field | Database layer (models, ORM) | ||
27332 | 27332 | 23 | Specifying additional ON arguments, and more flexibility with joins | Database layer (models, ORM) | ||
14370 | 14370 | 66 | Adding support for Autocomplete in contrib.admin | contrib.admin | ||
27895 | 27895 | 17 | Test Client fails to decode json response with unicode characters | Testing framework | ||
27603 | 27603 | 6 | on SpatiaLite AsKML GIS function fails if annotated queryset is evaluated several times | GIS | ||
27818 | 27818 | 11 | Use contextlib.suppress to suppress exceptions. | Core (Other) | ||
27998 | 27998 | 8 | LogEntry messages do not list m2m fields that were changed when an object is changed via ModelAdmin | contrib.admin | ||
27701 | 27701 | 6 | Document that runserver bypasses middleware for static files | Documentation | ||
27326 | 27326 | 3 | Overriding queryset deletion from ModelAdmin | contrib.admin | ||
27796 | 27796 | 8 | Middlewares load twice due to StaticFilesHandler(WSGIHandler) | contrib.staticfiles | ||
27931 | 27931 | 7 | Clarify the meaning of "django catch-all logger" | Documentation | ||
27258 | 27258 | 14 | Raise an exception if RequestContext is used with template.backends.django.Template.render() | Template system | ||
27855 | 27855 | 7 | Document Python 3.4 support for Django 2.0 | Documentation | ||
27859 | 27859 | 14 | Migration to create TextField with db_index=True crashes on MySQL | Migrations | ||
27380 | 27380 | 3 | Add the 'raw' argument with the 'm2m_changed' signal | Database layer (models, ORM) | ||
27970 | 27970 | 6 | Allow in_bulk() to use other unique fields besides the primary key | Database layer (models, ORM) | ||
27982 | 27982 | 16 | Possible bug related to queryset union | Database layer (models, ORM) | ||
28388 | 28388 | ✅ | 4 | JSONField cannot be overridden to use OrderedDict as python-representation of objects of JSON | contrib.postgres | |
28359 | 28359 | ✅ | 11 | SecurityMiddleware's SECURE_SSL_HOST only affects unsecure requests | HTTP handling | |
27477 | 27477 | 8 | Use QuerySet.select_for_update() in admin change form to fix race condition | contrib.admin | ||
27303 | 27303 | 35 | Selecting multiple admin list_filters across relations return results that don't match both filters | contrib.admin | ||
27670 | 27670 | 7 | Loading shell crashes when pythonrc file contains error | Core (Management commands) | ||
27563 | 27563 | 13 | Move "Apply limit_choices_to" code from BaseModelForm to fields_for_model() | Forms | ||
27964 | 27964 | 4 | Raise an error if a MySQL geometry with an unsupported SRID is saved to the database | GIS | ||
27858 | 27858 | 10 | Stop read-only management commands from attempting to create a django_migrations table | Migrations | ||
28172 | 28172 | ✅ | 4 | Prevent nonexistent template filter arguments from raising VariableDoesNotExist | Template system | |
27539 | 27539 | 13 | assertNumQueries fails if debug cursor wrapper fills | Testing framework | ||
27745 | 27745 | 5 | Improve code coverage for django/contrib/contenttypes | contrib.contenttypes | ||
27787 | 27787 | 10 | call_command() should validate the arguments it receives | Core (Management commands) | ||
27434 | 27434 | 9 | Document caveats of raising a ValidationError in Model.clean() for a field not in a model form | Documentation | ||
27830 | 27830 | 8 | Use distutils.version.LooseVersion instead of custom version parsing | Core (Other) | ||
27967 | 27967 | 11 | The autogenerated OneToOneField on multi table inheritance breaks the InlineAdminForm given UUID pk | contrib.admin | ||
27655 | 27655 | 6 | Styleguide missing - Use single quotes instead of double quotes in string | Documentation | ||
27953 | 27953 | 7 | Make default Model.__str__() more useful (such as by displaying the primary key) | Database layer (models, ORM) | ||
27792 | 27792 | 10 | Extended category support for Atom and RSS feeds | contrib.syndication | ||
27308 | 27308 | 8 | BytesWarning exception raised when running with python 3 -bb option | Core (Other) | ||
27039 | 27039 | 20 | ModelFields with 'default' value set and 'required'=False in form does not use default value | Forms | ||
27639 | 27639 | 19 | Add a chunk size argument to QuerySet.iterator() | Database layer (models, ORM) | ||
27777 | 27777 | 8 | File object does not consistently open itself in context manager use | File uploads/storage | ||
28168 | 28168 | ✅ | 3 | Using qs.order_by() and qs.values() with JSONFields | contrib.postgres | |
27922 | 27922 | 5 | Add ErrorDict.get_json_data() method | Forms | ||
27881 | 27881 | 8 | Add "unified diff" output mode to diffsettings management command | Core (Management commands) | ||
27978 | 27978 | 5 | Allow loaddata to read data from stdin | Core (Management commands) | ||
27876 | 27876 | 4 | Documentation error for installing tests/requirements/py3.txt | Documentation | ||
27860 | 27860 | 7 | Changing a CharField to a ForeignKey crashes when migrating in PostgreSQL | Migrations | ||
27241 | 27241 | ✅ | 17 | Annotate doesn't work with PostgreSQL views anymore | Database layer (models, ORM) | |
27732 | 27732 | ✅ | 6 | django.contrib.postgres.search SearchRank doesn't handle SearchVectorField references | contrib.postgres | |
27118 | 27118 | 9 | Make QuerySet.get_or_create()/update_or_create() error for a non-field in defaults | Database layer (models, ORM) | ||
27554 | 27554 | 11 | Queryset evaluation fails with mix of nested and flattened prefetches (AttributeError on RelatedManager) | Database layer (models, ORM) | ||
14149 | 14149 | 14 | LIKE clauses fail in Oracle 9.2.0.7 | Database layer (models, ORM) | ||
27730 | 27730 | 9 | Document that template tags with "as" variable assignment don't propogate variables across blocks | Documentation | ||
27644 | 27644 | 9 | Document FileSystemStorage.get_created_time() limitation on Unix | Documentation | ||
28128 | 28128 | ✅ | 1 | Fulltext search very slow with annotate(SearchVector) | contrib.postgres | |
27926 | 27926 | 7 | Allow squashmigrations to create a fresh set of migrations and delete the old ones | Migrations | ||
27751 | 27751 | 12 | Teardown of a PG test database fails if it is an autogenerated test_MYDB database | Testing framework | ||
27947 | 27947 | 7 | Document that model field error_messages don't carry over to forms | Documentation | ||
27183 | 27183 | 7 | JSONField improperly escaped in admin interface during normal usage | contrib.postgres | ||
27972 | 27972 | 4 | BaseSpatialField.geodetic should return SpatialReference.geographic | GIS | ||
28045 | 28045 | ✅ | 1 | Support phraseto_tsquery | contrib.postgres | |
28001 | 28001 | 9 | Investigate/update comment about context popping in ForNode.render() | Template system | ||
27916 | 27916 | 4 | versionchanged / versionadded annotation titles missing in downloadable docs | Documentation | ||
27912 | 27912 | 6 | Open redirect on non-HTTP protocols: is_safe_url not validating properly | HTTP handling | ||
27974 | 27974 | 15 | Degraded performance when rendering ChoiceField with lots of options and DEBUG=True | Template system | ||
27726 | 27726 | 4 | Template default_if_none filter is inconsistent between printed value and boolean context | Template system | ||
28012 | 28012 | ✅ | 5 | JsonField PostgreSQL problem | contrib.postgres | |
27834 | 27834 | 15 | Add the STRPOS database function | Database layer (models, ORM) | ||
27573 | 27573 | 4 | Distance function returns Distance object instead of raw value on MySQL | GIS | ||
27928 | 27928 | 9 | Avoid SET/DROP DEFAULT unless a field changes from null to non-null | Migrations | ||
27989 | 27989 | 5 | Passing an empty QueryDict to a form stores it as a plain dictionary | Forms | ||
27848 | 27848 | 9 | EmailMessage.attach_file() with .eml file crashes | Core (Mail) | ||
27866 | 27866 | 9 | Make ChoiceWidget.format_value() return a list | Forms | ||
27359 | 27359 | 17 | Make it possible to specify a default template engine | Template system | ||
27365 | 27365 | 13 | Fields suddenly not found. | Database layer (models, ORM) | ||
27993 | 27993 | 6 | Impossible to clear an ArrayField with a forms.MultipleChoiceField | Forms | ||
27997 | 27997 | 3 | Can't get last() item of a paginator 'page' | Core (Other) | ||
27942 | 27942 | 7 | admin's inlines.js indiscriminately adds "add" buttons to all tables in inlines | contrib.admin | ||
27973 | 27973 | 5 | LinearRing.json gives invalid GeoJSON | GIS | ||
27990 | 27990 | 2 | QuerySet.count() raises ValueError when QuerySet.union() is used | Database layer (models, ORM) | ||
27992 | 27992 | 4 | Cleaned form values does not save to model | Forms | ||
27231 | 27231 | 10 | Initialize forms in ModelAdmin like View (i.e. add get_form_kwargs to contrib.admin) | contrib.admin | ||
27988 | 27988 | 4 | django-admin documentation typo (--v instead of -v) | Documentation | ||
27987 | 27987 | 2 | debug view doesn't set default colours in css | Error reporting | ||
27736 | 27736 | 4 | Prefer decorators for lookup-registration | Core (Other) | ||
27981 | 27981 | 11 | date/time filter docs inaccurate about how localization works | Documentation | ||
27986 | 27986 | 5 | Change BaseModelForm dictionary variable object_data to be OrderedDict | Forms | ||
27956 | 27956 | 9 | Template error raised in an {% extends %} parent template shows incorrect source location on debug page | Template system | ||
27984 | 27984 | 2 | Broken link in LANGUAGE_CODE settings | Documentation | ||
27980 | 27980 | 3 | ExpressionWrapper is maybe masking a NotImplementedError on SQLite | Database layer (models, ORM) | ||
27983 | 27983 | 1 | Tutorial should contain complete files at each step | Documentation | ||
27962 | 27962 | 4 | allow lookups on Area annotation | GIS | ||
27958 | 27958 | 6 | CSRF_COOKIE reset while requesting a broken relative URL over HTTPS | CSRF | ||
27969 | 27969 | 5 | models.Field.formfield() should allow the 'disabled' kwarg for fields with choices | Database layer (models, ORM) | ||
27556 | 27556 | 7 | add Oracle support for IsValid function and isvalid lookup | GIS | ||
27952 | 27952 | 11 | core.validators.validate_slug doesn't mention that only latin letters are accepted. | Core (Other) | ||
27976 | 27976 | 5 | label_from_instance fails silently: form field disappears. | Forms | ||
27975 | 27975 | 2 | Regression on ability to use `queryset=None` on `ModelChoiceField` | Forms | ||
27977 | 27977 | 5 | inspectdb errors after upgrade to cx_Oracle 5.3 | Database layer (models, ORM) | ||
27971 | 27971 | 2 | GeoDjango LinearRing and Polygon handle contains/covers differently | GIS | ||
27945 | 27945 | 8 | Clarify RegexValidator docs (match vs. search) | Documentation | ||
27966 | 27966 | 14 | Bump required version of pyscopg2 to 2.5.4 | Database layer (models, ORM) | ||
27960 | 27960 | 14 | ds = DataSource('/path/to/your/cities.shp') fails on first try (GDALException Unknown error code: "198770787"), but works on second | GIS | ||
27915 | 27915 | 5 | Defining Index object in Meta.indexes in abstract class causes failure during migration of sub-classes | Database layer (models, ORM) | ||
27949 | 27949 | 5 | Document how OpenLayers 3 widgets work | Documentation | ||
27919 | 27919 | 15 | Decide if attrs (and possibly others) are named or positional parameters in new widget rendering code | Forms | ||
27963 | 27963 | 4 | Docstring example in docs doesn't follow PEP 257 | Documentation | ||
27939 | 27939 | 12 | GeoDjango - map doesn't show correct point in admin | GIS | ||
27965 | 27965 | 5 | gis_tests.test_geoforms.GeometryFieldTest.test_field_string_value fails | GIS | ||
27968 | 27968 | 1 | Django admin calendar week day name wrong | contrib.admin | ||
27584 | 27584 | 6 | Template error raised in a parent template shows incorrect source location on debug page | Template system | ||
27957 | 27957 | 4 | Remove technical terms from InlineForeignKeyField/ModelMultipleChoiceField error messages | Forms | ||
27890 | 27890 | 11 | runtests.py cleanup exception on Python 3.6 | Core (Other) | ||
27935 | 27935 | 11 | BrinIndex crashes if name > 30 characters | contrib.postgres | ||
27959 | 27959 | 3 | Wrong output when alter field in sqlmigrate. | Migrations | ||
27538 | 27538 | ✅ | 4 | Value of JSONField is being re-encoded to string even though being already encoded | contrib.postgres | |
27724 | 27724 | 10 | SelectDateWidget clears date and month if year is not selected | Forms | ||
27955 | 27955 | 2 | JSONField.default not applied in admin | contrib.admin | ||
27951 | 27951 | 2 | Nondeterministic ordering test failure in model_forms on Oracle | Forms | ||
27948 | 27948 | 2 | Static serving views do incorrect unquote()ing of path | contrib.staticfiles | ||
27675 | 27675 | 8 | Django postgres JSONField encoding | contrib.postgres | ||
27943 | 27943 | 2 | Unable to log in with added superuser account | contrib.admin | ||
27897 | 27897 | 5 | Searching for foreign key's pk in the admin crashes with FieldDoesNotExist | contrib.admin | ||
27882 | 27882 | 12 | Allow template fragment caching for unlimited time | Template system | ||
27918 | 27918 | 5 | Document ChoiceWidget.option_template_name | Documentation | ||
27924 | 27924 | 9 | Add support for cx_Oracle 5.3 | Database layer (models, ORM) | ||
27822 | 27822 | 4 | Audit Oracle's DatabaseIntrospection.data_types_reverse | Database layer (models, ORM) | ||
27941 | 27941 | 2 | Incorrect checking or re-conciliation of parent/child fields when inheritance is changed to abstract | Migrations | ||
27940 | 27940 | 4 | Migrations fail when when a model's parent class is changed to abstract -- Wrong SQL being generated | Migrations | ||
27260 | 27260 | 10 | Performance Issue because of LEFT OUTER JOIN instead the better INNER JOIN | Database layer (models, ORM) | ||
27920 | 27920 | 6 | RadioSelect is not rendering the value attribute when it is empty | Forms | ||
27938 | 27938 | 1 | Warning in tests: UserWarning: Limit for query logging exceeded, only the last 9000 queries will be returned. | Testing framework | ||
27937 | 27937 | 4 | Potential issue with field.queryset._result_cache persisting | Forms | ||
27529 | 27529 | 3 | Geographic database functions with two parameters should accept expressions in one or the other arguments | GIS | ||
27930 | 27930 | 3 | The rhs attribute of the In lookup is not iterable anymore | Database layer (models, ORM) | ||
27927 | 27927 | 1 | collectstatic with CachedStaticFilesStorage does not create symlinks | contrib.staticfiles | ||
27934 | 27934 | 1 | modelformset_factory ignores max_num and returns 15 forms | Uncategorized | ||
27932 | 27932 | 6 | EmailValidator fails on "a.@example.com" | Core (Mail) | ||
27933 | 27933 | 3 | FieldDoesNotExist if remove foreign key and remove unique constraint at the same time | Migrations | ||
27904 | 27904 | 4 | Add a system check that Field.validators are callable | Database layer (models, ORM) | ||
27911 | 27911 | 4 | Document UserAdmin when creating custom User model | Documentation | ||
27913 | 27913 | 5 | Admin calendar failed | contrib.admin | ||
27908 | 27908 | 2 | Cannot use 'schema.table' with 'inspectdb' | Core (Management commands) | ||
27316 | 27316 | 9 | Multiple LiveServerTestCase subclasses cannot reuse the same port | Testing framework | ||
27907 | 27907 | 2 | DecimalFields don't work with initial | Forms | ||
27891 | 27891 | 5 | Allow setting a login backend when using PasswordResetConfirmView | contrib.auth | ||
27905 | 27905 | 5 | Admin RelatedFieldWidgetWrapper ignores wrapped widget's value_omitted_from_data() | contrib.admin | ||
27878 | 27878 | 8 | Move to Python 3 shebangs | Core (Other) | ||
27622 | 27622 | 11 | Test client should accept vendor tree json variants | Testing framework | ||
27893 | 27893 | 3 | Make it possible to disable exception re-raising in test client | Testing framework | ||
27475 | 27475 | 11 | Bug in admin with date_hierarchy and Daylight savings | contrib.admin | ||
27903 | 27903 | 4 | RenameModel does not not change ForeignKey with related_name='+' | Migrations | ||
27898 | 27898 | 2 | Inheriting from AbstractBaseUser does not interpolate unique error message on field | contrib.auth | ||
27892 | 27892 | 5 | Add a way to specify "independent" migrations | Migrations | ||
27896 | 27896 | 3 | 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 | 4 | Make escapejs escape backticks to support usage in ES6 template literals | Utilities | ||
27901 | 27901 | 8 | Unicode subclasses can't be saved to TextField with MySQL and Python 2 | Database layer (models, ORM) | ||
27902 | 27902 | 1 | user_can_authenticate prevents confirm_login_allowed from checking inactive user | contrib.auth | ||
27887 | 27887 | 5 | TypeError when namespaced urlconf included from non-namespaced one | Core (System checks) | ||
27889 | 27889 | 3 | ModelAdmin ordering by pk fails check | contrib.admin | ||
27894 | 27894 | 1 | ATOMIC_REQUESTS setting isn't honored in second view called via as_view() | Uncategorized | ||
27836 | 27836 | 6 | Add a way to delete directories through the file Storage API | File uploads/storage | ||
27862 | 27862 | 10 | Exists() feature generates invalid SQL query on postgres backend | Database layer (models, ORM) | ||
27842 | 27842 | 14 | Add protocol argument to GenericSitemap.__init__() | contrib.sitemaps | ||
27883 | 27883 | 3 | "Vertical" polymorphism of models | Database layer (models, ORM) | ||
27886 | 27886 | ✅ | 3 | Django contrib.postgres JSONField adds additonal quotes to a dictionary. | contrib.postgres | |
27885 | 27885 | 3 | Migration creates index of a deleted table | Migrations | ||
27802 | 27802 | 3 | Unify datetime_*_sql() methods with others backend date/time operations. | Database layer (models, ORM) | ||
27884 | 27884 | 2 | Document that validators needs to be an iterable since Django 1.11 | Documentation | ||
27875 | 27875 | 6 | Manager inheritance documentation doesn't mention manager_inheritance_from_future | Documentation | ||
27176 | 27176 | 9 | django.setup() should raise an exception instead of hanging on re-entrant calls | Core (Other) | ||
27873 | 27873 | 6 | setup_test_environment() doesn't allow ALLOWED_HOSTS to be a tuple | Testing framework | ||
27874 | 27874 | 5 | URL namespacing warning (urls.W005) does not consider nested URL namespaces | Core (System checks) | ||
27879 | 27879 | 4 | Writing Atom1Feed crashes if enclosures argument isn't provided to add_item() | Utilities | ||
27766 | 27766 | 9 | runserver crashes because of auto-reloader (Py3 + PowerShell) | Utilities | ||
27479 | 27479 | 7 | ingored GDALException('Invalid pointer returned from "GDALClose"',) during tests | GIS | ||
27868 | 27868 | 6 | makemessages creates files in '__pycache__' directory by default | Core (Management commands) | ||
27851 | 27851 | 4 | include(admin.site.urls) doesn't work on master yet | contrib.admin | ||
27872 | 27872 | 2 | Tutorial contains invalid instructions regarding background image | Documentation | ||
27870 | 27870 | 3 | Clean up ManagementUtility.autocomplete() | Core (Management commands) | ||
27856 | 27856 | 5 | Date subtraction loses accuracy on PostgreSQL for differences larger than month | Database layer (models, ORM) | ||
27861 | 27861 | 2 | Allow project template's BASE_DIR calculation to work regardless of how settings are structured | Core (Other) | ||
27850 | 27850 | 3 | Admin Related Widget Wrapper ignores custom render() | contrib.admin | ||
27853 | 27853 | 1 | When AdminEmailHandler is configured with include_html, DisallowedHost causes a 500 instead of a 400 | Error reporting | ||
27828 | 27828 | 5 | ORM crash on F('date_field') - F('int_field') on PostgreSQL | Database layer (models, ORM) | ||
27825 | 27825 | 10 | Document that models don't cast field values to the same type that's retrieved from the database | Documentation | ||
27135 | 27135 | 5 | Standardise type value returned by introspection.get_constraints for indexes | Database layer (models, ORM) | ||
27847 | 27847 | 3 | Allow caching form templates when DEBUG=True | Forms | ||
27841 | 27841 | 2 | ORM 'join on' with extra restrictions | Database layer (models, ORM) | ||
27840 | 27840 | 5 | Password reset: `post_reset_login` throws KeyError if user already logged in | contrib.auth | ||
27839 | 27839 | 2 | Add a native file upload progress bar through forms | Forms | ||
27838 | 27838 | 1 | How to run a shell command concurrently from django server | Uncategorized | ||
27837 | 27837 | 5 | After upgrade 1.4 to 1.8 in the database creats (or updates) mixed objects with old | Uncategorized | ||
27823 | 27823 | 6 | Use python-home in WSGI daemon installation documentation | Documentation | ||
27820 | 27820 | 7 | RequestDataTooBig/TooManyFields fail to render the debug page | HTTP handling | ||
27832 | 27832 | 7 | contenttypes migration not following the doc on hints naming | contrib.contenttypes | ||
27831 | 27831 | 1 | decorator_from_middleware is not compatible with new middlewares | Utilities | ||
13906 | 13906 | ✅ | 40 | REPEATABLE READ (as used by default on MySQL) breaks atleast QuerySet.get_or_create(). | Database layer (models, ORM) | |
27367 | 27367 | 14 | Document behaviour when several urls have the same name | Documentation | ||
27722 | 27722 | 18 | 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 | 13 | Unexpected migration on Parent -> child model inheritence | Migrations | ||
27537 | 27537 | 8 | Provide a simpler way to default runserver IP/port to 0.0.0.0:8000 | Core (Management commands) | ||
27586 | 27586 | 3 | Django sometimes crashes on Windows when being launched in PyCharm | Utilities | ||
27148 | 27148 | 5 | Invalid input for UUIDField with ModelMultipleChoiceField throws ValueError, not ValidationError | Forms | ||
27826 | 27826 | 2 | Django migration can not find existing constraint | Uncategorized | ||
27809 | 27809 | 4 | Add pre_add and post_add signals | Database layer (models, ORM) | ||
27819 | 27819 | 4 | Display a warning when django.views.generic.ListView assumes the default template name | Generic views | ||
27683 | 27683 | 24 | Change default transaction isolation level to READ COMMITTED on MySQL | Database layer (models, ORM) | ||
27821 | 27821 | 5 | Documentation of the return value of clean_<fieldname>() could be clarified | Documentation | ||
27816 | 27816 | 3 | Duplicate keyword '_binary' failure when using BinaryField with mysql backend | Database layer (models, ORM) | ||
27356 | 27356 | 12 | admin lookup_allowed incorrectly returns False for a nested reverse OneToOneField | contrib.admin | ||
27814 | 27814 | 6 | Unclear explanation of orphans in Paginator | Documentation | ||
27815 | 27815 | 6 | contrib.auth.views.LoginView doesn't pass request object to AuthenticationForm | contrib.auth | ||
27817 | 27817 | 3 | Jsonfield duplicating records in production database after running manage.py test | Database layer (models, ORM) | ||
27805 | 27805 | 5 | ClearableFileInput's "Clear" checkbox on model fields with a default doesn't work | Forms | ||
27783 | 27783 | 5 | VariableDoesNotExist can lead to stack overflows unusually easily | Template system | ||
27812 | 27812 | 5 | When there is a DateTimeField django does not group by | Database layer (models, ORM) | ||
27811 | 27811 | ✅ | 3 | Avoid UnicodeEncodeError during generation of email with mail_admins logger | Error reporting | |
27797 | 27797 | 2 | dumpdata generate a backup not usable with loaddata using MySQL | Core (Serialization) | ||
27767 | 27767 | 4 | Support DISTINCT queries in ArrayAgg | contrib.postgres | ||
27741 | 27741 | 28 | staticfiles_tests test_corrupt_intermediate_files fails intermittently when run in parallel | contrib.staticfiles | ||
27794 | 27794 | ✅ | 3 | Fix confusing error messages for broken `context_processors` | Error reporting | |
27791 | 27791 | 3 | update_or_create() doesn't work properly when model has auto_now=True | Database layer (models, ORM) | ||
27806 | 27806 | 1 | Allow for more dynamic ALLOWED_HOSTS configuration | Core (Other) | ||
27782 | 27782 | 8 | Model signals and Many2Many fields | Documentation | ||
27803 | 27803 | 4 | Don't escape lazy safe strings in conditional_escape | Utilities | ||
27798 | 27798 | 2 | Add a standardised approach for packaged apps to define default settings | Core (Other) | ||
27800 | 27800 | 2 | Crash with QuerySet.annotate(Length(...)).distinct() | Database layer (models, ORM) | ||
27421 | 27421 | 5 | Add support for size, shape, and offset parameters on instantiation of GDALRaster objects. | GIS | ||
14606 | 14606 | 10 | Application module imported twice when running development server | Core (Other) | ||
27799 | 27799 | 2 | If 'args' is used on a custom LabelCommand or AppCommand subclass, only the last positional arg is supplied to the command | Core (Management commands) | ||
27758 | 27758 | 7 | Template widget rendering breaks the AdvancedModelIterator pattern | Forms | ||
498 | 498 | 4 | Atom support, not just RSS | contrib.syndication | ||
27793 | 27793 | 3 | Use Python's ipaddress module for IP validation | Utilities | ||
27789 | 27789 | 2 | Simplified get sequence value on Oracle. | Database layer (models, ORM) | ||
27784 | 27784 | 5 | Custom Site model support for django.contrib.sites. | contrib.sites | ||
27790 | 27790 | 2 | Investigate increased memory usage in tests when calling migrate without available_apps set | Migrations | ||
27130 | 27130 | 16 | Allow using the DjangoTemplates engine without configuring settings | Template system | ||
27202 | 27202 | 2 | Investigate RenameMethodsBase effect on yaml serialization | Utilities | ||
27769 | 27769 | 9 | createsuperuser command missing docs about no-input/interactive | Documentation | ||
27748 | 27748 | 2 | Use callables instead of strings as default error handlers (handler404, etc.) | Core (URLs) | ||
27786 | 27786 | 1 | Uploading dependent on the user | File uploads/storage | ||
27678 | 27678 | 6 | Document that the template system isn't safe against untrusted template authors | Documentation | ||
27501 | 27501 | 6 | ModelChoiceField.queryset documentation isn't clear that this is lazily evaluated | Documentation | ||
27781 | 27781 | 6 | simplify_regex() doesn't remove ? characters | contrib.admindocs | ||
27780 | 27780 | 3 | makemigrations on custom user model | Migrations | ||
27779 | 27779 | 1 | Problem with Coverage Report on djangoci.com | Uncategorized | ||
27764 | 27764 | 3 | Running migration that deletes child model (in multi-table inheritance) backwards results in an error | Migrations | ||
27763 | 27763 | 6 | Docs: check invalid csrftoken on CSRF_FAILURE_VIEW | Documentation | ||
27030 | 27030 | 9 | Add support for GIN indexes | contrib.postgres | ||
27774 | 27774 | 6 | django admin with many objects count is very slow | contrib.admin | ||
27776 | 27776 | 3 | Merge base.txt tests requirements file into py3.txt | Testing framework | ||
27773 | 27773 | 2 | Model field level permission and Field value level permission in Django and DRF | Uncategorized | ||
27757 | 27757 | 11 | The link of the "view_on_site" button is not formed according to the returning result of the "get_absolute_url" method. | contrib.admin | ||
27762 | 27762 | 3 | Concurrency Safety Documentation | Documentation | ||
27772 | 27772 | 1 | Multiple Database without Default | Database layer (models, ORM) | ||
27746 | 27746 | 5 | Database migration fail when removing a child model containing only foreignkeys in a multi-table inheritance context on MySQL | Migrations | ||
27771 | 27771 | 1 | Problem with unicode literals and EMAIL_PORT | Core (Mail) | ||
27770 | 27770 | 1 | {% include %} with the template instance is broken under django 1.11 | Uncategorized | ||
27743 | 27743 | 6 | CSS fix of "viewsitelink", "golink" and "addlink" buttons for Django admin | contrib.admin | ||
27759 | 27759 | 5 | Template widget rendering: attrs with value False now render | Forms | ||
27765 | 27765 | 2 | Migration to delete child model (multi-table inheritance) results in an error when using SQLite | Migrations | ||
27761 | 27761 | 4 | Typo in multiple_input.html produces invalid HTML | Forms | ||
27749 | 27749 | 3 | Documention change gunicorn deployment | Documentation | ||
27754 | 27754 | 3 | Please document that Django models implement __dict__ (or tell me they officially don't) | Documentation | ||
27756 | 27756 | 1 | Missing documentation of SECURE_HSTS_PRELOAD | Documentation | ||
27632 | 27632 | 13 | Oracle backend fails to execute a query with an aggregation that contains an expression in the GROUP BY. | Database layer (models, ORM) | ||
27750 | 27750 | 3 | TypeError when running manage.py migrate | Migrations | ||
27744 | 27744 | 3 | Complex prefetch_related broken (from 1.9 to 1.10) | Database layer (models, ORM) | ||
14153 | 14153 | 4 | Redirects fail if URL has appended query string | Contrib apps | ||
27740 | 27740 | 1 | Allow content_type or object_id of GenericForeignKey to be field on related model | contrib.contenttypes | ||
27297 | 27297 | 10 | infinite AlterField migrations created for foreign key after case-only model name change | Migrations | ||
21837 | 21837 | ✅ | 6 | auth.User Email - non-RFC spec case normalization | contrib.auth | |
27738 | 27738 | 4 | Default index name not set outside of migrations | Database layer (models, ORM) | ||
27739 | 27739 | 3 | Document LabelCommand's `label` attribute | Documentation | ||
27690 | 27690 | 6 | remove sleep before dropping test db? | Testing framework | ||
27735 | 27735 | 6 | l10n is applied to Select widget's choices after template-based widget rendering | Documentation | ||
27544 | 27544 | 12 | F() Expressions updating dates in .update() field fails on SQLite | Database layer (models, ORM) | ||
27663 | 27663 | 7 | Make Index.create_sql() and SchemaEditor._create_index_sql() return SQL parameters as well | Migrations | ||
27733 | 27733 | 4 | ClearableFileInput widget renders incorrectly | Forms | ||
27387 | 27387 | 11 | Rendering "required" as HTML attribute is not documented under Field.required | Documentation | ||
27699 | 27699 | 5 | parse_duration returns None if passed a string with a negative number of seconds | Utilities | ||
27709 | 27709 | 6 | ContentTypes.objects.get_for_models returns inconsistent results for proxy models | contrib.contenttypes | ||
27518 | 27518 | 16 | HTTP Referer leaks password reset link | contrib.auth | ||
27723 | 27723 | 5 | `type` is not propagated correctly to widgets in MultiWidgets | Forms | ||
27721 | 27721 | 3 | Unhelpful error message when trying to run shell that can't be imported | Core (Management commands) | ||
27729 | 27729 | 3 | Add a method to evaluate QuerySets. | Database layer (models, ORM) | ||
27727 | 27727 | 2 | Exclude with many condition in the same related field's fields | Database layer (models, ORM) | ||
27713 | 27713 | 4 | Clarify NoReverseMatch error message when view is not found | Core (URLs) | ||
27706 | 27706 | 1 | Session key is not set when trying to log in, when another user's session cookie is sent with the login request | contrib.auth | ||
27725 | 27725 | 9 | requests.post fail inside of django shell but not python shell | Uncategorized | ||
27717 | 27717 | 5 | Squashmigrations doesn't optimize AlterModelOptions verbose_name_plural into CreateModel | Migrations | ||
27720 | 27720 | 1 | Confusing error message when creating a model with unspecified attributes that have no defaults | Database layer (models, ORM) | ||
27716 | 27716 | 3 | FieldFile incorrectly returns bytes the first time it is opened with 'r' | File uploads/storage | ||
27712 | 27712 | 4 | Input widget removes `type` from `attrs`. | Forms | ||
13240 | 13240 | ✅ | 17 | Modify RelatedManager and ManyRelatedManager add() and remove() to accept QuerySets and iterables | Database layer (models, ORM) | |
27714 | 27714 | 4 | Small visual artifact when clicking inline edit button in admin | contrib.admin | ||
27715 | 27715 | 2 | [Tutorial - part 6.] Lack of saving created question into db | Documentation | ||
27711 | 27711 | 3 | Questionable "Install Django" option ordering | Documentation | ||
27673 | 27673 | 5 | System checks for contrib.admin are executed during registration | contrib.admin | ||
27688 | 27688 | 12 | Django message framework add_message() should prefer ducktyping over isinstance | contrib.messages | ||
27707 | 27707 | 2 | Remove shell support for ipython < 1.0 | Core (Management commands) | ||
27705 | 27705 | 2 | Add protocol and server_cls attributes to runserver for extensibility | Core (Management commands) | ||
27432 | 27432 | 10 | showmigrations --plan should show migrations that would be applied for the given app_labels | Core (Management commands) | ||
27703 | 27703 | 2 | [Feature request] Template language type annotations | Template system | ||
27689 | 27689 | 6 | FileSystemStorage().get_valid_name() may return empty string | File uploads/storage | ||
27691 | 27691 | 3 | Avoid `logger=logging.getLogger(__name__)` | Uncategorized | ||
27702 | 27702 | 1 | {{ form.id }} missing in documentation example | Documentation | ||
27700 | 27700 | 3 | Optimize inspectdb tests | Core (Other) | ||
27693 | 27693 | 6 | Case insensitive lookups on JSONField nested values | contrib.postgres | ||
27698 | 27698 | 3 | Add django.test.utils.ContextList.get() | Testing framework | ||
27696 | 27696 | 3 | Email line length limiting does not work properly with Cyrillic strings | Core (Mail) | ||
27497 | 27497 | 5 | make Area function, Distance function and lookups work with geodetic coordinates on SpatiaLite | GIS | ||
27695 | 27695 | 3 | Development testing instructions do not work | Uncategorized | ||
27687 | 27687 | 1 | Dateformat issue using django basic logging formatter | Utilities | ||
27680 | 27680 | 8 | Recommend ccbv.co.uk in class-based views docs | Documentation | ||
27664 | 27664 | 4 | Manager.contribute_to_class() is called with abstract model rather than concrete model | Database layer (models, ORM) | ||
27677 | 27677 | 4 | Disable savepoint support for MySQL NDB engine tables, and option to overwrite the default. | Database layer (models, ORM) | ||
27054 | 27054 | 18 | makemigrations tries to create django_migrations in external database | Migrations | ||
27684 | 27684 | 3 | Migrations accept default value for DateField that are not portable to all backends | Database layer (models, ORM) | ||
27658 | 27658 | 11 | collectstatic overwrites newer files in remote storage | contrib.staticfiles | ||
27672 | 27672 | 8 | Trouble saving specificly shaped GeometryCollection to spatialite backend | GIS | ||
27681 | 27681 | 2 | Binary &/| operators work incorrectly for negative values on MySQL | Database layer (models, ORM) | ||
27668 | 27668 | 3 | Autocheck compliance with Python docstring conventions. | Core (Other) | ||
27671 | 27671 | 3 | Exclusion of .po files from next source distributions | Internationalization | ||
27522 | 27522 | 13 | ./manage runserver --nostatic doesn't return a traceback | Core (Management commands) | ||
27637 | 27637 | 14 | timeuntil, timesince breaks in leap year edge case | Utilities | ||
27669 | 27669 | 1 | Tutorial leaves user alone half-way - no deployment instructions | Documentation | ||
27652 | 27652 | 5 | Humanize docs should clarify: Floats OK too! | Documentation | ||
27667 | 27667 | 3 | Check port number out of range for dev server url | Core (Management commands) | ||
27615 | 27615 | 5 | Use native interval type on Oracle | Database layer (models, ORM) | ||
9435 | 9435 | ✅ | 9 | Check out behaviour of wsgi backend with PATH_INFO being an empty string | Core (Other) | |
27665 | 27665 | 2 | More than one instance of Chrome locks up LiveServerTestCase | Testing framework | ||
27649 | 27649 | 3 | Increase minimum supported cx_Oracle version to 5.2 | Database layer (models, ORM) | ||
27662 | 27662 | 1 | test suite fails in the last week of a leap year | Utilities | ||
27653 | 27653 | 3 | Improvement of Ukrainian locale formats | Internationalization | ||
27660 | 27660 | 1 | clean() not called on ModelForm for UpdateView | Forms | ||
27631 | 27631 | 4 | Prevent execution of transactional DDL statements when unsupported. | Migrations | ||
27641 | 27641 | 10 | Document limitations of the Locmem cache backend | Documentation | ||
27628 | 27628 | 4 | startproject with template as a github zipball fails with PermissionError | Utilities | ||
27638 | 27638 | 6 | Rollback data changes made inside templates | Template system | ||
27651 | 27651 | 2 | System check disallows two ManyToManyField relations on the same model, one to concrete through and one to proxy of same through | Core (System checks) | ||
27650 | 27650 | 2 | ForeignKey.validate asks db_for_read for the parent's database, not the target field's database | Database layer (models, ORM) | ||
27647 | 27647 | 8 | runserver segfaults with autoreload enabled on Windows 10 | Core (Management commands) | ||
27640 | 27640 | 5 | HTTPResponse.__repr__ errors when Content-Type header is not defined | HTTP handling | ||
27627 | 27627 | 6 | OneToOneField doesn't allow multiple records with NULL value on Microsoft SQL Server | Database layer (models, ORM) | ||
27642 | 27642 | 2 | Make `forms.utils.flatatt` not add values which are `None` to attrs | Forms | ||
27643 | 27643 | 1 | ModelAdmin.save_as is ignored | contrib.admin | ||
27636 | 27636 | 1 | The filter queryset is dynamic? | Database layer (models, ORM) | ||
27634 | 27634 | 1 | Refactor Query.clone _setup_query logic | Database layer (models, ORM) | ||
27498 | 27498 | 13 | Filtering annotated field in SQLite returns wrong results | Database layer (models, ORM) | ||
27633 | 27633 | 1 | A typo in Chinese locale 错别字 | Internationalization | ||
27630 | 27630 | 3 | Autoreload continuously reloads when not using pyinotify | Utilities | ||
14297 | 14297 | ✅ | 11 | Accessing settings.FOO in hot spots cause performance problems | Core (Other) | |
27625 | 27625 | 2 | Make Settings avoid repeat getattr calls | Core (Other) | ||
27626 | 27626 | 2 | Move MEDIA_URL/STATIC_URL ends with traling slash validation to system checks | Core (System checks) | ||
27623 | 27623 | 1 | Responsive break in https://docs.djangoproject.com/en/1.10/intro/tutorial05/ | Uncategorized | ||
27621 | 27621 | 1 | Should list_filter be named list_filters for consistency ? | contrib.admin | ||
27600 | 27600 | 4 | Support reading commands from stdin in shell command | Core (Management commands) | ||
27612 | 27612 | 5 | Add a check that URL instance namespaces are unique across a project | Core (System checks) | ||
27619 | 27619 | 2 | Queries where column name includes a '%' character break when using MySQL | Database layer (models, ORM) | ||
27605 | 27605 | 2 | Add 'POST_APP_DIRS' TEMPLATES option to search some template directories after app dirs | Template system | ||
24612 | 24612 | ✅ | 10 | Confusing error message when using only/defer through deleted related field | Database layer (models, ORM) | |
27439 | 27439 | 5 | Document how to add locale for osX on Unit Tests/Troubleshooting section for contribution | Documentation | ||
27618 | 27618 | 4 | docs/intro/tutorial04.txt: Incorrect Information in Amend Views section | Documentation | ||
27616 | 27616 | 4 | HTTP_X_REQUESTED_WITH should be X-Requested-With in request-response.txt | Uncategorized | ||
27485 | 27485 | 2 | Allow ALLOWED_HOSTS to accept an IP-range / wildcard | HTTP handling | ||
27611 | 27611 | 2 | Remove check that suggests enabling CSRF_COOKIE_HTTPONLY setting | Core (System checks) | ||
27377 | 27377 | 10 | Clarify that prepopulated_fields doesn't work with OneToOneField | Documentation | ||
27606 | 27606 | 13 | Error in formatting HttpResponseRedirect when __init__() raises DisallowedHost | HTTP handling | ||
27613 | 27613 | 5 | BaseInlineFormSet is validating form for extra forms | Forms | ||
27263 | 27263 | 12 | Allow validators to short-circuit in form field validation | Forms | ||
27470 | 27470 | 4 | CSRF context processor never sets NOTPROVIDED | CSRF | ||
27182 | 27182 | 5 | Some import statement use backslashes instead of parentheses | Core (Other) | ||
27597 | 27597 | 5 | UrlResolver doesn't check all possibilities | Core (URLs) | ||
27601 | 27601 | 3 | BooleanField no longer accepts empty string as False value | Database layer (models, ORM) | ||
27610 | 27610 | 2 | Unexpected behavior on chained filters | Database layer (models, ORM) | ||
27609 | 27609 | 3 | gettext_lazy cast to str/unicode errors under py 2.7 if performed after language activation. | Core (System checks) | ||
27608 | 27608 | 2 | Combine simple_tag and assignment_tag | Template system | ||
27576 | 27576 | 5 | fallback to GDAL if spatial_ref_sys is unavailable | GIS | ||
27602 | 27602 | 4 | add Oracle support for BoundingCircle function | GIS | ||
27607 | 27607 | 4 | add Oracle support for AsGML function | GIS | ||
27558 | 27558 | 9 | Setting db_index=False on existing ForeignKey causes constraint to be recreated on MySQL | Database layer (models, ORM) | ||
27582 | 27582 | 7 | Allow HStoreField to store null values in key: value pairs | contrib.postgres | ||
27418 | 27418 | 4 | Occasional missing plural forms in JavaScriptCatalog | Internationalization | ||
27313 | 27313 | 6 | Allow overriding the admin's popup response template on an app or model basis | contrib.admin | ||
27599 | 27599 | 5 | str(models.Field()) crashes | Database layer (models, ORM) | ||
27593 | 27593 | 2 | Template traceback, doesn't account for {% include ... %} tags. | Template system | ||
27570 | 27570 | 3 | Make context processor run outside of RequestContext | Template system | ||
27598 | 27598 | 2 | Allow specifying directories for a filesystem template loader | Template system | ||
27596 | 27596 | 12 | LiveServerTestCase in 1.10.4 doesnt close server ports properly | Testing framework | ||
27594 | 27594 | 7 | Reverse one to one related object populated from incorrect query columns | Database layer (models, ORM) | ||
27592 | 27592 | 6 | QueryDict docs don't mention that iter methods are available only on Python 2 | Documentation | ||
27589 | 27589 | 2 | SearchVectorField with built-in managed triggers | contrib.postgres | ||
27591 | 27591 | 1 | running manage.py with virtual environment | Uncategorized | ||
27184 | 27184 | 9 | Test client crashes when uploading TemporaryFile on Unix | Testing framework | ||
27588 | 27588 | 2 | Avoid affixing colon to migration name in makemigrations output | Core (Management commands) | ||
27310 | 27310 | 3 | Refactor RenameModel.state_forwards to avoid relying on state.apps. | Migrations | ||
27583 | 27583 | 4 | MultiValueDict raises TypeError when values for specific key is None | Utilities | ||
27581 | 27581 | 2 | Second-level proxy fails to inherit reverse relation from parent proxy | Database layer (models, ORM) | ||
27355 | 27355 | 13 | Add PostgreSQL Extension operation example to reference page | Documentation | ||
27566 | 27566 | 3 | Clarify documentation of ModelAdmin.save_model and delete_model | Documentation | ||
27579 | 27579 | 4 | Alias Python 3's assertion names on Python 2 in SimpleTestCase | Testing framework | ||
27571 | 27571 | 3 | Conditionally add TEST_DATABASE_PREFIX to db name | Testing framework | ||
27578 | 27578 | 3 | ModelChoiceField.to_python() somehow receives value as type 'list' | Forms | ||
27416 | 27416 | 9 | ModelFormSet with queryset accepts invalid POST data for outer models and create unexpected empty data. | Forms | ||
27569 | 27569 | 3 | Resolve reverse url with named groups regular expression to sprintf output formatters not specifying kwargs key / value pairs. | Core (URLs) | ||
27577 | 27577 | 1 | Django annotated query returns wrong results | Database layer (models, ORM) | ||
27567 | 27567 | 5 | Technical exception page/emails crash when the database is down | Error reporting | ||
27324 | 27324 | 5 | Simplify get_constraints on Oracle | Database layer (models, ORM) | ||
27568 | 27568 | 1 | Add new Entropy Password Validator to django.contrib.auth.password_validation | contrib.auth | ||
27561 | 27561 | 4 | Add Oracle support for binary "or" operator | Database layer (models, ORM) | ||
27564 | 27564 | 4 | `refresh_from_db()` should return the model instance instead of None | Database layer (models, ORM) | ||
27565 | 27565 | 2 | {{ form.as_p }} with RadioSelect generates invalid HTML | Forms | ||
27562 | 27562 | 2 | Django using uuid as primary key, receive AttributeError during createsuperuser(NOT AN ISSUE) | Uncategorized | ||
27119 | 27119 | 10 | full_clean() called too many times during formset validation | Forms | ||
27542 | 27542 | 4 | Client.force_login() shouldn't use authentication backends without a get_user() method | Testing framework | ||
27088 | 27088 | 5 | GEOSGeometry should accept Python 2.7 memoryview | GIS | ||
27358 | 27358 | 9 | Add a system check for FileField upload_to starting with a slash | Core (System checks) | ||
27548 | 27548 | 2 | Documentation missing section about adding your app to INSTALLED_APPS in settings | Documentation | ||
27557 | 27557 | 3 | Overzealous GEOSGeometry sub-subclasses casts | GIS | ||
27552 | 27552 | 4 | add docs/tests for GEOSGeometry.normalize() | GIS | ||
27507 | 27507 | 2 | use SchemaEditor.execute() to run deferred_sql in migration sync_apps | Core (Management commands) | ||
27555 | 27555 | 2 | Remove django.utils.functional.lazy_property | Utilities | ||
27181 | 27181 | 7 | Sites framework does not normalize domains with trailing "." | contrib.sites | ||
27553 | 27553 | 1 | tutorial python manage.py runserver creates NameError: name 'include' is not defined | Documentation | ||
27402 | 27402 | 12 | When using i18n_patterns and prefix_default_language=False, 404 page redirects incorrectly | Internationalization | ||
27549 | 27549 | 2 | django.utils.functional.lazy cannot be used with regular expressions module (re) | Utilities | ||
27551 | 27551 | 1 | Search box on the Django 'Documentation' page is not behaving as expected | Documentation | ||
27547 | 27547 | 2 | Unicode in Textarea breaks rendering | Uncategorized | ||
27545 | 27545 | 3 | Django conditional If-Match: * returns precondition failed response | HTTP handling | ||
27321 | 27321 | 6 | ignores_quoted_identifier_case broken on MySQL on OS X/Windows | Database layer (models, ORM) | ||
27540 | 27540 | 1 | Importerror: No module named dash | Uncategorized | ||
27535 | 27535 | 5 | RFE: Exclude pk from queries | Database layer (models, ORM) | ||
27536 | 27536 | 4 | order_by('pk') is not obeyed if superclass has default ordering | Database layer (models, ORM) | ||
27509 | 27509 | 6 | Installing Geospatial libraries documentation: `gdal-bin` contradicting recommendation. | Documentation | ||
27531 | 27531 | 3 | Delete confirmation page overrides extrahead | contrib.admin | ||
27517 | 27517 | 5 | TemplateResponseMixin with charset does not work | Generic views | ||
27530 | 27530 | 1 | Referencing a function in a model field definition, and then removing that reference (and function) after running a migration raises an exception | Uncategorized | ||
27528 | 27528 | 1 | No default object-level permissions provider | contrib.auth | ||
27499 | 27499 | 5 | Pickling a QuerySet evaluates the querysets given to Prefetch in prefetch_related | Database layer (models, ORM) | ||
27504 | 27504 | 2 | Cannot Make ORM Queries After an Error and Rollback In Non-autocommit Mode | Database layer (models, ORM) | ||
27526 | 27526 | 3 | test_fuzzy_compiling failing on a machine with 64 cores | Internationalization | ||
27525 | 27525 | 2 | Revert to previous migration automatically after failure when using MySQL backend | Migrations | ||
27527 | 27527 | 1 | How to enable login for a custom written authentication backend | contrib.auth | ||
27506 | 27506 | 4 | HttpRequest.build_absolute_uri throws DisallowedHost | HTTP handling | ||
27510 | 27510 | 2 | Allow custom keyword arguments to modelform_factory in ModelFormMixin | Generic views | ||
27521 | 27521 | 3 | QueryDict is inconsistently converted to kwargs between CPython and PyPy | Core (Other) | ||
27524 | 27524 | 4 | Using user instance (instead of get_user_model()) leads to errors when user model is overridden | contrib.auth | ||
27483 | 27483 | 4 | Add a login_required decorator for AJAX requests | contrib.auth | ||
27221 | 27221 | 10 | Document how to escape a percent symbol in ugettext | Documentation | ||
27250 | 27250 | 7 | Confusing <label> assignment with CheckboxSelectMultiple | Forms | ||
27295 | 27295 | 9 | Add a system check to prohibit models that start with an underscore | Core (System checks) | ||
27394 | 27394 | 17 | template "floatformat" tag throws ValueError for big numbers in Python 3 | Template system | ||
27513 | 27513 | 5 | Optimize Signal.send a tiny bit | Utilities | ||
27523 | 27523 | 2 | Sitemap ping_google function reverse broken on Django 1.10 | contrib.sitemaps | ||
27519 | 27519 | 3 | Issue in Django 1.8.5 model class | Database layer (models, ORM) | ||
27508 | 27508 | 3 | Debug 404 page shouldn't include the request path prefix in the description of URLconf matching | Error reporting | ||
27520 | 27520 | 1 | sqlmigrate generates a duplicate DROP INDEX statement (migrate works fine) | Migrations | ||
27511 | 27511 | 8 | Docs incorrect about related_model for GenericRelation being None | Documentation | ||
27512 | 27512 | 4 | Dead code path in Model.__init__ | Database layer (models, ORM) | ||
27514 | 27514 | 3 | Add test coverage for Model.__init__ "Number of args..." exception | Database layer (models, ORM) | ||
27493 | 27493 | 6 | GIS raster transformation test failures due to precisions with GDAL 2.1 | GIS | ||
27503 | 27503 | 1 | Provide a way for to-many rels to be used without the db | Database layer (models, ORM) | ||
27502 | 27502 | 1 | The search of official documentation is broken | Documentation | ||
27500 | 27500 | 3 | Warn about potentially significant performance degrading schema changes when making/running migrations | Migrations | ||
27156 | 27156 | 5 | Setting HttpRequest.encoding should clear GET | HTTP handling | ||
27482 | 27482 | 5 | Conditional Expressions documentation should have an example for filter() methods | Documentation | ||
27467 | 27467 | 7 | UserAttributeSimilarityValidator max_similarity=0/1 doesn't work as documented | contrib.auth | ||
27496 | 27496 | 3 | Iterating over ModelChoiceField with RadioSelect widget duplicates query | Forms | ||
27495 | 27495 | 3 | MultipleChoiceField isn't working with options longer than 1 character | Forms | ||
27476 | 27476 | 6 | model Integer fields (and derivatives) do not raise a ValidationError while other types do | Database layer (models, ORM) | ||
27492 | 27492 | 4 | JsonResponse can't handle model_to_dict() with empty ImageField | HTTP handling | ||
27494 | 27494 | 3 | markup typo in model docs | Documentation | ||
27407 | 27407 | 6 | Model.delete(keep_parents=True) should preserve parent reverse relationships | Database layer (models, ORM) | ||
27003 | 27003 | ✅ | 15 | ArrayField and JSONField form fields fail on already converted values | Forms | |
27491 | 27491 | 1 | TruncDay function arguments aren't quoted properly when you print the SQL query | Database layer (models, ORM) | ||
27490 | 27490 | 1 | Remove python3-memcached from test dependencies | Core (Cache system) | ||
27393 | 27393 | 4 | Admin: input boxes on password reset forms are not aligned | contrib.admin | ||
27453 | 27453 | 5 | LocaleRegexProvider unnecessarily recompiles the same regex for every active language | Core (URLs) | ||
27463 | 27463 | 14 | Fix ambiguous variable flake8 warnings | Core (Other) | ||
27481 | 27481 | 4 | boolean annotation returns integer on SQLite | Database layer (models, ORM) | ||
27484 | 27484 | 1 | ManyToMany relationship filter - delete - generate wrong sql | Database layer (models, ORM) | ||
27448 | 27448 | 17 | GIS distance queries use deprecated ST_distance_sphere | GIS | ||
27474 | 27474 | 2 | Classes attribute in admin.TabularInline | contrib.admin | ||
27386 | 27386 | 9 | Readonly callable field is unconditionally wrapped inside <p>...</p>, which might create invalid HTML | contrib.admin | ||
27478 | 27478 | 2 | JSONB_AGG is not available in PostgreSQL 9.4 | contrib.postgres | ||
27440 | 27440 | 6 | Allow reverse() to return a fully qualified URL | Core (URLs) | ||
27431 | 27431 | 7 | Disabled fields are marked as changed in form | Forms | ||
27469 | 27469 | 9 | Email crashes cryptically when emptystring passed to django.core.mail.message.sanitize_address | Core (Mail) | ||
27438 | 27438 | 3 | manage.py diffsettings should allow to compare to another settings module (not only to default Django settings) | Core (Management commands) | ||
27426 | 27426 | 5 | Test Client shouldn't subclass RequestFactory | Testing framework | ||
27406 | 27406 | 5 | Signals pre_delete and post_delete break logical relationship of models and behave in diffrently with different backends | Database layer (models, ORM) | ||
27443 | 27443 | 4 | support executing ANALYZE on tables | Database layer (models, ORM) | ||
27461 | 27461 | 3 | makemigrations router.allow_migrate() calls for consistency checks use incorrect (app_label, model) pairs | Core (Management commands) | ||
27414 | 27414 | 7 | Document that aliasing ForeignKey fields in F expressions returns pk values, not model instances | Documentation | ||
27138 | 27138 | 5 | timezone.localtime accepts naive datetimes on Python ≥ 3.6 | Utilities | ||
27436 | 27436 | 6 | migrations.test_commands.MakeMigrationsTests fail on Windows when run on a different drive than C: | Core (Management commands) | ||
27420 | 27420 | 13 | Oracle DB test user password must be quoted if it starts with a number | Database layer (models, ORM) | ||
27200 | 27200 | 15 | Provide makemigrations router.allow_migrate() with a model_name | Migrations | ||
27456 | 27456 | 5 | Changing the unique parameter from True to False has no effect on MySQL | Migrations | ||
27459 | 27459 | 2 | Tuple index out of bounds when logging | Utilities | ||
27455 | 27455 | 3 | When use "zh-HANT" locale,the URL of "reset user password" page in Django Admin is not correct. | Internationalization | ||
27433 | 27433 | 8 | ModelForm with BooleanField can not save False/unchecked | Forms | ||
27454 | 27454 | 3 | Skip translation loading in apps that don't have a 'locale' directory | Internationalization | ||
27457 | 27457 | 1 | Cannot migrate ArrayField on SQLite | Database layer (models, ORM) | ||
27378 | 27378 | 10 | Add UUID serialization support to migration writer | Migrations | ||
27133 | 27133 | 8 | Explain how to load initial data with a data migration | Documentation | ||
27372 | 27372 | 6 | inspectdb fails to inspect sqlite3 tables with foreign keys that have spaces | Core (Management commands) | ||
27369 | 27369 | 4 | Multiple form fields can share the same widget instance | Forms | ||
27444 | 27444 | 3 | Django StaticLiveServerTestCase: view cannot query test-database properly | Testing framework | ||
27346 | 27346 | 10 | Stop setting the Content-Length header in ConditionalGetMiddleware | HTTP handling | ||
27441 | 27441 | 3 | MySQL backend output for 'DROP COLUMN' uses undocumented SQL | Migrations | ||
27073 | 27073 | 8 | Overridden model managers shouldn't appear in _meta.managers | Database layer (models, ORM) | ||
27435 | 27435 | 12 | Raise an error when using --keepdb without an explicit TEST.PASSWORD on Oracle | Testing framework | ||
27446 | 27446 | 3 | Addition of `readonly` option to ModelField to allow database generated fields | Database layer (models, ORM) | ||
27442 | 27442 | 4 | count estimation on querysets | Database layer (models, ORM) | ||
27419 | 27419 | 3 | Model that worked before 1.10 causes "Cannot force an update in save() with no primary key." in 1.10. | Database layer (models, ORM) | ||
27022 | 27022 | 4 | some DjangoTemplates builtin tags misparse lack of whitespace between variable name and boolean operator in arguments | Template system | ||
27429 | 27429 | 2 | had to use QuerySet.extra to do WHERE LIKE with arbitrary amount / placement of wildcard characters | Database layer (models, ORM) | ||
27427 | 27427 | 1 | Add reply_to argument on send_mail wrapper. | Core (Mail) | ||
27428 | 27428 | 1 | Using .extra on Queryset | Uncategorized | ||
27425 | 27425 | 5 | Outdated FAQ, developers to hire | Documentation | ||
27423 | 27423 | 3 | Test command sys.exit() does unnecessary casting | Testing framework | ||
27424 | 27424 | 1 | contenttype 0002_remove_content_type_name migration failure | contrib.contenttypes | ||
27422 | 27422 | 3 | `makemigrations` fails to migrate ForeignKey types across app boundaries | Database layer (models, ORM) | ||
27415 | 27415 | 2 | Add request.JSON or request.get_json() | HTTP handling | ||
27413 | 27413 | 2 | Cannot contact coodinator who charge in django-docs korean translation | Documentation | ||
27363 | 27363 | 6 | SessionMiddleware can return redirect(request.path) which might be an unsafe thing to do | contrib.sessions | ||
27411 | 27411 | 4 | Django namespaced reverse not working in test environment | Testing framework | ||
27400 | 27400 | 5 | Changed in 1.10: {% static %} tag now encodes "#" | Documentation | ||
27410 | 27410 | 3 | Clarify staticfiles "is enabled (default)" in ref | Documentation | ||
27063 | 27063 | 17 | i18n_patterns() matches too much of the URL as the language code | Internationalization | ||
27328 | 27328 | 39 | return `Set-Cookie` if sessionid= None value | contrib.sessions | ||
27404 | 27404 | ✅ | 1 | Error in function requirements reversed | Error reporting | |
27405 | 27405 | 2 | AdminLogNode render TypeError exception while calling get_admin_log with no user (1.8.x) | contrib.admin | ||
27401 | 27401 | 5 | Add Transifex config to build translated docs | Documentation | ||
27379 | 27379 | 11 | Django violates RFC7230 when handling requests. | HTTP handling | ||
27382 | 27382 | 4 | Document that ugettext_lazy() result can't be used with arbitrary Python code | Documentation | ||
27151 | 27151 | 7 | FK index created two times on PostgreSQL if referenced table PK is varchar | Migrations | ||
27396 | 27396 | 8 | Docs: send POST request on base.html does not mention {{ csrf_token }} | Documentation | ||
27373 | 27373 | 7 | Incorrect message on 404 debug page for an empty request path | Error reporting | ||
27327 | 27327 | 4 | Simplify time zone handling by making pytz a required dependency | Utilities | ||
27299 | 27299 | 6 | Document Widget.use_required_attribute() | Documentation | ||
27340 | 27340 | 4 | Model pre_init signal should provide an `instance` argument | Database layer (models, ORM) | ||
27389 | 27389 | 3 | Cannot use QueryDict without configuring settings first | HTTP handling | ||
27390 | 27390 | 2 | need modify `runtest.py` parts of the document | Documentation | ||
27362 | 27362 | 6 | Omitting default_app_config in __init__.py happens too easily. | Core (Other) | ||
27388 | 27388 | 3 | Filter chaining results in unnecessary joins (and degenerate performance) | Database layer (models, ORM) | ||
27385 | 27385 | 3 | Error in QuerySet.bulk_create() on PostgreSQL when objs length is a multiple plus one of batch_size | Database layer (models, ORM) | ||
27383 | 27383 | 4 | Regression: `FileField(default=None)` now never upload a file through a ModelForm | File uploads/storage | ||
27384 | 27384 | 1 | Accessing request.POST in Django middlewares 1.10.x make it empty for view | HTTP handling | ||
27381 | 27381 | 3 | Add a migration operation to enable to pg_prewarm extension for Postgres | contrib.postgres | ||
27374 | 27374 | 4 | JavaScriptCatalog view ignores the packages argument | Internationalization | ||
27376 | 27376 | 3 | Why not use plural format MIDDLEWARES in settings.py in Django 1.10.x | Core (Other) | ||
27375 | 27375 | 1 | Error when using conditional expression in aggregation | Database layer (models, ORM) | ||
27350 | 27350 | 6 | Attaching signals to abstract models don't work as it used to be | Database layer (models, ORM) | ||
27343 | 27343 | 2 | Different Chaining Of Qs+Filters behaves unexpectedly differently | Database layer (models, ORM) | ||
27357 | 27357 | 2 | Variant of FilePathField that uses a Storage backend | Database layer (models, ORM) | ||
27371 | 27371 | 1 | undefined reference in django/contrib/sitemaps/views.py line 71 (version 1.8.15) | contrib.sitemaps | ||
27368 | 27368 | 4 | mail.tests.SMTPBackendTests.test_server_login generates ResourceWarning unclosed socket | Testing framework | ||
27364 | 27364 | 1 | DATE_INPUT_FORMATS is not working | Database layer (models, ORM) | ||
27366 | 27366 | 3 | KeyError: 'no_color' in base.py, l. 314 | Migrations | ||
27337 | 27337 | 5 | Convoluted MTI with abstract model mixin fails on PY2, works on PY3 | Database layer (models, ORM) | ||
27361 | 27361 | 5 | Use "from django import forms" in forms api examples | Documentation | ||
27352 | 27352 | 4 | Warn about social media fingerprinting when using redirect_authenticated_user | Documentation | ||
27351 | 27351 | 6 | Add support for composite fields | Database layer (models, ORM) | ||
27344 | 27344 | 4 | ConditionalGetMiddleware should only operate on GET requests | HTTP handling | ||
27354 | 27354 | 2 | Incorrect variable name given in tutorial | Documentation | ||
27353 | 27353 | 1 | BooleanField raises ValidationError always for RadioSelect widget value False | Forms | ||
27349 | 27349 | 5 | Docs: "Customizing error views" does not mention CSRF_FAILURE_VIEW | Documentation | ||
27345 | 27345 | 2 | Stop setting the Date header in ConditionalGetMiddleware | HTTP handling | ||
27341 | 27341 | 3 | Altering max_length on sqlite: makemigrations creates correct migration, but migrate does not alter length of varchar in the database itself | Migrations | ||
27347 | 27347 | 2 | Contributing docs: Patch vs Pull-Request | Documentation | ||
27348 | 27348 | 1 | Typo in docs for modify_settings | Documentation | ||
27123 | 27123 | 5 | prefetch_related return mistaken result | Database layer (models, ORM) | ||
27342 | 27342 | 6 | QuerySet.update_or_create() "shortcut to boilerplatish code" example is incorrect | Documentation | ||
27323 | 27323 | 9 | Optimize Oracle introspection by using USER_SEQUENCES instead of USER_CATALOG | Database layer (models, ORM) | ||
27333 | 27333 | 4 | EmailMessage.message().as_string() incorrectly base64 encoded on Python 3 | Core (Mail) | ||
27336 | 27336 | 10 | Whitespace control django configuration template | Template system | ||
27330 | 27330 | ✅ | 5 | Generic CreateView/UpdateView doesn't send the kwargs to get_context_data | Generic views | |
27329 | 27329 | 1 | Django-river State field not showing | Uncategorized | ||
27322 | 27322 | 2 | get_default_timezone() / LocalTimezone does not handle None values | Utilities | ||
27213 | 27213 | 4 | ArrayField with null throws ProgrammingError but not ValidationError on Psycopg < 2.6.1 | contrib.postgres | ||
27320 | 27320 | 1 | SMTPServerDisconnected('please run connect() first',) | Core (Mail) | ||
27315 | 27315 | 5 | IntegrityError: insert or update on table violates foreign key constraint on Django 1.10 | Uncategorized | ||
27319 | 27319 | 3 | Circular ForeignKeys between two unmanaged models produce incomplete migrations | Migrations | ||
27301 | 27301 | 13 | Better handling of errors that are not pickleable when testing in parallel | Testing framework | ||
27244 | 27244 | 6 | Incorrect thousand separator for the Greek locale (el) | Internationalization | ||
27312 | 27312 | 5 | Checking raw argument to prevent signals from executing during fixture loading isn't DRY | Core (Other) | ||
27300 | 27300 | 5 | makemigrations --dry-run -v 3 on Python 3 writes byte string to stdout | Core (Management commands) | ||
27262 | 27262 | 9 | Delegate URL resolver checks to URL classes | Core (URLs) | ||
27311 | 27311 | 8 | Support unpickled models (e.g. read from cache) in migrations | Migrations | ||
27314 | 27314 | 4 | PointField can't be used in get_or_create | GIS | ||
27218 | 27218 | 5 | Return LogEntry instances from log_addition, log_change, log_deletion | contrib.admin | ||
27273 | 27273 | 6 | Make usage of construct_change_message easier outside of admin | contrib.admin | ||
27304 | 27304 | 3 | Django 1.10 onwards broke previous behaviour for models.DateTimeField() in Admin | contrib.admin | ||
27280 | 27280 | 15 | can_order/can_delete documentation examples don't require initial data | Documentation | ||
27292 | 27292 | 4 | Example authentication backend doesn't need to set user's password | Documentation | ||
27193 | 27193 | 6 | ORDER BY clause not included in subqueries using select_for_update() | Database layer (models, ORM) | ||
27279 | 27279 | 17 | Performance regression when running migrate with RenameModel operations | Migrations | ||
27309 | 27309 | 5 | Add CallableBool.__hash__() | Utilities | ||
27307 | 27307 | 7 | sitemap url examples missing names | Documentation | ||
27306 | 27306 | 4 | Document relation between auto_now/auto_now_add and timezones | Documentation | ||
27305 | 27305 | 3 | Removed unused can_import_settings command attribute | Core (Management commands) | ||
27302 | 27302 | 4 | Date/time fields flagged as changed in ModelAdmin.construct_change_message | contrib.admin | ||
27290 | 27290 | 3 | Email validation doesn't check length | Core (Other) | ||
27296 | 27296 | 4 | Can't use custom formats with new language-independent LogEntry's messages in Django 1.10 | contrib.admin | ||
14904 | 14904 | 4 | TextField with unique (or in unique_together) constraint breaks for large inputs in Postgres | Database layer (models, ORM) | ||
27186 | 27186 | 13 | Cannot change CheckboxSelectMultiple, FileInput, MultiWidget, SplitDateTimeWidget, and SelectDateWidget with model field default since Django 1.10.1 | Forms | ||
27294 | 27294 | 4 | Document fields in UserCreationForm | Documentation | ||
27210 | 27210 | 7 | smtp EmailBackend doesn't honor fail_silently=True when receiving a socket level connection error | Core (Mail) | ||
27298 | 27298 | 2 | Unclear "after each test" wording in the documentation | Documentation | ||
27286 | 27286 | 5 | Tests fail on MySQL when using multi-db and some DB is read-only due to supports_transactions() call | Testing framework | ||
27291 | 27291 | 2 | Missing attribute: CheckboxSelectMultiple.dont_use_model_field_default_for_empty_data = True | Forms | ||
27293 | 27293 | 1 | Incorrect time string spacing in Korean | Internationalization | ||
27285 | 27285 | 6 | Multi-db example : default database config can not be an empty dict | Documentation | ||
27289 | 27289 | 5 | Docs: Badly wrong explanation of View.as_view() and its use in urlconf | Documentation | ||
27217 | 27217 | 10 | makemigrations crashes with "'SpatialRefSysMixin' has no attribute '_meta'" on PostGIS | GIS | ||
27288 | 27288 | 2 | In multi-db setup changes written to master are not seen on read-replicas | Testing framework | ||
27287 | 27287 | 2 | IndexError in logging on runserver broken pipe error | Utilities | ||
27283 | 27283 | 3 | Typo in the documentation | Documentation | ||
27284 | 27284 | 3 | Typo error in doc file | Documentation | ||
27102 | 27102 | 5 | simplify_regex is not cleaning up any outstanding regex-y character | contrib.admindocs | ||
27282 | 27282 | 3 | port cant be integer with oracle backend | Database layer (models, ORM) | ||
27268 | 27268 | 4 | Regression on error message for invalid related fields lookup in QuerySet.get() | Database layer (models, ORM) | ||
27281 | 27281 | 1 | can-delete: we don't use initial data | Documentation | ||
27076 | 27076 | 5 | Document django.contrib.admin.sites.AdminSite.register() | Documentation | ||
27053 | 27053 | 6 | Document django.contrib.auth.get_user() | Documentation | ||
27266 | 27266 | 3 | assertFormError fails when trying to check a custom validation in an Admin form | contrib.admin | ||
27271 | 27271 | 4 | ServerFormatter should handle simple string messages with or without args | Utilities | ||
27277 | 27277 | 2 | Error in generation of SQL query when have a ForeignKey with Model with ChoiceField | Database layer (models, ORM) | ||
27274 | 27274 | 2 | KeyError when using RenameModel in migrations that refer to an unmanaged model in another app. | Migrations | ||
27278 | 27278 | 2 | Formset.validate_max bad anchor in documentation | Documentation | ||
27276 | 27276 | 5 | Document how to reverse the admin's login view | Documentation | ||
27270 | 27270 | 6 | Clarify wording of "A form may include HTML attributes such as maxlength" | Documentation | ||
27264 | 27264 | 7 | Model Meta is overwriten by abstract parent class | Database layer (models, ORM) | ||
27275 | 27275 | 1 | Use verbose names for fields in construct_change_message | contrib.admin | ||
27259 | 27259 | 8 | ManyToOneRel.name uses relatemodelname instead of relatedmodelname_set | Database layer (models, ORM) | ||
27269 | 27269 | 2 | ORM extremely slow to run annotate/filter query, much faster directly in dbshell | Database layer (models, ORM) | ||
27265 | 27265 | 2 | Using @admin.register causes failure when AdminModel constructor is overriden | contrib.admin | ||
27227 | 27227 | 10 | Full text search by UUIDField returns DataError | Database layer (models, ORM) | ||
27261 | 27261 | 4 | Missing python-brace-format marker for a contrib.admin string | contrib.admin | ||
9394 | 9394 | ✅ | 20 | Reverse relation lookups with a multi-table inherited model produces extraneous queries | Database layer (models, ORM) | |
27249 | 27249 | 2 | IntegrityError when using ManyToManyField.add() with a value of incorrect type | Database layer (models, ORM) | ||
27159 | 27159 | 12 | Pickling query with an __in=inner_qs lookup causes evaluation evaluation of inner_qs | Database layer (models, ORM) | ||
27158 | 27158 | 5 | Incorrect positioning of admin' horizontal/vertical filter widgets in RTL languages | contrib.admin | ||
27240 | 27240 | 14 | Allow passing custom parameters to formset forms in admin | contrib.admin | ||
27056 | 27056 | 5 | changing dim property for geometries does not generate correct migration on PostgreSQL | Migrations | ||
27256 | 27256 | 3 | Change the selected attribute of select form tags to use HTML5 boolean syntax | Forms | ||
27254 | 27254 | 8 | Detect web server context | Uncategorized | ||
27255 | 27255 | 5 | Change test runner to display full dotted name of test | Testing framework | ||
27243 | 27243 | 5 | Make reverse_dict.getlist work with fully qualified module names | Core (URLs) | ||
27253 | 27253 | 2 | Use assertIsInstance() in test_force_text_lazy | Utilities | ||
27252 | 27252 | 2 | Remove hosting4django.net from DjangoFriendlyWebHosts | Uncategorized | ||
27223 | 27223 | 4 | model RangeField with default value are skiped in ModelForm full_clean validation in construct_instance function | Forms | ||
27251 | 27251 | ✅ | 1 | Cannot combine multiple SearchQuery objects | contrib.postgres | |
27238 | 27238 | 6 | Disable check_pattern_startswith_slash if settings.APPEND_SLASH=False | Core (System checks) | ||
27219 | 27219 | 6 | Emoji don't work in TextFields using Oracle backend | Database layer (models, ORM) | ||
27248 | 27248 | 1 | Running migrations one-by-one fails after adding django.contrib.sites to INSTALLED_APPS. | contrib.sites | ||
27245 | 27245 | 4 | can't revert migration with index_together with one field | Database layer (models, ORM) | ||
27247 | 27247 | 1 | Official way to create custom admin commands with subcommands in py2 / py3 | Core (Management commands) | ||
27246 | 27246 | 2 | Factor out input template in ClearableFileInput and document template class attributes | Forms | ||
27165 | 27165 | 6 | CreateModel without indexes always includes options={'indexes': []} | Migrations | ||
27242 | 27242 | 4 | Add get_object_or_none to django.shortcuts | Core (Other) | ||
27239 | 27239 | 3 | Unexpected behavior on get_FIELDNAME_display when as int as value | Database layer (models, ORM) | ||
27233 | 27233 | 3 | IndexError when using django.request | Uncategorized | ||
27237 | 27237 | 2 | Cannot save() model with ForeignKey with sqlite, but works OK with PostgreSQL | Database layer (models, ORM) | ||
27235 | 27235 | 2 | Avoid using mutable default arguments where possible | Uncategorized | ||
27083 | 27083 | 8 | Parse conditional HTTP headers according to RFC 7232 | HTTP handling | ||
27198 | 27198 | 5 | QueryDict getlist allows data to be mutated | HTTP handling | ||
27230 | 27230 | 7 | Inconsistency in AppConfig.path depending on sys.path | Core (Other) | ||
27232 | 27232 | 1 | Regression in construct_instance for FileField's with defaults | Forms | ||
14284 | 14284 | ✅ | 15 | Support for Google Maps version 3 | GIS | |
27228 | 27228 | 1 | prefetch_related with select_related takes a lot of query | Database layer (models, ORM) | ||
27187 | 27187 | 3 | Django 1.10 is unable to unpickle models pickled in Django pre-1.10 | Database layer (models, ORM) | ||
27211 | 27211 | 7 | Include HTTP-caching headers to "304 Not Modified" responses | HTTP handling | ||
27224 | 27224 | 1 | Is possible display SVG by help Django`s view? | Uncategorized | ||
27178 | 27178 | 5 | ImageField when default provided in model, it's impossible to change the value. | Forms | ||
27220 | 27220 | 7 | MultiWidget not considered in form submit | Forms | ||
27214 | 27214 | 3 | The skipIfDBFeature decorators and its variants should respect their defined wrapped order and test case inheritance. | Testing framework | ||
27203 | 27203 | 3 | Update tests that use assertQuerysetEqual lambda o: o to use assertSequenceEqual | Core (Other) | ||
27216 | 27216 | 5 | Wrong import location in deprecation message | contrib.admin | ||
27215 | 27215 | 1 | Document new location of jquery in v1.10 | Documentation | ||
27212 | 27212 | 3 | fix document in `Managing static files` doumentation page | Uncategorized | ||
27206 | 27206 | 3 | Incorrect DATE_FORMAT for et locale | Internationalization | ||
27209 | 27209 | 5 | Cast function accepts field class according to docs but expects field instance | Documentation | ||
27173 | 27173 | 8 | Permit import statements to be longer than 80 characters | Core (Other) | ||
27208 | 27208 | 3 | It does not work when using the download image ImageField via Admin since Django 1.10.1 | Forms | ||
27192 | 27192 | 4 | Allow pluralizing admin URLs | contrib.admin | ||
27205 | 27205 | 4 | Allow doing a substring search in JSONField array | contrib.postgres | ||
27204 | 27204 | 3 | Clashing m2m intermediate table validation should ignore unmanaged models | Core (System checks) | ||
27062 | 27062 | 5 | Add support for for_update for MSSQL | Database layer (models, ORM) | ||
27197 | 27197 | 5 | Document how blank=True affects the migrations questioner | Documentation | ||
27199 | 27199 | 3 | Integer inputs marked as type="text" instead of type="number" | contrib.admin | ||
27195 | 27195 | 3 | Avoid unnecessary DROP DEFAULT when adding a NULLable column. | Migrations | ||
27196 | 27196 | 3 | Allow django admin to be logged into freely on localhost | contrib.admin | ||
27170 | 27170 | 6 | Make database backend __init__() methods friendlier to subclassing | Database layer (models, ORM) | ||
27194 | 27194 | 1 | Cannot access admin page by following tutorial | Uncategorized | ||
27143 | 27143 | 5 | SearchQuery is not combinable using more than one `&` or `|` operators | contrib.postgres | ||
27174 | 27174 | 10 | Explain where 'polls.apps.PollsConfig' comes from in tutorial 2 | Documentation | ||
27179 | 27179 | ✅ | 8 | Bug: error when trying to filter using regex/iregex on a key in a django.contrib.postgres.fields.JSONField | contrib.postgres | |
27191 | 27191 | 3 | Generation of error reports fails if request.GET, POST, FILES or COOKIES contains key 'items' | Error reporting | ||
27180 | 27180 | 10 | Check for sql_mode fails during migration with special database connections | Database layer (models, ORM) | ||
27190 | 27190 | 1 | Internet explorer 9 fails to load Roboto-Regular.woff font | contrib.admin | ||
27172 | 27172 | 5 | Close cursor in custom SQL example | Documentation | ||
27189 | 27189 | 1 | Allow namespaced management commands | Core (Management commands) | ||
27168 | 27168 | 4 | "LookupError: App 'xxxxx' doesn't have a 'xxxxx' model" with custom table name | Migrations | ||
27185 | 27185 | 1 | Can not change value in DateTimeField in Admin when default is set | contrib.admin | ||
27177 | 27177 | 1 | Migrations not found for app with same name as project | Database layer (models, ORM) | ||
27171 | 27171 | 1 | #7201 Change 'unicode_literals' in TemplateCommand, change admin and view templates | Template system | ||
27097 | 27097 | 7 | Add introspection for index type | Database layer (models, ORM) | ||
27108 | 27108 | 5 | Remove collectstatic warning about overwriting existing files when STATIC_ROOT directory doesn't exist | contrib.staticfiles | ||
27169 | 27169 | 1 | adding a field to a model with default value in postgres, when is migrated drop the default | Migrations | ||
27099 | 27099 | 8 | Document that ModelAdmin.list_filter doesn't appear unless there's more than one choice | Documentation | ||
27167 | 27167 | 2 | Removing Validator callable breaks Migrations | Migrations | ||
27166 | 27166 | 3 | Documentation clarification of warning for using cache-based sessions | Documentation | ||
27142 | 27142 | 16 | makemigrations fails on special database connections | Migrations | ||
27110 | 27110 | 8 | makemigrations shouldn't create `django_migrations` table in external databases | Migrations | ||
27162 | 27162 | 7 | Move CreateExtension to django.db.backends.postgresql | Database layer (models, ORM) | ||
27150 | 27150 | 7 | Document that a name should be provided when wrapping file-like objects that don't have one with File | Documentation | ||
15815 | 15815 | ✅ | 18 | Support memcached binary protocol in PyLibMCCache | Core (Cache system) | |
27137 | 27137 | 3 | Document how to disable migrations for an application | Documentation | ||
27163 | 27163 | 3 | Unable to specify multiple pythonpath in django-admin | Core (Management commands) | ||
27157 | 27157 | 3 | AdminForm may crash if model_admin argument is None | contrib.admin | ||
27152 | 27152 | 7 | Comma-delimited servers list not supported in memcached caches `LOCATION` | Core (Cache system) | ||
27140 | 27140 | 3 | Prevent template rendering from hiding a property's TypeError | Template system | ||
27154 | 27154 | 7 | Allow comparing CallableFalse/CallableTrue with bitwise or | contrib.auth | ||
27153 | 27153 | 4 | HttpResponseBase should check for valid HTTP status code | HTTP handling | ||
27081 | 27081 | 3 | Allow migrations to serialize methods on pypy | Migrations | ||
27145 | 27145 | 5 | Discrepenacy between documentation and docstring for Storage.save method | Documentation | ||
27113 | 27113 | 7 | Test that setting HttpRequest.encoding clears POST | HTTP handling | ||
27155 | 27155 | 1 | makemigrations --no-check-consistency command line argument | Migrations | ||
27146 | 27146 | 4 | template shows empty string instead of actual content when it contains characters like \x93 and \x94 | Template system | ||
27128 | 27128 | 9 | A method model.objects.get(pk=obj.pk) returns many objects, but in a database is one. | Uncategorized | ||
27132 | 27132 | 11 | Allowed testing MemcachedCache and PyLibMCCache during the same test run | Core (Cache system) | ||
27124 | 27124 | 4 | caches_setting_for_tests passes cull related options to memcached tests | Core (Cache system) | ||
27144 | 27144 | 4 | annotating across a ManyToManyField returns duplicate results | Database layer (models, ORM) | ||
27139 | 27139 | 1 | ImportError: No module named 'polls.apps.PollsConfig' | Documentation | ||
27136 | 27136 | 3 | Change auth forms' autofocus attribute to HTML5 boolean syntax | contrib.auth | ||
27134 | 27134 | 4 | JSONField key values are not escaped correctly in queries | contrib.postgres | ||
27126 | 27126 | 3 | Use `namedtuple` in result of `{% regroup %}` | Template system | ||
27129 | 27129 | ✅ | 1 | Allow setting CSS classes in the output of the unordered_list template filter | Template system | |
27127 | 27127 | 7 | Overriding timezone in test forces them to be TestCase | Testing framework | ||
27125 | 27125 | 11 | Can not support django Internationalized domain name in URLValidation | Core (URLs) | ||
27122 | 27122 | 1 | More detailed navigation for pdf docs | Documentation | ||
27121 | 27121 | 1 | Migrate Fails When Column is Deleted and Unique Together is modified in the same migration | Migrations | ||
27120 | 27120 | 3 | Log message text in PostgreSQL _clone_test_db() refers incorrectly to alias | Database layer (models, ORM) | ||
27112 | 27112 | 6 | django.test.client.Client doesn't support timeouts | Testing framework | ||
27111 | 27111 | 4 | UserCreationForm.__init__() crashes if USERNAME_FIELD not in self.fields | Forms | ||
27116 | 27116 | 1 | Deferrable Admin Filters | contrib.admin | ||
27104 | 27104 | 4 | 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 | 2 | The force_login() does not work in a testing if using more one a test | Testing framework | ||
27115 | 27115 | 6 | UI discrepancy in Writing your first Django app, part 7 | Documentation | ||
27072 | 27072 | 5 | AddGeometryColumn: “duplicate column name: xxx” error running migrations on SpatiaLite | GIS | ||
27100 | 27100 | 5 | The pre-migration state used to generate the `AppConfig` exposed through the `pre_migrate` signal should include already applied migration changes | Migrations | ||
27044 | 27044 | 14 | `apps` passed to post_migrate_signal should contain migrated appconfigs even when no migration has been applied to them | Migrations | ||
27089 | 27089 | 4 | Add the database alias to InconsistentMigrationHistory message | Migrations | ||
27103 | 27103 | 2 | GDAL driver ensure_registered should check counts separately | GIS | ||
27061 | 27061 | 9 | Support creating the TEST PostgreSQL database from a custom template | Testing framework | ||
27114 | 27114 | 6 | Migrations: AttributeError: can't set attribute | Migrations | ||
27107 | 27107 | 7 | setting request.encoding damages request.POST | HTTP handling | ||
27105 | 27105 | 1 | Misleading error in ContentTypes get_for_model | contrib.contenttypes | ||
27101 | 27101 | 1 | args and kwargs not passed in BaseDetailView | Generic views | ||
27093 | 27093 | 5 | ORM error on apache + wsgi | Database layer (models, ORM) | ||
27096 | 27096 | 3 | SQLite fails finding a table primary key when it's also a foreign key | Database layer (models, ORM) | ||
27013 | 27013 | 10 | Docs - Using Argon2 with Django - more appropriate pip command | Documentation | ||
27085 | 27085 | 17 | UI Discrepancy in "Writing your first Django app, part 2" | Documentation | ||
27092 | 27092 | 3 | MIgrations: Creating and then renaming a ForeignKey fails when index and constraint created | Migrations | ||
27094 | 27094 | 1 | ImportError: No module named 'django.core.checks.compatibility.django_1_10' | Uncategorized | ||
19842 | 19842 | ✅ | 21 | annotate()-based solution to distinct and order_by problem | Documentation | |
27091 | 27091 | 2 | Add .tox directory to flake8 exclude | Testing framework | ||
27087 | 27087 | 2 | Document that flush does not affect unmanaged models | Documentation | ||
27068 | 27068 | 4 | Acquire form's initial data more consistently | Forms | ||
27084 | 27084 | 1 | Admin site does not listen to database routers when adding objects | contrib.admin | ||
27082 | 27082 | 8 | Make timezone.localtime() default to timezone.now() when no value is given | Utilities | ||
27059 | 27059 | 4 | autoreload loose the sys.path in some cases (buildout install of python for instance, maybe others) | Core (Management commands) | ||
27071 | 27071 | ✅ | 2 | Raise a friendly exception when a string is returned from a view function | HTTP handling | |
27077 | 27077 | 5 | Simplify calls to is_in_memory_db() in SQLite's DatabaseCreation | Database layer (models, ORM) | ||
27069 | 27069 | 6 | Documentation for what's possible to import as _ | Documentation | ||
27078 | 27078 | 3 | Simplify "if" logic inside SQLite's DatabaseCreation._get_test_db_name() | Database layer (models, ORM) | ||
27075 | 27075 | 1 | URLconf does not properly import underscore-containing module identifiers | Core (URLs) | ||
27065 | 27065 | 2 | Deferred fields not passed to inherited models' __class__.__dict__ | Database layer (models, ORM) | ||
27070 | 27070 | 7 | Support for `Q` objects in `get_or_create` and `update_or_create` | Database layer (models, ORM) | ||
27066 | 27066 | 6 | Possible Memory leak while evaluating a QuerySet | Database layer (models, ORM) | ||
27009 | 27009 | 2 | Make update_session_auth_hash() rotate the session key | contrib.auth | ||
27058 | 27058 | 9 | Reallow the {% for %} tag to unpack any iterable | Template system | ||
27014 | 27014 | 7 | Raster support for spatial lookup breaks filtering by annotations | GIS | ||
27057 | 27057 | 4 | Use _SavedSettings in setup_test_environment() to store pre-test settings | Testing framework | ||
10899 | 10899 | ✅ | 37 | easier manipulation of sessions by test client | Testing framework | |
27008 | 27008 | 6 | Add manage.py test --debug option | Testing framework | ||
27048 | 27048 | 4 | Document that refresh_from_db() doesn't clear @cached_properties | Documentation | ||
27007 | 27007 | 9 | Handle non-UTF-8 bytes objects for text/* attachments | Core (Mail) | ||
27037 | 27037 | 6 | 'required' attribute on prefilled ClearableFileInput prevents valid form submissions | Forms | ||
27052 | 27052 | 1 | Malformed url of uploaded files; uploaded_to parameter is ignored | File uploads/storage | ||
27034 | 27034 | 3 | Make makemessages independent of USE_I18N | Internationalization | ||
27046 | 27046 | 3 | http.request does not support ipv6-formatted ipv4 addresses | HTTP handling | ||
27051 | 27051 | 2 | Exception when using only whitespace characters as e-mail subject | Core (Mail) | ||
27049 | 27049 | 1 | Romanian i18n typo | Internationalization | ||
27050 | 27050 | 3 | Incorrect documentation for parameter to django.setup() | Documentation | ||
27047 | 27047 | 1 | Popup inlines | contrib.admin | ||
27019 | 27019 | 10 | DiscoverRunner does not restore old settings.DEBUG value in teardown | Testing framework | ||
27045 | 27045 | 4 | Document that AUTH_PASSWORD_VALIDATORS doesn't apply to create_user() and create_superuser() | Documentation | ||
27035 | 27035 | 9 | DiscoverRunner's setup_test_environment() hard-codes settings.DEBUG to False | Testing framework | ||
27038 | 27038 | 8 | Migration being created even when no change was made. | Migrations | ||
27041 | 27041 | 4 | Note that middleware included with Django is compatible with both MIDDLEWARE and MIDDLEWARE_CLASSES | Documentation | ||
27040 | 27040 | 2 | {%trans 'String' %} does not translate | Uncategorized | ||
27036 | 27036 | 3 | "locmem" email backend should accept generators | Core (Mail) | ||
27033 | 27033 | 4 | static tag causes AppRegistryNotReady errors on 1.10 | contrib.staticfiles | ||
27002 | 27002 | 8 | Redundant database query rendering a ModelChoiceField with RadioSelect or CheckboxSelectMultiple | Forms | ||
27032 | 27032 | 4 | Calling setup_test_environment() "twice" deletes pre-setup state | Testing framework | ||
27024 | 27024 | 6 | BaseGeometryWidget logs a false positive: Error creating geometry from value '' | GIS | ||
27028 | 27028 | 6 | Clarify failed parallel tests run message | Testing framework | ||
27031 | 27031 | 1 | Django Tutorial: incorrect import statement | Documentation | ||
27026 | 27026 | 5 | Objects not fully configured after bulk_create. | Database layer (models, ORM) | ||
27027 | 27027 | 3 | force_login() now requires an authentication backend if multiple are configured | Testing framework | ||
27015 | 27015 | 9 | Hidden widget shouldn't have maxlength/minlength attributes | Forms | ||
27004 | 27004 | 5 | InconsistentMigrationHistory has false positives with squashed migrations | Migrations | ||
27023 | 27023 | 2 | ~/.pythonrc.py loaded twice if PYTHONSTARTUP set to ~/.pythonrc.py | Core (Management commands) | ||
27020 | 27020 | 1 | Close more files with "with" | Uncategorized | ||
27011 | 27011 | 4 | Django Middleware 1.10 does not run template_context_processors for exceptions thrown from middleware | HTTP handling | ||
27010 | 27010 | 5 | Argon2PasswordHasher.encode() decodes underlying hash as UTF-8 instead of ASCII | contrib.auth | ||
27012 | 27012 | 5 | test_nested_requests wipes out pre-test settings | Testing framework | ||
27016 | 27016 | 1 | django-admin.py startproject creates urls.py that raises ImportError | Core (URLs) | ||
27005 | 27005 | 13 | request.body raises an exception if 'CONTENT_LENGTH' = '' | HTTP handling | ||
27001 | 27001 | 8 | Regression in query counts using RadioSelect with ModelChoiceField | Forms | ||
27006 | 27006 | 1 | Hints how to update code automatically to support Python3 | Documentation | ||
27000 | 27000 | 4 | Django manage Command.usage() is broken | Core (Management commands) | ||
26944 | 26944 | ✅ | 4 | Armenian translation: including .po files in Django. | Internationalization | |
24945 | 24945 | ✅ | 2 | Add support for fuzzystrmatch to contrib.postgres | contrib.postgres | |
25345 | 25345 | ✅ | 7 | Update links to code.google.com | Documentation | |
9704 | 9704 | ✅ | 9 | Add a full example of a manually-created inline form | Documentation | |
21523 | 21523 | ✅ | 36 | Models DateField to_python method no longer supports mock dates. | Database layer (models, ORM) | |
25437 | 25437 | ✅ | 6 | Translation of DEFAULT_FROM_EMAIL not working | Core (Mail) | |
14030 | 14030 | 72 | Use F() objects in aggregates(), annotates() and values() | Database layer (models, ORM) | ||
26735 | 26735 | ✅ | 1 | can't log into admin panel anymore | Error reporting | |
14485 | 14485 | 8 | New Site.root field | contrib.sites | ||
19149 | 19149 | ✅ | 15 | Generic Relation not cascading with Multi table inheritance. | Database layer (models, ORM) | |
24227 | 24227 | ✅ | 24 | isinstance checks on ForeignKey/ManyToManyField should be replaced with field.many_to_one/field.many_to_many | Database layer (models, ORM) | |
14415 | 14415 | 27 | Multiple aliases for one database: testing problems | Testing framework | ||
14891 | 14891 | 30 | use_for_related_fields=False is not honored by reverse FK or M2M related managers | Database layer (models, ORM) | ||
26611 | 26611 | ✅ | 1 | Make "Share this traceback on a public Web site" feature on debug page optional | Error reporting | |
9976 | 9976 | ✅ | 20 | Generic Foreign Keys should have a nice widget(ala raw_id) | contrib.admin | |
14131 | 14131 | 15 | The pagination module should have some limit, or a warning should be given in the documentation | Documentation | ||
26414 | 26414 | ✅ | 1 | postgres_test fail with psycopg2==2.4.5 | contrib.postgres | |
26354 | 26354 | ✅ | 1 | DEBUG = False problem | Uncategorized | |
14098 | 14098 | 13 | Prevent introspection errors from crashing inspectdb | Core (Management commands) | ||
26228 | 26228 | ✅ | 3 | 500 Exceptions not logged if firewall blocks outgoing SMTP | Error reporting | |
14402 | 14402 | 17 | help_text is not displayed for ManyToMany raw_id fields | contrib.admin | ||
26102 | 26102 | ✅ | 5 | Add shortcuts min_value & max_value to RangeField subclasses | contrib.postgres | |
26091 | 26091 | ✅ | 2 | Django Installation on Ubuntu server 14.04.3 | Error reporting | |
494 | 494 | 73 | Collapse in admin interface for inline related objects | contrib.admin | ||
26065 | 26065 | ✅ | 1 | psycopg2 __init__ reports an error: DLL load failed: The specified module could not be found | contrib.postgres | |
25990 | 25990 | ✅ | 1 | pip install django giving error compiling | Error reporting | |
14286 | 14286 | 40 | Support for BigAutoField | Database layer (models, ORM) | ||
25953 | 25953 | ✅ | 4 | Add from_db_value() support to django.contrib.postgres.fields.ArrayField. | contrib.postgres | |
25954 | 25954 | ✅ | 1 | Properly set base field’s model recursively when nesting ArrayFields. | contrib.postgres | |
25828 | 25828 | ✅ | 5 | Aggregation and annotation using a postgres JSONField | contrib.postgres | |
25829 | 25829 | ✅ | 2 | Cannot store a dict object into HStoreField | contrib.postgres | |
25091 | 25091 | ✅ | 6 | Array field equality lookup fails with ProgrammingError | contrib.postgres | |
10302 | 10302 | ✅ | 16 | Add some date features to aggregation | Database layer (models, ORM) | |
29 | 29 | 16 | Fix usability issue with limit_choices_to and "Add another" in admin | contrib.admin | ||
25646 | 25646 | ✅ | 7 | Sort the `local vars` in the rich exception reporter | Error reporting | |
17756 | 17756 | ✅ | 28 | GeoDjango missing pyspatialite support | GIS | |
9368 | 9368 | ✅ | 9 | Clean up code for getting columns for select query | Database layer (models, ORM) | |
25581 | 25581 | ✅ | 4 | trac: Search for "Description" contains "foo" AND "bar" | Error reporting | |
12212 | 12212 | ✅ | 9 | inclusion_tag behavior on variable not in context is inconsistent | Template system | |
14368 | 14368 | 21 | Reverse relation attribute for OneToOneField fails when set to None | Database layer (models, ORM) | ||
14887 | 14887 | 7 | select_related() does not work with Proxy models and multi-table inheritance | Database layer (models, ORM) | ||
19750 | 19750 | ✅ | 10 | Postgres conflict on CREATE INDEX: "relation exists" | Database layer (models, ORM) | |
14096 | 14096 | 12 | Insert code generated by models using multiple inheritance is incorrect and fails in postgresql | Database layer (models, ORM) | ||
17143 | 17143 | ✅ | 9 | select_related makes base __init__ unsafe | Database layer (models, ORM) | |
14518 | 14518 | 16 | Field.to_python not called on foreign key IDs | Database layer (models, ORM) | ||
11920 | 11920 | ✅ | 12 | Cannot access related field of an unsaved object if the object is from an inherited model | Database layer (models, ORM) | |
25514 | 25514 | ✅ | 1 | Unique field - _perform_unique_checks problem | Database layer (models, ORM) | |
24167 | 24167 | ✅ | 7 | Backend-agnostic template internationalization | Internationalization | |
13637 | 13637 | ✅ | 10 | Generic Relations don't work correctly on a non-default database alias | contrib.contenttypes | |
25463 | 25463 | ✅ | 1 | RFE: support chained exceptions in DEBUG traceback view under Python 3.5+ | Error reporting | |
14310 | 14310 | 2 | MySQL - collate in queries | Uncategorized | ||
22046 | 22046 | ✅ | 10 | unhelpful queryset handling for model formsets with data | Forms | |
14716 | 14716 | 9 | filter_horizontal and filter_vertical don't work on mobile Safari | contrib.admin | ||
14217 | 14217 | 9 | Add validation for model field name the same as the model name when using model inheritance | Core (System checks) | ||
16862 | 16862 | ✅ | 7 | Admin delete-cascade check doesn't support per-object permissions | contrib.admin | |
25305 | 25305 | ✅ | 1 | BIGINT auto field and related | Database layer (models, ORM) | |
22061 | 22061 | ✅ | 6 | Increase visibility of translated documentation sets | Documentation | |
14476 | 14476 | 9 | annotate, default aggregation naming and filter annoyance | Database layer (models, ORM) | ||
18480 | 18480 | ✅ | 8 | Inherited model fails to handle blank field properly | Database layer (models, ORM) | |
11104 | 11104 | ✅ | 13 | HAVING filter screws with extra() SQL parameter ordering | Database layer (models, ORM) | |
11671 | 11671 | ✅ | 12 | Aggregations add extra values to ValuesQuerySets :: another usecase | Database layer (models, ORM) | |
16135 | 16135 | ✅ | 5 | Model 'Child' is inherited from 'Parent', expecting to get only Child results with Parent.objects.filter(child__isnull=False), but does not work. | Database layer (models, ORM) | |
11096 | 11096 | ✅ | 8 | .values including related fields does not work when specified after an aggregate's .annotate | Database layer (models, ORM) | |
19427 | 19427 | ✅ | 7 | Lacking Documentation on Custom Related Fields Pre-Save Override | Documentation | |
14968 | 14968 | 5 | handle BaseExceptions with middleware, or at least KeyboardInterrupt | Core (Other) | ||
14909 | 14909 | 8 | Adding custom command requires code duplication from Command.handle() if one want to use options like verbosity. | Core (Management commands) | ||
23622 | 23622 | ✅ | 5 | Subquery doesn't respect order when not bound to a __pk__ field. | Database layer (models, ORM) | |
14442 | 14442 | 6 | During tests parse fixtures using setUpClass | Testing framework | ||
235 | 235 | 2 | meta.HashField() | Metasystem | ||
14200 | 14200 | 11 | new RegexURLResolver is contructed for every request | Core (URLs) | ||
13751 | 13751 | ✅ | 24 | Avoid open redirect issue with whitelist | HTTP handling | |
14196 | 14196 | ✅ | 11 | Objects that come from something_set, should have their parent object filled in | Database layer (models, ORM) | |
24909 | 24909 | ✅ | 1 | Numpy array compatibility in ArrayField | contrib.postgres | |
14601 | 14601 | 7 | ValuesQuerySet join types not being promoted | Database layer (models, ORM) | ||
24814 | 24814 | ✅ | 2 | Unable to order_by an ArrayField element. | contrib.postgres | |
24713 | 24713 | ✅ | 7 | Redirect loop detection in test client is incorrect | Testing framework | |
23709 | 23709 | ✅ | 4 | postgres ArrayField can't access specific array indices in .values(), .aggregate(), etc. | contrib.postgres | |
24592 | 24592 | ✅ | 5 | order_by HStore Key/Value Pair | contrib.postgres | |
14671 | 14671 | 10 | Allow overriding of ModelChoiceField.choices | Forms | ||
24543 | 24543 | ✅ | 8 | Add checks / command options for "migrations not applied" and "migrations needed" | Migrations | |
14343 | 14343 | 10 | NoReverseMatch error message is unclear, view does exist | Core (URLs) | ||
24534 | 24534 | ✅ | 2 | Document effects of calling select_related() | Documentation | |
23559 | 23559 | ✅ | 11 | Staff (not superusers) should not manage perms of Users | contrib.auth | |
16739 | 16739 | ✅ | 7 | Model field clash not detected beyond parent | Core (System checks) | |
14772 | 14772 | 7 | Reversing a URL with optional arguments fails | Core (URLs) | ||
24473 | 24473 | ✅ | 1 | Hstore Case Insensitive Lookups | contrib.postgres | |
9422 | 9422 | ✅ | 10 | Incorrect handling of foreign keys by serializers | Core (Serialization) | |
14952 | 14952 | 9 | New find_commands(management_dir) to support .pyc and .pyo | Core (Other) | ||
14087 | 14087 | 30 | django.core.management.get_commands only sees commands in the last package of a namespace package | Core (Other) | ||
14497 | 14497 | 36 | ModelAdmin.readonly_fields isn't graceful with filefields. | contrib.admin | ||
14483 | 14483 | 11 | Implement subqueries in geodjango spatial lookup | GIS | ||
11305 | 11305 | ✅ | 40 | Support for "Conditional Aggregates" | Database layer (models, ORM) | |
24011 | 24011 | ✅ | 3 | Add Range fields for contrib.postgres | contrib.postgres | |
14834 | 14834 | 8 | Colour issues in CSS - particularly documentation | Documentation | ||
14881 | 14881 | 24 | [nonrel] Do not assume ``User.id`` to be an integer in django.contrib.auth's pasword reset feature | contrib.auth | ||
13383 | 13383 | ✅ | 12 | Querysets should only allow the correct model types to be filtered against | Database layer (models, ORM) | |
14180 | 14180 | 10 | Creating redundant indexes on foreign keys for MySQL/InnoDB tables | Database layer (models, ORM) | ||
14515 | 14515 | 10 | Can't pickle ValueQuerySet if query references fields, which aren't on the same model. | Database layer (models, ORM) | ||
14394 | 14394 | 14 | Assigning bad data to an m2m attribute should not clear existing data | Database layer (models, ORM) | ||
14434 | 14434 | 10 | AdminSite should rely on self.has_permission for all permission checks | contrib.admin | ||
23996 | 23996 | ✅ | 7 | Allow AlterOrderWithRespectTo to order existing data | Migrations | |
22611 | 22611 | ✅ | 11 | sqlclear command tries to drop non-existing constraint with ForeignKey to self (postgresql) | Core (Management commands) | |
21780 | 21780 | ✅ | 3 | Search highlighting on docs.djangoproject.com produces weird results when words overlap | *.djangoproject.com | |
23334 | 23334 | ✅ | 13 | Incorrect Wiki Login Link | *.djangoproject.com | |
182 | 182 | 2 | Add a command to django-admin.py that will install missing tables | Tools | ||
14748 | 14748 | 7 | Missing documentation for FormPreview methods | Documentation | ||
13528 | 13528 | ✅ | 22 | db_table truncation is applied based on the properties of the default database | Database layer (models, ORM) | |
901 | 901 | 40 | Reload method for models | Database layer (models, ORM) | ||
14664 | 14664 | 7 | MiddlewareNotUsed should display a warning | Core (Other) | ||
23824 | 23824 | ✅ | 5 | excluded fields on ModelForm does not work on inherited fields | Forms | |
14334 | 14334 | 17 | Queries don't ensure that comparison objects are the correct type | Database layer (models, ORM) | ||
21592 | 21592 | ✅ | 8 | formset.ordered_forms should try to return ordered forms if is_valid() is false | Forms | |
21896 | 21896 | ✅ | 6 | makemigrations warning "trying to add a non-nullable field" is raised even when the table is empty | Migrations | |
21890 | 21890 | ✅ | 5 | django.core.exceptions.FieldError: Local field ... in class ... clashes with field of similar name from base class ... | Migrations | |
14462 | 14462 | 7 | Aggregates default to the database type instead of the field type | Database layer (models, ORM) | ||
20930 | 20930 | ✅ | 14 | Arithmetic operations on aggregates | Database layer (models, ORM) | |
6646 | 6646 | ✅ | 24 | included template blocks are not being overridden by parent template. | Template system | |
23325 | 23325 | ✅ | 5 | InterfaceError: connection already closed in PostgreSQL | Database layer (models, ORM) | |
14638 | 14638 | 17 | to_python howto documentation improvement | Documentation | ||
19649 | 19649 | ✅ | 13 | Cookie message storage does not set Vary: Cookie | HTTP handling | |
23204 | 23204 | ✅ | 4 | Login not working after account activation | *.djangoproject.com | |
14930 | 14930 | 34 | `values_list()` fails on queryset ordered by extra column | Database layer (models, ORM) | ||
14273 | 14273 | 18 | Development server does not shutdown cleanly | Core (Other) | ||
3148 | 3148 | ✅ | 51 | Add getters and setters to model fields | Database layer (models, ORM) | |
14787 | 14787 | 18 | Upload handler should pass errors on to forms.FileField | File uploads/storage | ||
14932 | 14932 | 4 | Tests failing with SQLite3 on Linux systems; Sites object causing failures. | Uncategorized | ||
14481 | 14481 | 8 | better documentation of the default m2m "through" class | Documentation | ||
22170 | 22170 | ✅ | 19 | Add initial migrations for contrib apps | Migrations | |
11407 | 11407 | ✅ | 10 | --version weirdness | Core (Management commands) | |
27 | 27 | 22 | Single form field for multiple database fields | Forms | ||
16723 | 16723 | ✅ | 9 | Pluralize filter shouldn't pluralize decimal/float values between 1 and 2 | Template system | |
5685 | 5685 | ✅ | 20 | [patch] Add ability to perform pre-runtime setup before executing code | Core (Other) | |
17916 | 17916 | ✅ | 5 | humanize naturaltime for large delta | contrib.humanize | |
14372 | 14372 | 4 | Admin shouldn't render label tags on hidden fields | contrib.admin | ||
20554 | 20554 | ✅ | 6 | Directly creating model instances on ForeignKey field fails | Documentation | |
22637 | 22637 | ✅ | 5 | Documentation not clear about the effects of max_length for IntegerField | Documentation | |
20458 | 20458 | ✅ | 14 | Add a "My Tickets" report to the Django Trac | *.djangoproject.com | |
14003 | 14003 | 6 | Filtering on a relation whose model has a different PK type doesn't work | Database layer (models, ORM) | ||
14226 | 14226 | 16 | Bug in dumpdata dependency calculation involving ManyToManyFields | Core (Serialization) | ||
14136 | 14136 | 3 | Show how to specify schemas for Oracle databases | Documentation | ||
22373 | 22373 | ✅ | 5 | Django Migrations keeps detecting changes to FileField using custom storage | Migrations | |
14916 | 14916 | 4 | No proper initialization of models/signals/etc.... | Core (Other) | ||
22355 | 22355 | ✅ | 2 | Humanize timedelta objects in templates | Utilities | |
14305 | 14305 | 10 | inspectdb should output unmanaged model definitions | Core (Management commands) | ||
22004 | 22004 | ✅ | 9 | Allow session.modified with an explicit False value to override SESSION_SAVE_EVERY_REQUEST | contrib.sessions | |
22128 | 22128 | ✅ | 6 | The Aggregation guide should warn that this feature does not work when using the sqlite backend and certain types | Documentation | |
14549 | 14549 | 15 | Disambiguation of target/source fields for intermediary models when using ManyToManyField | Database layer (models, ORM) | ||
14319 | 14319 | 13 | Add signals test_setup and test_teardown to Django test suite runner Options | Testing framework | ||
22127 | 22127 | ✅ | 4 | Reverse default date-order sorting on Trac's ticket list | *.djangoproject.com | |
16730 | 16730 | ✅ | 11 | serializing forms which use FilteredSelectMultiple | contrib.admin | |
22031 | 22031 | ✅ | 1 | Checks framework complains about unapplied migrations when running `manage.py migrate` | Migrations | |
21889 | 21889 | ✅ | 2 | Record hash of applied migrations | Migrations | |
14760 | 14760 | 23 | Admin inlines with file/image field fails to save_as | contrib.admin | ||
20549 | 20549 | ✅ | 6 | Refactor to take advantage of get_app_paths() | Core (Other) | |
21841 | 21841 | ✅ | 3 | Add DatabaseFeature to disable schema migrations | Migrations | |
21595 | 21595 | ✅ | 11 | Automatically call as_view() when urlpatterns encounter a CBV. | Core (URLs) | |
19947 | 19947 | ✅ | 5 | weakref'd signal receivers may cause deadlock when gc'd | Core (Other) | |
21901 | 21901 | ✅ | 1 | Dependencies on unmigrated apps not always detected. | Migrations | |
21888 | 21888 | ✅ | 2 | Related model %r cannot be resolved | Migrations | |
14298 | 14298 | 17 | maximum open cursors exceeded on Jython and Oracle | Database layer (models, ORM) | ||
14051 | 14051 | 40 | Signals for transaction commit/rollback | Database layer (models, ORM) | ||
21691 | 21691 | ✅ | 1 | created_models arg of post_migrate deprecated but still used | Migrations | |
14263 | 14263 | 7 | Allow fields to support custom double-underscore lookup methods | Database layer (models, ORM) | ||
19778 | 19778 | ✅ | 6 | csrf middleware report BAD_REFERER when HTTP_HOST contains port | CSRF | |
19659 | 19659 | ✅ | 6 | Foreign keys not generated properly on SQLite | Database layer (models, ORM) | |
14950 | 14950 | 8 | Javascript errors when building CHM file from django docs using Sphinx | Documentation | ||
14007 | 14007 | 12 | Automatically discover models within a package without using the app_label Meta attribute | Database layer (models, ORM) | ||
12446 | 12446 | ✅ | 15 | multipart/mixed in multipart/form-data | File uploads/storage | |
14825 | 14825 | 16 | LocaleMiddleware should store language preferences if possible | Internationalization | ||
21393 | 21393 | ✅ | 1 | Specific exception for when an extended template doesn't exist | Template system | |
14800 | 14800 | 24 | Development server should NOT elide favicon from the logs | Core (Management commands) | ||
14461 | 14461 | 9 | Allow to use other translation languages than just the ones available in Django | Internationalization | ||
8085 | 8085 | ✅ | 12 | call_command('runserver') executes management command twice. | Core (Management commands) | |
14609 | 14609 | 6 | __or__ method of queries does not return a correctly combined query. | Database layer (models, ORM) | ||
14170 | 14170 | 9 | Issue in get_language_from_request() if LANGUAGES setting is changed at runtime | Internationalization | ||
14174 | 14174 | 11 | Support for string interpolation in lazy translation | Internationalization | ||
14511 | 14511 | 5 | exclude() generates wrong query for ManyToManyField with a 'through' relationship | Database layer (models, ORM) | ||
14877 | 14877 | 19 | ModelFormSet.save() with a deleted form should work even if the model has already been deleted | Forms | ||
21077 | 21077 | ✅ | 6 | simple_tag does not allow kwargs with dashes in them | Template system | |
937 | 937 | 22 | Autoreload reloads for every request. | Core (Management commands) | ||
20948 | 20948 | ✅ | 4 | Form ImageField, MemoryFileUploadHandler and reading content of the InMemoryUploadedFile | Python 2 | |
14658 | 14658 | 11 | DateField initial does not honor locale, against documentation | Forms | ||
23 | 23 | 35 | Add support for ValidationWarning | Forms | ||
21215 | 21215 | ✅ | 4 | Migrations for inherited models | Migrations | |
14028 | 14028 | 10 | setting db_column to same value as another column should not validate | Database layer (models, ORM) | ||
6544 | 6544 | ✅ | 13 | Regression with new templates extends checks | Template system | |
21066 | 21066 | ✅ | 5 | ModelAdmin._create_formsets can generate formsets with a 'None-1' prefix, which is ugly | contrib.admin | |
21043 | 21043 | ✅ | 7 | resolve doesn't handle lazily evaluated reverses | Core (URLs) | |
14512 | 14512 | 25 | Documentation & tools for decorating class-based-views. | Generic views | ||
14786 | 14786 | 8 | get_db_prep_lookup call get_prep_value twice for each value if prepared == False | Database layer (models, ORM) | ||
14765 | 14765 | 14 | Unnecessary usage of NodeList in ForNode (template rendering) | Template system | ||
14056 | 14056 | 16 | Wrong query generated when using reverse foreign key | Database layer (models, ORM) | ||
14043 | 14043 | 16 | Incorrect and/or confusing behaviour with nullable OneToOneField | Database layer (models, ORM) | ||
14817 | 14817 | 5 | ...models.sql.where.WhereNode.as_sql docstring is outdated | Database layer (models, ORM) | ||
13937 | 13937 | ✅ | 8 | Sub-query (exclude) fails when joining | Database layer (models, ORM) | |
14492 | 14492 | 19 | Model proxy instance does not equal the respective model instance | Database layer (models, ORM) | ||
14868 | 14868 | 7 | admin: prevent long text from overflowing recent actions box | contrib.admin | ||
694 | 694 | 12 | [patch] TEMPLATE_DIRS should allow project root relative paths | Template system | ||
20230 | 20230 | ✅ | 7 | Can't send unicode email (HTML emails using EmailMultiAlternatives) | Core (Mail) | |
14396 | 14396 | 10 | Admin generates a query burst on ForeignKey with null = True | contrib.admin | ||
14580 | 14580 | 17 | Clean up duplicate code in admin formset handling | contrib.admin | ||
14850 | 14850 | 4 | 1.3 release notes typo STATICFILES_ROOT should be STATIC_ROOT | Documentation | ||
9334 | 9334 | ✅ | 11 | The docs don't explain how django names cache keys | Documentation | |
14300 | 14300 | 13 | manage.py sqlcustom fails if models are in a submodule | Core (Management commands) | ||
14261 | 14261 | 12 | Add clickjacking protection (X-Frame-Options header) | HTTP handling | ||
20686 | 20686 | ✅ | 4 | Many-to-many related manager method: toggle() | Database layer (models, ORM) | |
14656 | 14656 | 11 | Atom1Feed should write atom:published element | contrib.syndication | ||
14238 | 14238 | 3 | admin-interface and formsets: ordered_forms are not returned in case of errors | contrib.admin | ||
10464 | 10464 | ✅ | 10 | Django Lighttpd Deployment Addition | Documentation | |
11694 | 11694 | ✅ | 9 | lighttpd fastcgi documentation not working | Documentation | |
14958 | 14958 | 7 | FastCGI socket permission | Core (Management commands) | ||
20619 | 20619 | ✅ | 20 | Missing call to super in `WSGIRequest.__init__()` | HTTP handling | |
14857 | 14857 | 4 | has_results cleanup | Uncategorized | ||
14253 | 14253 | 13 | TIME_ZONE not respected by Today and Now widgets in admin | contrib.admin | ||
14006 | 14006 | 9 | Documentation on Field's 'description' class attribute does not mention that it will be interpolated with field.__dict__ | Documentation | ||
19364 | 19364 | ✅ | 9 | Wrong exception raised at django/db/models/fields/related.py:343? (DoesNotExist instead of AttributeError) | Documentation | |
14150 | 14150 | 10 | [patch] a get_objects_or_404 ? | Core (Other) | ||
14945 | 14945 | 6 | ContentType.objects.get_for_model doesn't allow using multiple databases | Database layer (models, ORM) | ||
20606 | 20606 | ✅ | 5 | Non equivalent code example in template tag for…empty | Documentation | |
2539 | 2539 | ✅ | 32 | Custom tags and filters can be restricted by namespace | Template system | |
680 | 680 | 3 | get_absolute_url not being used correctly in admin interface? | contrib.admin | ||
25 | 25 | 33 | Filtering interface on ForeignKey <select> boxes | contrib.admin | ||
2417 | 2417 | ✅ | 82 | Support for binary type fields (aka: bytea in postgres and VARBINARY in mysql) | Database layer (models, ORM) | |
14894 | 14894 | 16 | translation is not threadsafe | Internationalization | ||
14567 | 14567 | 15 | ModelMultipleChoiceField inconsistently returns a list if empty. | Forms | ||
6702 | 6702 | ✅ | 15 | ModelForm: assert given instance is instance of model | Forms | |
14019 | 14019 | 18 | SQLInsertCompiler.as_sql() failure | Database layer (models, ORM) | ||
14018 | 14018 | 9 | Introduce class_plural %-substitution placeholder for related_name of ForeignKey/ManyToManyField | Database layer (models, ORM) | ||
14322 | 14322 | 6 | Please set default values for required and error css classes | Forms | ||
13224 | 13224 | ✅ | 11 | style of m2m readonly_fields in admin change_form | contrib.admin | |
14802 | 14802 | 15 | feature request: add a method to Fields that is used to render the field as read-only | contrib.admin | ||
14540 | 14540 | 9 | Wrong localization (L10N) thousand separator & decimal point character for Puerto Rico | Internationalization | ||
14057 | 14057 | 14 | Expose an interface for custom-escaping template content | Template system | ||
14874 | 14874 | 7 | remove js-confirms on changelist | contrib.admin | ||
14186 | 14186 | 10 | Adding GDirections wrapper to overlays.py | GIS | ||
14121 | 14121 | 7 | Provide object's primary key as a hint for database router method db_for_read() when filtering objects by primary key | Database layer (models, ORM) | ||
14332 | 14332 | 12 | manage testserver and manage runserver should have similiar address:port options | Core (Management commands) | ||
14451 | 14451 | 7 | add related_name to contrib.auth.models.User for 'groups' | contrib.auth | ||
14287 | 14287 | 9 | TEST_MIRROR is not respected in routers | Database layer (models, ORM) | ||
14587 | 14587 | 8 | Model description on administrative interface | contrib.admin | ||
17631 | 17631 | ✅ | 5 | edge case: django.test.client should handle fields and files with the same name | Testing framework | |
14705 | 14705 | 16 | Model Field Order not influenced by MRO of superclasses | Database layer (models, ORM) | ||
14289 | 14289 | 5 | Add a signal in the cleanup management command | Core (Other) | ||
852 | 852 | 28 | psycopg.ProgrammingError exceptions leave the connection to the DB in an unusable state | Database layer (models, ORM) | ||
8729 | 8729 | ✅ | 8 | django.contrib.comments feed should allow filtering based on ContentType and object instance. | contrib.comments | |
14646 | 14646 | 11 | django.contrib.comments is missing default template for comment_notification_email.txt, and has no documentation of template context | contrib.comments | ||
14175 | 14175 | 7 | Comment object's user_name field too short for User.get_full_name | contrib.comments | ||
14970 | 14970 | 6 | Inconsistency in handling of managed/unmanaged transactions | Database layer (models, ORM) | ||
14241 | 14241 | 5 | instructions for creating spatial database template differ on fedora 13 (64 bit) | Documentation | ||
19982 | 19982 | ✅ | 1 | Chained Queryset filters generate wrong join with reverse relations | Database layer (models, ORM) | |
11612 | 11612 | ✅ | 2 | Model field 'Default' argument doesn't work as documented | Database layer (models, ORM) | |
14016 | 14016 | 3 | SQLite3 problem with date comparison | Database layer (models, ORM) | ||
10248 | 10248 | ✅ | 6 | Calling .dates on a annotated queryset gives wrong sql | Database layer (models, ORM) | |
10924 | 10924 | ✅ | 2 | Should use variance() and stddev() rather than var_samp() and stddev_samp() on Postgresql < 8.2 | Database layer (models, ORM) | |
14410 | 14410 | ✅ | 2 | django.db.models.fields.__init__.py class Field.validate failed | Database layer (models, ORM) | |
10626 | 10626 | ✅ | 3 | Default model ordering affects annotation query | Database layer (models, ORM) | |
10250 | 10250 | ✅ | 4 | MySQL quoting not happening for aggregation group by? | Database layer (models, ORM) | |
10906 | 10906 | ✅ | 5 | Aggregation support absent on postgres < 8.2 | Database layer (models, ORM) | |
15123 | 15123 | ✅ | 3 | models Meta's db_table and ManyToManyField | Database layer (models, ORM) | |
13692 | 13692 | ✅ | 2 | Wrong ORM in complex filter | Database layer (models, ORM) | |
13159 | 13159 | ✅ | 6 | Quote aggregate alias in order by | Database layer (models, ORM) | |
12869 | 12869 | ✅ | 2 | SELECT (1) AS [a] FROM [my_table] WHERE ([my_table].[id] = ? AND NOT ([my_table].[id] = ? )) (1, 1) | Database layer (models, ORM) | |
12687 | 12687 | ✅ | 8 | Using exclude on a queryset with an annotate field give attribute error. | Database layer (models, ORM) | |
12625 | 12625 | ✅ | 6 | .filter(foo__in= duplicates | Database layer (models, ORM) | |
12598 | 12598 | ✅ | 2 | somefield__isnull=False produce wrong SQL | Database layer (models, ORM) | |
10673 | 10673 | ✅ | 4 | If the default manager adds an annotation and sets use_for_related_fields, saves can fail. | Database layer (models, ORM) | |
10666 | 10666 | ✅ | 4 | Aggregate with inherited columns does not work as expected | Database layer (models, ORM) | |
12597 | 12597 | ✅ | 2 | somefield__isnull=False produce wrong SQL | Database layer (models, ORM) | |
14707 | 14707 | ✅ | 6 | Allow an annotation to match a field name when using .values on a query set. | Database layer (models, ORM) | |
10972 | 10972 | ✅ | 15 | Use Expressions with Annotations | Database layer (models, ORM) | |
12270 | 12270 | ✅ | 2 | Wrong SQL generated with annotated fields and ORed Q objects | Database layer (models, ORM) | |
11962 | 11962 | ✅ | 3 | Annotate with "extra" triggers Traceback (bad SQL) | Database layer (models, ORM) | |
14139 | 14139 | ✅ | 6 | Feature Request: distinct() should support field names | Database layer (models, ORM) | |
10142 | 10142 | ✅ | 9 | Doctests failing on aggregation | Database layer (models, ORM) | |
11945 | 11945 | ✅ | 2 | Aggregation on filter got the wrong result | Database layer (models, ORM) | |
10766 | 10766 | ✅ | 5 | Annotate() doesn't error if given a previously defined annotation alias | Database layer (models, ORM) | |
11822 | 11822 | ✅ | 7 | Slugify check for existing slugs in table | Database layer (models, ORM) | |
11802 | 11802 | ✅ | 2 | Wrong use of aggregation module may lead to non-deterministic bugs | Database layer (models, ORM) | |
14011 | 14011 | ✅ | 5 | QuerySet.none().values('x').query causes "DatabaseError: subquery has too many columns" when used in filters. | Database layer (models, ORM) | |
10132 | 10132 | ✅ | 5 | Aggregations add extra values to ValuesQuerySets | Database layer (models, ORM) | |
10425 | 10425 | ✅ | 5 | Bad SQL generated for Book.objects.values('author').annotate(Count('author')).count() | Database layer (models, ORM) | |
13442 | 13442 | ✅ | 4 | only() and defer() will always select id | Database layer (models, ORM) | |
14373 | 14373 | 12 | annotate() will gladly delete your data | Database layer (models, ORM) | ||
14387 | 14387 | ✅ | 5 | pre_save problem with inherrited model | Database layer (models, ORM) | |
9796 | 9796 | ✅ | 2 | Aggregate classes unnescarily use instance attributes. | Database layer (models, ORM) | |
10100 | 10100 | ✅ | 3 | "exclude" by annotation works like "filter" | Database layer (models, ORM) | |
9870 | 9870 | ✅ | 2 | When querying aross a many to many field if the target is the primary key only join to the intermediary table | Database layer (models, ORM) | |
13363 | 13363 | ✅ | 4 | extra fields of Model.objects.extra() can't be filtered | Database layer (models, ORM) | |
9797 | 9797 | ✅ | 2 | .count() should use aggregates internally | Database layer (models, ORM) | |
11088 | 11088 | ✅ | 4 | Aggregation problem, table JOINed twice | Database layer (models, ORM) | |
10064 | 10064 | ✅ | 9 | error: annotate doesn't support select_related | Database layer (models, ORM) | |
14229 | 14229 | ✅ | 2 | Postgres backend generates invalid SQL when istartswith and F object are combined. | Database layer (models, ORM) | |
10289 | 10289 | ✅ | 3 | Postgresql aggregate support version check is hypersensitive | Database layer (models, ORM) | |
10033 | 10033 | ✅ | 6 | Oracle test suite failures after aggregation checkin | Database layer (models, ORM) | |
11256 | 11256 | ✅ | 10 | Fail loudly and clearly when an Annotation alias matches a field name. | Database layer (models, ORM) | |
11090 | 11090 | ✅ | 3 | Query.group_by no longer supports MySQL specific behaviour | Database layer (models, ORM) | |
9834 | 9834 | ✅ | 2 | Aggregation classes can use class attributes for their type as well | Database layer (models, ORM) | |
10290 | 10290 | ✅ | 2 | grouping with extra_selects produces invalid sql | Database layer (models, ORM) | |
9845 | 9845 | ✅ | 2 | Aggregate regression tests fail against SQLite 3.5.9 | Database layer (models, ORM) | |
10916 | 10916 | ✅ | 3 | annotate() method doesn't include content_type_id into WHERE clause when used with generic relations | Database layer (models, ORM) | |
19806 | 19806 | ✅ | 5 | django_bash_completion clobbers upstream completion of ‘python’ | Core (Management commands) | |
19901 | 19901 | ✅ | 5 | introspect user model to determine REQUIRED_FIELDS | contrib.auth | |
218 | 218 | 2 | changing column sort order in admin interface doesn't change sort order | contrib.admin | ||
14571 | 14571 | 22 | Update jQuery | contrib.admin | ||
14342 | 14342 | 3 | Part 2 of the Tutorial -- path format for TEMPLATE_DIR | Documentation | ||
14633 | 14633 | 15 | Reorganize settings reference docs | Documentation | ||
14879 | 14879 | 7 | Aggregates (Min, Max) for CharField fails with Postgresql | Database layer (models, ORM) | ||
14040 | 14040 | 5 | Python syntax errors in module loading propagate up | Core (Other) | ||
14976 | 14976 | 11 | Add is_html flag to contrib.messages | contrib.messages | ||
14325 | 14325 | 9 | GenericForeignKey fails if assigned to an object which implements the __len__ method | contrib.contenttypes | ||
14039 | 14039 | 14 | FileField special-casing breaks MultiValueField including a FileField | Forms | ||
14684 | 14684 | 12 | RESTful Model View | Generic views | ||
14089 | 14089 | 2 | Username validation allows '@' character, while auth backend explicitly prevents this. | contrib.auth | ||
14694 | 14694 | 21 | defer() doesn't work with reverse relations | Database layer (models, ORM) | ||
154 | 154 | 7 | Can't delete object with ManytoMany Relationship | contrib.admin | ||
14678 | 14678 | 30 | Users are able to add more than one page to the same url | contrib.flatpages | ||
72 | 72 | 5 | Django should add charset info to output HTTP headers | Core (Other) | ||
14264 | 14264 | 10 | settings.configure has undocumented differences from using a settings module | Core (Other) | ||
14315 | 14315 | 11 | memcached doesn't support negative deltas for incr() and decr() | Core (Cache system) | ||
361 | 361 | 23 | Some Basic Math Filters | Template system | ||
14615 | 14615 | ✅ | 15 | Related objects manager returns related objects with null FKs for unsaved instances | Database layer (models, ORM) | |
14093 | 14093 | 21 | Confusing error when failing to create a session key because the cache is unavailable | contrib.sessions | ||
14967 | 14967 | 6 | django.contrib.auth.admin.UserAdmin.response_add changed in 1.2.4 | Documentation | ||
14282 | 14282 | 8 | Add Guatemala to Localflavors | contrib.localflavor | ||
14400 | 14400 | 7 | Latvian localflavor | contrib.localflavor | ||
14015 | 14015 | 6 | django.contrib.localflavor.it added italian phone number validation | contrib.localflavor | ||
14308 | 14308 | 6 | Adding some fields to the Mexican local flavor. | contrib.localflavor | ||
14165 | 14165 | 5 | Transaction management is only entered for the primary database | Documentation | ||
14861 | 14861 | 17 | Importing settings in a module that contains a logging Handler causes circular import. | Core (Other) | ||
7989 | 7989 | ✅ | 11 | Logout view should require POST request | contrib.auth | |
14829 | 14829 | 7 | URL dispatcher documentation with class-based generic views | Documentation | ||
4796 | 4796 | ✅ | 36 | force_unicode error | Core (Other) | |
18943 | 18943 | ✅ | 2 | Live preview on Trac's ticket creation page fails | *.djangoproject.com | |
14449 | 14449 | 10 | restructuredtext filter does not return the correct content | Documentation | ||
17566 | 17566 | ✅ | 12 | RegexURLResolver.__repr__(self) is not unicode safe. | Core (URLs) | |
14757 | 14757 | 9 | Add An Example For .extra(tables=[]) | Documentation | ||
14556 | 14556 | 5 | Recommend to avoid FlatpageFallbackMiddleware unless absolutely required | Documentation | ||
14769 | 14769 | 5 | Voting example from tutorial - use of forms API - suggestion | Documentation | ||
14885 | 14885 | 7 | is_valid for ModelForm changes instance if instance is provided | Documentation | ||
14516 | 14516 | 10 | Extract methods from removetags and slugify template filters | Template system | ||
14195 | 14195 | 10 | ContentType object fails to use cache, beats DB to death | Uncategorized | ||
14686 | 14686 | 7 | ORM support for VoltDB | Database layer (models, ORM) | ||
14917 | 14917 | 5 | Error in the sample code under "Using an inline formset in a view" | Documentation | ||
14898 | 14898 | 5 | Move validate_sql functionality into backend | Database layer (models, ORM) | ||
14502 | 14502 | 22 | Feature: escape hatch for colliding template syntax in Django templates | Template system | ||
15671 | 15671 | ✅ | 26 | hasattr in RemoteUserMiddleware hides true errors and exceptions | contrib.auth | |
14827 | 14827 | 9 | Authentication Backends should be responsible for checking and setting passwords | contrib.auth | ||
14026 | 14026 | 9 | Setting for TRANSACTION_LEVEL on db backends | Database layer (models, ORM) | ||
14478 | 14478 | 5 | Couple of tests make assumptions about configuration | Contrib apps | ||
14681 | 14681 | 7 | Uploaded files should not set mode to None | File uploads/storage | ||
14886 | 14886 | 9 | GeoModelAdmin forms cannot be used with WMS in formats other than image/jpeg | GIS | ||
1 | 1 | 13 | Create architecture for anonymous sessions | Core (Other) | ||
409 | 409 | 5 | Add support for sqlrelay backend, to pool DB connections | Database layer (models, ORM) | ||
18093 | 18093 | ✅ | 8 | AnonymousUser should have a 'pk' attribute | contrib.auth | |
14836 | 14836 | 5 | Improve semantics of docs: | *.djangoproject.com | ||
1327 | 1327 | ✅ | Support nightly-build download | *.djangoproject.com | ||
14593 | 14593 | 9 | CZBirthNumberField expects two arguments to clean() | contrib.localflavor | ||
14618 | 14618 | 8 | unable to "inspectdb" on mysql4 database | Core (Management commands) | ||
14266 | 14266 | 9 | Audit database backend support claims, particularly for MySQL | Documentation | ||
10869 | 10869 | ✅ | 5 | ./manage.py makemessages should let users specify input directories | Internationalization | |
14822 | 14822 | 5 | contrib.auth docs should reference to new generic views. | Documentation | ||
596 | 596 | 24 | Allow Django to be packaged as a Python egg | Core (Other) | ||
14527 | 14527 | 9 | GeoDjango docs shouldn't recommend PostgreSQL 8.3 | Documentation | ||
14050 | 14050 | 2 | Signals for transaction commit/rollback | Database layer (models, ORM) | ||
14574 | 14574 | 12 | Initial values support for inline model formsets | Forms | ||
14341 | 14341 | 3 | Session middleware raises exception when unit testing HttpResponseForbidden | Testing framework | ||
14147 | 14147 | 8 | django 1.2 documentation refer to assertQuerysetEqual which is only available in trunk | Documentation | ||
14294 | 14294 | 6 | default input_format not honoroed | Documentation | ||
14973 | 14973 | 4 | AdminEmailHandler doesn't include report.message | Core (Other) | ||
159 | 159 | 14 | Circular logout problem | contrib.admin | ||
736 | 736 | 6 | [patch] QueryDict items() and mutability protection fix with doctests | Core (Other) | ||
14184 | 14184 | 6 | Validators not called on MultiValueField | Forms | ||
14843 | 14843 | 2 | Filter like "striptags" that also removes tag contents | Template system | ||
26 | 26 | 10 | Admin validation errors cause FileUploadFields to be reset | contrib.admin | ||
4528 | 4528 | ✅ | 14 | Add DATABASE_PRE_SYNCDB to settings | Core (Management commands) | |
14964 | 14964 | 6 | create_attachment support for unicode symbols in filename | Core (Mail) | ||
14806 | 14806 | 13 | No template tag to support contextual translations | Internationalization | ||
5843 | 5843 | ✅ | 7 | Newforms > Provide example of how to do Form.clean_fieldname() and Form.clean() | Documentation | |
632 | 632 | 20 | database stored templates | Template system | ||
5160 | 5160 | ✅ | 11 | get_FIELD_url should return a valid URL with spaces escaped | Database layer (models, ORM) | |
14555 | 14555 | 4 | Session loss with psycopg2 db backend | contrib.sessions | ||
640 | 640 | 24 | order_with_respect_to option fails | Documentation | ||
702 | 702 | 17 | document that ManyToMany fields can't be in unique_together | Documentation | ||
14792 | 14792 | 7 | error in the default for TEMPLATE_CONTEXT_PROCESSORS | Documentation | ||
8329 | 8329 | ✅ | 10 | django shouldn't delete the startproject command | Core (Management commands) | |
14597 | 14597 | 18 | request.is_secure() should support headers like: X-Forwarded-Protocol and X-Forwarded-Ssl | HTTP handling | ||
9154 | 9154 | ✅ | 28 | Cache compiled templates | Template system | |
638 | 638 | 5 | changelist table is too wide on pages with filter sidebar | contrib.admin | ||
14399 | 14399 | 2 | Site's get_current() not thread safe? | Uncategorized | ||
10912 | 10912 | ✅ | 13 | Autoescaping variable input in template tags | Template system | |
17305 | 17305 | ✅ | 7 | Cache middleware keys too difficult to customize | Core (Cache system) | |
14438 | 14438 | 4 | Deserializer raises ValidationError if natural key is given as string | Core (Serialization) | ||
326 | 326 | 2 | IPAddressField in decimal format | Database layer (models, ORM) | ||
14496 | 14496 | 9 | Conflict between ModelForm.Meta.exclude and ModelAdmin.readonly attributes | contrib.admin | ||
6773 | 6773 | ✅ | 20 | Confusing error when ForeignKey lookup fails while serializing | Core (Serialization) | |
12065 | 12065 | ✅ | 11 | URL clash between FlatPages causes middleware error | contrib.flatpages | |
14292 | 14292 | 7 | User.objects.create_user does not give object with id field populated in svn release. | contrib.auth | ||
14202 | 14202 | 11 | Rss201rev2Feed bug | contrib.syndication | ||
14720 | 14720 | 5 | Settings imported twice as separate modules when manage.py is used | Core (Other) | ||
8052 | 8052 | ✅ | 7 | Password Change Forms overrides userlinks | contrib.admin | |
14270 | 14270 | 5 | ManyToMany manager classes should be cached | Database layer (models, ORM) | ||
14648 | 14648 | 9 | Annotated date querysets fail if spatial backend is used | GIS | ||
14138 | 14138 | 10 | Apache setup using sqlite3 breaks when performing a field__regex filter | Database layer (models, ORM) | ||
14382 | 14382 | 2 | a few suggestions | contrib.comments | ||
14066 | 14066 | 3 | Shouldn't ModelFormMetaclass be public for inheritance issues? | Core (Other) | ||
14579 | 14579 | 8 | Use built-in sessions middleware for entirely cookie-based sessions | contrib.sessions | ||
14044 | 14044 | 3 | "required=False" dones't work when use DateTimeField with SplitDateTimeWidget | Forms | ||
14130 | 14130 | 9 | Catching ImportError in manage.py considered dangerous | Core (Other) | ||
14132 | 14132 | 6 | Feedgenerator doesn't support dates before 1900 | Contrib apps | ||
14133 | 14133 | 6 | update GeoDjango windows installer | GIS | ||
14140 | 14140 | 6 | There is no way to override admin templates to the project level | Template system | ||
14152 | 14152 | 2 | Model validation: full_clean() should call clean() before clean_fields() | Database layer (models, ORM) | ||
14162 | 14162 | 3 | Dumpdata needs an option to use the base manager instead of the default manager | Core (Management commands) | ||
14171 | 14171 | 3 | Python Module Index not available | Documentation | ||
14176 | 14176 | 10 | Error raised when using django.contrib.comments.feeds.LatestCommentsFeed | contrib.comments | ||
14181 | 14181 | 6 | Template tag needed to disable/force L10N formatting on a per-variable basis | Internationalization | ||
14187 | 14187 | 6 | Add support for bpython in django-admin.py shell | Core (Management commands) | ||
14193 | 14193 | 7 | prepopulated_fields should concatenate fields in given order | contrib.admin | ||
14219 | 14219 | 2 | Incorrect empty field validation for DateTimeField with SplitDateTimeWidget | Forms | ||
14221 | 14221 | 7 | Mashed Sentences in Doc | Documentation | ||
14232 | 14232 | 4 | date_list context variable incorrectly documented | Documentation | ||
14248 | 14248 | 3 | Date and DateTime fields, auto_now_add and PostgreSQL | Database layer (models, ORM) | ||
14249 | 14249 | 15 | Inactive users have less permissions then anonymous users with custom backend | contrib.auth | ||
14256 | 14256 | 2 | Add support to testserver for the --skip-db-init option | Testing framework | ||
14258 | 14258 | 3 | Document that 1.3 has added an index to the session date field and a migration is recommended | Documentation | ||
14259 | 14259 | 3 | URL dispatcher does not reject duplicate URL names | Core (Other) | ||
14268 | 14268 | 8 | reset and sqlreset management commands should raise PendingDeprecationWarning for 1.3 | Core (Management commands) | ||
14276 | 14276 | 5 | Typo in the docstring to one of the unittests | Testing framework | ||
14279 | 14279 | 4 | typo in tests for private flatpage not showing sitemaps | Contrib apps | ||
14290 | 14290 | 22 | Rendering is very inefficient when USE_L10N. Caching format values gives 2-7 times improvement | Internationalization | ||
14118 | 14118 | 3 | Serialization docs list the "python" serializer | Documentation | ||
14299 | 14299 | 6 | Add additional cache.*_many functions | Core (Cache system) | ||
14301 | 14301 | 21 | django crashes on email address that passed validate_email() (utf8-tld) | Core (Mail) | ||
14303 | 14303 | 7 | admin inline form id attribute numbering order and uniqueness is lost | contrib.admin | ||
14312 | 14312 | 6 | list_editable causes 500s for ?p>maximum | contrib.admin | ||
14329 | 14329 | 4 | Seeing test failure in regressiontests.request since 13809 | HTTP handling | ||
14330 | 14330 | 4 | Test failure with get_image_dimensions since [13715] | File uploads/storage | ||
14338 | 14338 | 7 | Search bar on the docs should include 1.2, & 1.1 | *.djangoproject.com | ||
14349 | 14349 | 9 | Add Belgium (be) localflavor | contrib.localflavor | ||
14354 | 14354 | 10 | Check password is not None in User.check_password | contrib.auth | ||
14355 | 14355 | 9 | "readonly" fields don't display their "help_text" in admin | contrib.admin | ||
14356 | 14356 | 4 | Unused import in django.core.management.sql | Core (Other) | ||
14358 | 14358 | 5 | History changes in admin don't show verbose_name | contrib.admin | ||
14360 | 14360 | 4 | Clarify documentation of triage states | Documentation | ||
14366 | 14366 | 8 | Model.objects.none().values(...).anything() is broken | Database layer (models, ORM) | ||
14374 | 14374 | 4 | Missing templates on contrib.auth makes tests in a new project fail (startproject) | Contrib apps | ||
14378 | 14378 | 5 | Enable customization of the class for self.client in tests | Testing framework | ||
14384 | 14384 | 5 | Installation documentation should avoid sys.path.append | Documentation | ||
14385 | 14385 | 2 | Standardize Site/RequestSite access; looser coupling of sites framework in contrib | Contrib apps | ||
14386 | 14386 | 9 | Standardize Site/RequestSite access; looser coupling of sites framework in contrib | Contrib apps | ||
14388 | 14388 | 8 | Logging documentation typos | Documentation | ||
14389 | 14389 | 6 | Future url replacement | Template system | ||
14391 | 14391 | 7 | update man django-admin.1 to include missing commands | Core (Management commands) | ||
14395 | 14395 | 5 | Error message typo | Database layer (models, ORM) | ||
14401 | 14401 | 10 | Add a contributing HOWTO page for new contributors | Documentation | ||
14403 | 14403 | 13 | Missing/incomplete documentation for FloatField? | Documentation | ||
14405 | 14405 | 11 | problem in login view | contrib.auth | ||
14406 | 14406 | 4 | Logging doesn't work under Python 2.4 | Core (Other) | ||
14412 | 14412 | 4 | Comment url redirection relies on a legacy url | contrib.comments | ||
14413 | 14413 | 2 | Comment url redirection relies on a legacy url | contrib.comments | ||
14414 | 14414 | 5 | Additional check in content-type view to prevent 500 | Contrib apps | ||
14426 | 14426 | 8 | Factor "mysite" out of all code example import statements | Documentation | ||
14431 | 14431 | 5 | Add a X-Powered-By header by default | Core (Other) | ||
14433 | 14433 | 6 | Thread safety problem in contrib.sitemaps | Contrib apps | ||
14436 | 14436 | 3 | Bump PendingDeprecationWarnings to DeprecationWarnings | Core (Other) | ||
14444 | 14444 | 3 | Convert pagination doctests to unittests | Testing framework | ||
14445 | 14445 | 4 | Use HMAC and constant-time comparison functions where needed in Django | Uncategorized | ||
14446 | 14446 | 4 | auth.views.password_reset_confirm should never be cached | contrib.auth | ||
14447 | 14447 | 3 | Auth and Sitemap test failures from manage.py test | Contrib apps | ||
14448 | 14448 | 3 | Docs for brazilian local flavor are outdated | Documentation | ||
14454 | 14454 | 5 | Convert admin_widgets doctest to unit tests | Testing framework | ||
14455 | 14455 | 13 | Document possibly backwards-incompatible localflavor changes | contrib.localflavor | ||
14456 | 14456 | 5 | Convert inline_formsets doctests to unit tests | Testing framework | ||
14458 | 14458 | 3 | Convert m2m_regress doctests to unit tests | Testing framework | ||
14459 | 14459 | 3 | Convert many_to_one_regress test to unit tests | Testing framework | ||
14460 | 14460 | 4 | Convert managers_regress doctests to unit tests | Testing framework | ||
14464 | 14464 | 4 | Docs should advise people to use the docs for their version | Documentation | ||
14465 | 14465 | 4 | TemplateSyntaxError in Django Admin search | Uncategorized | ||
14466 | 14466 | 4 | "ORA-00918: column ambiguously defined error" has reappeared in 1.2.3 | Database layer (models, ORM) | ||
14467 | 14467 | 11 | AllValuesFilterSpec does not work with Null | contrib.admin | ||
14470 | 14470 | 4 | Convert model_admin doctests to unit tests | Testing framework | ||
14471 | 14471 | 5 | db.models.Manager regression - can't override some methods | Database layer (models, ORM) | ||
14486 | 14486 | 3 | Change unittest / unittest2 import logic on trunk | Testing framework | ||
14487 | 14487 | 3 | Stop leaking unittest2 as 'unittest' from django.test.simple | Testing framework | ||
14489 | 14489 | 2 | Typo in generic views docs | Documentation | ||
14490 | 14490 | 2 | Typo or grammar problem in class based views docs | Documentation | ||
14494 | 14494 | 2 | Typo with generic view guide in tutorial 04 | Documentation | ||
14501 | 14501 | 3 | Django runserver + Chrome/Safari + AJAX POST quirk | Uncategorized | ||
14504 | 14504 | 4 | Generic ListView pagination broken | Generic views | ||
14507 | 14507 | 7 | Static file serving is broken after rev 14293 | Core (Other) | ||
14514 | 14514 | 3 | Typo in staticfiles docs | Documentation | ||
14517 | 14517 | 3 | _supports_stddev checks for wrong exception | Database layer (models, ORM) | ||
14519 | 14519 | 3 | Tutorial 4 uses wrong syntax for name | Documentation | ||
14523 | 14523 | 5 | Exceptions in response middleware aren't handled by main request's try .. except block | Core (Other) | ||
14524 | 14524 | 5 | Accessing /static/ in a new project shows simplistic 404 error page | Contrib apps | ||
14526 | 14526 | 3 | Geodjango docs shouldn't talk about Python 2.4 so much | Documentation | ||
14528 | 14528 | 4 | django.contrib.staticfiles documentation issues | Documentation | ||
14529 | 14529 | 8 | Save messages for proxy models show a crazy verbose_name | contrib.admin | ||
14533 | 14533 | 7 | django signals not thread-safe | Core (Other) | ||
14534 | 14534 | 4 | Incorrect link in ORM Queries docs | Documentation | ||
14538 | 14538 | 3 | STATICFILES_DIRS must be set for dev, docs could be improved | Contrib apps | ||
14543 | 14543 | 18 | ContentTypes tests fails if auth app is not installed | contrib.contenttypes | ||
14544 | 14544 | 3 | Running the findstatic command with --first returns a weird output | Contrib apps | ||
14545 | 14545 | 4 | ValidationError missing from Exceptions Reference docs | Documentation | ||
14546 | 14546 | 4 | Queryset docs should drop some legacy Django 1.0 instructions | Documentation | ||
14548 | 14548 | 10 | Docs and implementation don't match regading return values of certain QuerySet aggregate functions | Documentation | ||
14550 | 14550 | 3 | commit_on_success no longer sets back to autocommit mode | Database layer (models, ORM) | ||
14557 | 14557 | 2 | Generic View improvment | Generic views | ||
14558 | 14558 | 4 | Generic View http_method bug | Generic views | ||
14559 | 14559 | 6 | Minor docstring corrections | Uncategorized | ||
14560 | 14560 | 6 | UpdateCacheMiddleware does not save responses for HEAD requests | Core (Cache system) | ||
14562 | 14562 | 2 | Typo streightforward | Documentation | ||
14563 | 14563 | 7 | Add Turkey to localflavors | contrib.localflavor | ||
14568 | 14568 | 3 | FormMixin.get_form should use keyword arguments for data & files | Generic views | ||
14570 | 14570 | 5 | New format character to represent locale-specifc alternative month names | Internationalization | ||
14572 | 14572 | 10 | Minor fix for generic inline formsets | contrib.contenttypes | ||
14573 | 14573 | 3 | prepopulated_fields javascript error since r14123 | contrib.admin | ||
14576 | 14576 | 8 | Regression in FormWizard | contrib.formtools | ||
14581 | 14581 | 5 | __isnull=False not working for one to one relationships | Database layer (models, ORM) | ||
14582 | 14582 | 5 | django.contrib.staticfiles development file serving is backward-incompatible if MEDIA_URL was pointing to /static/ folder | Contrib apps | ||
14585 | 14585 | 4 | Make interpolate JS function not require the named parameter. | Translations | ||
14589 | 14589 | 4 | Changeset 14395 introduced two bugs | Template system | ||
14592 | 14592 | 2 | Class based generic views documentation typo | Documentation | ||
14594 | 14594 | 6 | Django/CherryPy problem with POST data | HTTP handling | ||
14596 | 14596 | 3 | Cache backend initialization refactoring | Core (Cache system) | ||
14600 | 14600 | 4 | No mentioning of addition of staticfiles to TEMPLATE_CONTEXT_PROCESSORS after 1.2 in settings documentation | Documentation | ||
14602 | 14602 | 10 | bug in wsgi handler in trunk | Core (Other) | ||
14603 | 14603 | 3 | Copy & paste-able unittest output | Uncategorized | ||
14604 | 14604 | 4 | Ubuntu documentation for geospatial/Postgres is out of date | GIS | ||
14605 | 14605 | 5 | method similar to HttpRequest.is_ajax() to detect flash | HTTP handling | ||
14612 | 14612 | 5 | Password reset page leaks user count | contrib.auth | ||
14617 | 14617 | 5 | Docs should mention runserver's automatic serving of static files | Documentation | ||
14623 | 14623 | 5 | DateTimeField(auto_now=True) does not change when update is called | Database layer (models, ORM) | ||
14632 | 14632 | 7 | Bug - testing framework fails when contrib.auth not in settings. | Testing framework | ||
14634 | 14634 | 5 | Sessions are unnecessarily complex | contrib.sessions | ||
14640 | 14640 | 9 | Add elapsed request time to the development server log | HTTP handling | ||
14641 | 14641 | 4 | grammar and accuracy fixes for documentation | Documentation | ||
14652 | 14652 | 4 | Sessions seem to be improperly using Pickle to hash a dictionary | contrib.sessions | ||
14653 | 14653 | 4 | GeoDjango utils shouldn't include a Popen shortcut | GIS | ||
14659 | 14659 | 2 | Assigning floats to DecimalFields | Database layer (models, ORM) | ||
14661 | 14661 | 14 | A couple of MySQL/MyISAM test failures | Testing framework | ||
14662 | 14662 | 4 | auth and contenttypes post-syncdb handlers ignore 'db' option | Contrib apps | ||
14663 | 14663 | 6 | L10N of dates in Norwegian. | Translations | ||
14665 | 14665 | 4 | collectstatic will recollect some files all the time. | Contrib apps | ||
14667 | 14667 | 3 | Link MEDIA_* settings to file management docs | Documentation | ||
14670 | 14670 | 6 | GenericTabularInline broken as of r13708 | Contrib apps | ||
14679 | 14679 | 5 | Change of behavior in add new user workflow when using "Save" button | contrib.admin | ||
14682 | 14682 | 4 | Class based views docs should be more explicit about template location | Documentation | ||
14685 | 14685 | 3 | contrib.sessions.models has incompatible or extraneous code | contrib.sessions | ||
14692 | 14692 | 2 | Unclear mail error | Uncategorized | ||
14693 | 14693 | 4 | staticfiles app doesn't work with form media framework and 3rd party asset managers | Contrib apps | ||
14697 | 14697 | 7 | Speeding up queryset model instance creation | Database layer (models, ORM) | ||
14698 | 14698 | 7 | django.utils.module_loading.module_has_submodule yields false positives | Core (Other) | ||
14700 | 14700 | 11 | Speed up RawQuerySet iterator | Database layer (models, ORM) | ||
14702 | 14702 | 7 | Add a "needs info" state to tickets | *.djangoproject.com | ||
14703 | 14703 | 4 | memcached.set_many() should not special case unicode data | Core (Cache system) | ||
14704 | 14704 | 4 | USE_THOUSAND_SEPARATOR poorly documented | Documentation | ||
14708 | 14708 | 6 | Document available mapping keys for form field error messages. | Documentation | ||
14709 | 14709 | 5 | staticfiles app seems forced upon me | Contrib apps | ||
14711 | 14711 | 4 | MonthMixin.get_previous_month incorrect under certain conditions | Generic views | ||
14721 | 14721 | 8 | USE_THOUSAND_SEPARATOR fails with UnicodeDecodeError in several locales | Internationalization | ||
14731 | 14731 | 8 | [Patch] Change 14413 breaks old fixtures with permissions | contrib.auth | ||
14735 | 14735 | 5 | Wrong plural formulation in search_form.html | contrib.admin | ||
14736 | 14736 | 5 | Typo in documentation | Documentation | ||
14737 | 14737 | 4 | Move doc comment for "cache_page" to function. | Core (Cache system) | ||
14738 | 14738 | 3 | Link settings in cache doc to settings reference, for consistency. | Documentation | ||
14739 | 14739 | 6 | Move contrib app translations out of core | Internationalization | ||
14743 | 14743 | 4 | Clean up "urls" documentation | Documentation | ||
14744 | 14744 | 4 | Update views docs | Documentation | ||
14745 | 14745 | 3 | Update shortcuts docs | Documentation | ||
14746 | 14746 | 4 | Update request/response docs | Documentation | ||
14749 | 14749 | 2 | add __enter__ and __exit__ to django.core.files.File | File uploads/storage | ||
14750 | 14750 | 6 | ILPostalCodeField doesn't handle EMPTY_VALUES correctly | contrib.localflavor | ||
14752 | 14752 | 4 | WeekArchiveView gives incorrect results when using weeks beginning with Monday | Generic views | ||
14753 | 14753 | 6 | Accessing (Get)HttpRequest.raw_post_data in view results in exception during testing | Testing framework | ||
14755 | 14755 | 7 | Wsgi Error | HTTP handling | ||
14756 | 14756 | 6 | "Related objects reference" documentation needs copy-edit | Documentation | ||
14758 | 14758 | 5 | QuerySet method docs headings contain entire method signatures | Documentation | ||
14768 | 14768 | 6 | es-MX locale, formats.py contribution | Translations | ||
14770 | 14770 | 4 | Should be able to set cookies from the request as well as the response. | Core (Other) | ||
14771 | 14771 | 5 | Typo in docs, "vistor" | Documentation | ||
14773 | 14773 | 2 | MultipleObjectMixin and subclasses should accept custom paginator class | Generic views | ||
14774 | 14774 | 9 | assertNumQueries is buggy with views and the test client if used more than once in a test | Testing framework | ||
14776 | 14776 | 2 | Don't put radio and checkbox input widgets in <ul> lists | Forms | ||
14788 | 14788 | 5 | Typos in the footer | *.djangoproject.com | ||
14793 | 14793 | 3 | staticfiles documentation example overwrites urlpatterns | Documentation | ||
14795 | 14795 | 8 | Empty Superuser Permissions | contrib.auth | ||
14797 | 14797 | 4 | ModelFormMixin's get_form_class() logic broken; fails with custom get_queryset() method | Generic views | ||
14799 | 14799 | 6 | Test database creation order problem after r14696 | Testing framework | ||
14803 | 14803 | 4 | ModelFormMixing's handling of "success_url" is inconsistent with old generic view behaviour | Generic views | ||
14805 | 14805 | 4 | Tweak sitemaps docs | Documentation | ||
14809 | 14809 | 11 | Broken login related tests after r14733 | contrib.auth | ||
14811 | 14811 | 4 | Link render_to_response to template loader API | Documentation | ||
14812 | 14812 | 6 | Wrong processing of If-Modified-Since header | Contrib apps | ||
14816 | 14816 | 10 | Error in documentation of InlineModelAdmin options | Documentation | ||
14819 | 14819 | 5 | Superfluous quote in docstring | Core (Serialization) | ||
14820 | 14820 | 20 | Use `TextField` instead of `PositiveIntegerField` in docs and examples for generic relations. | Documentation | ||
14821 | 14821 | 4 | Document the differences of formatting syntax in formats.py | Internationalization | ||
14824 | 14824 | 10 | django.utils.get_format_modules doesn't respect USE_L10N | Internationalization | ||
14830 | 14830 | 8 | Default value for radio button not preserved when dynamically creating new inlines | contrib.admin | ||
14833 | 14833 | 3 | Sitemaps tests fail if run from your project and USE_I18N is False | Contrib apps | ||
14835 | 14835 | 5 | Improper indentation for docs/ref/contrib/admin/index.txt | Documentation | ||
14858 | 14858 | 3 | Bug in admin change_form template produces javascript error when adding new object with first_field of type DateTimeField. | contrib.admin | ||
14862 | 14862 | 7 | bad links | *.djangoproject.com | ||
14863 | 14863 | 4 | default INSTALLED_APPS out of date | Documentation | ||
14867 | 14867 | 2 | TemplateResponse documentation uses the term "bake" instead of "render" | Documentation | ||
14873 | 14873 | 4 | A paginated ListView with a List instead of queryset produces an error | Generic views | ||
14878 | 14878 | 8 | Issues in generic views (list) | Generic views | ||
14895 | 14895 | 6 | USE_THOUSAND_SEPARATOR causes error on group admin operations | contrib.admin | ||
14896 | 14896 | 9 | Delete leads to IntegrityError : bad cascading rule when there's a ManyToManyField pointing to a class having subclasses. | Database layer (models, ORM) | ||
14897 | 14897 | 3 | Formset examples lack syntax highlighting | Documentation | ||
14905 | 14905 | 5 | models.FileField links to url attribute, which is undocumented. | Documentation | ||
14906 | 14906 | 6 | r14915 removed alternative month names from Polish translation added in r14000 | Translations | ||
14908 | 14908 | 7 | Add takes_context parameter to simple_tag decorator | Template system | ||
14910 | 14910 | 12 | I18N locale per app resolving - documentation incorrect and bug | Internationalization | ||
14911 | 14911 | 3 | Custom Storage System not working properly | File uploads/storage | ||
14912 | 14912 | 5 | urlize and urlizetrunc template filter docs need expansion | Documentation | ||
14913 | 14913 | 3 | Romanian translation, including E date format | Translations | ||
14919 | 14919 | 2 | 1.2.X branch test failure: test_csrf_token_in_404 | Uncategorized | ||
14920 | 14920 | 2 | Many test failures running full suite with postgres backend | Uncategorized | ||
14921 | 14921 | 3 | Cannot run tests against oracle db on trunk | Uncategorized | ||
14924 | 14924 | 10 | I18N looks for translations in the reverse order of the apps | Internationalization | ||
14925 | 14925 | 7 | test_permission_register_order raises IntegrityError when tests are run and INNODB storage engine is used for MySQL | contrib.auth | ||
14928 | 14928 | 10 | manage runserver does not allow host name as address | django-admin.py runserver | ||
14933 | 14933 | 3 | SelectDateWidget doesn't render a month | Forms | ||
14935 | 14935 | 2 | admin_views regression test has one failure since r14992 | contrib.admin | ||
14938 | 14938 | 11 | "Save as" does not save entries added with a Inline | Forms | ||
14941 | 14941 | 7 | URLField (in django.contrib.admin) rejects IDN domain | Core (Other) | ||
14942 | 14942 | 3 | .distinct() + ordering/order_by() is a problem even without related models | Documentation | ||
14943 | 14943 | 2 | Meta attributes for Model refused to work with Mixin. | Database layer (models, ORM) | ||
14947 | 14947 | 9 | regressiontests.fixtures_regress.tests.TestFixtures.test_dumpdata_uses_default_manager() fails with Python 2.7 | Uncategorized | ||
14948 | 14948 | 21 | Broken routers in 1.2.4: type object 'ModelBase' has no attribute '_meta' | Database layer (models, ORM) | ||
14951 | 14951 | 7 | Unique_for_[date|month|year] fails when the DateField is empty | Database layer (models, ORM) | ||
14954 | 14954 | 4 | AttributeError: 'dict' object has no attribute 'status_code' | Uncategorized | ||
14955 | 14955 | 12 | URLField validation should use HEAD requet instead of GET | Core (Other) | ||
14956 | 14956 | 3 | typo in messages documentation | Documentation | ||
14959 | 14959 | 6 | model fields docs should link to local flavor | Documentation | ||
14961 | 14961 | 13 | Cannot load admin interface static files when doing tutorial | Contrib apps | ||
14965 | 14965 | 5 | {% include %} tag changes should be mentioned in release notes | Documentation | ||
14972 | 14972 | 8 | AdminEmailHandler breaks when report is missing stack trace information | Core (Other) | ||
14975 | 14975 | 11 | TransactionTestCases are broken by django.contrib.auth in 1.2.4 | Testing framework | ||
14977 | 14977 | 6 | contrib.admin ordering by two or more fields | contrib.admin | ||
14978 | 14978 | 3 | Add versionchanged note to ––adminmedia docs | Documentation | ||
14980 | 14980 | 3 | 1.2.4 release notes did not make it into trunk | Documentation | ||
14982 | 14982 | 7 | EMPTY_CHANGELIST_VALUE not honored whit a relation field in list_display | Uncategorized | ||
14984 | 14984 | 7 | ClearableFileInput generates invalid XHTML | Forms | ||
14985 | 14985 | 2 | post_save signal should trigger after data persistence to database. | Database layer (models, ORM) | ||
14988 | 14988 | 2 | Tutorial part 4 - Renaming of templates should be removed | Documentation | ||
14990 | 14990 | 3 | Custom sitemap unittests failing for contrib.sitemaps in 1.3 Beta 1 | Contrib apps | ||
14994 | 14994 | 5 | Example in auth docs emits DeprecationWarning | Documentation | ||
14995 | 14995 | 3 | from django.views.generic import FormView | Generic views | ||
14996 | 14996 | 2 | Incorrect persistent help_text for ModelMultipleChoiceField if widget is overridden in Modelform class Meta: | Forms | ||
14997 | 14997 | 4 | Confusing wording on the note "Overriding Delete" | Documentation | ||
14998 | 14998 | 4 | '/'.join should use os.path.join | Contrib apps | ||
14999 | 14999 | 7 | Valid lookups are rejected after r15031 | contrib.admin | ||
14103 | 14103 | 6 | Have django.utils.cache.patch_response_headers honor settings.USE_ETAGS setting | Core (Cache system) | ||
14102 | 14102 | 4 | Model._get_unique_checks can return fields that are in the exclude list | Database layer (models, ORM) | ||
15199 | 15199 | ✅ | 6 | Allow MEDIA_ROOT inside STATIC_ROOT | contrib.staticfiles | |
15320 | 15320 | ✅ | 4 | staticfiles allows change of storage backend on collection but not when searching for files | contrib.staticfiles | |
14077 | 14077 | 3 | Need an easy way to display model instance field names and values in templates | Forms | ||
14060 | 14060 | 6 | PostGISAdapter needs to properly cast input for comparisons on geography columns. | GIS | ||
14055 | 14055 | 2 | Wrong query generated when using reverse foreign key | Database layer (models, ORM) | ||
14041 | 14041 | ✅ | 8 | Templates in function calls for sitemap | Contrib apps | |
14034 | 14034 | 2 | admin inline formset with "extra" ignores last line when saving | Contrib apps | ||
14031 | 14031 | 2 | NewPasswordForm | Forms | ||
14023 | 14023 | 6 | Better example for the custom form template | Documentation | ||
14004 | 14004 | 7 | update() is not mention in the Queryset API Reference | Documentation | ||
14002 | 14002 | 10 | filesizeformat filter only supports up to GB | Template system | ||
14000 | 14000 | 10 | Removal of obsolete "versionadded" tags | Documentation | ||
13859 | 13859 | ✅ | 12 | respect LANGUAGE_CODE in management command instead of overriding it with 'en-us' | Core (Management commands) | |
12028 | 12028 | ✅ | 14 | Generic Inline doesn't validate unique_together | contrib.contenttypes | |
10977 | 10977 | ✅ | 11 | In some cases, the intersection of two QuerySets is empty when it shouldn't be | Database layer (models, ORM) | |
10004 | 10004 | ✅ | 19 | Enable -c switch in xgettext call to collect translator comments | Internationalization | |
399 | 399 | 73 | Bigint field object needed | Database layer (models, ORM) | ||
342 | 342 | 43 | Add a way for fields to be displayed in the admin without being editable | contrib.admin | ||
9289 | 9289 | ✅ | 18 | Swedish (se) localflavor | contrib.localflavor | |
12032 | 12032 | ✅ | 4 | Signals receivers not called when the receiver is a closure | Core (Other) | |
11463 | 11463 | ✅ | 8 | Vietnamese translation | Translations | |
12102 | 12102 | ✅ | 6 | Relative PYTHONPATH in the docs | Documentation | |
8735 | 8735 | ✅ | 10 | Lack of Portuguese LocalFlavor | contrib.localflavor | |
12017 | 12017 | ✅ | 5 | UKPostcodeField doesn't shows provided custom "error_messages" | contrib.localflavor | |
11457 | 11457 | ✅ | 15 | Login Redirect Security Check Overly Broad | contrib.auth | |
13014 | 13014 | ✅ | 12 | Document using LANGUAGE_CODE with the cache template tag | Documentation | |
13373 | 13373 | ✅ | 7 | IF tag no longer short-circuits | Template system | |
10643 | 10643 | ✅ | 7 | formtools do not handle forms with empty_permitted | contrib.formtools | |
458 | 458 | 6 | "View on site" doesn't link to model's get_absoulte_url() method | contrib.admin | ||
8906 | 8906 | ✅ | 9 | django.contrib.auth settings.py URL's aren't portable | contrib.auth | |
10807 | 10807 | ✅ | 6 | 'Constraint' object has no attribute 'relabel_aliases' when using | with GeoQueryset | GIS | |
11042 | 11042 | ✅ | 6 | admin inlines of inherited models break on edit submit after changeset 10666 | contrib.admin | |
9118 | 9118 | ✅ | 7 | Unhelpful handling of UTF_8 encoding bugs in ModelForm field.help_text | Forms | |
689 | 689 | 54 | Honor Web server provided authentication | Core (Other) | ||
957 | 957 | 6 | A SlugField with prepopulate_from does not work for stacked or tabular edit_inline objects. | contrib.admin | ||
7519 | 7519 | ✅ | 3 | Bad testing hack in newforms-admin tests | contrib.auth | |
7404 | 7404 | ✅ | 7 | Add last_login and date_created to User's admin list | contrib.auth | |
7076 | 7076 | ✅ | 8 | qs.exclude(something=123) should not exclude objects with something=None | Database layer (models, ORM) | |
7558 | 7558 | ✅ | 3 | svn:ignore properties missing | contrib.auth | |
8208 | 8208 | ✅ | 7 | ImageField does not set width/height_field using 'actual' file | File uploads/storage | |
8369 | 8369 | ✅ | 16 | syncdb fails with the auth application | Contrib apps | |
8402 | 8402 | ✅ | 8 | Password change form still assumes oldforms variables | Contrib apps | |
8728 | 8728 | ✅ | 4 | Broken links in new documentation | Documentation | |
7786 | 7786 | ✅ | 14 | queries test failure on Python 2.3 | Database layer (models, ORM) | |
7830 | 7830 | ✅ | 15 | removal of some deprecated features for 1.0 | Uncategorized | |
7905 | 7905 | ✅ | 5 | document raw_id_fields option in InlineModelAdmin | Documentation | |
3639 | 3639 | ✅ | 38 | use newforms in generic create_update view | Generic views | |
528 | 528 | 28 | Add a documentation generator that creates a PDF or HTML files locally | Documentation | ||
7921 | 7921 | ✅ | 12 | Tests that use 8-bit bytestrings fail on Python 2.6/sqlite3 | Uncategorized | |
730 | 730 | 40 | more explicit middlware ordering | Core (Other) | ||
749 | 749 | 6 | Middleware should work as a 'stack' or allow custom orderings | Core (Other) | ||
7657 | 7657 | ✅ | 2 | newforms-admin: django/contrib/auth/decorators.py should be using wraps | contrib.auth | |
5943 | 5943 | ✅ | 26 | django-admin.py should work like manage.py if --setting option is provided | Core (Management commands) | |
7257 | 7257 | ✅ | 11 | Flatpage view returns 404 unless url contains trailing slash | Contrib apps | |
285 | 285 | 40 | WSGIRequest should set request.path to full uri path | HTTP handling | ||
8182 | 8182 | ✅ | 6 | infinite loop iterating over context_processors.PermWrapper | contrib.auth | |
661 | 661 | 5 | New function: batch save of objects would make for more efficient processing | Core (Other) | ||
14718 | 14718 | 5 | Different attributes for DateInput and TimeInput in SplitDateTimeWidget | Forms | ||
14063 | 14063 | 8 | Validating form file fields is hard | File uploads/storage | ||
8647 | 8647 | ✅ | 6 | Add support for user password encryption algorithm selection | contrib.auth | |
14183 | 14183 | 6 | Geodjango models broken with pydoc | GIS | ||
13 | 13 | 90 | Related objects interface should be tighter (edit_inline) | contrib.admin | ||
14876 | 14876 | 9 | Q | Q with nullable related fields generates INNER JOIN where it should be LEFT JOIN | Database layer (models, ORM) | ||
14695 | 14695 | 8 | Field's `name` kwarg gets paved over | Database layer (models, ORM) | ||
14503 | 14503 | 3 | Unify test for exception+message value assertion method | Testing framework | ||
347 | 347 | 5 | Add setting for table generation to use a default MySQL table type | Database layer (models, ORM) | ||
116 | 116 | 7 | Default admin media doesn't display for 'django-admin runserver' | contrib.admin | ||
14049 | 14049 | 9 | Fixture loading should be skipped for TestCase decorated with @skip* | Testing framework | ||
14288 | 14288 | 9 | Template filter: linebreaksbr doesn't normalize newlines | Template system | ||
14849 | 14849 | 3 | ManyToManyField has weird behavior in 1.2 w/ multi-db | Database layer (models, ORM) | ||
14610 | 14610 | 5 | fixtures should be able to specify their database | Testing framework | ||
14348 | 14348 | 5 | Paginator does not handle django.db.models.sql.datastructures.EmptyResultSet | Database layer (models, ORM) | ||
289 | 289 | 18 | [patch] more details with "Please correct the errors below." | contrib.admin | ||
14643 | 14643 | 5 | Readonly fields in GeoDjango admins | GIS | ||
14506 | 14506 | 12 | Crash on HEAD request | Documentation | ||
14608 | 14608 | 35 | Adding a INPhoneNumberField to indian localflavor | contrib.localflavor | ||
14190 | 14190 | 5 | images, news and keywords in sitemap.xml | contrib.sitemaps | ||
14390 | 14390 | 11 | set_password functionality outside of the User model | contrib.auth | ||
14674 | 14674 | 13 | ResetPasswordForm doesn't consider unusable_password setting | contrib.auth | ||
811 | 811 | 67 | IPv6 address field support | Core (Other) | ||
14029 | 14029 | 8 | not operator on F objects silently fails | Database layer (models, ORM) | ||
14020 | 14020 | 6 | Make HttpResponse.get work like dict.get | HTTP handling | ||
14201 | 14201 | 11 | Add a "security overview" page to the docs | Documentation | ||
14206 | 14206 | 17 | contrib:admin dynamic list_display support | contrib.admin | ||
14893 | 14893 | 4 | TypeError when accessing deferred (defer(..)) geometry field when using proxy geographic model | GIS | ||
14614 | 14614 | 22 | Dont send Request message when handle_uncaught_exception() | Core (Other) | ||
14082 | 14082 | 9 | modelform_factory should use the form's metaclass | Forms | ||
14045 | 14045 | 13 | makemessage miss some gettext in javascript | Internationalization | ||
14699 | 14699 | 3 | FormWizard tests are scattered between two test modules | Testing framework | ||
14903 | 14903 | 7 | wsgiref usage | HTTP handling | ||
14134 | 14134 | 6 | Ability to set csrf cookie path and https-only plus add 'secure' | Core (Other) | ||
14262 | 14262 | 11 | Helper for "get_something as varname" template tag pattern | Template system | ||
15740 | 15740 | ✅ | 8 | Manipulating the test client session doesn't work as documented | Testing framework | |
14729 | 14729 | 6 | RawQuerySet.__repr__ fails when params passed as list | Database layer (models, ORM) | ||
14766 | 14766 | 14 | ordering by a field that does not exists returns an empty QuerySet | Database layer (models, ORM) | ||
14854 | 14854 | 6 | Follow PEP 8 -- Style Guide for Python Code | Core (Other) | ||
14220 | 14220 | 4 | Backwards-compat code in db.fields.subclassing is a bottleneck | Database layer (models, ORM) | ||
14710 | 14710 | 8 | Form css classes for bound fields are not rendered {{ form.field_name }} | Forms | ||
14960 | 14960 | 9 | Write tests for inclusion_tag | Template system | ||
14733 | 14733 | 13 | Allow Manager.raw() execute not only "Pure selects" | Database layer (models, ORM) | ||
14105 | 14105 | 9 | django.contrib.auth tests failing with cache middleware | Core (Cache system) | ||
14267 | 14267 | 7 | Trac Upgrade Tracking Ticket | *.djangoproject.com | ||
14230 | 14230 | 4 | Documentation for Auth's Logout view suggests wrong redirect takes precedence. | contrib.auth | ||
6750 | 6750 | ✅ | 8 | Invalid xhtml in AdminFileWidget (target="_blank") | contrib.admin | |
717 | 717 | 20 | If-Modified-Since checked for exact match | HTTP handling | ||
14291 | 14291 | 2 | In django admin results list, provide the field name as a css class on the table cell | Contrib apps | ||
14639 | 14639 | 5 | admin.site.register() does not check if the model is abstract (gives weird error) | contrib.admin | ||
14012 | 14012 | 15 | Adding an User object in a popup fails | contrib.admin | ||
15381 | 15381 | ✅ | 1 | Tutorials: 'mysite.polls' instead of 'polls' in some First Django App | Documentation | |
14099 | 14099 | 10 | modelformset not using _should_delete_form | Forms | ||
14013 | 14013 | 9 | 'django.db.backends.postgresql_psycopg2' isn't an available database backend. (?!?!?) | Database layer (models, ORM) | ||
11373 | 11373 | ✅ | 5 | Change list layout breaks if no actions_form | contrib.admin | |
14251 | 14251 | 3 | app-labels (still) not translated | contrib.admin | ||
14986 | 14986 | 3 | TestCase: increase verbosity for TestCase.fixtures usage | Testing framework | ||
14635 | 14635 | 4 | Documentation improvement on setting up django with OpenBSD | Documentation | ||
14046 | 14046 | 8 | Template tag errors masked if including based on context variable name | Template system | ||
15213 | 15213 | ✅ | 4 | Add support for compressors/minimizers to django.contrib.staticfiles | contrib.staticfiles | |
15202 | 15202 | ✅ | 3 | Changeset 15376 breaks implementation | contrib.staticfiles | |
14101 | 14101 | 12 | Localized DecimalField doesn't accept localized input | Internationalization | ||
15205 | 15205 | ✅ | 1 | Built-in server doesn't serve admin statics | contrib.staticfiles | |
14083 | 14083 | 3 | Python module index on docs page is empty | *.djangoproject.com | ||
14237 | 14237 | 2 | Old version string on the download page + auto checker proposal | *.djangoproject.com | ||
14993 | 14993 | 2 | Please make clear, that filter_horizontal pertains to m2m fields | Documentation | ||
14880 | 14880 | 11 | raw_id_fields in admin does not work when limit_choices_to dictionary has value=False | contrib.admin | ||
14823 | 14823 | 4 | Unexpected behavior with core.serializers.register_serializer and unregister_serializer | Core (Serialization) | ||
14818 | 14818 | 7 | cycle tag is not safe | Template system | ||
14038 | 14038 | 6 | 1.2 Release notes don't mention new template loader classes | Documentation | ||
14677 | 14677 | 4 | tests.py cannot be split to package always | Testing framework | ||
14419 | 14419 | 3 | Make `makemessages --help` more useful | Core (Management commands) | ||
14796 | 14796 | 5 | inspectdb producing field names which are Python keywords | django-admin.py inspectdb | ||
14240 | 14240 | 11 | filesizeformat should localize number | Template system | ||
14934 | 14934 | 2 | Decimal errors not localized to LT because of dictionary interpolation | Translations | ||
14309 | 14309 | 4 | Spanish translation on deleting objects | Translations | ||
14553 | 14553 | 6 | es_AR language update | Translations | ||
14080 | 14080 | 4 | Flatpages pt-br translation | Translations | ||
14672 | 14672 | 3 | Admin doesn't handle new on_delete exceptions gracefully | contrib.admin | ||
14468 | 14468 | 3 | test_client_regress.models.UploadedFileEncodingTest fails if the mimetypes.guess_type() guesses an alternate zip mimetype | Testing framework | ||
14870 | 14870 | 3 | Do not catch all AttributeErrors in CustomRouter.allow_syncdb and friends | Database layer (models, ORM) | ||
14498 | 14498 | 9 | Forms passed to FormWizard.process_step are not guaranteed to have clean validate data | contrib.formtools | ||
14491 | 14491 | 4 | ability to place inlines between fieldsets in admin | contrib.admin | ||
14801 | 14801 | 4 | Support for string methods with lazy translations | Internationalization | ||
14888 | 14888 | 3 | Remove duplicated code in serializers. | Core (Serialization) | ||
14929 | 14929 | 3 | Move doc-comment for gzip decorator | HTTP handling | ||
14474 | 14474 | 3 | Unnecessary deepcopying of QuerySet inside filter() method results in slower execution | Database layer (models, ORM) | ||
14969 | 14969 | 6 | To have a way to modify third part model classes | Database layer (models, ORM) | ||
15000 | 15000 | 4 | IRC logs 404 | *.djangoproject.com | ||
14971 | 14971 | 2 | Exclude by annotation works as OR rather than AND | Database layer (models, ORM) | ||
15001 | 15001 | 2 | Cannot change title in Databrowse | Template system | ||
14940 | 14940 | 2 | New generic class view CreateView execute form.save() with no arguments | Generic views | ||
14931 | 14931 | 1 | models.DateTimeField hard to inherit from if auto_add is used | Database layer (models, ORM) | ||
14926 | 14926 | 1 | Support nesting app namespaces with current_app | Uncategorized | ||
14889 | 14889 | 1 | Usability improvement to csrf_migration_helper | Uncategorized | ||
14991 | 14991 | 2 | SQL injection in quote_name() | Database layer (models, ORM) | ||
14856 | 14856 | 1 | Cleanup of ForeignKey.db_type | Database layer (models, ORM) | ||
14814 | 14814 | 6 | Check for file binding in FieldFile.delete() | Database layer (models, ORM) | ||
14882 | 14882 | 1 | copy as request param is incorrectly parsed | Core (Other) | ||
14966 | 14966 | 1 | ValueError: Incorrect timezone setting: Amsterdam/Netherlands | Core (Management commands) | ||
14701 | 14701 | 2 | Meta attributes from abstract class | Database layer (models, ORM) | ||
14673 | 14673 | 3 | MultipleHiddenInput unbound form | Forms | ||
14657 | 14657 | 1 | Extra select fields are merged into 'GROUP BY' | Database layer (models, ORM) | ||
14651 | 14651 | 4 | ignored field index creation for fields with unique=True and db_index=True | Database layer (models, ORM) | ||
14649 | 14649 | 1 | .save_m2m() will override any Many-to-Many relationships created via signals/save method overloading. | Forms | ||
14595 | 14595 | 1 | DATABASE DeprecationWarning includes new syntax. | Database layer (models, ORM) | ||
14992 | 14992 | 1 | Template recursion | Template system | ||
14505 | 14505 | 2 | Multiple Namespaces and reverse lookup does not work as advertised. | Core (Other) | ||
14500 | 14500 | 1 | Cookie not set in IE and no error message in login form | contrib.auth | ||
14420 | 14420 | 1 | Can't do validation on ModelFormSets to prevent deletion when there is only one object in formset and it is to be deleted | Forms | ||
14418 | 14418 | 1 | lazy instances are not resolved to string when used as Exception value | Uncategorized | ||
14437 | 14437 | 1 | Allow force_insert for fixtures loading. | Core (Serialization) | ||
14989 | 14989 | 4 | Allow serializers to non ovewrite fixtures objects if they are marked as non overridable | Core (Serialization) | ||
14591 | 14591 | 7 | UnicodeDecodeError when trying to render the label of a field | contrib.admin | ||
14987 | 14987 | 4 | Date filter options inconsistant and out of order | Documentation | ||
14842 | 14842 | 8 | Indent the Model Meta Options | Documentation | ||
14331 | 14331 | 2 | Clarify where to append sys.path.append in mod_wsgi docs | Documentation | ||
14712 | 14712 | 3 | Example for post_syncdb signal. | Documentation | ||
14277 | 14277 | 5 | Error in documentation for mod_wsgi | Documentation | ||
14371 | 14371 | 1 | Select related and parents | Database layer (models, ORM) | ||
14350 | 14350 | 5 | Please add a login method to the test Client that doesn't depend on passwords | Testing framework | ||
14347 | 14347 | 4 | Add required_if field to model fields | Database layer (models, ORM) | ||
14339 | 14339 | 4 | Enable testing when you can't create/destroy databases | Testing framework | ||
14918 | 14918 | 2 | Password reset with e-mail OR username | contrib.auth | ||
14724 | 14724 | 2 | Auth Password Reset View depends on Integer user ID, | contrib.auth | ||
14163 | 14163 | 2 | Setting pk should set the related fields also in the base chain. | Database layer (models, ORM) | ||
14104 | 14104 | 1 | Allow joined field in F()s | Database layer (models, ORM) | ||
14067 | 14067 | 3 | _perform_unique_checks, _perform_date_checks broken for subclasses | Database layer (models, ORM) | ||
14981 | 14981 | 1 | Small enhancement to User.last_login timezone handling (version 1.3.0 beta 1) | contrib.auth | ||
14983 | 14983 | 2 | request.user.username displays nothing str(request.user) displays 'paul' | contrib.auth | ||
14979 | 14979 | 1 | Password reset stopped working in 1.2.4 | Uncategorized | ||
14320 | 14320 | 4 | MySQL documentation needs to note lack of support for timezone info... | Documentation | ||
14839 | 14839 | 1 | django admin and user model inheritance | Uncategorized | ||
14890 | 14890 | 2 | Copy edit error on http://docs.djangoproject.com/en/1.2/intro/tutorial03/ | Documentation | ||
14957 | 14957 | 1 | doc nit: slug_field not required | Documentation | ||
14949 | 14949 | 1 | Admin inlines not saving on "Save As New" | contrib.admin | ||
14963 | 14963 | 1 | The Flatpages app does not resolve child models | Contrib apps | ||
14962 | 14962 | 1 | Cannot load admin interface static files when doing tutorial | Uncategorized | ||
14927 | 14927 | 2 | Typo in trunk's documentation for ``managed`` Meta option | Documentation | ||
14953 | 14953 | 1 | New find_commands(management_dir) to support .pyc and .pyo | Core (Other) | ||
14939 | 14939 | 2 | Django's Test Client strips out URL ;-parameters | Testing framework | ||
14946 | 14946 | 2 | Form wizard doesn't process last form | contrib.formtools | ||
14944 | 14944 | 3 | Saving a model which refers to unexistent models does not spit any errors | Database layer (models, ORM) | ||
14937 | 14937 | 1 | US localflavor postal abbreviations | contrib.localflavor | ||
14936 | 14936 | 1 | New "render" shortcut docs use "mimetype" instead of "content_type" | Uncategorized | ||
14439 | 14439 | 10 | Improve documentation on how to run the GIS test suite | GIS | ||
14680 | 14680 | 5 | Add a file to ignore unnecessary and compiled files from various version control systems | Core (Other) | ||
4976 | 4976 | ✅ | 9 | The contrib.humanize templatetags fail when given None. | Contrib apps | |
14900 | 14900 | 2 | Allow override of Admin paginator. | contrib.admin | ||
14923 | 14923 | 1 | Typo in documentation of predefined loggers (django.request) | Documentation | ||
14922 | 14922 | 2 | Failure with spatial queries spanning a foreign key join | GIS | ||
14655 | 14655 | 13 | formsets should be iterable | Forms | ||
14865 | 14865 | 3 | Various RO localflavor fields don't handle EMPTY_VALUES correctly | contrib.localflavor | ||
14872 | 14872 | 3 | ZAPostCodeField doesn't pass *args or **kwargs to super().__init__ | contrib.localflavor | ||
14871 | 14871 | 3 | ZAIDField doesn't handle EMPTY_VALUES correctly | contrib.localflavor | ||
14860 | 14860 | 4 | Various PL localflavor fields don't handle EMPTY_VALUES correctly | contrib.localflavor | ||
14859 | 14859 | 4 | Various IT localflavor fields don't handle EMPTY_VALUES correctly | contrib.localflavor | ||
14864 | 14864 | 3 | ROCIFField in localflavor has a bad regex | contrib.localflavor | ||
14676 | 14676 | 5 | removetags is case-sensitive | Documentation | ||
14915 | 14915 | 1 | remove quotes around 'django.contrib.auth.views.login' | Documentation | ||
14914 | 14914 | 2 | Let to_python (in custom db field) know the connection being used in multi-db environment | Database layer (models, ORM) | ||
14907 | 14907 | 1 | Document the settings affecting csrf cookie | Documentation | ||
14869 | 14869 | 2 | The filter_horizontal widget converts the fields 'verbose_name_plural' to lower case | Internationalization | ||
14146 | 14146 | 3 | Incorrect query being generated by .exclude() in some inheritance cases | Database layer (models, ORM) | ||
14902 | 14902 | 2 | Won't delete files with accents (or other unicode characters) | Core (Other) | ||
14848 | 14848 | 3 | model verbose name | Documentation | ||
14901 | 14901 | 1 | Typo in class-based views paginator doc. | Documentation | ||
14899 | 14899 | 2 | 'ModelFormOptions' object has no attribute 'many_to_many' | Forms | ||
14892 | 14892 | 2 | python manage.py shell | Core (Other) | ||
14158 | 14158 | 4 | SelectMultiple _has_changed assumes data and inital are in same order | Forms | ||
14144 | 14144 | 4 | ModelMultipleChoiceField doesnt check validators | Forms | ||
14499 | 14499 | 6 | ATSocialSecurityNumberField doesn't handle EMPTY_VALUES correctly | contrib.localflavor | ||
14875 | 14875 | 5 | release notes for 1.2 wrong about email_re | Documentation | ||
14759 | 14759 | 4 | Updated widgets doc. | Documentation | ||
14884 | 14884 | 1 | Visible form <input>s and <textarea> should use the "required" attribute | Forms | ||
14883 | 14883 | 1 | EmailField should be of type="email" | Forms | ||
14369 | 14369 | 2 | TEMPLATE_STRING_IF_INVALID settable per template rendering | Template system | ||
14866 | 14866 | 1 | select_related create multiple copies of the same object | Database layer (models, ORM) | ||
14855 | 14855 | 2 | Tweak reST in new TemplateResponse docs | Documentation | ||
14853 | 14853 | 3 | GET parameter in docs for auth.logout incorrect (next_page = next) | Documentation | ||
14846 | 14846 | 2 | Writing error in Files/Storage documentation | Documentation | ||
14852 | 14852 | 1 | django.utils.log is incompatible with Python <= 2.5 | Uncategorized | ||
14851 | 14851 | 1 | rev14844 breaks Django completely | Core (Other) | ||
14847 | 14847 | 1 | dumpdata sends output to stderr, not stdout | Uncategorized | ||
14840 | 14840 | 2 | Add class links to related object referfence | Documentation | ||
14837 | 14837 | 2 | field based custom ordering | Database layer (models, ORM) | ||
14838 | 14838 | 3 | django admin: a staff memeber can delete itself | Contrib apps | ||
14841 | 14841 | 2 | Add/fix xrefs in topics/db/models | Documentation | ||
14022 | 14022 | 1 | context_processors debug() Fails with no DB Backend | Core (Other) | ||
14120 | 14120 | 3 | [patch] Document ``get()`` in Making Queries | Documentation | ||
14095 | 14095 | 2 | Objects not saved when readonly_fields is set for inline admin | contrib.admin | ||
14484 | 14484 | 2 | database router ignored on Manager.get() | Database layer (models, ORM) | ||
14666 | 14666 | 2 | Ability to control the order the column in Models when mapping to the sql | Database layer (models, ORM) | ||
14311 | 14311 | 4 | Improve django.template.defaultfilters.title | Template system | ||
14110 | 14110 | 2 | iexact lookup doesn't work with subquery values | Database layer (models, ORM) | ||
14075 | 14075 | 3 | ManyToMany relationships create circular references | Database layer (models, ORM) | ||
14169 | 14169 | 2 | Improve TemplateSyntaxError for invalid block tags | Template system | ||
14764 | 14764 | 2 | Docs and code disagree on return type of Users.get_all_permissions() | Uncategorized | ||
14828 | 14828 | 1 | what is the truc for installation on mac os10.6 | Uncategorized | ||
14826 | 14826 | 1 | Accentuated filename upload | File uploads/storage | ||
14417 | 14417 | 9 | UnicodeDecodeError exception in recent actions | contrib.admin | ||
14813 | 14813 | 1 | Order of fieldnames in exclude= (inside ModelForm) can mess things up | Forms | ||
14747 | 14747 | 3 | parse error on HTTP_IF_MODIFIED_SINCE header | Core (Other) | ||
14815 | 14815 | 2 | app "labels" are ambiguous and cause bugs in manage.py | Core (Other) | ||
14777 | 14777 | 4 | The "Generating CSV" doc should mention Unicode issues. | Documentation | ||
14775 | 14775 | 3 | Backport r13772 | Documentation | ||
14804 | 14804 | 4 | Update "humanize" docs | Documentation | ||
14561 | 14561 | 3 | Missing step in tutorial | Documentation | ||
14762 | 14762 | 4 | documentation does not document ContentFile | Documentation | ||
14791 | 14791 | 2 | Clarify additional note on save() | Documentation | ||
14798 | 14798 | 2 | Clarification on Generic Views | Documentation | ||
14790 | 14790 | 4 | Fix reST in 1.0 porting guide. | Documentation | ||
14785 | 14785 | 2 | Fixes to middleware docs | Documentation | ||
14794 | 14794 | 2 | Modify python path link broken | Documentation | ||
14789 | 14789 | 2 | Remove unused link from install docs | Documentation | ||
14784 | 14784 | 2 | Fixes to the files documentation | Documentation | ||
14783 | 14783 | 2 | Fixes to the email documentation | Documentation | ||
14782 | 14782 | 2 | Fixes to the cache documentation | Documentation | ||
14730 | 14730 | 4 | Translation Mistake. MN | Translations | ||
14781 | 14781 | 2 | Setting "CACHE_PREFIX" should be "CACHE_KEY_PREFIX" | Documentation | ||
14778 | 14778 | 3 | {load} for all child templates | Template system | ||
14780 | 14780 | 3 | Fix quoting in class based views reference | Documentation | ||
14715 | 14715 | 2 | Uninformative ValueError in django/utils/_os.py | Uncategorized | ||
14779 | 14779 | 1 | Documentation Correction | Documentation | ||
14114 | 14114 | 3 | Opera 10.61 - admin, collapse don't work | contrib.admin | ||
14767 | 14767 | 2 | Formatting tweaks to DB optimization doc | Documentation | ||
14763 | 14763 | 2 | Documentation doesn't provide any information about blocktrans tag in the Internazionalization section | Documentation | ||
14424 | 14424 | 3 | rel_to undefined in init scope of RelatedFieldWidgetWrapper | contrib.admin | ||
14754 | 14754 | 2 | TypeError: '[some aggregate function]' object does not support indexing | Database layer (models, ORM) | ||
14742 | 14742 | 1 | Allow each action to decide default value for select_across | contrib.admin | ||
14717 | 14717 | 1 | Connection error not handled | Uncategorized | ||
14453 | 14453 | 4 | typecast_timestamp in db.backends.util gives incorrect behavior | Database layer (models, ORM) | ||
14741 | 14741 | 1 | CZ Localflavor clean() incorrectly calls parent __init__ | contrib.localflavor | ||
5768 | 5768 | ✅ | 25 | Allow QuerySet.values() to return values spanning joins (for multi-valued relations) | Database layer (models, ORM) | |
14740 | 14740 | 1 | CZ Localflavor clean() incorrectly calls parent __init__ | contrib.localflavor | ||
14637 | 14637 | 3 | There may an Internationalization bug in Forms | Translations | ||
14727 | 14727 | 2 | Documentation Corrections | Documentation | ||
14734 | 14734 | 2 | problem with postgresql views (psycopg2) | Database layer (models, ORM) | ||
14569 | 14569 | 2 | Date field expression raw query returns unicode instead of datetime object in sqlite | Database layer (models, ORM) | ||
14059 | 14059 | 1 | ForeignKey Field validates using the default database rather than the current model instance's database | Forms | ||
14626 | 14626 | 7 | 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) | ||
14732 | 14732 | 1 | Allow Manager.raw() execute not only "Pure selects" | Database layer (models, ORM) | ||
14728 | 14728 | 2 | More generic text about missing .py extension on commands | Documentation | ||
14234 | 14234 | 7 | Validation bug when using ModelForms | Forms | ||
14725 | 14725 | 1 | Prevent 1406 error during syncdb by extending name length in auth_permission table. | Uncategorized | ||
14726 | 14726 | 1 | how to get an empty formset in a formwizard? | Forms | ||
14723 | 14723 | 1 | @last_modified should ignore lack of etag method when USE_ETAGS is enabled | Uncategorized | ||
14719 | 14719 | 1 | Different attributes for DateInput and TimeInput in SplitDateTimeWidget | Forms | ||
14714 | 14714 | 4 | Refactoring BaseHandler and company for DRYness | Core (Other) | ||
7431 | 7431 | ✅ | 3 | change import pwd library for import os in createsuperuser | contrib.auth | |
14713 | 14713 | 2 | Document that resolve() can raise Http404 | Documentation | ||
14257 | 14257 | 2 | Remove isValidIDList from ManyToManyField in django/db/models/fields/related.py | Database layer (models, ORM) | ||
14423 | 14423 | 7 | Wrong SQL on exclude with inheritance | Database layer (models, ORM) | ||
14450 | 14450 | 2 | Simple but powerfull patch to make application name localizable | contrib.admin | ||
14706 | 14706 | 2 | Stray tick in 1.3 release notes | Documentation | ||
14691 | 14691 | 4 | foreign key validate() fails for non-default databases | Database layer (models, ORM) | ||
14683 | 14683 | 1 | FormWizard done() method doesn't get the last form in form_list | contrib.formtools | ||
14443 | 14443 | 3 | Oracle backend returns wrong test database name | Database layer (models, ORM) | ||
14687 | 14687 | 6 | Proxy model inheritance and DoesNotExist exception | Database layer (models, ORM) | ||
14566 | 14566 | 3 | Multiple database issue v1.2.3 - Django reading the wrong database | Database layer (models, ORM) | ||
14622 | 14622 | 3 | ValuesListQuerySet used with a foo__in filter breaks in SQL generation | Database layer (models, ORM) | ||
14696 | 14696 | 2 | Wrong code colouring | Documentation | ||
14283 | 14283 | 12 | AttributeError on admin detail page after r13708 | Contrib apps | ||
14690 | 14690 | 1 | {% block %} defined in {% included %} page isn't 'repleacable' | Template system | ||
14689 | 14689 | 1 | AUTH_USER_PROFILE setting not parsed correctly. | Contrib apps | ||
14536 | 14536 | 3 | Incorrect syntax about using OPTIONS for changing the database engine | Documentation | ||
14522 | 14522 | 1 | !ModelMultipleChoiceField returns list for no data submitted | Uncategorized | ||
14564 | 14564 | 1 | case insensitive unique_together | Database layer (models, ORM) | ||
14613 | 14613 | 2 | sql custom bug | Core (Other) | ||
14014 | 14014 | 5 | Admin Add user view: Clicking 'Save and add another' button still shows extended user detail form | contrib.admin | ||
14669 | 14669 | 2 | Remove unwanted words from i18n docs | Documentation | ||
14668 | 14668 | 2 | apps def unicode->error | Uncategorized | ||
14508 | 14508 | 5 | Test suite silences warnings | Testing framework | ||
14647 | 14647 | 1 | ModelForm fields' non-uniqueness errors aren't customizable | Forms | ||
14599 | 14599 | 4 | delete() is not documented on 'QuerySet API reference' page | Documentation | ||
14654 | 14654 | 1 | Cannot make documentation in single HTML file format | Documentation | ||
14650 | 14650 | 2 | Error in SlugField documentation | Documentation | ||
14644 | 14644 | 1 | UserManager has no method active() | contrib.auth | ||
14269 | 14269 | 2 | It is impossible to run full Django test suite on Oracle because there is 100m maxsize limit for test tablespace | Database layer (models, ORM) | ||
14636 | 14636 | 1 | Bad link on localization page | Uncategorized | ||
14627 | 14627 | 3 | Add example for URLconfs for how to concatenate calls to patterns() when composing urlpatterns to allow for URLs not associated with polls.views | Documentation | ||
14625 | 14625 | 2 | Docs on logging should emphasize that file logging is not multiprocess save | Documentation | ||
14624 | 14624 | 1 | Old Cache Middleware mentioned | Documentation | ||
14630 | 14630 | 4 | Oracle test tablespace disk datafile not big enough for running full Django test suite | Testing framework | ||
14629 | 14629 | 2 | Typographic and Linguistic Corrections | Documentation | ||
14621 | 14621 | 1 | Non-informative error when URL is not properly configured | Uncategorized | ||
14620 | 14620 | 3 | django.utils.translation.get_language doesn't use settings | Core (Other) | ||
14616 | 14616 | 1 | Recommend a leading underscore on module-level loggers in docs | Documentation | ||
14619 | 14619 | 2 | Type-o in "Sending e-mail" documentation | Documentation | ||
14318 | 14318 | 3 | Add GEOSGeometry.valid_reason | GIS | ||
14607 | 14607 | 1 | Settings.py: A blank ADMIN_MEDIA_PREFIX fails annoyingly | Uncategorized | ||
14598 | 14598 | 2 | Use example.com for example domains. | Core (Other) | ||
14584 | 14584 | 4 | PASSWORD_RESET_TIMEOUT_DAYS is not documented | Documentation | ||
14588 | 14588 | 3 | Changed behaviour of middlewares after [14393] | Core (Other) | ||
14590 | 14590 | 1 | a small bug in template debug page | Template system | ||
14583 | 14583 | 1 | EmailField rejects valid emails if followed by trailing whitespace | Forms | ||
14565 | 14565 | 7 | No csrf_token on 404 pages | Uncategorized | ||
14231 | 14231 | 3 | Missing index on expire_date in Session model | contrib.sessions | ||
14554 | 14554 | 1 | BaseDateListView.get_dated_items should raise NotImplementedError | Generic views | ||
14578 | 14578 | 2 | Typo in documentation for Proxy models | Documentation | ||
14577 | 14577 | 2 | "must should" in `FileUploadHandler.file_complete` docstring | Uncategorized | ||
14398 | 14398 | 10 | runfcgi umask option should use literal value | Core (Management commands) | ||
14575 | 14575 | 1 | Fill PDF Forms with FDF Data or XFDF Data and/or Flatten Forms | Documentation | ||
14425 | 14425 | 5 | Unused imports in contrib.admin | contrib.admin | ||
14531 | 14531 | 2 | Add validate_unique flag to ModelForm.Meta | Forms | ||
14047 | 14047 | 4 | CommonMiddleware documentation tweak | Documentation | ||
14552 | 14552 | 1 | Suggestion for a slightly better explanation of custom template tags | Documentation | ||
14551 | 14551 | 2 | typo in auth-remote-user | Documentation | ||
14535 | 14535 | 3 | Model.objects.all() causing ImportError in Django 1.2.3 in stand-alone script | Database layer (models, ORM) | ||
14547 | 14547 | 2 | Get Involved via IRC: Mibbit/Freenode not friendly with each other | *.djangoproject.com | ||
14541 | 14541 | 2 | wording fix for LANGUAGES description in Settings documentation | Documentation | ||
14537 | 14537 | 3 | Validators documentation page doesn't say where to import validators from | Documentation | ||
14173 | 14173 | 3 | Reference documentation for changepassword django-admin command added in 1.2 | Documentation | ||
14463 | 14463 | 3 | "See allowed date format strings" Is not linked | Documentation | ||
14085 | 14085 | 4 | DATE_FORMAT, TIME_FORMAT etc. docs should have a link to allowed formatting strings | Documentation | ||
14539 | 14539 | 1 | Documents maybe out-of-date | Uncategorized | ||
14542 | 14542 | 1 | Short model names break | Uncategorized | ||
14530 | 14530 | 2 | specify if new translations to django core can be made in project directory | Documentation | ||
14223 | 14223 | 5 | Inconsistent exception raising on DB integrity errors | Database layer (models, ORM) | ||
14532 | 14532 | 1 | django.views.generic.list_detail.object_list behavior with callables in extra_context | Uncategorized | ||
14513 | 14513 | 4 | Ordering Check in django/core/management/validation.py | Database layer (models, ORM) | ||
14525 | 14525 | 2 | Bug - exception in messages.info(), etc when using unicode characters. | Contrib apps | ||
14520 | 14520 | 2 | Regression in test speed, and memory usage | Testing framework | ||
14521 | 14521 | 3 | Camel case used for mthods' names | Uncategorized | ||
14477 | 14477 | 4 | minor typo in the examples of m2m_changed signal | Documentation | ||
14482 | 14482 | 2 | better documentation of flow of save in admin | Documentation | ||
14432 | 14432 | 4 | Tutorial import line missing (tiny correction) | Documentation | ||
14493 | 14493 | 2 | Typo in model instance documentation re ValidationError message_dict attribute | Documentation | ||
14510 | 14510 | 2 | Django admin doesn't consider settings.LOGIN_REDIRECT_URL | Contrib apps | ||
14509 | 14509 | 1 | Changeset 14293 broke static media serving when settings.DEBUG = True | Contrib apps | ||
14495 | 14495 | 2 | get_success_url raises ImproperlyConfigured with wrong message in some class based generic views' mixins | Generic views | ||
14407 | 14407 | 1 | ManyToManyRawIdWidget.value_from_datadict is inexplicably complicated and can be simplified | contrib.admin | ||
14167 | 14167 | 5 | Using Instances in Generic Create/Update/Delete | Generic views | ||
14488 | 14488 | 2 | Class based views docs patch | Documentation | ||
14479 | 14479 | 1 | Punjabi (pa) Translation to add project | Translations | ||
14126 | 14126 | 7 | blocktrans count is parsing incorrectly | Translations | ||
14429 | 14429 | 1 | Updated German translation | Translations | ||
14307 | 14307 | 9 | Document form ChoiceField tuple | Documentation | ||
14480 | 14480 | 2 | mysql and Django | Uncategorized | ||
14475 | 14475 | 1 | Broken link on http://docs.djangoproject.com/en/1.2/ref/forms/fields/#choicefield | Documentation | ||
14376 | 14376 | 2 | Localflavors documentation for BRCPFField and BRCNPJField | Documentation | ||
14473 | 14473 | 3 | Convert model_package doctests to unittests | Testing framework | ||
14472 | 14472 | 3 | Convert generic_relations doctest to unittest | Testing framework | ||
14469 | 14469 | 1 | id localflavor tests are breoken since r14196 | Uncategorized | ||
14379 | 14379 | 1 | formset.is_bound returns False for ModelFormsets created with queryset as argument | Forms | ||
14457 | 14457 | 3 | Possible error in settings.py description | Documentation | ||
14119 | 14119 | 2 | fields_for_model returns all fields when fields parameter is the empty tuple | Forms | ||
14017 | 14017 | 2 | Wrong comment in django.contrib.admin.options log_deletion | contrib.admin | ||
14452 | 14452 | 3 | Need help understanding why the below is happening. | Forms | ||
14227 | 14227 | 12 | Modify contributing docs to mention the 'easy-pickings' keyword in triage | Documentation | ||
14441 | 14441 | 3 | Oracle list limit exceeded with __in filters | Database layer (models, ORM) | ||
14440 | 14440 | 2 | Conversion of mail tests from doctest to unittests | Testing framework | ||
14435 | 14435 | 2 | postgis and NoSQL for postgre version 9.1 postgreQUEL | Uncategorized | ||
14392 | 14392 | 3 | Inconsistency for "creating forms with models" | Documentation | ||
14430 | 14430 | 1 | create superuser rejects @ symbol in username | contrib.admin | ||
14058 | 14058 | 2 | Add a link to db-specific options | Documentation | ||
14228 | 14228 | 2 | APPEND_SLASH behaviour should be documented better | Documentation | ||
14010 | 14010 | 2 | mention DYLD_LIBRARY_PATH in macosx installation instructions | Documentation | ||
14428 | 14428 | 1 | Doesn't work with CSRF in DJango 1.2+ | Uncategorized | ||
14427 | 14427 | 3 | Add options to runtests.py to discover test pairings that fail | Testing framework | ||
14074 | 14074 | 1 | RFE: "Best of both worlds" for short and long? | Documentation | ||
14255 | 14255 | 7 | Factoring mysite out of tutorial imports | Documentation | ||
14416 | 14416 | 2 | ImageField forms require an enctype, not documented | Documentation | ||
3583 | 3583 | ✅ | 31 | cookie-based modpython / apache authentication | Contrib apps | |
14274 | 14274 | 4 | Document the fact that running tests with warnings on is a good step before an upgrade/good practice | Documentation | ||
14375 | 14375 | 4 | Typo in formfield documentation | Documentation | ||
14383 | 14383 | 3 | Capitalization of reStructuredText (reST) | Documentation | ||
14421 | 14421 | 4 | Fix the English on an internationalization doc page | Documentation | ||
14225 | 14225 | 6 | Documentation website showing "dev" documentation instead of "1.2" | Documentation | ||
14260 | 14260 | 3 | conversion of fixtures_regress tests from doctest to unittest format | Testing framework | ||
14381 | 14381 | 3 | small improvement in db.utils.ConnectionRouter.__init__ | Database layer (models, ORM) | ||
14422 | 14422 | 1 | Fix the English on an internationalization doc page | Documentation | ||
14409 | 14409 | 1 | Typo in /internals/documentation | Documentation | ||
14397 | 14397 | 2 | Missing ending quotation in logging documentation | Documentation | ||
14404 | 14404 | 1 | Typo in Logging section of Docs | Documentation | ||
14377 | 14377 | 3 | Add site to the context of the logout view | contrib.auth | ||
14327 | 14327 | 2 | Custom Manager not honored in related queries | Uncategorized | ||
14393 | 14393 | 2 | 'Add Another' link appears next to ForeignKey field when user has no permission. | contrib.admin | ||
14346 | 14346 | 1 | Url patterns double slash // problem | HTTP handling | ||
14295 | 14295 | 3 | Saving an object with a custom manager results in IntegrityError | Uncategorized | ||
14135 | 14135 | 4 | Admin ignores to_field on ForeignKey | Uncategorized | ||
14380 | 14380 | 3 | Form provided by modelform_factory fails when using fields attribute | Forms | ||
14364 | 14364 | 1 | Admin add form, element focus script not working because of wrong id | contrib.admin | ||
14363 | 14363 | 4 | ManyToManyRawIdWidget.render is assuming `attrs` is always passed as a dict. | contrib.admin | ||
14362 | 14362 | 4 | ManyToManyRawIdWidget doesn't work with multidb | contrib.admin | ||
13897 | 13897 | ✅ | 5 | There should be tests for object_list's pagination | Generic views | |
14281 | 14281 | 2 | Small documentation fixes after djangocon 2010 sprints commit-fest | Documentation | ||
14367 | 14367 | 1 | Please add as_p() to form fields | Forms | ||
14361 | 14361 | 1 | problem with logging | Uncategorized | ||
14353 | 14353 | 2 | unique_together new style is not working properly | Uncategorized | ||
14359 | 14359 | 1 | django core and contrib named urls should follow a convention | Contrib apps | ||
14182 | 14182 | 4 | CsrfViewMiddleware makes modification of the upload handlers impossible | File uploads/storage | ||
14352 | 14352 | 1 | MANIFEST.in refers to non-existant files | Uncategorized | ||
14351 | 14351 | 1 | Test failure in requests test | Core (Other) | ||
14053 | 14053 | 4 | django.utils.formats.localize() misses support for long | Internationalization | ||
14306 | 14306 | 2 | Translations handling cleanup (with performance boost, too) | Internationalization | ||
14345 | 14345 | 1 | urlify.js missing maps for Serbian language letters | Internationalization | ||
14280 | 14280 | 3 | Duplicate deepcopy import in django/db/models/query.py | Database layer (models, ORM) | ||
14271 | 14271 | 3 | Admin media tests assume absolute path from module.__file__ | Testing framework | ||
14122 | 14122 | 3 | Documentation for yesno filter is lacking | Documentation | ||
14344 | 14344 | 1 | Duplicate view name does not raise an error | Core (Other) | ||
14340 | 14340 | 1 | Ordering ModelAdmin form fields | contrib.admin | ||
14313 | 14313 | 2 | wrong display of field title in admin | contrib.admin | ||
14335 | 14335 | 1 | add ability to only test specific apps | Testing framework | ||
14333 | 14333 | 1 | Template Ternary Operator | Template system | ||
14328 | 14328 | 2 | Table name with CAPs symbols. DatabaseError: column... | Database layer (models, ORM) | ||
14326 | 14326 | 1 | packages not properly decoupled from project in tutorial | Documentation | ||
14324 | 14324 | 2 | Django not rotating logs | Core (Other) | ||
14323 | 14323 | 1 | ModelChoiceField does not catch ValueErrors in to_python() | Core (Other) | ||
14321 | 14321 | 1 | IPAddressField inserted as empty string although null=True | Database layer (models, ORM) | ||
14314 | 14314 | 5 | Import error on installation of Django 1.2.3 | Uncategorized | ||
14316 | 14316 | 1 | GeoModelAdmin forms have error on GeometryField | GIS | ||
14304 | 14304 | 1 | Problem with locale | Internationalization | ||
14302 | 14302 | 1 | models.BooleanField returns integer | Database layer (models, ORM) | ||
14244 | 14244 | ✅ | 8 | In clause with 1000 or more items fails in Oracle | Database layer (models, ORM) | |
14107 | 14107 | 3 | Problem with non-null fieds using Oracle Backend | Database layer (models, ORM) | ||
14293 | 14293 | 1 | Sitemaps url priority with French local | Generic views | ||
14254 | 14254 | 4 | More tests for storage backends | File uploads/storage | ||
14252 | 14252 | 5 | django.contrib.flatpages unit tests assume default value for settings.LOGIN_URL | Contrib apps | ||
12918 | 12918 | ✅ | 6 | Tutorial page 2 issues | Documentation | |
14265 | 14265 | 4 | Tag the 1.2.3 release in the repository | Uncategorized | ||
14278 | 14278 | 3 | sqlite3 backend and django 1.2.3, bug: «no such table» | Database layer (models, ORM) | ||
14285 | 14285 | 2 | Calling reverse() on order_by('a', 'b') produces order_by('-a') | Database layer (models, ORM) | ||
14275 | 14275 | 3 | Russian file name file in upload | File uploads/storage | ||
14239 | 14239 | 1 | Form input button embedded in <a /> crashes Django server | HTTP handling | ||
7952 | 7952 | ✅ | 2 | Auth messages should accept a label parameter | contrib.auth | |
14008 | 14008 | 3 | GeoDjango subquery fails with bad quoting | GIS | ||
14125 | 14125 | 4 | 'Safe strings' are not force-escaped on development 500 page | Uncategorized | ||
14235 | 14235 | 15 | UnicodeDecodeError in CSRF middleware | Forms | ||
3508 | 3508 | ✅ | 13 | MergeDict needs more descriptive return values from __str__ and __repr__ | Core (Other) | |
14245 | 14245 | 5 | django/contrib/flatpages/fixtures not included in the 1.2.2 release tarball | Uncategorized | ||
14142 | 14142 | 1 | Improvement (?) on tutorial part 3 | Documentation | ||
14246 | 14246 | 3 | aggregation_regress tests don't run on Postgres that supports StdDev | Uncategorized | ||
5515 | 5515 | ✅ | 20 | Custom Permission Denied Pages | Contrib apps | |
14072 | 14072 | 1 | Django SVN repo: Perms for translators (django/conf/locale) not set up for releases/1.2.X branch | *.djangoproject.com | ||
10360 | 10360 | ✅ | 8 | allow customized forbidden message when using exceptions | Core (Other) | |
14247 | 14247 | 1 | [regression in 1.2.2] 'forms' test failure in 1.2.X | Testing framework | ||
14250 | 14250 | 2 | FileBasedCacheTests.test_cull test failure | Core (Cache system) | ||
14243 | 14243 | 2 | defer and only are not respected by values and by valuest_list() | Database layer (models, ORM) | ||
14242 | 14242 | 6 | UserChangeForm Causes KeyError in 1.2.2 and Trunk | Forms | ||
14032 | 14032 | 5 | CSRF cookie value is marked as safe and inserted in the HTML unchecked | Core (Other) | ||
14233 | 14233 | 3 | Documentation for admin is has a reference to meta class | Documentation | ||
14205 | 14205 | 3 | Tiny grammar fix in form validation documentation | Documentation | ||
14224 | 14224 | 1 | The ModelForm widgets attribute doesn't work(raise Exception) in inlineformset_factory | Forms | ||
14222 | 14222 | 1 | csrf_exempt decorator is useless if not the top-most decorator | Uncategorized | ||
14090 | 14090 | 6 | Many sql queries needed to display change user form | contrib.auth | ||
14145 | 14145 | 4 | undeterministic behavior when project or app template contains dotdir | Core (Management commands) | ||
14216 | 14216 | 2 | Tutorial 2 - Decoupling the URLconfs | Documentation | ||
14203 | 14203 | 1 | Manual schema specification for tables is not compatible with index creation statements | Database layer (models, ORM) | ||
14192 | 14192 | 2 | potential issue re in memory django file uploading. | Core (Other) | ||
14199 | 14199 | 2 | NameError in django.core.cache.backends.db | Core (Cache system) | ||
14179 | 14179 | 6 | django create table with capitalized chars | Uncategorized | ||
14198 | 14198 | 3 | « None » appears in priority field of sitemaps when using GenericSitemap without specify priority (#14164 related) | Internationalization | ||
14054 | 14054 | 4 | Document the connection_created signal | Documentation | ||
14164 | 14164 | 8 | Automatic localization of numbers (L10N) in templates can cause invalid sitemap priorities | Internationalization | ||
14197 | 14197 | 1 | .update() doesn't work on model_to_dict(model_instance) | Uncategorized | ||
14194 | 14194 | 2 | MIssing comma in tutorial code | Uncategorized | ||
14189 | 14189 | 3 | permalink docs import mistake | Documentation | ||
14191 | 14191 | 1 | urls.py works inconsistently | Core (Other) | ||
14188 | 14188 | 1 | permalink docs import mistake | Documentation | ||
14166 | 14166 | 3 | Indian states are not specified as a tuple of tuples | contrib.localflavor | ||
14185 | 14185 | 3 | Possible bad SQL at http://docs.djangoproject.com/en/dev/ref/models/querysets/ | Documentation | ||
14168 | 14168 | 2 | Method assertQuerysetEqual() has "response" as first argument in the docs | Documentation | ||
14156 | 14156 | 3 | CSRF protection in django.contrib.flatpages.views.flatpage causes unwanted behavior | Contrib apps | ||
14116 | 14116 | 4 | TestClient skips Csrf Middleware | Testing framework | ||
14178 | 14178 | 1 | Wrong dateformat in admin edit form | Uncategorized | ||
14177 | 14177 | 2 | Out of date cache on django.db.models.options.Options instance after adding ForeignKey at runtime | Database layer (models, ORM) | ||
14172 | 14172 | 2 | small typo in admin action docs | Documentation | ||
14161 | 14161 | 1 | GeoDjango autofield makes transaction fail | GIS | ||
14159 | 14159 | 3 | Forms tests are dependent on module.__file__ returning an absolute path | Testing framework | ||
14160 | 14160 | 1 | Internal server error 500 | Uncategorized | ||
14157 | 14157 | 2 | Birthday calculation failing silently | Uncategorized | ||
14154 | 14154 | 3 | Typo in settings documentation | Documentation | ||
14084 | 14084 | 3 | Updated French translation | Translations | ||
14112 | 14112 | 3 | Some documentation reST fixes | Documentation | ||
14155 | 14155 | 2 | Remove doctests (and flush calls) from tests | Testing framework | ||
14151 | 14151 | 1 | Tutorial part 2, adding short_description in model do not work | Documentation | ||
14148 | 14148 | 2 | Django assumes that module.__file__ is an absolute path | Testing framework | ||
14068 | 14068 | 10 | Fixture loading issue with multi database setting | Core (Serialization) | ||
14143 | 14143 | 1 | Database problems and import error of django.contrib.messages | Uncategorized | ||
14141 | 14141 | 2 | Use :doc: crossref Sphinx role for inter document links | Documentation | ||
14137 | 14137 | 3 | Django ORM adding unwanted parens when using extra() | Uncategorized | ||
14123 | 14123 | 4 | Trunk tests broken as of r13588 (1.2.x passes) | Testing framework | ||
14111 | 14111 | 3 | Misleading note re: unreleased Sphinx version recomendation | Documentation | ||
14109 | 14109 | 1 | can't create django docs - ImportError | Documentation | ||
14033 | 14033 | 2 | versionadded, versionchanged directives don't insert xref link with Sphinx 1.0 | Documentation | ||
14128 | 14128 | 1 | oracle system tablespace privileges | Uncategorized | ||
14127 | 14127 | 3 | Bad formatting in the text | Documentation | ||
14124 | 14124 | 1 | Cannot use a proxy model with unique_together | Uncategorized | ||
14117 | 14117 | 1 | POST Data is different when run from TestClient and actually received | Testing framework | ||
14078 | 14078 | 6 | Template tag to set context variable to output from tag's rendered content | Template system | ||
14113 | 14113 | 1 | Access to extra fields in M2M relations | Database layer (models, ORM) | ||
14115 | 14115 | 1 | Provide a way to create custom lookups | Database layer (models, ORM) | ||
14052 | 14052 | 2 | Error on a code in Tutorial 01 | Documentation | ||
14079 | 14079 | 1 | Update of Norwegian nynorsk (nn) translation | Translations | ||
14086 | 14086 | 5 | Tests don't pass on Python 2.4 because of a try/except/finally | contrib.sessions | ||
14108 | 14108 | 1 | update loaddata to load fixtures in multi db environment for testing | Uncategorized | ||
14106 | 14106 | 2 | Duplicate emails without fully qualified project imports | Uncategorized | ||
14100 | 14100 | 2 | Spelling error | Documentation | ||
14097 | 14097 | 1 | Add "--skip" option to inspectdb. | django-admin.py inspectdb | ||
14088 | 14088 | 1 | Possible typo in Tutorial page #4 | Documentation | ||
14081 | 14081 | 1 | Tutorial 3, when 'decoupling', leaves apparently redundant code | Documentation | ||
14076 | 14076 | 2 | Danish translation update for 1.2.2 | Translations | ||
14070 | 14070 | 2 | Serbian and Serbian Latin translations | Translations | ||
14073 | 14073 | 2 | Update for es_AR translation, 1.2.X branch | Translations | ||
14069 | 14069 | 2 | Updated Czech translation | Translations | ||
14027 | 14027 | 3 | reverse(None) returns an unnamed URL, instead of raising an exception | Core (Other) | ||
14065 | 14065 | 2 | Admin: non-AutoField primary_key in child model breaks admin inlines (MultiValueDictKeyError) | Contrib apps | ||
14064 | 14064 | 6 | Correct spelling of Argentinian Spanish in global_settings.py | Core (Other) | ||
14062 | 14062 | 2 | Correcting Python version requirement on FAQ install page | Documentation | ||
14025 | 14025 | 8 | Flush command not fully supporting multi database support | Uncategorized | ||
14037 | 14037 | 3 | models.DateField don't serialize JSON | Database layer (models, ORM) | ||
14061 | 14061 | 1 | MultiPartParser receives an HTTP_CONTENT_LENGTH of zero | File uploads/storage | ||
14048 | 14048 | 1 | Tag "cycle" doesn't work when included | Template system | ||
14042 | 14042 | 2 | DATE_FORMAT and DATETIME_FORMAT are ignored | Core (Other) | ||
14036 | 14036 | 2 | foreignKey doesn't work properly in admin - last current svn revision (1.3 pre alpha) | contrib.admin | ||
14024 | 14024 | 1 | Application freezes on access to request.POST under WSGIRequest+multipart/form-data | HTTP handling | ||
14021 | 14021 | 1 | GZipMiddleware is incompatible with iterator-style HttpResponse objects | Uncategorized | ||
14001 | 14001 | 1 | Can't use testing w/out having db creation privileges | Testing framework | ||
14005 | 14005 | 2 | Remove hacks for compatibility with old versions of Sphinx | Documentation | ||
5663 | 5663 | ✅ | 17 | markdown 1.6b unicodedecodeerror | Contrib apps | |
607 | 607 | 10 | Admin option to show/hide fields | contrib.admin | ||
13168 | 13168 | ✅ | 3 | inline-group css class in admin should have text-align:right when in rtl | User Experience | |
714 | 714 | 6 | access to id of current user on admin | contrib.admin | ||
13235 | 13235 | ✅ | 2 | Better manage.py: import django after importing settings | User Experience | |
313 | 313 | 13 | PhoneNumberField should accept international format numbers | Internationalization | ||
920 | 920 | 5 | [patch] patch_response_headers breaks when response.content is unicode | Core (Cache system) | ||
6618 | 6618 | ✅ | 7 | Make use of templates in feeds.py optional | contrib.syndication | |
11753 | 11753 | ✅ | 16 | Q objects using callables won't combine in 2.4 | Database layer (models, ORM) | |
854 | 854 | 5 | GUI editor for the admin interface | Core (Other) | ||
919 | 919 | 8 | [patch] Implement `random` template tag | Template system | ||
11019 | 11019 | ✅ | 5 | Admin inlines queryset | contrib.admin | |
571 | 571 | 3 | SQLite error with mod_python/Apche2 on Mac OS X 10.4.2 | contrib.admin | ||
552 | 552 | 7 | [patch] SOAP support for django | Tools | ||
172 | 172 | 9 | Twisted (twisted.web2) support for Django | Tools | ||
7567 | 7567 | ✅ | 1 | modpython.authenhandler does not work | contrib.auth | |
580 | 580 | 11 | [patch] caching needs to take more into account than just the URL | Core (Cache system) | ||
10165 | 10165 | ✅ | 4 | Honor TEST_RUNNER setting on runtests.py | Testing framework | |
903 | 903 | 7 | change login_required | contrib.auth | ||
9922 | 9922 | ✅ | 1 | spam | Uncategorized | |
7778 | 7778 | ✅ | 16 | Model subclasses cannot be deleted if a nullable foreign key relates to a model that relates back | Core (Other) | |
9909 | 9909 | ✅ | 1 | spam | Uncategorized | |
9907 | 9907 | ✅ | 1 | spam | Uncategorized | |
8855 | 8855 | ✅ | 6 | Default comment form deficiencies | contrib.comments | |
9823 | 9823 | ✅ | 1 | spam | Uncategorized | |
9821 | 9821 | ✅ | 1 | spam | Uncategorized | |
8248 | 8248 | ✅ | 13 | Built-in python function, help(), does not work on models with ForeignKey fields | Core (Other) | |
9820 | 9820 | ✅ | 1 | spam | Uncategorized | |
9809 | 9809 | ✅ | 1 | spam | Uncategorized | |
9879 | 9879 | ✅ | 1 | spam | Uncategorized | |
9852 | 9852 | ✅ | 1 | spam | Uncategorized | |
9851 | 9851 | ✅ | 1 | spam | Uncategorized | |
9842 | 9842 | ✅ | 1 | spam | Uncategorized | |
7507 | 7507 | ✅ | 6 | contrib.auth login form shouldn't limit username to 30 chars | contrib.auth | |
7584 | 7584 | ✅ | 8 | AUTH_PROFILE_MODULE should be able to provide some default profile | contrib.auth | |
9856 | 9856 | ✅ | 1 | spam | Uncategorized | |
9843 | 9843 | ✅ | 1 | spam | Uncategorized | |
9813 | 9813 | ✅ | 1 | spam | Uncategorized | |
9812 | 9812 | ✅ | 1 | spam | Uncategorized | |
9808 | 9808 | ✅ | 1 | spam | Uncategorized | |
9617 | 9617 | ✅ | 4 | Typo in polish translations (TabularInline "Delete?" column) | Translations | |
106 | 106 | 12 | [patch] Problem with some js/select box on IE | contrib.admin | ||
461 | 461 | 8 | Support use of pypgsql instead of psycopg | Database layer (models, ORM) | ||
8717 | 8717 | ✅ | 3 | Slight change to installation guide | Documentation | |
22 | 22 | 15 | [patch] FileUploadField should allow for clearing the field | contrib.admin | ||
541 | 541 | 9 | [patch] Making generic views use other templates like Zope3 ZPT | Generic views | ||
725 | 725 | 3 | missing robots.txt on django websites? | *.djangoproject.com | ||
8859 | 8859 | ✅ | 5 | Update the translation more consistency, more natural Mandarin Chinese. | Translations | |
376 | 376 | 21 | Add a handler for mod_python v. 2 (Django requires v. 3) | Core (Other) | ||
987 | 987 | 28 | HttpResponseRedirect uses/allows relative URIs for the HTTP Location header, which is forbidden by HTTP | Core (Other) | ||
7804 | 7804 | ✅ | 6 | newforms.fields.UploadedFile Invalid Deprecation warning. | Forms | |
24 | 24 | 12 | edit_inline support for OneToOne relationships | Metasystem | ||
7851 | 7851 | ✅ | 8 | In admin console getting: "You don't have permission to edit anything" | contrib.auth | |
8216 | 8216 | ✅ | 2 | Fix redirect on sucessful password_reset_confirm | contrib.auth | |
1044 | 1044 | ✅ | Bug in admin panel | contrib.admin | ||
565 | 565 | 20 | Unique fields don't work on edit_inline models | contrib.admin | ||
575 | 575 | 9 | edit_inline don't save child data when a "blank=True" field is not set | contrib.admin | ||
651 | 651 | 5 | Allow directories in filename argument to save_<fieldname>_file | Core (Other) | ||
7934 | 7934 | ✅ | 3 | adding "nearest_to" search to geodjango | GIS | |
7891 | 7891 | ✅ | 3 | Auth Test Suite not always valid | contrib.auth | |
7756 | 7756 | ✅ | 1 | contrib.auth dependency on contrib.admin | contrib.auth | |
1000 | 1000 | 4 | Ticket 1000 | Core (Other) | ||
7592 | 7592 | ✅ | 1 | get_or_create for User | contrib.auth | |
7577 | 7577 | ✅ | 2 | Small change to not display login page for logged users | contrib.auth | |
7482 | 7482 | ✅ | 5 | Wording in model documentation | Documentation | |
6201 | 6201 | ✅ | 5 | Improved cache tag to allow timeout to be a template variable | Template system | |
7308 | 7308 | ✅ | 2 | (spam) | Core (Serialization) | |
619 | 619 | 3 | documentation page should point to new IRC log | *.djangoproject.com | ||
5261 | 5261 | ✅ | 6 | exclude on an empty Q object results in invalid SQL | Database layer (models, ORM) | |
245 | 245 | 9 | Remove old ordering syntax | Metasystem | ||
659 | 659 | 18 | Selecting by month with DateField is broken with sqlite3 backend | Database layer (models, ORM) | ||
6382 | 6382 | ✅ | 4 | Document request.urlconf | Documentation | |
6016 | 6016 | ✅ | 8 | Admin crash when deleting an object | contrib.admin | |
708 | 708 | 15 | search for meta.IPAddressField with postgresql backend is broken (admin) | Database layer (models, ORM) | ||
5474 | 5474 | ✅ | 7 | docs/shortcuts.txt needs improvement | Documentation | |
653 | 653 | 6 | setup.py doesn't create django/contrib/admin/templates/ | contrib.admin | ||
14 | 14 | 6 | PIE-IN-THE-SKY: Add spell-check capability to admin textareas | contrib.admin | ||
718 | 718 | 12 | svn co behind stupid proxy | *.djangoproject.com | ||
3511 | 3511 | ✅ | 10 | use a MultipleObjectsReturned exception instead of assert statement in QuerySet.get() | Database layer (models, ORM) | |
590 | 590 | 2 | Hinting cache from views (vary cache time by object age) | Core (Cache system) | ||
685 | 685 | 27 | [patch] list_detail and archive_* generic views should default allow_empty to True | Generic views | ||
5743 | 5743 | ✅ | 15 | Django breaks Python 2.5's help() | Core (Other) | |
785 | 785 | 10 | many2many table and legacy databases. | Database layer (models, ORM) | ||
921 | 921 | 7 | Add a "me" shortcut to UserFields | contrib.admin | ||
397 | 397 | 6 | Can't checkout with svn | *.djangoproject.com | ||
265 | 265 | 14 | Patch: RequiredIfOtherField and friends don't work with edit_inline | Core (Other) | ||
115 | 115 | 46 | Models CRUD via web services | Core (Other) | ||
899 | 899 | 13 | Formfield doesn't display default value | Forms | ||
31 | 31 | 2 | Spelling corrections from Template Guide page. | Documentation | ||
566 | 566 | 2 | No mention about using quotes to ignore variable resolution in templates. | contrib.admin | ||
616 | 616 | 6 | [patch] process_exception middleware extension | Core (Other) | ||
231 | 231 | 16 | [patch] Make appropriate model fields honor max_length param | Metasystem | ||
460 | 460 | 4 | Patch for get_table_list() for SQLite3 | Database layer (models, ORM) | ||
893 | 893 | 6 | "change password" and "log out" on admin site doesn't work on apache2 | contrib.admin | ||
978 | 978 | 4 | STACKED ForeignKey classes don't show up in the admin for subclasses of related class | contrib.admin | ||
792 | 792 | 2 | FileField and edit_inline=meta.STACKED | contrib.admin | ||
562 | 562 | 3 | "Add another" JavaScript doesn't add new value to all fields relating to the same type | contrib.admin | ||
391 | 391 | 9 | date_based generic views might be off by one | Generic views | ||
4317 | 4317 | ✅ | 5 | Fix compress() in SplitDateTimeField | Forms | |
546 | 546 | 6 | [patch] make render_to_string and render_to_response use select_template | Template system | ||
208 | 208 | 17 | Allow the strings the cycle tag uses to contain spaces | Template system | ||
526 | 526 | 15 | Error when edit_inline model have unique_together constraint | Database layer (models, ORM) | ||
348 | 348 | 5 | [patch] Multiple clicks on "Choose all" or "Clear all" in the Javascript "filter" interface causes strange behavior | contrib.admin | ||
137 | 137 | 2 | TypeError: can't compare datetime.datetime to datetime.date in date_based.py | Generic views | ||
149 | 149 | 5 | Show latest comments on djangoproject.com | Core (Cache system) | ||
765 | 765 | 6 | Simplified Chinese i18n translation file | Translations | ||
386 | 386 | 3 | Use REDIRECT_FIELD_NAME for logout | Core (Other) | ||
139 | 139 | 10 | edit_inline should grow some Javascript magic to increase usability | contrib.admin | ||
48 | 48 | 3 | Unit tests for MySQL support | Database layer (models, ORM) | ||
871 | 871 | 5 | ImageField doesn''t honor blank=True argument | contrib.admin | ||
690 | 690 | 3 | Model allowed me to 'hide' a required field, which produced unuseable error messages. | contrib.admin | ||
150 | 150 | 1 | Should put a notice to set an *absolute path', in the DATABASE_NAME variable if using sqlite3 | Core (Other) | ||
28 | 28 | 2 | Delete confirmation should have "replace relationships" shortcut | Metasystem | ||
36 | 36 | 1 | how do I config the apache+mod_python? | Core (Other) | ||
666 | 666 | 4 | Admin should get 404 and 500 templates | contrib.admin | ||
148 | 148 | 1 | Add some padding to the bottom of div#content-main | *.djangoproject.com | ||
191 | 191 | 2 | Pydoc integration | Core (Other) | ||
189 | 189 | 3 | Inline editing of foreign keys doesn't do pretty error handling. | contrib.admin | ||
599 | 599 | 5 | locmem cache should deepcopy values from the cache to prevent aliasing | Core (Cache system) | ||
654 | 654 | 2 | DateFormat should be a subclass of TimeFormat, not Formatter | Tools | ||
673 | 673 | 3 | Final code example in Tutorial 3 is incorrect | Documentation | ||
710 | 710 | 7 | Differentiate between __repr__ and __str__ for model objects | Core (Other) | ||
716 | 716 | 2 | order_type not defined in new-admin django.contrib.admin.templatetags.admin_list | contrib.admin | ||
743 | 743 | 4 | new-admin: lookup_val2 not defined in BooleanFieldFilterSpec of django.contrib.admin.views.main | contrib.admin | ||
744 | 744 | 4 | `NullBooleanField` should show an icon in the admin listing rather than "None" | Generic views | ||
754 | 754 | 2 | editable=False causes fields to lose current value upon save in admin interface | contrib.admin | ||
758 | 758 | 3 | django_admin_log items should be HTML-escaped when shown in admin interface | contrib.admin | ||
779 | 779 | 11 | [patch] Allow callables in extra_lookup_kwargs of generic views | Generic views | ||
889 | 889 | 5 | [patch] `str()` should be used in admin interface popup-add | contrib.admin | ||
912 | 912 | 3 | Documentation should be updated to reflect __repr__ / __str__ split for model objects | Documentation | ||
939 | 939 | 2 | [patch] CSS class for optional monospace textareas in admin | contrib.admin | ||
940 | 940 | 3 | Trac RSS feed link should be visible from Django's Trac | *.djangoproject.com | ||
236 | 236 | 4 | Add support for deleting cookies easily | Core (Other) | ||
127 | 127 | 2 | Documentation how to setup djangoproject.com | Documentation | ||
456 | 456 | 3 | [patch] minor typo in overview.txt | Documentation | ||
264 | 264 | 6 | None | Contrib apps | ||
548 | 548 | 3 | missing steps at end of tutorial04.txt | Documentation | ||
926 | 926 | 6 | Too narrow collumns for swedish on main admin page | contrib.admin | ||
943 | 943 | 2 | django-admin createsuperuser bails on no arguments after 1474 | Core (Management commands) | ||
929 | 929 | 2 | [i18n] serbian translation update | Translations | ||
956 | 956 | 3 | Updated Galician (gl) translation | Internationalization | ||
931 | 931 | 2 | unordered_list template filter is broken after filter-changing commit | contrib.admin | ||
886 | 886 | 3 | timesince breaks on the current time | Tools | ||
946 | 946 | 1 | cs trans updated | contrib.admin | ||
812 | 812 | 2 | [Syndication doc example] - Templates and associated extension | Documentation | ||
875 | 875 | 1 | typo in docs | Documentation | ||
881 | 881 | 1 | update slovak (sk) translation | Translations | ||
776 | 776 | 6 | smart+question | *.djangoproject.com | ||
851 | 851 | 12 | New SQL query API | Database layer (models, ORM) | ||
807 | 807 | 2 | Latest french translation | Translations | ||
787 | 787 | 1 | High-level feeds ('Feed' subclasses) don't pick up author details | contrib.syndication | ||
769 | 769 | 1 | ForeignKey issue w/r/t recent get_db_column() -> get_attname_column() switch in core.meta.fields | contrib.admin | ||
721 | 721 | 3 | isAlphaNumericURL validator should allow dashes. | Validators | ||
671 | 671 | 3 | generic list_object enhancement | Core (Other) | ||
712 | 712 | 1 | trunk django/core/meta/__init__.py in method_save(opts, self) raises exceptions.AttributeError (osx, mysql4, python24) | Database layer (models, ORM) | ||
747 | 747 | 1 | Initial Welsh (cy) translation | Translations | ||
617 | 617 | 2 | num_in_admin problem in tutorial | contrib.admin | ||
371 | 371 | 5 | random filter in template throws an error | Template system | ||
649 | 649 | 1 | [enhacement] Navigation in model instances | contrib.admin | ||
601 | 601 | 3 | Unique_together documentation update | Documentation | ||
556 | 556 | 2 | Non-integer primary keys don't work when pointed-to by a ManyToManyField | Metasystem | ||
532 | 532 | 3 | get_values doesn't work with the "select" lookup | Database layer (models, ORM) | ||
517 | 517 | 2 | Error message with django-admin.py : "The database couldn't be initialized." set_isolation_level | Core (Management commands) | ||
569 | 569 | 2 | [patch] better pluralization for table names | contrib.admin | ||
394 | 394 | 3 | Redirects and multiple name= pairs | Core (Other) | ||
476 | 476 | 1 | use vars values in template {{}} dotted style | Template system | ||
486 | 486 | 3 | [patch] Template system incorrectly persists filter arguments | Template system | ||
462 | 462 | 1 | [patch] small typo in templates_python.txt | Documentation | ||
536 | 536 | 6 | Wrap load_and_render in HttpResponse in the calling function | Tools | ||
436 | 436 | 7 | Create an API to update and delete multiple objects in a single call | Metasystem | ||
518 | 518 | 3 | Need validators that aren't attached to a form field | Validators | ||
425 | 425 | 5 | django.utils.images should have a thumbnail function | Tools | ||
407 | 407 | 1 | [patch] Use request.META.get('REMOTE_ADDR') | Core (Other) | ||
509 | 509 | 16 | We need a "Powered by Django" button | Database layer (models, ORM) | ||
490 | 490 | 1 | [patch] incorrect handling of cursor.rowcount | Core (Management commands) | ||
508 | 508 | 3 | max_age for cookies doesn't work in safari (and perhaps not IE) | Core (Other) | ||
475 | 475 | 4 | Recursive function calling not working properly in template tags | Template system | ||
504 | 504 | 2 | mailing lists don't work without a @gmail email address | *.djangoproject.com | ||
523 | 523 | 1 | object_list sets current page number incorrectly | Generic views | ||
457 | 457 | 1 | sqlreset doesn't clean up model-specific user permission record | Database layer (models, ORM) | ||
398 | 398 | 5 | [patch] {%define VAR as%}VALUE{%in%} tag | Template system | ||
421 | 421 | 4 | [patch] new events framework | Core (Other) | ||
465 | 465 | 1 | templates_python.txt: another typo | Documentation | ||
442 | 442 | 2 | Admin interface throws errors that aren't displayed | contrib.admin | ||
103 | 103 | 4 | "Get current version: 1.0" is misleading | *.djangoproject.com | ||
408 | 408 | 3 | raw_id_admin is broken in IE | contrib.admin | ||
410 | 410 | 4 | 'django-admin validate' should note when meta.admin.fields is redundant | Core (Management commands) | ||
396 | 396 | 3 | djangoadmin.py runserver should be able to listen on all available IPs | Tools | ||
299 | 299 | 1 | Slugify shouldn't remove hyphens | contrib.admin | ||
438 | 438 | 1 | marking the field null=True it does not seems to work | contrib.admin | ||
454 | 454 | 3 | 'app' instead of 'module' in django-admin.py --help | contrib.admin | ||
406 | 406 | 1 | Typo in documentation | Documentation | ||
364 | 364 | 2 | _{post,pre}_file hooks | Metasystem | ||
380 | 380 | 5 | Tutorial 1, missing specific directory information | Documentation | ||
428 | 428 | 5 | [patch] view for serving static files | Generic views | ||
357 | 357 | 4 | [patch]: django-admin.py needs a --projects parameter | Core (Management commands) | ||
402 | 402 | 2 | Site Domain Hardcoded | contrib.admin | ||
351 | 351 | 3 | Make list_detail.object_list respect allow_empty when paginating | Generic views | ||
405 | 405 | 1 | Pound sign in admin interface saves incorrectly (MySQL) | contrib.admin | ||
362 | 362 | 8 | Anonymous sessions should try to prevent session-stealing | Core (Other) | ||
224 | 224 | 1 | AUTH_SESSION_COOKIE change | contrib.admin | ||
345 | 345 | 1 | Set http Content-type header from settings.py | Core (Other) | ||
335 | 335 | 2 | Admin login form should check for cookies | contrib.admin | ||
368 | 368 | 1 | Admin / Main interfaces mix settings after a while under mod_python | Core (Other) | ||
359 | 359 | 6 | Simplified assignment and lookup for related fields | contrib.admin | ||
232 | 232 | 1 | session example. | Documentation | ||
333 | 333 | 11 | HttpResponse should get a default charset | Core (Other) | ||
334 | 334 | 1 | ifnotequal should accept an else part | Template system | ||
360 | 360 | 6 | [PATCH] django-admin.py runserver only takes a port when it could also take an ip:port | Core (Other) | ||
273 | 273 | 23 | [patch] Password salt and other algorithms support | Core (Other) | ||
292 | 292 | 1 | The page title in tutorial part 4 says "part 3" | Documentation | ||
120 | 120 | 2 | djang-admin.py called without argument | Tools | ||
91 | 91 | 4 | A (possible) cleaner ORM fields description | Core (Other) | ||
276 | 276 | 5 | [patch] new template tag 'strip' | Template system | ||
134 | 134 | 2 | Template for password change not included in source dist | contrib.admin | ||
332 | 332 | 1 | It's datetime.datetime.now() | Documentation | ||
222 | 222 | 1 | r335 - sqlite database wrapper produces numeric (none,none) for a float field | Database layer (models, ORM) | ||
315 | 315 | 3 | verbose_name_plural should be used in admin URLs | contrib.admin | ||
243 | 243 | 2 | lack of ordering the get_list() params | Metasystem | ||
249 | 249 | 2 | IRC nicks | *.djangoproject.com | ||
259 | 259 | 4 | Admin errors with edit_inline and foreign keys. | contrib.admin | ||
293 | 293 | 1 | Typo in Tutorial 4 | Documentation | ||
310 | 310 | 2 | Auth bug in generic views | Core (Other) | ||
240 | 240 | 7 | get_callback() improvements | Core (Other) | ||
279 | 279 | 3 | [patch] TemplateDoesNotExist on Windows | contrib.admin | ||
205 | 205 | 1 | Can't log in from /admin/logout/ | contrib.admin | ||
297 | 297 | 3 | Add "--settings" option to runtests.py | Tools | ||
254 | 254 | 2 | can't download the files | *.djangoproject.com | ||
257 | 257 | 2 | Empty model modules shouldn't cause an error | Metasystem | ||
219 | 219 | 6 | The change history for an object is recording changes with a 6-hour offset to the timestamp | contrib.admin | ||
223 | 223 | 3 | [PATCH] Breadcrumb navigation broken in admin documentation | contrib.admin | ||
225 | 225 | 3 | MS SQL Server via ADO | Database layer (models, ORM) | ||
296 | 296 | 1 | [patch] Typo in docs/model_api.txt | Documentation | ||
295 | 295 | 5 | [patch] Add reverse counter variables to template "for loops" | Core (Management commands) | ||
215 | 215 | 6 | Need to generate postgresql tables WITHOUT OIDS by default | Database layer (models, ORM) | ||
228 | 228 | 1 | [patch] Better handling of timezones | Database layer (models, ORM) | ||
247 | 247 | 2 | Webpage to list web hosts | *.djangoproject.com | ||
227 | 227 | 2 | sqlite and unicode problems | Database layer (models, ORM) | ||
278 | 278 | 1 | Problems saving objects with non-id primary key fields and SQLite database | Database layer (models, ORM) | ||
185 | 185 | 5 | Chaining views | Core (Other) | ||
248 | 248 | 4 | Add a "addtopath" command to django-admin.py | Core (Management commands) | ||
220 | 220 | 1 | List requirements | Documentation | ||
124 | 124 | 4 | Better handling of raw POST data | Core (Other) | ||
196 | 196 | 4 | Patch: Allow integer months in views.generic.date_based | Core (Other) | ||
183 | 183 | 3 | TypeError: can't compare datetime.datetime to datetime.date | Template system | ||
160 | 160 | 1 | Never get to the final logout page | contrib.admin | ||
186 | 186 | 3 | [patch] Refactor django/core/meta.py to eliminate duplicate code | Metasystem | ||
173 | 173 | 1 | How do I start Django's in built webserver? | Documentation | ||
212 | 212 | 3 | help_text is not displayed for ManyToManyField in the admin interface | contrib.admin | ||
197 | 197 | 3 | Adding a flatfile causes a traceback in sqlite3.py | contrib.admin | ||
203 | 203 | 2 | Tutorial 2 list_filter example needs another comma | Documentation | ||
146 | 146 | 2 | Change order_by and ordering parameters to be less verbose | Database layer (models, ORM) | ||
251 | 251 | 20 | [patch] Add "AND" and "OR" clauses to the SQL query syntax | Metasystem | ||
143 | 143 | 1 | Problem running the command line examples in Tut 1 when using --settings option | Core (Other) | ||
136 | 136 | 1 | Provide a path to read documentation files in docs/ (enhancement/trivial) | Documentation | ||
157 | 157 | 1 | view/admin/main.py change_list assumes orderlist is tuple | contrib.admin | ||
161 | 161 | 2 | Log output for "django-admin runserver" shouldn't display admin media | Tools | ||
216 | 216 | 11 | sqlite3 broken post rev 329 | Metasystem | ||
168 | 168 | 5 | history() in django/views/admin/main.py makes assumptions about the object's key name | contrib.admin | ||
7 | 7 | 4 | Patch: Changelist date range filters don't maintain state as expected | contrib.admin | ||
138 | 138 | 2 | Error naming the "docs" directory in README | Documentation | ||
177 | 177 | 3 | Logout from Admin leaves you in /admin/logout | contrib.admin | ||
121 | 121 | 16 | [patch] Names in SQL should be quoted | Metasystem | ||
144 | 144 | 1 | Some admin media files are not viewable | contrib.admin | ||
141 | 141 | 1 | --settings option doesn't work as shown in the tutorial | Core (Other) | ||
198 | 198 | 7 | istartswith doesn't work | Contrib apps | ||
204 | 204 | 1 | Inconsistent treatment of blank passwords for superusers | Tools | ||
166 | 166 | 3 | [patch] Add "in" to the lookup types in the DB API | Core (Other) | ||
2 | 2 | 5 | Calendar popup - next/previous month links close the popup in Safari | contrib.admin | ||
187 | 187 | 3 | Uknown error with ordering in the admin interface | contrib.admin | ||
147 | 147 | 2 | "sqlite" should be "sqlite3" in conf/project_template/settings/main.py | contrib.admin | ||
133 | 133 | 1 | Patch to improve DATABASE_ENGINE error message | Core (Other) | ||
163 | 163 | 12 | Option to leave off __exact | Template system | ||
102 | 102 | 1 | Exceptions aren't html-quoted | Core (Other) | ||
130 | 130 | 2 | Display comments in Trac timeline | *.djangoproject.com | ||
178 | 178 | 1 | Wrong time zone usage | Core (Other) | ||
169 | 169 | 1 | \\dt instead of \dt in Tutorial 1 | Documentation | ||
153 | 153 | 1 | Change docs to use new ordering syntax | Documentation | ||
98 | 98 | 2 | Pretty CSS for PHILOSOPHY sections in docs | Documentation | ||
100 | 100 | 1 | document ForeignKey('self') hack, please | Documentation | ||
92 | 92 | 1 | Make meta.Admin.fields optional | Metasystem | ||
3 | 3 | 1 | Convert OneToOne to be like ForeignKey and ManyToManyField | Metasystem | ||
117 | 117 | 3 | Site search and/or Trac search for djangoproject.com | *.djangoproject.com | ||
71 | 71 | 1 | Consider using "example.com" instead of "mysite.com" | Documentation | ||
158 | 158 | 3 | Base admin template changes | contrib.admin | ||
155 | 155 | 1 | django-admin initializes mysite.com in meta table without way to change that | contrib.admin | ||
104 | 104 | 2 | i18n for internal strings | Core (Other) | ||
70 | 70 | 2 | Community link not there from within Code. | *.djangoproject.com | ||
67 | 67 | 1 | Make specifying 'human-readable' name optional. | Core (Other) | ||
129 | 129 | 5 | Multiple ManyToManyField fields with same "to" reference tries to create duplicate tables | Metasystem | ||
30 | 30 | 1 | django-admin shouldn't copy "." directories from the template. | Tools | ||
76 | 76 | 2 | Development server should serve admin images, too | Tools | ||
75 | 75 | 3 | Add support for recursive ManyToManyFields | Metasystem | ||
63 | 63 | 2 | Factor django.core.handlers into subclasses to remove duplicate code | Core (Other) | ||
82 | 82 | 2 | Config snippet for mod_python users doing tutorial 3 | Core (Other) | ||
38 | 38 | 3 | Create sqlite backend | Database layer (models, ORM) | ||
108 | 108 | 1 | WikiFormatting page is not there | *.djangoproject.com | ||
125 | 125 | 2 | View-Controller separation violation | contrib.admin | ||
142 | 142 | 1 | tutorial 1 bug in init --settings | Documentation | ||
8 | 8 | 7 | Date and time fields should accept multiple formats | contrib.admin | ||
45 | 45 | 1 | Website should emphasize that MySQL support isn't thoroughly tested | *.djangoproject.com | ||
96 | 96 | 2 | Coment counts on the djangoproject.com weblog | *.djangoproject.com | ||
128 | 128 | 8 | IndexError when using invalid {% extends %} in template should be replaced with better error message. | Template system | ||
69 | 69 | 1 | Enhancing the MySQL backend | Database layer (models, ORM) | ||
58 | 58 | 2 | Creating user from interactive interpreter doesn't work with MySQL | Database layer (models, ORM) | ||
32 | 32 | 1 | Really dead link at http://www.djangoproject.com/documentation/faq/ | *.djangoproject.com | ||
79 | 79 | 2 | Unable to run admin interface via stand-alone server | contrib.admin | ||
18 | 18 | 1 | Metasystem optimization: Don't select duplicate fields | Database layer (models, ORM) | ||
66 | 66 | 7 | [patch] Give views access to application root from urlconf | Core (Other) | ||
35 | 35 | 4 | django-admin.py init problem for postgresql 8.0.3/win32 | Database layer (models, ORM) | ||
55 | 55 | 1 | add a logger to django | Tools | ||
109 | 109 | 31 | Patch: Customizing Date(Time)Field displays | contrib.admin | ||
12 | 12 | 9 | Add metasystem database-check functionality | Metasystem | ||
20 | 20 | 5 | "Add another" for many-to-many relationships | contrib.admin | ||
33 | 33 | 2 | frontpage typo | *.djangoproject.com | ||
47 | 47 | 1 | Get rid of the Roadmap link in Trac | *.djangoproject.com | ||
90 | 90 | 6 | Add "django-admin.py inspectdb" option | Tools | ||
95 | 95 | 1 | Encourage people to change the TAMPER_SECRET | Core (Other) | ||
94 | 94 | 2 | Mysterious error | contrib.admin | ||
64 | 64 | 2 | Add cache middleware | Core (Cache system) | ||
73 | 73 | 1 | Sample templates in the repository? | *.djangoproject.com | ||
59 | 59 | 3 | Hard-coded references to password_change and logout | contrib.admin | ||
99 | 99 | 1 | enhance model "ordering" to reduce redundancy for multiple same-order fields | Core (Other) | ||
49 | 49 | 4 | Remove references to http://media.ljworld.com from the code | contrib.admin | ||
11 | 11 | 2 | replaces_module should handle "admin" more intelligently | Metasystem | ||
43 | 43 | 1 | link to icon_searchbox.png is broken | contrib.admin | ||
88 | 88 | 2 | Configuration should be more forgiving to users who forget the trailing comma. | Core (Other) | ||
44 | 44 | 2 | Missing view templates for djangoproject.com in Subersion repos. | Documentation | ||
39 | 39 | 1 | Get obj.save() working in all MySQL versions | Database layer (models, ORM) | ||
77 | 77 | 6 | The PostgreSQL code should use schemas instead of prefixes for namespaces. | Database layer (models, ORM) | ||
68 | 68 | 1 | Tutorial 02 shows deprecated mod_python config | Documentation | ||
37 | 37 | 1 | Homepage link 'tutorial' is broken. | Documentation | ||
41 | 41 | 1 | allow for multiple user identities with access rights to the database | Core (Other) | ||
54 | 54 | 1 | pattern in url_dispatch.txt maybe wrong | Documentation | ||
53 | 53 | 1 | djonga-admin.py sqlclear fails with entries in auth_permissions tables | Tools | ||
51 | 51 | 3 | Create add_* methods for objects with a many-to many-relationship | Metasystem | ||
50 | 50 | 1 | Tutorial#1 section Initial Setup directory listing is missing settings/urls folder | Documentation | ||
171 | 171 | 6 | Bug, I think, in foreign keys and SQLite | Database layer (models, ORM) | ||
611 | 611 | 9 | fields with editable=False do not render | contrib.admin | ||
21 | 21 | 5 | FileUploadField should allow for manual filename entry | contrib.admin | ||
16 | 16 | 6 | Create some form of "edit many at once" feature for the admin | contrib.admin | ||
555 | 555 | 6 | DateTimeFields with auto_now and auto_now_add don't change in place | Core (Other) | ||
572 | 572 | 15 | When i have an ImageField and a auto_now DateTimeField in the same model it doesnt get saved | contrib.admin | ||
200 | 200 | 16 | Add a Decimal type and a Currency type | Database layer (models, ORM) | ||
952 | 952 | 61 | [patch] Allow for database client encoding configuration from project settings | Database layer (models, ORM) | ||
652 | 652 | 9 | An option to upload files into database would be a great alternative to filesystem uploads. | Database layer (models, ORM) | ||
93 | 93 | 6 | django-admin startproject can create invalid settings/admin.py on windows | Tools | ||
250 | 250 | ✅ | 10 | Metasystem needs a BinaryField | Metasystem | |
474 | 474 | 7 | Better method of serving admin media files needed | Documentation | ||
863 | 863 | 3 | Atom Feeds should pick up "updated" and "published" elements automatically from auto_now and auto_now_add fields | contrib.syndication | ||
633 | 633 | 2 | Model _post_load method (or similiar for a field?) | Database layer (models, ORM) | ||
609 | 609 | 2 | When using validators.RequiredIfOtherFieldEquals with a Boolean field, it doesn't work the obvious way | contrib.admin | ||
999 | 999 | 6 | 'bool' object has no attribute 'get' when trying to add a record | Metasystem | ||
482 | 482 | 2 | ForeignKey inline editing drops records in the Admin application | Core (Cache system) | ||
834 | 834 | 5 | authentication documentation should document the viewfuncs in django.views.auth.login | Documentation | ||
760 | 760 | 11 | Error reason not seen when 500 template is missing | contrib.admin | ||
639 | 639 | 13 | Model FileFields empty on first pass through save() | Core (Other) | ||
317 | 317 | 10 | [Patch] slugify delimits words by hyphens, but its validator doesn't like them | Generic views | ||
613 | 613 | 4 | prevent raw_post_data parsing on defined view functions | Core (Other) | ||
5 | 5 | 8 | Add a cache=NUM_SECONDS argument to QuerySet | Metasystem | ||
343 | 343 | 5 | One-to-one relations - different primary_key | Metasystem | ||
393 | 393 | 20 | [patch] Filters don't take the str() value of a var | Core (Other) | ||
344 | 344 | 3 | Improvements to raw_id_admin for ManyToManyFields | contrib.admin | ||
443 | 443 | 5 | Date's of the form 0000-00-00 don't work | Database layer (models, ORM) | ||
547 | 547 | 8 | [patch] XMLRPC support for django | Tools | ||
924 | 924 | 19 | [patch] String filters (lower, upper, capfirst etc.) don't work with international strings | contrib.admin | ||
934 | 934 | 6 | ImageField's cause the admin UI to not allow modifications? | Validators | ||
914 | 914 | 12 | [patch] Admin js option does not honor absolute urls | contrib.admin | ||
688 | 688 | 18 | [patch] Error handlers lack context. | Translations | ||
10 | 10 | 3 | Ordered objects should have API access to their order number | Validators | ||
870 | 870 | 7 | Cool CSS display bug in the calendar widget in the admin view | contrib.admin | ||
872 | 872 | 7 | fields.TextField should pass 'rows' argument to its formfields.LargeTextField | contrib.admin | ||
720 | 720 | 4 | Added methods to ObjectPaginator for getting the numbers of first and last object on page | Core (Other) | ||
560 | 560 | 1 | Fields which have several formfields are non-trivial to use in forms. | Core (Other) | ||
262 | 262 | 3 | editable=False doesn't show in tables that are created with edit_inline=True | contrib.admin | ||
631 | 631 | 1 | Document common security precautions | Documentation | ||
389 | 389 | 5 | [patch] admin interface only sorts by first ordering field | contrib.admin | ||
65 | 65 | 56 | [i18n] Internationalization and localisation | contrib.admin | ||
327 | 327 | 5 | Metasystem should support more than one ManyToMany relationship | Metasystem | ||
435 | 435 | 3 | Exception thrown out when doing do_html2python | Core (Other) | ||
669 | 669 | 7 | site table | Metasystem | ||
384 | 384 | 1 | A delete button next to 'many' in admin might be more intuitive | contrib.admin | ||
738 | 738 | 1 | cs translation slightly modified | Translations | ||
440 | 440 | 10 | [patch] maxlength incorrectly checked for international characters in utf-8 | contrib.admin | ||
739 | 739 | 8 | tutorial and docs translations | Documentation | ||
61 | 61 | 62 | [patch] auth.User admin form shouldn't require people to edit hashes | contrib.admin | ||
740 | 740 | 1 | translation middleware not working on win xp | Core (Other) | ||
742 | 742 | 3 | history raises error in datetime while using non english language | Core (Other) | ||
383 | 383 | 3 | Tutorial 2, 'clearing' field to signify deletion of object doesn't | Documentation | ||
81 | 81 | 10 | Setting primary_key=True on an non-integer field isn't yet supported | contrib.admin | ||
85 | 85 | 5 | Admin login doesn't work with Konqueror | contrib.admin | ||
87 | 87 | 24 | [patch] Oracle database support | Database layer (models, ORM) | ||
381 | 381 | 3 | Tutorial 1, the name of the file to modify is missing | Documentation | ||
105 | 105 | 5 | Make collapse class to work in two ways | contrib.admin | ||
447 | 447 | 3 | [PATCH] Add pubdate elements to RSS feeds. | contrib.syndication | ||
122 | 122 | 43 | [patch] Build models using fieldname=FieldClass | Core (Other) | ||
374 | 374 | 6 | [patch] Filtering BooleanField does not work with SQLite | contrib.admin | ||
451 | 451 | 4 | There should be OneToManyField support | Database layer (models, ORM) | ||
584 | 584 | 6 | [patch] fix many-to-many with non-default pks. | Metasystem | ||
581 | 581 | 5 | RSS framework needs unit tests | contrib.syndication | ||
452 | 452 | 9 | Two ManyToManyFields to the same object should give that other object two API methods, not one | Metasystem | ||
573 | 573 | 2 | [patch] add plus sign to ManyToMany fields in admin | contrib.admin | ||
801 | 801 | 2 | contrib.comments seems a bit "unready" | contrib.comments | ||
180 | 180 | 13 | request.POST doesn't work in django_admin.py runserver | Tools | ||
349 | 349 | 13 | [patch] Bad styling in Admin interface | contrib.admin | ||
558 | 558 | 3 | jnefpnev | Core (Management commands) | ||
463 | 463 | 24 | [patch] new mysql.DatabaseWrapper - solving multiple MySQL problems | Core (Other) | ||
211 | 211 | 5 | [Patch] Remove edit_inline_type / edit_inline verbosity | Metasystem | ||
469 | 469 | 4 | Admin changelist assumes ForeignKey related object has ordering set | contrib.admin | ||
472 | 472 | 1 | ImageField description should include link to pitfall or FAQ | Documentation | ||
230 | 230 | 3 | FloatField with MySQL Backend fails silently | Database layer (models, ORM) | ||
884 | 884 | 2 | Problems with international date handling | Template system | ||
883 | 883 | 1 | Problems with international date handling | Template system | ||
529 | 529 | 14 | Add support for GenericForeignKey | Contrib apps | ||
527 | 527 | 7 | OneToOne relations are broken since new model style released | Metasystem | ||
238 | 238 | 6 | Database tests fail with sqlite | Database layer (models, ORM) | ||
242 | 242 | 6 | Traceback when viewing tag docs. | contrib.admin | ||
338 | 338 | 11 | ManyToMany fields don''t work in the generic views | Generic views | ||
337 | 337 | 9 | DateTime fields don't work in the generic views | Generic views | ||
514 | 514 | 1 | [patch] Traceback in admin when adding an object containing a OneToOneField. | contrib.admin | ||
512 | 512 | 6 | Admin list_filter doesn't work for BooleanField with MySQL | contrib.admin | ||
510 | 510 | 12 | [patch] Defend admin against CSRF attacks | contrib.admin | ||
267 | 267 | 2 | admin redirect when "save and continue editing" uses object.id | contrib.admin | ||
270 | 270 | 2 | Patch: edit_inline and default on fields don't work together | contrib.admin | ||
501 | 501 | 4 | {{ block.super }} returns value of the most remote ancestor | contrib.syndication | ||
329 | 329 | 12 | RSS framework needs an easier interface | contrib.syndication | ||
318 | 318 | 1 | Missing ')' in SlugField code example | *.djangoproject.com | ||
624 | 624 | 1 | formfields.CheckboxSelectMultipleField validators are broken | Core (Other) | ||
813 | 813 | 6 | we need spam protection for the ticket system :-( | *.djangoproject.com | ||
969 | 969 | 2 | update slovak (sk) translation | Translations | ||
767 | 767 | 2 | updated cs translation | Translations | ||
312 | 312 | 1 | Adding images fails for edit-inline with width_field set | contrib.admin | ||
808 | 808 | 1 | forms.txt bug | Documentation | ||
687 | 687 | 1 | [patch] floatformat broken | Template system | ||
167 | 167 | 3 | ForeignKey should also take string arg instead of class name | Metasystem | ||
323 | 323 | 5 | Saving item without making any changes causes a duplicate item to be created in MySQL | contrib.admin | ||
605 | 605 | 1 | Template filenames mentioned by CRUD view docs aren't accurate | Documentation | ||
195 | 195 | 1 | Patch: Allow callables in the extra_context dictionary of django.views.generic.date_based | Core (Other) | ||
287 | 287 | 3 | slugify description incorrect | Documentation | ||
340 | 340 | 1 | The admin requires session middleware to be installed | contrib.admin | ||
634 | 634 | 2 | [patch] admin shortcuts don't honor existing http:// absolute urls | contrib.admin | ||
988 | 988 | 1 | Italian translation for djangojs.po | Translations | ||
241 | 241 | 6 | Add a django.contrib.markup app | Core (Other) | ||
239 | 239 | 10 | Initializing a model instance should not require fields with blank | Metasystem | ||
809 | 809 | 2 | Updated Simplified Chinese Translation | Translations | ||
938 | 938 | 1 | Trivial patch for admin/doc w.r.t. OneToOneField | contrib.admin | ||
395 | 395 | 5 | [patch] New session middleware for browser-session length cookies | Core (Other) | ||
489 | 489 | 3 | [patch] MySQL: TextField => longtext | Database layer (models, ORM) | ||
825 | 825 | 1 | Not clear there are more lines of code available in the debug 500 traceback | Generic views | ||
107 | 107 | 4 | [patch] Leaving out ID parameters | Metasystem | ||
420 | 420 | 7 | [patch] exclude_fields in AddManipulator and ChangeManipulator | Metasystem | ||
618 | 618 | 8 | [patch] (reopened) Support for non-standard database port | Database layer (models, ORM) | ||
544 | 544 | 1 | [patch] Minor admin_templates/base.html patch | contrib.admin | ||
320 | 320 | 8 | After completing Tutorial 2, there appears to be a bug in the foreign key related default admin code | contrib.admin | ||
848 | 848 | 1 | authentication doc should be more clear on permission handling | Documentation | ||
521 | 521 | 6 | Multilevel foreign key ordering causes error in Admin changeview | Metasystem | ||
928 | 928 | 2 | Admin documentation don't work after [1443] | contrib.admin | ||
790 | 790 | 2 | cs trans updated | Translations | ||
615 | 615 | 1 | [patch] Replace strip_tags with escape in d.v.a.main | contrib.admin | ||
981 | 981 | 4 | SQL insert files located in every app should be documented | Documentation | ||
770 | 770 | 2 | updated slovak (sk) translation | Translations | ||
995 | 995 | 2 | Italian translation for djangojs.po (updated to account for #1539) | Translations | ||
275 | 275 | 3 | Missing arg in django.core.validators.RequiredIfOtherFieldGiven introduced by changeset 403 | Core (Other) | ||
626 | 626 | 7 | Move template modules to django.core.template package | Core (Other) | ||
783 | 783 | 1 | Add ¨id¨ field to anonymous user object | Core (Other) | ||
715 | 715 | 2 | Allow arguments to createsuperuser | Core (Management commands) | ||
377 | 377 | 2 | [patch] Allow template_name argument to django.views.auth.login.login | Generic views | ||
587 | 587 | 1 | [patch] Allow iteration through formfields in a FormWrapper | Template system | ||
684 | 684 | 3 | [patch] Give views/decorators/auth.py a fighting chance of accomplishing something | contrib.admin | ||
971 | 971 | 2 | inspectdb command for SQLite should introspect field types | Core (Management commands) | ||
193 | 193 | 1 | Uploaded binary files are corrupted on Windows | Core (Other) | ||
951 | 951 | 1 | admin_url is without /admin/ path in bookmarklets | contrib.admin | ||
553 | 553 | 3 | Adding fields is non-trivial due to lack of database data type generic mapping | Core (Other) | ||
683 | 683 | 5 | [patch] Saving with custom db_column fails | Metasystem | ||
805 | 805 | 3 | OneToOneField conflicts with ForeignKey | Database layer (models, ORM) | ||
423 | 423 | 3 | Admin filters broken with [549] | contrib.admin | ||
311 | 311 | 1 | [patch] Update defaulttags.py docstrings to match docs/templates.txt | contrib.admin | ||
681 | 681 | 3 | get_in_bulk fails for PK columns other than "id" | Database layer (models, ORM) | ||
677 | 677 | 1 | [patch] sql_queries list not getting reset between requests | Database layer (models, ORM) | ||
846 | 846 | 1 | Syndication feed framework documentation references rss.Feed from the old framework | Documentation | ||
268 | 268 | 2 | Patch: new validator that validates one of many validators | contrib.admin | ||
642 | 642 | 2 | [patch] Docs: EmailField clarification | Documentation | ||
316 | 316 | 8 | Error while logging into Admin site since revision 487 | contrib.admin | ||
499 | 499 | 4 | [patch] method_save() empty value fix | Template system | ||
798 | 798 | 4 | Specifying username, email, and password on as arguments to "django-admin.py createsuperuser" | Translations | ||
586 | 586 | 5 | raw_id_admin should work with non-integer primary keys | contrib.admin | ||
491 | 491 | 1 | Patch to allow non-user PostgreSQL connections. | Database layer (models, ORM) | ||
700 | 700 | 7 | urlify.js and slugify use different character for spaces | Core (Other) | ||
271 | 271 | 2 | "ManyToOneField" seen in Model Reference should read "ForeignKey" | Documentation | ||
882 | 882 | 1 | "django-admin sqlclear" fails with sqlite3 | Database layer (models, ORM) | ||
682 | 682 | 4 | Fully decoupled URLconf's for apps. | Core (Other) | ||
280 | 280 | 2 | add _pre_delete and _post_delete hooks | Core (Other) | ||
207 | 207 | 1 | TimeFormat seconds function has unused second argument (w/ patch) | Template system | ||
448 | 448 | 2 | formfield documentation uses IntegerField with choices, even though that doesn't work | Documentation | ||
595 | 595 | 1 | Allow custom 'select' arguments sorted descending to work | Metasystem | ||
910 | 910 | 2 | update slovak (sk) translation | Translations | ||
964 | 964 | 1 | python runtest.py doesn't run tests | Tools | ||
797 | 797 | 1 | Give Anonymous its own database entry so we can set permissions on it | contrib.admin | ||
162 | 162 | 1 | admin log accesses __repr__ too late (w/patch) | contrib.admin | ||
799 | 799 | 5 | new error templates expose secret keys | Core (Other) | ||
600 | 600 | 1 | decorator_from_middleware currently doesn't handle process_view | Core (Other) | ||
967 | 967 | 1 | [patch] Safe quoting of table names | Database layer (models, ORM) | ||
515 | 515 | 12 | [patch] additional set of cache backends | Core (Cache system) | ||
922 | 922 | 2 | Update Simplified Chinese Translation | Translations | ||
424 | 424 | 8 | Timeline page doesn't display link to RSS feed | *.djangoproject.com | ||
885 | 885 | 2 | new-admin: Template unit test "include03" fails | Template system | ||
365 | 365 | 3 | [patch] Change template.resolve_variable() to resolve hard-coded strings | Template system | ||
612 | 612 | 2 | [patch] decorator for managing cache-control header | Core (Cache system) | ||
192 | 192 | 3 | FileUploads with builtin HTTPServer and wsgi-handler won't works | Core (Other) | ||
453 | 453 | 1 | Descriptive error messages in django-admin sql/install | Database layer (models, ORM) | ||
170 | 170 | 27 | Unicode field names cause UnicodeEncodeError in main admin handler | contrib.admin | ||
896 | 896 | 3 | [patch] Error serving media files throught django development server on windows | Core (Other) | ||
927 | 927 | 8 | non-integer primary keys are broken since new-admin merge | Metasystem | ||
648 | 648 | 9 | [patch] Add a comment tag like {# commented #} | Template system | ||
835 | 835 | 4 | [new-admin] Updated norwegian translation | Template system | ||
416 | 416 | 10 | Automate site introspection for url pattern modules, view methods, template directories, and applications | contrib.admin | ||
500 | 500 | 22 | [patch] Templates files extensions other than '.html' should be possible | Template system | ||
890 | 890 | 6 | database tables should be imported directly, not thru django.models.[app_name].[table_name.lower()]s | Database layer (models, ORM) | ||
840 | 840 | 3 | [new_admin] django.contrib.admin.filterspecs missing | contrib.admin | ||
830 | 830 | 3 | Add AUTHORS file to distribution | Documentation | ||
828 | 828 | 6 | Same function used for GET and POST | Database layer (models, ORM) | ||
698 | 698 | 5 | Exceptions thrown after CONTROL-C typed to stop test web server. | Core (Management commands) | ||
496 | 496 | 1 | Better error messages when using generic views. | Core (Other) | ||
175 | 175 | 3 | select_related does not work in both directions.. | Database layer (models, ORM) | ||
660 | 660 | 3 | admin executes template code that happens to be in strings in the list views | contrib.admin | ||
201 | 201 | 3 | ImageField validation error | contrib.admin | ||
179 | 179 | 4 | Time zone doesn't work right under django_admin.py runserver | Core (Management commands) | ||
724 | 724 | 4 | get_next_by_pub_date/get_previous_by_pub_date model methods only see 1 item for each day. | Core (Other) | ||
534 | 534 | 2 | Model validator should validate models/__init__.py | Tools | ||
419 | 419 | 4 | Create meta.AbstractModel | Metasystem | ||
321 | 321 | 2 | Revision 494 breaks MySQL | Database layer (models, ORM) | ||
763 | 763 | 1 | [patch] fix for 'file' cache | Core (Cache system) | ||
664 | 664 | 2 | Document 'singular' argument for ManyToMany fields | Documentation | ||
836 | 836 | 2 | Update slovak ( sk ) translation for new-admin | Translations | ||
827 | 827 | 1 | Admin page should automatically replace _s with ' 's to make a short_description | contrib.admin | ||
574 | 574 | 4 | [patch] fix small CSS bug in admin interface | contrib.admin | ||
913 | 913 | 6 | [patch] incorrect `list_filter` field error message a bit stranger than necessary | contrib.admin | ||
346 | 346 | 2 | Template tag for the media_root variable | Template system | ||
135 | 135 | 4 | Document mod_python behavior with more than one SETTINGS in a vhost | Documentation | ||
935 | 935 | 2 | weird interaction between edit_inline and OneToOneField causes adding through admin to fail | contrib.admin | ||
174 | 174 | 2 | Tutorial01 translated to brazilian portuguese | Documentation | ||
829 | 829 | 1 | __repr__ overloaded for short_descriptions in admin interface | contrib.admin | ||
540 | 540 | 3 | ManyToManyField gives error with blank, raw_id_admin and empty input | Core (Other) | ||
445 | 445 | 8 | allow partial object updates with manipulators | Metasystem | ||
74 | 74 | 1 | add djangoproject.com templates into SVN | *.djangoproject.com | ||
52 | 52 | 1 | A couple of minor errors in the documentation on the site | Documentation | ||
990 | 990 | 1 | Update Simplified Chinese Translation | Translations | ||
780 | 780 | 1 | wrong closing tag in an example of the modpython documentation | Documentation | ||
707 | 707 | 3 | Add support for optional filter arguments | Template system | ||
873 | 873 | 1 | handler404 and handler500 don't get applied within a URLconf include() | Core (Other) | ||
733 | 733 | 7 | small addition to i18n.txt with regard to caching | Core (Other) | ||
670 | 670 | 3 | djangoproject website should be updated to reflect recent admin changes | *.djangoproject.com | ||
119 | 119 | 15 | Serving media | Core (Other) | ||
464 | 464 | 4 | [patch] Modification of django.core.mail: more fields, using dicts to pass arguments | Core (Other) | ||
610 | 610 | 1 | XSLT as templating engine. | contrib.admin | ||
86 | 86 | 1 | Custom External TemplateTag module | Core (Other) | ||
898 | 898 | 2 | update slovak (sk) translation | Translations | ||
962 | 962 | 4 | [patch] Filter registration decorator is missing a return statement | Core (Other) | ||
862 | 862 | 1 | Which field caused method_save to bomb out? | Metasystem | ||
703 | 703 | 2 | Decorators to restrict views based on REQUEST_METHOD would be great. | Core (Other) | ||
550 | 550 | 3 | [patch] Modify admin site to remove apps, modules, actions that the user does not have permissions for. | contrib.admin | ||
40 | 40 | 2 | Attempt to set a many to many relation throws exception unless model specifies ordering. | Database layer (models, ORM) | ||
917 | 917 | 2 | [patch]New admin change_list should be looked up in the app templates | contrib.admin | ||
199 | 199 | 3 | CharField should raise an exception when maxlength is not specified | Metasystem | ||
686 | 686 | 4 | sqlreset references django_admin_log | Generic views | ||
221 | 221 | 1 | Missing argument for ForeignKey in documentation | Documentation | ||
878 | 878 | 4 | URLconf regexp captures should be passed as *args | Core (Other) | ||
699 | 699 | 3 | unique_together - raise an error message | contrib.admin | ||
752 | 752 | 3 | Base Classes for Trees | Metasystem | ||
979 | 979 | 1 | add support for the akismet spam scanner to free comments? | Core (Other) | ||
853 | 853 | 6 | Django has high start costs, weight | Metasystem | ||
796 | 796 | 2 | Return no permission rather than a traceback for anonymous users | Core (Other) | ||
417 | 417 | 1 | Tutorial 2 doesn't make the settings module clear enough for the admin server. | Documentation | ||
773 | 773 | 1 | CACHE_MIDDLEWARE_GZIP is documented but not used | Documentation | ||
925 | 925 | 6 | [patch] Refactor functionality of DjangoContext into 'processors' which can be replaced or added to | Core (Other) | ||
606 | 606 | 1 | Admin documentation section URL not mentioned in docs | Documentation | ||
844 | 844 | 2 | new_admin: add_stage_new not defined | contrib.admin | ||
298 | 298 | 6 | Need impovement to POST.copy() | Core (Other) | ||
468 | 468 | 3 | [patch] Add accessor method to get human readable value for fields with a choice list. | Metasystem | ||
539 | 539 | 3 | Support for strides in the slice filter. | Core (Other) | ||
644 | 644 | 15 | SQL Server DB backend: Rev 940 test results | Database layer (models, ORM) | ||
608 | 608 | 2 | Allow objects with future dates to display in date based generic views | Generic views | ||
350 | 350 | 7 | "offset" keyword does not work on MySQL 3.x | Database layer (models, ORM) | ||
62 | 62 | 3 | Change tutorial to use easy development server, not mod_python | Documentation | ||
944 | 944 | 1 | allow app to specify a template for login/logout screens | Core (Other) | ||
622 | 622 | 2 | Added a isnull filter | Template system | ||
817 | 817 | 2 | problem with column-quoting and "computed columns" | Metasystem | ||
782 | 782 | 1 | "Django at a glance" has wrong download link | *.djangoproject.com | ||
701 | 701 | 1 | admin doc tool doesn't work with custom fields | contrib.admin | ||
522 | 522 | 2 | Model methods should accept decorators | Metasystem | ||
755 | 755 | 1 | Add "appendable" blocks to the current "overrideable" ones | Template system | ||
800 | 800 | 3 | startswith lookup type does not work with underscore | Database layer (models, ORM) | ||
998 | 998 | 1 | Exception in views/debug.py | Core (Other) | ||
768 | 768 | 1 | tests errors on winxp | Core (Other) | ||
843 | 843 | 2 | Update slovak (sk) translation new-admin | Translations | ||
847 | 847 | 2 | users.create_user fails if User is subclassed using replaces_module = 'auth.users' | Metasystem | ||
288 | 288 | 5 | Document custom template tags systyem | Documentation | ||
728 | 728 | 7 | Norwegian .po file | Translations | ||
84 | 84 | 2 | Foreign keys don't work in MySQL | Database layer (models, ORM) | ||
210 | 210 | 2 | Some tables are unreadable due to white text on white background | *.djangoproject.com | ||
132 | 132 | 1 | REMOTE_ADDR not in WSGI-environ | Core (Other) | ||
774 | 774 | 2 | Typo in 'User authentication in Django' documentation article? | *.djangoproject.com | ||
894 | 894 | 2 | [patch] Catch exceptions in response middleware | Core (Other) | ||
379 | 379 | 5 | Add OS, Python version, database version fields to ticket tracker | *.djangoproject.com | ||
304 | 304 | 2 | Changes to auth.LogEntry in changeset [469] breaks Oracle backend. | Database layer (models, ORM) | ||
233 | 233 | 3 | Using ImageField without PIL | Core (Other) | ||
303 | 303 | 5 | Error: got unexpected keyword argument when deleting object in admin interface | contrib.admin | ||
78 | 78 | 8 | Add a test suite for core functionality | Tools | ||
876 | 876 | 3 | Typo in trunk/docs/forms.txt | Documentation | ||
42 | 42 | 1 | OneToOneField missing from DATA_TYPES dict | Database layer (models, ORM) | ||
328 | 328 | 10 | [patch] Add a archive_week date-based generic view | Core (Other) | ||
729 | 729 | 1 | SlugFields and local characters | contrib.admin | ||
992 | 992 | 3 | [patch] archive_month generic view leaves out last day of month | Generic views | ||
439 | 439 | 2 | Add support info to top of "Create New Ticket" page | *.djangoproject.com | ||
495 | 495 | 1 | manipulators inherit from admin | Metasystem | ||
959 | 959 | 5 | [patch]Template improvements | Template system | ||
583 | 583 | 14 | [patch] Add app-template dirs to TEMPLATE_DIRS | Template system | ||
911 | 911 | 5 | [patch] Make template system scoped to the parser | contrib.admin | ||
598 | 598 | 6 | [patch] Include tag | contrib.admin | ||
502 | 502 | 5 | [patch] added category to feed items | contrib.syndication | ||
625 | 625 | 9 | [patch] Add template decorators | Template system | ||
2834 | 2834 | ✅ | 1 | Indents in base.py comments breaks epydoc doc generation. | Core (Other) | |
961 | 961 | 16 | [patch] Add automatic thumbnail generation to ImageFields | Core (Other) | ||
126 | 126 | 2 | Patch to place the post_data into the request variable | contrib.admin | ||
455 | 455 | 1 | extend formfields.FormWrapper for a readonly mode | Core (Other) | ||
750 | 750 | 10 | i18n should ideally respect the languages supported on a per-application basis | Tools | ||
806 | 806 | 1 | module methods and adding a new record | Core (Other) | ||
576 | 576 | 3 | [patch] don't show 'add another' button in popup | contrib.admin | ||
757 | 757 | 2 | Cannot set primary key value manually for new objects. | Core (Other) | ||
665 | 665 | 3 | Field.default should accept callables | Metasystem | ||
473 | 473 | 3 | Make MySQL warnings more informative | Database layer (models, ORM) | ||
266 | 266 | 2 | Patch: a validator that matches against another list if some other field has a specific value | Core (Other) | ||
972 | 972 | 3 | better explain choices usage in the model docs | Documentation | ||
751 | 751 | 4 | Swedish translation | Translations | ||
737 | 737 | 1 | validators.isValidIPAddress4 using only regexps | Validators | ||
734 | 734 | 1 | isValidIPAddress4 uses wrong ValidationError object | Validators | ||
906 | 906 | 1 | [patch] Typo in password_reset_form template | contrib.admin | ||
985 | 985 | 1 | [1463] possibly incomplete? | contrib.admin | ||
741 | 741 | 1 | Session unpickler is not fault tolerant | Core (Other) | ||
281 | 281 | 3 | Improve e-mail address validation | Core (Other) | ||
582 | 582 | 10 | [patch] Load templates from application eggs | Template system | ||
746 | 746 | 8 | refactor models/__init__.py so fields themselves add their own get_XXXX_count/list functions | Core (Other) | ||
849 | 849 | 8 | login_required redirects to pages without parameters and so loses them | Core (Other) | ||
722 | 722 | 4 | Allow for period '.' and hyphen '-' characters in usernames with an isUsername validator | Validators | ||
603 | 603 | 16 | Improved template error messages | Template system | ||
791 | 791 | 2 | update Slovak (sk) translation | Translations | ||
832 | 832 | 4 | [patch] Sessions should be able to expire at the end of a browser session | Core (Other) | ||
60 | 60 | 1 | Built in webserver | Core (Other) | ||
932 | 932 | 1 | cs trans updated | Translations | ||
657 | 657 | 6 | validator - characters without numbers | Validators | ||
282 | 282 | 1 | Database is locked | *.djangoproject.com | ||
356 | 356 | 18 | [patch]: simple XML-RPC support for Django | Core (Other) | ||
879 | 879 | 4 | Error when loading malformed MIDDLEWARE_CLASSES path | Core (Other) | ||
614 | 614 | 1 | Select Form fields doesn't escape ampersands when generating html | contrib.admin | ||
868 | 868 | 1 | broken link for download | contrib.admin | ||
793 | 793 | 1 | Prev/next buttons for objects in admin interface | contrib.admin | ||
692 | 692 | 2 | TemplateSyntaxError in admin with development server | Core (Management commands) | ||
723 | 723 | 2 | Document django-admin installperms | Documentation | ||
874 | 874 | 1 | [patch] Always serve technical_error views as text/html | Generic views | ||
930 | 930 | 10 | [patch] Leaving out ¨ordering¨ in OneToOne relationship causes bad SQL statement | Metasystem | ||
577 | 577 | 4 | Dynamic attribute lookup in templates | Template system | ||
810 | 810 | 3 | serving static files documentation | Documentation | ||
291 | 291 | 1 | Installation problems | contrib.admin | ||
645 | 645 | 4 | [patch] Replace _module_-prefix and module_constants with "class MODULE" | Core (Other) | ||
206 | 206 | 2 | Referential integrity violation upon applying output of "django-admin.py sqlclear" after admin update | Tools | ||
272 | 272 | 1 | Error while executing | contrib.admin | ||
977 | 977 | 2 | [patch] timesince() method is broken when now argument is passed | Core (Other) | ||
446 | 446 | 2 | [patch] bug in yesno filter prevents usage of 2-value form | contrib.admin | ||
628 | 628 | 1 | django should not overwrite model class docstrings | Metasystem | ||
726 | 726 | 1 | Redirect doesn't work on DEBUG=True | Core (Other) | ||
994 | 994 | 2 | JS catalogs for I18N currently are only available for Django and for applications | Internationalization | ||
46 | 46 | 2 | Refactor DATE_TRUNC() and EXTRACT() database code for MySQL | contrib.admin | ||
466 | 466 | 2 | Model tutorial fails | Documentation | ||
732 | 732 | 6 | slightly update de-translation | Translations | ||
759 | 759 | 1 | The default 404 view hits the DB | Core (Other) | ||
480 | 480 | 2 | Admin interface table detail showing incorrect number of entries | contrib.admin | ||
850 | 850 | 1 | 'myproject.urls' in tutorial02.txt | Documentation | ||
437 | 437 | 3 | [patch] In memory file cache | Core (Cache system) | ||
284 | 284 | 2 | Request for https access to the svn repository | *.djangoproject.com | ||
679 | 679 | 1 | "Collapse" class not processed correctly in admin interface | contrib.admin | ||
306 | 306 | 5 | cached date time values have greater precision then ones retrieved from db causing issues | Database layer (models, ORM) | ||
650 | 650 | 7 | render_to_response uses Context instead DjangoContext | Template system | ||
113 | 113 | 5 | auto-reload broken in standalone WSGI server | Core (Other) | ||
252 | 252 | 2 | Update shared hosting FAQ | *.djangoproject.com | ||
907 | 907 | 2 | forms.txt: new_data = place.__dict__ fails for ManyToManyFields | Documentation | ||
826 | 826 | 4 | Development server kills itself to reload, causing browser GET failures | contrib.admin | ||
647 | 647 | 1 | [patch] cache middleware blows out when gets "unmarked" response | Core (Cache system) | ||
6 | 6 | 1 | Remove has_related_links option from models | Metasystem | ||
411 | 411 | 4 | CursorDebugWrapper does not support pyformat paramstyle. | Database layer (models, ORM) | ||
165 | 165 | 2 | Should mod_python config use PythonOption instead of SetEnv for settings? | Core (Other) | ||
983 | 983 | 1 | make "django-admin.py --help" output easier to read | Core (Management commands) | ||
993 | 993 | 2 | Updated Welsh translation for django-admin | Translations | ||
145 | 145 | 2 | Logout link and user name visible after logging out. | contrib.admin | ||
535 | 535 | 20 | Refactor admin code to clean it up | contrib.admin | ||
908 | 908 | 2 | writing Null instead of the default value to the database in default object manipulator | Metasystem | ||
488 | 488 | 3 | [patch] removetags filter doesn't remove tags without a seperate ending tag | Template system | ||
256 | 256 | 3 | (patch) add ifequal template tag to set of default tags | Template system | ||
413 | 413 | 1 | [patch] FileField get_<fieldname>_url returns URL with backslashes on windows | Core (Other) | ||
367 | 367 | 2 | Wontfix: may be it's possible to add SQL_EXECUTE_AFTER_CONNECT setting? | Database layer (models, ORM) | ||
537 | 537 | 4 | Typo in patch committed to svn | contrib.admin | ||
620 | 620 | 3 | [patch] make limit_choices_to work with raw_id_admin | contrib.admin | ||
786 | 786 | 1 | Atom Entry "link" elements broken (should use "href" attr) | contrib.syndication | ||
557 | 557 | 6 | date_hierarchy doesn't work with DateField | contrib.admin | ||
991 | 991 | 1 | Swedish translation - update | Translations | ||
114 | 114 | 3 | DeprecationWarning when creating a new project (see patch) | Core (Other) | ||
226 | 226 | 2 | MetaWeblog API Support | Core (Other) | ||
748 | 748 | 1 | [patch] make make-messages.py a bit more careful with errors in gettext tools | Tools | ||
963 | 963 | 2 | Save not working with non-integer foreign keys | Database layer (models, ORM) | ||
497 | 497 | 2 | Request DB API access to the validation information in the model | Database layer (models, ORM) | ||
485 | 485 | 1 | [patch] small typo in feedgenerator.py | contrib.syndication | ||
976 | 976 | 1 | update slovak (sk) translation | Translations | ||
123 | 123 | 1 | Typo in the model_api/#field-types | Documentation | ||
300 | 300 | 3 | ImportError in simple setup | Core (Other) | ||
481 | 481 | 4 | [patch] additional http status codes | Core (Other) | ||
593 | 593 | 9 | [patch] Fulltext search support in Django | Database layer (models, ORM) | ||
118 | 118 | 3 | flatfiles should be called flatpages | Core (Other) | ||
905 | 905 | 2 | [patch] Add _pre_set and _post_set hooks to models | Core (Other) | ||
554 | 554 | 2 | RSS feeds are not valid due to missing timezone in pubdates | contrib.syndication | ||
693 | 693 | 1 | A big improovement to FileFields | Metasystem | ||
975 | 975 | 1 | ManyToMany field in raw_id_admin mode - broken (javascript) | contrib.admin | ||
892 | 892 | 3 | Make TemplateNotFound pages look like the 404's that come of URLConf | Template system | ||
594 | 594 | 2 | Django and Twisted | Database layer (models, ORM) | ||
949 | 949 | 4 | [patch] include template tag should support select_template type list | Template system | ||
762 | 762 | 1 | Bengali (bn) translations | Translations | ||
822 | 822 | 1 | Use disclosure triangles in debug 500 error message instead of up and down arrows | contrib.admin | ||
658 | 658 | 1 | [patch] javascript calendar widget layout broken in IE | contrib.admin | ||
635 | 635 | 1 | A small tipo in docs | Documentation | ||
505 | 505 | 1 | ssi-tag should not fail silently if DEBUG is enabled | Template system | ||
589 | 589 | 2 | A patch that adds FilePathField | contrib.admin | ||
111 | 111 | 2 | Filtering doesn't clean up arguments | contrib.admin | ||
260 | 260 | 1 | ManyToMany fields need raw_id_admin | contrib.admin | ||
305 | 305 | 8 | sql code was not white space safe? | Database layer (models, ORM) | ||
866 | 866 | 1 | [patch] django.views.static.serve opens files in text mode | Core (Other) | ||
804 | 804 | 1 | update slovak(sk) translate | Translations | ||
1001 | 1001 | Spanish translation for djangojs.po | Translations | |||
833 | 833 | 1 | cs trans new_admin updated | Translations | ||
366 | 366 | 6 | Document meta.LazyDate() technique | Documentation | ||
319 | 319 | 1 | prepopulate_from attribute does not correctly handle DateTimeField types | contrib.admin | ||
308 | 308 | 2 | Adding inline-edited related records during _post_save | contrib.admin | ||
918 | 918 | 2 | update russian (ru) translation | Translations | ||
667 | 667 | 7 | [patch] extra_lookup_kwargs and extra_context in infodicts should accept callbacks | Generic views | ||
263 | 263 | 2 | inspectdb should give hint on the need to run sqlinitialdata | Tools | ||
484 | 484 | 1 | FloatField with decimal_places but not max_digits causes mysql error. | Database layer (models, ORM) | ||
775 | 775 | 4 | Updated Bengali (bn) translations | Translations | ||
253 | 253 | 2 | Admin add interface is looking for key that doesn't exist | contrib.admin | ||
695 | 695 | 6 | sqlupdate, creates sql to update the database based on an updated model file | Database layer (models, ORM) | ||
202 | 202 | 2 | Error when uploading image | Metasystem | ||
955 | 955 | 1 | Almost-up-to-date Spanish L18N | Translations | ||
713 | 713 | 1 | sqlreset expects django admin to be installed | Core (Other) | ||
290 | 290 | 2 | Typo in tutorial 4? | Documentation | ||
309 | 309 | 2 | tables with 'class' in them translate to 'classs' messing up inserts | contrib.admin | ||
986 | 986 | 1 | “Download in other formats” in the Django Trac code browser | *.djangoproject.com | ||
867 | 867 | 1 | [PATCH] Add new (negation) lookup types (e.g., doesnotstartwith, doesnotcontain, etc.) | Database layer (models, ORM) | ||
784 | 784 | 1 | Atom Feeds should use RFC3339 date/time format | contrib.syndication | ||
856 | 856 | 2 | new_admin sr (Serbian) translation | Translations | ||
794 | 794 | 2 | A template filter that lets the user choose pluralization method | Template system | ||
711 | 711 | 1 | ManyToManyField doesn't support "self" instead of a class name parameter. | contrib.admin | ||
842 | 842 | 2 | [patch] Technical 500 response broken in the presence of a local variable named "items" | Core (Other) | ||
674 | 674 | 5 | ImageField display use undocumented thumbnails for change_list display | contrib.admin | ||
237 | 237 | 3 | get_absolute_url doesn't show up right in admin | contrib.admin | ||
302 | 302 | 9 | object.save() doesn't update, re-inserts | contrib.admin | ||
385 | 385 | 3 | [patch] yesno filter is broken: doesn't accept 2-value argument | Template system | ||
246 | 246 | 1 | Can't do circular ForeignKey relationships between classes | Metasystem | ||
727 | 727 | 1 | [patch]: leftover %() syntax in password_reset_email.html | contrib.admin | ||
697 | 697 | 1 | Optional object_list for archive_year | Generic views | ||
636 | 636 | 2 | Restrict editing of records to owner or person with certain role. | Core (Other) | ||
753 | 753 | 5 | ValidationError & CriticalValidationError raise assertion errors since translation update | Validators | ||
400 | 400 | 1 | Should a textedit id and name be the same? | contrib.admin | ||
229 | 229 | 1 | Some images are linked-in externally in Admin interface | contrib.admin | ||
110 | 110 | 4 | Documentation on pagination needed | Documentation | ||
112 | 112 | 4 | WSGI requires a HTTP reason in the status | Core (Other) | ||
156 | 156 | 4 | changeset 293 breaks tutorial polls app | contrib.admin | ||
131 | 131 | 4 | Included URL configurations do not receive parameters parsed from parent URL configurations | Core (Other) | ||
372 | 372 | 1 | problems loading custom filters? | Template system | ||
286 | 286 | 5 | [patch] Eliminate unintuitive behavior when using edit_inline with no core fields specified | Metasystem | ||
269 | 269 | 3 | Patch: validator that matches against a regular expression | contrib.admin | ||
258 | 258 | 2 | Cannot create many-many relationships within the same table | Database layer (models, ORM) | ||
214 | 214 | 2 | [patch] Allow selecting individual fields in SQL SELECT statements via the models API | Metasystem | ||
213 | 213 | 2 | error submitting empty times | contrib.admin | ||
209 | 209 | 1 | errors from tutorial 1 | Documentation | ||
194 | 194 | 1 | get_image_dimensions does not work on Windows | Core (Other) | ||
184 | 184 | 5 | Add django architecture documentation | Documentation | ||
140 | 140 | 1 | Memcached cache backend should support multiple servers | Core (Cache system) | ||
101 | 101 | 2 | Add functionality to django-admin to create skeleton views | Core (Management commands) | ||
57 | 57 | 1 | Add to Apache configuration for tutorial (part 2) | Documentation | ||
15 | 15 | 1 | Metasystem unique_together doesn't work for an object that's related inline | Metasystem | ||
672 | 672 | 27 | get_absolute_url isn't nice | contrib.syndication | ||
984 | 984 | 2 | list_display and the repr-to-str change | contrib.admin | ||
802 | 802 | 3 | add a spam-filter callback facility to comments | Tools | ||
450 | 450 | 6 | [patch] Give generic views support for dynamic lookup keywords | Generic views | ||
459 | 459 | 2 | setup.py: admin_templates/registration/*.html is not to installed | Tools | ||
513 | 513 | 2 | an integer form field is passed to sql as a string if it is None and not on the form. | Core (Other) | ||
339 | 339 | 1 | MySQL code for session changes in wiki incorrect? | Documentation | ||
152 | 152 | 6 | FCGI server for django | Core (Other) | ||
900 | 900 | 12 | [patch] Premature close of postgres connection with multiple threads | Database layer (models, ORM) | ||
283 | 283 | 2 | templatetags/log.py breaks on AnonymousUser | Core (Other) | ||
520 | 520 | 1 | Ordering via foreign key causes multiple display of entries in Admin view | contrib.admin | ||
471 | 471 | 1 | Problem in threading during autoreload | Core (Management commands) | ||
449 | 449 | 3 | [patch] variable selection for templates should allow negative list indexes | Template system | ||
274 | 274 | 1 | data model permissions are only being added to 'auth_permissions' if custom permissions are also defined | Tools | ||
772 | 772 | 3 | included translations sequences | Internationalization | ||
151 | 151 | 2 | javascript clock not dismissed by clicking "cancel"; several references to ljworld.com in the src code | contrib.admin | ||
662 | 662 | 6 | saving a newly created object without any data causes an error | Core (Other) | ||
412 | 412 | 3 | FileField bug | Database layer (models, ORM) | ||
89 | 89 | 6 | DateTimeFields with auto_now_add = True in admin | contrib.admin | ||
877 | 877 | 2 | ordering by primary key in admin with oneToOne relations is done over the wrong table | contrib.admin | ||
704 | 704 | 3 | AttributeError with non-standard primary key name | contrib.admin | ||
948 | 948 | 1 | Documentation on the built-in-reference needs to be more prominent | Documentation | ||
676 | 676 | 6 | [patch] a _post_init hook for model classes to initialize fields from outside content | Metasystem | ||
966 | 966 | 4 | [patch] add 'not'-variants to some lookup kwargs | Core (Other) | ||
542 | 542 | 9 | [patch] Add an "or cancel" link to add, edit, and delete admin views. | contrib.admin | ||
980 | 980 | 4 | Database Querying | Database layer (models, ORM) | ||
531 | 531 | 1 | [patch] Debugging models with subclassing raises errors in Komodo | Core (Other) | ||
549 | 549 | 3 | StaticField formfield | Core (Other) | ||
696 | 696 | 4 | add newline-suppression to {% and {{ | Template system | ||
646 | 646 | 1 | inspectdb fails on tables with "-" in the name | Core (Management commands) | ||
857 | 857 | 3 | Need better default session cookie name | Core (Other) | ||
887 | 887 | 1 | save manipulator throws UnboundLocalError when saving new files | Metasystem | ||
865 | 865 | 2 | Support for HTTP PUT verb and associated raw data | Core (Other) | ||
904 | 904 | 2 | [PATCH] If DJANGO_SETTINGS_MODULE is not set, walk the filesystem for settings-file before bailing | Core (Other) | ||
996 | 996 | 3 | django-admin startproject myproject still create myproject\settings | Core (Management commands) | ||
997 | 997 | 1 | [i18n] serbian translation update | Translations | ||
982 | 982 | 3 | [patch] Comparing objects by negation should work | Database layer (models, ORM) | ||
989 | 989 | 1 | i18n: Norwegian (no) djangojs.po | Internationalization | ||
945 | 945 | 12 | not translated parts in admin Javascript | Translations | ||
973 | 973 | 1 | sql and sqlall DB statements not corresponding to the RDBMS set in settings | Core (Management commands) | ||
974 | 974 | 1 | sql and sqlall do not show DB statements for default values | Core (Management commands) | ||
915 | 915 | 2 | Admin breadcrumb links assume app is rooted at /admin/ | contrib.admin | ||
855 | 855 | 2 | urlconf regexps should allow backreferences | contrib.admin | ||
816 | 816 | 1 | [Patch]FileField doesn't work in generic view | Generic views | ||
965 | 965 | 2 | sql sequence reset misses the m2m tables | Core (Management commands) | ||
968 | 968 | 1 | page not found ->http://www.djangoproject.com/documentation/models/or_lookups/ | Documentation | ||
970 | 970 | 1 | broken link at http://www.djangoproject.com/documentation/db_api/#or-lookups | Documentation | ||
709 | 709 | 6 | The MultiValueDict in datastructures.py should have a "__contains__" method defined | Core (Other) | ||
954 | 954 | 1 | An error in many-to-many raw_id_admin template, change mode | contrib.admin | ||
958 | 958 | 2 | [patch] Allow non-int Primary Keys in ForeignKey | Metasystem | ||
953 | 953 | 2 | helper functions to get/set file dependant cache data | Core (Cache system) | ||
950 | 950 | 1 | typo in admin/doc bookmartlets template | contrib.admin | ||
947 | 947 | 2 | [patch] is_paginated is true when number of pages is 1 | Generic views | ||
941 | 941 | 1 | Default directories for libs, static and templates | Core (Management commands) | ||
942 | 942 | 1 | ordering bug | Documentation | ||
936 | 936 | 1 | loader.load_template_source forgets to return a value | contrib.admin | ||
795 | 795 | 1 | Documentation mismatch regarding "Many-to-one relationships that can be null" | *.djangoproject.com | ||
888 | 888 | 1 | request.POST does not evaluate to True if there are no form variables | Core (Other) | ||
933 | 933 | 1 | update "django-admin.py sql polls" output in tutorial01 | Documentation | ||
864 | 864 | 1 | OneToOne in Admin -- unexpected keyword argument 'bar__pk' | contrib.admin | ||
705 | 705 | 2 | Patch to allow ssi tag to try templates first, then absolute url | Template system | ||
923 | 923 | 2 | [patch] 'KeyError' in wsgi.py when there is no 'QUERY_STRING' in os.environ | Core (Other) | ||
880 | 880 | 3 | Mistake in Czech translation | Internationalization | ||
909 | 909 | 1 | update slovak (sk) translation | Translations | ||
916 | 916 | 1 | New admin change_list should be looked up in the app templates To switch your existing trunk checkout to the new-admin branch: {{{ svn switch http://code.djangoproject.com/svn/django/branches/new-admin/ New admin change_list should get looked up in | contrib.admin | ||
629 | 629 | 6 | [patch] ChangeManipulator does not correctly display <select> when the data is an id type | Core (Other) | ||
415 | 415 | 2 | download_setuptools fails with authenticating proxy | Tools | ||
766 | 766 | 6 | [patch, new-admin] Allow html tags if "allow_tags" model's method attribute is present | contrib.admin | ||
902 | 902 | 1 | Small documentation update | Documentation | ||
895 | 895 | 1 | Forms Reference not Linked to Documentation Index | Documentation | ||
859 | 859 | 5 | CharField shouldn't require a maxlength | Database layer (models, ORM) | ||
869 | 869 | 2 | update slovak (sk) translation | Translations | ||
824 | 824 | 1 | Need change the Environment variable DJANGO_SETTINGS_MODULE check | Core (Other) | ||
861 | 861 | 1 | Warn on single-letter field names in unique_together | contrib.admin | ||
643 | 643 | 1 | Site based permission system | contrib.admin | ||
860 | 860 | 1 | update slovak (sk) translation | Translations | ||
858 | 858 | 2 | [new_admin] "got unexpected keyword argument ''" on sort | contrib.admin | ||
839 | 839 | 1 | Fixed small typo in cache docs | Documentation | ||
845 | 845 | 1 | flatpages middleware throws 404 exception instead of returning response | Core (Other) | ||
841 | 841 | 1 | Variable 'p' is not defined in main.py | contrib.admin | ||
838 | 838 | 1 | [DOC] - tutorial01.txt contains a spurious external hyperlink target | Documentation | ||
837 | 837 | 2 | Russian translation | Translations | ||
831 | 831 | 4 | Update slovak(sk) translation for new-admin | Translations | ||
821 | 821 | 1 | Update slovak(sk) translation | Translations | ||
815 | 815 | 4 | [patch] select keyword to lookup_kwargs are being quoted incorrectly in query | Core (Other) | ||
823 | 823 | 1 | [patch] Fix HTML in error-template | Generic views | ||
819 | 819 | 1 | Broken database examples link on djangoproject.com | *.djangoproject.com | ||
818 | 818 | 1 | Russian translation | Translations | ||
803 | 803 | 2 | Danish (da) translation file for django-admin | Translations | ||
789 | 789 | 1 | update Slovak (sk) translation | Translations | ||
788 | 788 | 2 | Atom feeds should have a <link rel="self"> element (or, authors should have more control of optional feed elements) | contrib.syndication | ||
781 | 781 | 2 | Icelandic translation | Translations | ||
764 | 764 | 4 | [i18n] blocktrans parsing error when filter argument contains spaces | Template system | ||
777 | 777 | 4 | update slovak(sk) translation | Translations | ||
778 | 778 | 1 | URL field incorrectly identifies a link as a broken link. | Validators | ||
771 | 771 | 4 | update slovak(sk) translation | Translations | ||
761 | 761 | 1 | [patch] typo in file cache backend | Core (Cache system) | ||
294 | 294 | 4 | Use setuptools more aggressively for templates | Template system | ||
579 | 579 | 3 | Split template_file template loading and template location logic | Template system | ||
745 | 745 | 1 | Slovak Translation | Translations | ||
301 | 301 | 1 | Last update on Community page | *.djangoproject.com | ||
255 | 255 | 3 | FileField doesn't work | contrib.admin | ||
731 | 731 | 2 | new_admin: Galician (gl) translation | Translations | ||
735 | 735 | 2 | Trac report on how long ago tickets have been touched | *.djangoproject.com | ||
641 | 641 | 2 | [patch] Fix re-raise in d.c.h.base | Core (Other) | ||
719 | 719 | 1 | [i18n] bugs in templatetags/i18n.py | Core (Other) | ||
503 | 503 | 3 | Field objects with required arguments shouldn't be keyword arguments. | Core (Other) | ||
507 | 507 | 1 | Make startswith and endswith case-sensitive in MySQL | Database layer (models, ORM) | ||
516 | 516 | 2 | Discrepancy in usage naming of login template file | Template system | ||
564 | 564 | 1 | django/conf/urls/registration.py intended for general use? | Core (Other) | ||
706 | 706 | 1 | rename of django-admin.py? | Core (Management commands) | ||
675 | 675 | 2 | [Patch] PasswordField does not respect length and maxlength parameters | Core (Other) | ||
585 | 585 | 3 | [Document] - Render your Django's data with specialized applications | Documentation | ||
691 | 691 | 2 | Model allowed me to 'hide' a required field, which produced unuseable error messages. | contrib.admin | ||
261 | 261 | 2 | the administrator with edit_inline should give ordering choices | contrib.admin | ||
678 | 678 | 6 | I would like to see a tutorial describing how to edit One-To-Many relationships | Documentation | ||
479 | 479 | 15 | [patch] Implement timezone-formats in date-formatting | Database layer (models, ORM) | ||
663 | 663 | 2 | [patch] app_templates-loader broken for testapp | contrib.admin | ||
668 | 668 | 1 | change default 'site' URL to example.com not 'mysite.com' | contrib.admin | ||
656 | 656 | 1 | Mention "Save as new" as a possible option in tutorial 2 | Documentation | ||
655 | 655 | 2 | [doc] model_api - validator_list is incomplete | Documentation | ||
493 | 493 | 1 | [patch] FileField.get_foo_url returns absolute path instead url | Metasystem | ||
637 | 637 | 1 | Errors in tests - sqlite | contrib.admin | ||
630 | 630 | 1 | Error in docs | Documentation | ||
597 | 597 | 2 | django-admin.py createsuperuser (MySQL) broken | contrib.admin | ||
623 | 623 | 3 | [patch] Allow ssi tag to use template dirs, making apps that use this feature much more portable | Template system | ||
621 | 621 | 1 | [i18n] make-messages don't catch all messages in templates | Core (Other) | ||
604 | 604 | 2 | Total number of results not available in paginated object_list generic view | Generic views | ||
602 | 602 | 2 | Django error when getting the root of the site with FCGI | Core (Other) | ||
592 | 592 | 1 | Error in tutorial 2 | Documentation | ||
591 | 591 | 5 | [patch] Docs: Subclassing wrong object | Documentation | ||
588 | 588 | 1 | kwarg error when using get_object across join | Metasystem | ||
363 | 363 | 2 | Patch to make sqlall use a database specific initial data file over the database agnostic one | Metasystem | ||
578 | 578 | 4 | [patch] automatically do MD5 in admin backend | contrib.admin | ||
570 | 570 | 5 | formfields.SelectField doesn't select correct value for ForeignKey | Core (Other) | ||
568 | 568 | 3 | the JING setting and the EMAIL_IDENT setting | Core (Other) | ||
567 | 567 | 1 | request.has_key | Core (Other) | ||
563 | 563 | 1 | [patch] minor typo in cache.txt | Documentation | ||
561 | 561 | 1 | Relate Objects to a choice of objects | Metasystem | ||
559 | 559 | 2 | Tutorials should use different project name | Documentation | ||
234 | 234 | 2 | Make simple cache thread-safe | Core (Cache system) | ||
551 | 551 | 1 | patches in trac don't give the format=txt link for download of the actual patch | *.djangoproject.com | ||
543 | 543 | 3 | [patch] Django under mod_python broken | Core (Other) | ||
545 | 545 | 3 | Checkin [670] breaks modpython | Core (Other) | ||
538 | 538 | 2 | django is not zip_safe | Tools | ||
533 | 533 | 1 | Bug in the load_and_render function | contrib.admin | ||
530 | 530 | 1 | Unable to initialize SQLite database | Database layer (models, ORM) | ||
525 | 525 | 3 | list_filter doesn't work with models which primary key is not named 'id' | contrib.admin | ||
524 | 524 | 1 | Numerous excessive selects in the manipulator | Core (Other) | ||
506 | 506 | 2 | [patch] runtests.py should allow models to be tested individually | Tools | ||
4 | 4 | 5 | Add a db cache backend | Core (Cache system) | ||
519 | 519 | 1 | Dir structure and modules | Core (Other) | ||
511 | 511 | 3 | django-admin.py init fails at rev 641 | Core (Management commands) | ||
467 | 467 | 2 | Debugging code left behind in django.utils.text ? | Tools | ||
492 | 492 | 1 | {elsif} and nested | Core (Other) | ||
487 | 487 | 1 | [patch] minor typo in cache.txt | Documentation | ||
483 | 483 | 1 | Possibility to remove child records when doing the inline editing | contrib.admin | ||
478 | 478 | 1 | error with sqlite and admin | contrib.admin | ||
477 | 477 | 1 | js errors in code.djangoproject.com | *.djangoproject.com | ||
434 | 434 | 2 | Does runserver takes 2 arguments? | Core (Other) | ||
414 | 414 | 1 | radio_admin doesn't appear to work | Metasystem | ||
418 | 418 | 1 | No interface to change default site in sites table generated by django-admin.py init | contrib.admin | ||
404 | 404 | 4 | MySQL order_by=['?'] throws ProgrammingError | Metasystem | ||
429 | 429 | 2 | Proposed minor cleanup of utils/html.py | Core (Other) | ||
432 | 432 | 1 | Trac throwing errors when attempting to replace attachment | *.djangoproject.com | ||
433 | 433 | 5 | Add ability to delete multiple objects in a single call | Metasystem | ||
392 | 392 | 1 | django sets up memcache incorrectly when arguments are given | Core (Cache system) | ||
354 | 354 | 3 | Unit tests fail with old version of MySQLdb | Tools | ||
331 | 331 | 2 | Unexpected model attributes crash install | Tools | ||
314 | 314 | 1 | 'name' option doesn't exist / not obvious in model reference | Documentation | ||
390 | 390 | 1 | corrections for model reference documentation | Documentation | ||
403 | 403 | 4 | [patch] floatformat error | Template system | ||
444 | 444 | 2 | FileField returns error when updating | contrib.admin | ||
387 | 387 | 2 | Date field does not render, saving object fails with invisible error | contrib.admin | ||
441 | 441 | 1 | A non-required DateTimeField produces an error on save | contrib.admin | ||
431 | 431 | 2 | Templates should support multiple level of lookups | Template system | ||
430 | 430 | 1 | Model examples need to be update to the new syntax | Documentation | ||
382 | 382 | 7 | globals should show up in model methods and classes (like normal python classes) | Core (Other) | ||
358 | 358 | 3 | djangoproject.com should have Trac 0.9.pre | *.djangoproject.com | ||
427 | 427 | 1 | trac problem | *.djangoproject.com | ||
426 | 426 | 2 | ContentTypeDoesNotExist thrown whenever CRUD actions are performed in admin | contrib.admin | ||
422 | 422 | 1 | define a default charset for web pages | Core (Other) | ||
330 | 330 | 1 | get_relatedobject_count error with OneToOneFields | Metasystem | ||
401 | 401 | 1 | Overview Question | *.djangoproject.com | ||
388 | 388 | 2 | Prefix for django table names | Metasystem | ||
378 | 378 | 1 | django-admin.py should give feedback | Tools | ||
375 | 375 | 1 | Naming inconsistency in date_based.py | Generic views | ||
341 | 341 | 1 | unique option | contrib.admin | ||
369 | 369 | 3 | put the D back in CRUD for FileField | contrib.admin | ||
370 | 370 | 1 | Omitting terminal slash in form action breaks POST data due to redirect | Core (Other) | ||
353 | 353 | 2 | mysql breaks on model sqlite3 likes | Database layer (models, ORM) | ||
355 | 355 | 1 | A bug in middleware/admin.py with ModPython handler | contrib.admin | ||
352 | 352 | 3 | django-admin MySQLdb error | Tools | ||
336 | 336 | 2 | generic views delete_object documentation typo | Documentation | ||
277 | 277 | 5 | CommonMiddleware URL rewriting discards POST data | Core (Other) | ||
325 | 325 | 1 | Primary Key as SmallIntegerField | Database layer (models, ORM) | ||
324 | 324 | 2 | IPAddressField fails | Database layer (models, ORM) | ||
322 | 322 | 10 | [patch] Admin unavailable in development server after [503] | contrib.admin | ||
307 | 307 | 3 | Use unicode strings u"bla-bla" in SQL-queries for compatibility with national languages | Metasystem | ||
244 | 244 | 2 | [patch] Make new get_values() function more forgiving of mistakes | Metasystem | ||
190 | 190 | 2 | Add which template a syntax error is occurring in when you raise TemplateSyntaxErrors | Template system | ||
188 | 188 | 3 | Can't login in admin, when TIME_ZONE set to 'Europe/Riga' in myproject.settings.main | contrib.admin | ||
217 | 217 | 2 | Multiple foreign keys to one table | Metasystem | ||
164 | 164 | 2 | mysql/pgsql not implemented in django.core.cache? | Core (Cache system) | ||
181 | 181 | 1 | Site and FlatFile don't appear in the Admin interface | contrib.admin | ||
176 | 176 | 2 | Database settings should not be kept in settings.main for ease of packaging. | Tools | ||
97 | 97 | 1 | Refactor django-admin.py so it only contains command-line interface code | Core (Other) | ||
80 | 80 | 2 | Browsing to http://127.0.0.1:8000 fails when running django-admin.py runserver | contrib.admin | ||
83 | 83 | 1 | Spelling error in Environment not found exception | Core (Other) | ||
34 | 34 | 3 | Tutorial Import and Attribute errors while using MySQL. | Core (Other) |