za
(za)
Most Active Role
N/A
Most Active Component
Database Layer (Models, Orm)
Activity Timeline
[No data in this time period]
Components
Tickets
Trac | Ticket (585) | Reporter (0) | Owner (1) | Commenter (133) | Summary | Component |
---|---|---|---|---|---|---|
34699 | 34699 | Filtering on annotated TruncSecond expression gives unexpected result. | Database layer (models, ORM) | |||
34569 | 34569 | Unify all model fields to call get_prep_value from get_db_prep_value | Database layer (models, ORM) | |||
27029 | 27029 | Make EmailValidator accept non-ASCII characters in local part | Core (Other) | |||
34619 | 34619 | 1 | Ensure FilteredSelectMultiple select elements are associated with their label | contrib.admin | ||
34917 | 34917 | Links in the Django admin should be underlined. | contrib.admin | |||
27222 | 27222 | Refresh fields that are expressions after Model.save() | Database layer (models, ORM) | |||
34865 | 34865 | 1 | DatabaseWrapper are not GC and connections are not closed | Database layer (models, ORM) | ||
34041 | 34041 | Accessibility improvements for admin breadcrumbs | contrib.admin | |||
373 | 373 | 2 | Add support for multi-column primary keys. | Database layer (models, ORM) | ||
470 | 470 | Add Field.db_default for defining database defaults | Database layer (models, ORM) | |||
34976 | 34976 | startproject and startapp should provide feedback | Core (Management commands) | |||
34462 | 34462 | Deletions in admin panel create N + 1 queries | contrib.admin | |||
34479 | 34479 | Support "watchfiles" in the autoreloader | Utilities | |||
27587 | 27587 | Document str(QuerySet.query) | Documentation | |||
27909 | 27909 | Use AUTH_USER_MODEL in startproject template | Core (Management commands) | |||
34746 | 34746 | High CPU/memory consumption when a 5XX is raised with large local variables | Error reporting | |||
34125 | 34125 | Limiting QuerySet crashes on union() with a single non-empty query | Database layer (models, ORM) | |||
34654 | 34654 | Post-normalization performed on the Username field leading to the bypass of the whitespace stripping | contrib.auth | |||
34846 | 34846 | Add "Copy" button to the code snippets in docs. | Documentation | |||
34881 | 34881 | migrate crashes when renaming model referenced twice by ManyToManyField.through model on SQLite. | Migrations | |||
34007 | 34007 | Single-field conditional UniqueContraint validation errors are classified as non-field-errors | Database layer (models, ORM) | |||
34297 | 34297 | 3 | ValueError: invalid token in plural form: EXPRESSION when adding new language | Utilities | ||
34211 | 34211 | Performance regression in ForeignKeyDeferredAttribute changes. | Database layer (models, ORM) | |||
34853 | 34853 | Accept-Language Header takes precedence over cookie for format localization | Internationalization | |||
14974 | 14974 | Add support for translation backends other than gettext | Internationalization | |||
34488 | 34488 | ClearableFileInput widget forgets "Clear" selection when form is not valid | Forms | |||
27080 | 27080 | `as_manager` on QuerySet should pass down `use_in_migrations` to new Manager instance | Migrations | |||
34339 | 34339 | Allow overriding construct_search(). | contrib.admin | |||
34806 | 34806 | Make cached_db backend resilient to cache backend errors | contrib.sessions | |||
27201 | 27201 | 2 | Django 1.10 with STATICFILES_STORAGE breaks on absolute path in CSS with double slash | contrib.staticfiles | ||
34597 | 34597 | Queryset (split) exclude's usage of Exists is significantly slower than subquery | Database layer (models, ORM) | |||
27225 | 27225 | "age" header is not set for responses taken from cache. | HTTP handling | |||
34140 | 34140 | 3 | Format python code blocks in documentation files | Documentation | ||
34971 | 34971 | Several loggers missing from logging documentation | Documentation | |||
34949 | 34949 | Clarify when unique constraints are ignored. | Documentation | |||
34670 | 34670 | Django Admin light theme flickers on dark system | contrib.admin | |||
34989 | 34989 | Set Content-Length where possible for HttpResponses. | HTTP handling | |||
34411 | 34411 | Update obsolete GDAL API for DataSource handling | GIS | |||
35000 | 35000 | Skip redundant defaults to allow INSTANT longtext (among others) column addition in MySQL | Migrations | |||
27813 | 27813 | BinaryField type inconsistent between sqlite3 (bytes) and postgresql (memoryview) | Database layer (models, ORM) | |||
34830 | 34830 | 1 | csrf_failure and bad_request views missing context processors | Core (Other) | ||
34998 | 34998 | Raising a StopIteration in asynchronous mode hangs the request | Core (Other) | |||
34996 | 34996 | Enhance update_or_create() method with upsert SQL. | Database layer (models, ORM) | |||
34907 | 34907 | loaddata crashes on objects with natural keys when don't exist on passed database. | Core (Serialization) | |||
34988 | 34988 | Makemigrations shouldn't prompt for default values for non-nullable fields of other apps. | Migrations | |||
34968 | 34968 | MultiPartParser silent large header fields size failures | HTTP handling | |||
34884 | 34884 | Half bug/half enhancement : inconsistent behavior of get_or_create() regarding related attributes cache | Database layer (models, ORM) | |||
34944 | 34944 | Missing or misinferred attributes in output fields of generated fields | Database layer (models, ORM) | |||
34955 | 34955 | Make Concat() use the database operator `||` on PostgreSQL. | Database layer (models, ORM) | |||
34952 | 34952 | manage.py compilemessages may skip locale folders if ignore is used. | Internationalization | |||
34969 | 34969 | Documentation is misleading about SQL equivalent | Documentation | |||
34457 | 34457 | makemigrations --check no longer prints the changes | Migrations | |||
34960 | 34960 | Document how to set nulls_last=True for admin_order_field/ordering | Documentation | |||
34956 | 34956 | Migration should not be allowed for a non-deterministic GeneratedField | Database layer (models, ORM) | |||
34935 | 34935 | makemigrations --check no longer reports pending migrations | Migrations | |||
27403 | 27403 | Document that prefetch_related doesn't guarantee transactional consistency | Documentation | |||
34924 | 34924 | Example for squashmigration not working properly | Migrations | |||
34920 | 34920 | FileExtensionValidator.__eq__() should ignore allowed_extensions order. | Core (Other) | |||
34903 | 34903 | Parallel test runner failure on Windows | Testing framework | |||
34825 | 34825 | 1 | SQLite database files are not destroyed after tests | Testing framework | ||
27234 | 27234 | Clarify the type of the django.server logger's 'request' extra context | Documentation | |||
34882 | 34882 | options=0 is not respected when calling AsGeoJSON() | GIS | |||
34894 | 34894 | Query.change_aliases() has several significant bugs | Database layer (models, ORM) | |||
34759 | 34759 | Confirm/Add support for SpatiaLite 5.1 | GIS | |||
34581 | 34581 | 3 | Filters should not implicitly mark unsafe strings as safe without escaping | Template system | ||
34657 | 34657 | Testing assertions `assertContains` and `assertInHTML` should output the haystack on failure | Testing framework | |||
34885 | 34885 | Not removing original (non-hashed) files after processing | contrib.staticfiles | |||
34312 | 34312 | startapp/startproject template should support file renames with the full context | Core (Management commands) | |||
34835 | 34835 | 1 | Use a `nav` element or `navigation` landmark for changelist filters | contrib.admin | ||
34849 | 34849 | Appending django.contrib.postgres to the INSTALLED_APPS via @modify_settings crashes. | Database layer (models, ORM) | |||
34499 | 34499 | In tutorial part08, Django debug toolbar shows up in admin site but not in public site | Documentation | |||
34863 | 34863 | 2 | sqlite math functions don't accept character fields as input | Database layer (models, ORM) | ||
34867 | 34867 | [Date Input Localization] Accept-Language Header Takes Precedence Over Language Set With Cookie | Internationalization | |||
34848 | 34848 | Updating translations catalog for javascript files fails with CommandError | Internationalization | |||
34862 | 34862 | For clarity, the `password_reset_email.html` template should have `.txt` extension | contrib.auth | |||
34847 | 34847 | Serializer infinite recursion on M2M field if reference vars in init | Core (Serialization) | |||
34832 | 34832 | 1 | Use `banner` landmark or `<header>` element for the admin header area | contrib.admin | ||
34834 | 34834 | 1 | Use `search` role for the admin changelist search form | contrib.admin | ||
34833 | 34833 | Use a `main` landmark in the admin interface | contrib.admin | |||
34791 | 34791 | Prefetch's queryset attribute is ignored when the same nested relation is used multiple times. | Database layer (models, ORM) | |||
34815 | 34815 | urls file in startapp command | Core (Management commands) | |||
34768 | 34768 | Calling `colorama.init()` on module load can have unwanted side effects | Core (Management commands) | |||
34802 | 34802 | django.contrib.admin.actions.delete_selected() should return number of rows deleted via ModelAdmin.delete_queryset() | contrib.admin | |||
34744 | 34744 | 1 | Migration re-add constraints when check condition contains a dict_keys object. | Migrations | ||
34781 | 34781 | 1 | Clarify documentation of `request` objects in the `django.server` logging namespace. | Core (Other) | ||
34788 | 34788 | Correct NUMBER_GROUPING in Japan. | Internationalization | |||
34779 | 34779 | Serializer makes unnecessary joins | Core (Serialization) | |||
34620 | 34620 | Serialization of m2m relation fails with custom manager using select_related | Core (Serialization) | |||
34767 | 34767 | AdminReadonlyField may not show links to related models when the related model has been downcasted | contrib.admin | |||
34766 | 34766 | utils.text: slugify misses "l" when converting "ł" | Utilities | |||
34750 | 34750 | Fixed QuerySet.count() on querysets grouped by unused multi-valued annotations. | Database layer (models, ORM) | |||
34655 | 34655 | Tests for RadioSelect and Select have diverged considerably, potentially leaving RadioSelect undertested | Forms | |||
34735 | 34735 | About form validation | Forms | |||
34716 | 34716 | Class methods from nested classes cannot be used as Field.default. | Migrations | |||
34718 | 34718 | Allow django.contrib.admin's ListFilter to render details tag collasped by default | contrib.admin | |||
34713 | 34713 | Add an option to disable lastmod in Sitemaps. | contrib.sitemaps | |||
34677 | 34677 | Django Admin built-in password reset feature has UI issues | contrib.admin | |||
34448 | 34448 | makemessages' --no-obsolete option is undocumented and untested. | Core (Management commands) | |||
34697 | 34697 | Migration serializer for sets results in non-deterministic order. | Migrations | |||
34696 | 34696 | Actions selection counter gets cleared when using Chrome's back button | contrib.admin | |||
34263 | 34263 | 4 | File validators for MIME type, size, and extension. | File uploads/storage | ||
34639 | 34639 | MySQL 8.0 hangs indefinitely when using the admin search with a Foreign Key and Annotate | contrib.admin | |||
34687 | 34687 | Apps.clear_cache() does not clear get_swappable_settings_name cache. | Core (Other) | |||
34675 | 34675 | Selenium WebDriver implementation is broken due to update of Selenium | Testing framework | |||
34674 | 34674 | Updating the file contents of a Django FileField during upload results in I/O error | File uploads/storage | |||
34345 | 34345 | Add system check for filter_horizontal/filter_vertical on ManyToManyFields with intermediary models. | contrib.admin | |||
34634 | 34634 | Creating objects with nested MTI crashes. | Database layer (models, ORM) | |||
27079 | 27079 | Refactor LiveServerPort tests to not make extra calls to setUpClass() and tearDownClass() | Testing framework | |||
34649 | 34649 | Modernise selenium --headless support | Testing framework | |||
34628 | 34628 | RelatedFieldWidgetWrapper link icons are very hard to see | contrib.admin | |||
34539 | 34539 | `get_prep_value` no longer called for JSONField | Database layer (models, ORM) | |||
34631 | 34631 | Expression.identity() performance | Database layer (models, ORM) | |||
34614 | 34614 | Natural keys for nullable foreign keys | Core (Serialization) | |||
34630 | 34630 | Neither `pgettext` nor `pgettext_lazy` return contextual markers in PO files | Internationalization | |||
34616 | 34616 | Incorrect code example in 5.0 release notes | Documentation | |||
34605 | 34605 | Add distinct support for ListFilters | contrib.admin | |||
34600 | 34600 | Review reference to bleach in docs | Documentation | |||
34574 | 34574 | Extend docs for `autoescape` and `escape` with examples using filters that operate with sequences | Template system | |||
27925 | 27925 | 1 | Document how to deploy using pip installed mod_wsgi | Documentation | ||
34592 | 34592 | admin css font does not need explicit apple fonts | contrib.admin | |||
34589 | 34589 | exclude does not support nested ForeignKey relationship | Database layer (models, ORM) | |||
34587 | 34587 | Allow to override table2model conversion for inspectdb command | Core (Management commands) | |||
34580 | 34580 | Performance regession in SQLCompiler | Database layer (models, ORM) | |||
34585 | 34585 | Can we use Class with urlpatterns attribute for parameter in include method? | Core (URLs) | |||
34322 | 34322 | ManifestStaticFilesStorage crashes on commented JavaScript import statements | contrib.staticfiles | |||
34350 | 34350 | WSGIRequest crashes when "wsgi.input" is None. | Core (Other) | |||
34521 | 34521 | 1 | Use __slots__ for template Node classes | Template system | ||
34568 | 34568 | makemigrations --update should respect the --name option. | Database layer (models, ORM) | |||
34571 | 34571 | Request with invalid session after concurrent logout or session timeout is considered a BadRequest | contrib.sessions | |||
34545 | 34545 | Typo in "FAQ: Installation". | Documentation | |||
34543 | 34543 | Thousand separator breaking templates | Internationalization | |||
34540 | 34540 | 1 | [feature request] Run FileField storage callable during runtime and not during buildtime | File uploads/storage | ||
34541 | 34541 | 2 | StorageRouter | File uploads/storage | ||
34530 | 34530 | Remove docs suggestion to use lambda for models.FileField(storage=...) | Documentation | |||
34515 | 34515 | Translatable URL patterns raise 404 for non-English default language when prefix_default_language=False is used. | Internationalization | |||
34455 | 34455 | i18n_patterns() not respecting prefix_default_language=False | Internationalization | |||
34496 | 34496 | ManifestStaticFilesStorage.patterns for sourceMappingURL does not retrieve matched for data URI | contrib.staticfiles | |||
34440 | 34440 | AND operator on queryset with joins gives wrong results | Documentation | |||
27505 | 27505 | 1 | Error messages customization and internationalization in Paginator class | Core (Other) | ||
34459 | 34459 | SearchVector() can return query strings that are unsafe to combine. | contrib.postgres | |||
34028 | 34028 | Django 'static' template tag fails to generate URLs with SCRIPT_NAME prefix | Template system | |||
34431 | 34431 | DateTimeField.input_formats change from Django 3.1 is documented improperly | Documentation | |||
34446 | 34446 | Coding style docs should contain incorrect example for Model style. | Documentation | |||
34383 | 34383 | Layout error in Admin when using help_text | Template system | |||
34433 | 34433 | OneToOneField can only be saved one way | Database layer (models, ORM) | |||
34409 | 34409 | Examples of fetching raw SQL don't work for non-unique column names. | Documentation | |||
27487 | 27487 | ModelAdmin.formfield_overrides on ManyToManyField isn't compatible with CheckboxSelectMultiple | contrib.admin | |||
27614 | 27614 | Store the DB used in the state before calling Model._save_table() | Database layer (models, ORM) | |||
34423 | 34423 | Migrations, UniqueConstraint lenght of identifier can be too long for Postgres/MySQL | Migrations | |||
34404 | 34404 | Incorrect documentation about content type set by FileResponse object | Documentation | |||
34408 | 34408 | Authorization in Custom Authentication Backend does not work | contrib.auth | |||
27559 | 27559 | Admin changelist turns GET QueryDict into dict which may lose parameters | contrib.admin | |||
34370 | 34370 | IntegerField validators don't work if the database is SQLite, leading to overflow errors | Database layer (models, ORM) | |||
34384 | 34384 | SECRET_KEY_FALLBACKS is not used for sessions | contrib.auth | |||
34379 | 34379 | Invalid regex pattern for password reset token in 4.2b1 | contrib.auth | |||
34367 | 34367 | GIS GDAL install on Windows 11 Instructions Issue | Documentation | |||
34369 | 34369 | Improve the interaction between transaction.atomic() and generator functions | Database layer (models, ORM) | |||
34373 | 34373 | Update docs on ForeignKey to suggest setting "to" and object before a string | Documentation | |||
34366 | 34366 | Migration optimizer does not reduce multiple AlterField | Migrations | |||
34351 | 34351 | Slash in constraint name results in invalid migration file naming | Migrations | |||
34347 | 34347 | Mypy complaint: module "django.contrib.gis.utils" does not explicitly export attribute "LayerMapping" | GIS | |||
34250 | 34250 | Duplicate model names in M2M relationship causes RenameModel migration failure | Migrations | |||
34328 | 34328 | Class-based async-only middleware not detected as coroutine in MiddlewareMixin | Documentation | |||
34318 | 34318 | Add a release note that makemessages no longer changes .po files when up to date. | Documentation | |||
34325 | 34325 | Clarify PercentRank() description. | Documentation | |||
34324 | 34324 | Django Discord Server is not mentioned in the "Join the Django community ❤️" section in contributing guide | Documentation | |||
34248 | 34248 | sdist is missing tox.ini | Packaging | |||
34311 | 34311 | Update serialization examples from unique_together to UniqueConstraint | Documentation | |||
34303 | 34303 | Admin Site shall filter LogEntries by registered models | contrib.admin | |||
34319 | 34319 | Model.validate_constraints() crashes when constraint's validate() raises ValidationError without a code. | Database layer (models, ORM) | |||
34310 | 34310 | Add deletion example at one_to_one relations documentation | Documentation | |||
34301 | 34301 | 3 | "show_save_as_new" in admin can add without this permission | contrib.admin | ||
34308 | 34308 | Create Serializers for models | Core (Serialization) | |||
27572 | 27572 | Static files served in development should prevent caching | contrib.staticfiles | |||
34255 | 34255 | Annotation/group by with an expression on psycopg3 | Database layer (models, ORM) | |||
34254 | 34254 | 1 | Exists annotations can return non-boolean results (i.e. None) if used with an empty QuerySet. | Database layer (models, ORM) | ||
34294 | 34294 | 1 | File locking fails if argtypes redefined on Windows. | File uploads/storage | ||
34284 | 34284 | Permission to access adminsites | contrib.admin | |||
34267 | 34267 | QuerySet.union() crashes with IndexError when getting cached results. | Database layer (models, ORM) | |||
34268 | 34268 | Internationalization does not localize functional model choices | Internationalization | |||
34264 | 34264 | Move note about session cookies to correct category | Documentation | |||
34245 | 34245 | Change User model in BaseUserCreationForm/UserChangeForm.Meta to get_user_model(). | contrib.auth | |||
34236 | 34236 | 3 | Django logging when in production with Gunnicron | Documentation | ||
34100 | 34100 | 1 | Support js import statement with ManifestStaticFilesStorage | contrib.staticfiles | ||
14094 | 14094 | 2 | Cannot define CharField with unlimited length | Database layer (models, ORM) | ||
34226 | 34226 | QuerySet.select_related() with multiple filtered relations to the OneToOneField sets the last one. | Database layer (models, ORM) | |||
34165 | 34165 | 4 | migrate management command does not respect database parameter when adding Permissions. | contrib.auth | ||
34204 | 34204 | Django cannot load when Python is compiled with --without-doc-strings enabled | Core (Other) | |||
34206 | 34206 | annotation of another annotation duplicate query rule | Database layer (models, ORM) | |||
34202 | 34202 | Strict time zone name condition in PostgreSQL DatabaseWrapper. | Database layer (models, ORM) | |||
34172 | 34172 | Documentation of AdminSite.get_urls() encourages security vulnerabilities | contrib.admin | |||
34199 | 34199 | Add an example for contrib.postgres.aggregates.StringAgg to docs. | Documentation | |||
34191 | 34191 | ModelAdmin.search_fields fails for DecimalField and __exact | contrib.admin | |||
34173 | 34173 | SessionMiddleware support 503 status code | contrib.sessions | |||
34064 | 34064 | USE_THOUSAND_SEPARATOR docs clarification of override by locale | Documentation | |||
34152 | 34152 | 2 | Add the ability to store logs in a table | Utilities | ||
34154 | 34154 | Inconsistent use of "mixin" in the documentation | Documentation | |||
34153 | 34153 | 1 | Set uuidField as DEFAULT_AUTO_FIELD | Database layer (models, ORM) | ||
34137 | 34137 | model.refresh_from_db() doesn't clear cached generic foreign keys | contrib.contenttypes | |||
34133 | 34133 | 1 | Django ordering in model meta causing unexpected results of group_by | Database layer (models, ORM) | ||
34054 | 34054 | 3 | Create a topic about fixtures | Documentation | ||
34035 | 34035 | ImageField doesn't consider EXIF rotation when storing width and height | Database layer (models, ORM) | |||
34109 | 34109 | Uvicorn can be run without installing gunicorn | Documentation | |||
34116 | 34116 | custom validation error in password_validators | contrib.auth | |||
34106 | 34106 | Allow LogoutView to render a confirmation template on a GET request (Like LoginView) | contrib.auth | |||
34090 | 34090 | ordering of ManyToManyField in admin shows objects multiple times | contrib.admin | |||
28000 | 28000 | Avoid SET/DROP DEFAULT unless a field changes from null to non-null | Migrations | |||
34068 | 34068 | `runserver 0`'s "Starting development server at <address>" doesn't work | Core (Management commands) | |||
34012 | 34012 | QuerySet.order_by() silently skips non-existing fields on related fields with Meta.ordering. | Database layer (models, ORM) | |||
34056 | 34056 | Update the deprecated password list used by CommonPasswordValidator to a more recent list | contrib.auth | |||
34053 | 34053 | JS tests depend on Cloudflare CDN for every run | Testing framework | |||
34048 | 34048 | Do not add cache control header if is set to false or a falsy value | Utilities | |||
34023 | 34023 | inlines variable not bound in loop in ModelAdmin._create_formsets | contrib.admin | |||
34032 | 34032 | Base authentication Backend should raise NotImplemented on needed methods | contrib.auth | |||
34001 | 34001 | ForeignKey.formfield(): allow override for all kwargs | Database layer (models, ORM) | |||
14411 | 14411 | Inline delete not prompting cascade delete warning | contrib.admin | |||
27624 | 27624 | 1 | Optimize ORM by using more immutable data structures | Database layer (models, ORM) | ||
27844 | 27844 | Add a management command to optimize a migration | Migrations | |||
14586 | 14586 | Make interpolate JS function not require the named parameter. | Internationalization | |||
27936 | 27936 | 2 | Add some clarifications to "Spanning multi-valued relationships" | Documentation | ||
27141 | 27141 | makemigrations fails with PermissionDenied on django_migrations | Migrations | |||
27864 | 27864 | Limit the number of terms in an admin search | contrib.admin | |||
14035 | 14035 | Cannot access POST after request.encoding was set to a custom value | HTTP handling | |||
27074 | 27074 | connection.is_usable() raises AttributeError after the connection is closed | Database layer (models, ORM) | |||
27694 | 27694 | Improve documentation of supported lookups on HStore & JSON fields | Documentation | |||
27590 | 27590 | Allow configuration of where to save staticfiles manifest. | contrib.staticfiles | |||
14844 | 14844 | i18n blocktrans tag pluralization feature limited by gettext constraints and shared local tag context | Internationalization | |||
27734 | 27734 | Add a helpful error message when a parallel test worker is assigned an unexpected index | Testing framework | |||
27534 | 27534 | Add CSRF_COOKIE_HTTPONLY note to CSRF AJAX docs | Documentation | |||
56 | 56 | Primary key columns should be UNSIGNED | Database layer (models, ORM) | |||
27575 | 27575 | Make host validation run on all requests | HTTP handling | |||
27854 | 27854 | Make `collectstatic` warn (rather than blow up) on missing directories | contrib.staticfiles | |||
27339 | 27339 | 1 | Adding an AutoField prompts for a default which creates a broken migration | Migrations | ||
27604 | 27604 | Use set_signed_cookie for contrib.messages Cookie storage | contrib.messages | |||
27807 | 27807 | Overriding username validators doesn't work as documented | contrib.auth | |||
27917 | 27917 | Allow ModelAdmin.radio_fields to work with NullBooleanField | contrib.admin | |||
27445 | 27445 | RadioSelect widget does not work for NullBooleanField | Documentation | |||
14628 | 14628 | Document which settings can be changed at runtime | Documentation | |||
27417 | 27417 | 1 | Migration to change model field case crashes on Oracle | Migrations | ||
27679 | 27679 | Document that empty formsets display min_num+extra forms | Documentation | |||
14317 | 14317 | numberformat.format produces wrong results | Internationalization | |||
27331 | 27331 | Proposed opt_group argument for ModelChoiceField and ModelMultipleChoiceField | Forms | |||
27666 | 27666 | Delay rendering of models in migration operations when possible | Migrations | |||
27760 | 27760 | Hard to diagnose reason for 400 response when making test request that sets SERVER_NAME | Testing framework | |||
27370 | 27370 | Django's Select widget adds a required="required" attribute, even if created with empty_label=True | Forms | |||
27852 | 27852 | 1 | Admin Delete Object Block Page Doesn't Show All Related Objects Blocking Deletion | Database layer (models, ORM) | ||
27888 | 27888 | 2 | Add a button to clear all admin filters | contrib.admin | ||
27785 | 27785 | Log request.body (or part of it) in the 500 debug content | Error reporting | |||
17 | 17 | Metasystem optimization: Share select_related in memory | Database layer (models, ORM) | |||
27914 | 27914 | 3 | makemigrations produces incorrect path for inner classes | Migrations | ||
27164 | 27164 | Database routers examples could be more realistic | Documentation | |||
27808 | 27808 | 1 | Nested ArrayField with nullable base field generates invalid SQL | contrib.postgres | ||
27910 | 27910 | Allow using an Enum class in model Field choices | Database layer (models, ORM) | |||
27086 | 27086 | running servers.tests may hang in parallel mode on Mac OS X | Core (Other) | |||
27462 | 27462 | Clarify what's contained in m2m_changed's "pk_set" argument | Documentation | |||
27795 | 27795 | Audit force_text invocations | Utilities | |||
27995 | 27995 | 1 | Raise a descriptive error on unsupported operations following QuerySet.union(), intersection(), and difference(). | Database layer (models, ORM) | ||
14129 | 14129 | Slovenian translation plural-forms | Internationalization | |||
27801 | 27801 | 3 | Make createsuperuser inspect environment variables for username and password | contrib.auth | ||
27635 | 27635 | django.utils.crypto should use secrets on Python 3.6+ | Utilities | |||
27946 | 27946 | Improve "ValueError: Found wrong number of constraints" error message | Migrations | |||
27755 | 27755 | 1 | add ModelAdmin.get_inlines() hook to allow set inlines based on the request or model instance. | contrib.admin | ||
27360 | 27360 | 2 | Make it easier to track down the offending models for AlreadyRegistered exceptions | contrib.admin | ||
27991 | 27991 | Add 'obj' kwarg to InlineModelAdmin.has_add_permission() | contrib.admin | |||
14675 | 14675 | Update docs and project template to avoid "import *" for url patterns | Core (Other) | |||
27090 | 27090 | pg_get_serial_sequence is broken on postgres, use a lookup in information_schema.columns instead | Database layer (models, ORM) | |||
27335 | 27335 | 1 | Avoid object save during QuerySet.update_or_create() when there were no changes | Database layer (models, ORM) | ||
27334 | 27334 | File uploads could rename temporary files rather than copying them | File uploads/storage | |||
27845 | 27845 | Possible Migration Optimizer Strategy Improvement | Migrations | |||
27768 | 27768 | makemigrations uses unnecessary AddField for ForeignKey depending on model name | Migrations | |||
27398 | 27398 | Make SimpleTestCase.assertRedirects() URL comparison ignore ordering of query parameters | Testing framework | |||
820 | 820 | Add "view" permission to compliment add/change/delete | contrib.admin | |||
27629 | 27629 | Inconsistent check of allow_relation in ForwardManyToOneDescriptor.__set__ | Database layer (models, ORM) | |||
27226 | 27226 | Remove patch_response_headers()'s setting of the "Last-Modified" header | HTTP handling | |||
27392 | 27392 | 3 | Remove "Tests that", "Ensures that", etc. from test docstings | Documentation | ||
27954 | 27954 | Prevent PostgreSQL dbshell from exiting on CTRL-C | Core (Management commands) | |||
27710 | 27710 | foreign key _id optimisation leads to incorrect descriptor value | Database layer (models, ORM) | |||
27318 | 27318 | Return failed values from memcached.set_many() | Core (Cache system) | |||
14807 | 14807 | django.utils.formats localize_input inserts thousands_separator into boolean values | Internationalization | |||
27979 | 27979 | Using F() to save negative integers in unsigned columns on MySQL should raise IntegrityError rather than OperationalError | Database layer (models, ORM) | |||
14370 | 14370 | 1 | Adding support for Autocomplete in contrib.admin | contrib.admin | ||
27796 | 27796 | 1 | Middlewares load twice due to StaticFilesHandler(WSGIHandler) | contrib.staticfiles | ||
27931 | 27931 | Clarify the meaning of "django catch-all logger" | Documentation | |||
27258 | 27258 | Raise an exception if RequestContext is used with template.backends.django.Template.render() | Template system | |||
27855 | 27855 | Document Python 3.4 support for Django 2.0 | Documentation | |||
27964 | 27964 | Raise an error if a MySQL geometry with an unsupported SRID is saved to the database | GIS | |||
27858 | 27858 | Stop read-only management commands from attempting to create a django_migrations table | Migrations | |||
27787 | 27787 | 4 | call_command() should validate the arguments it receives | Core (Management commands) | ||
27434 | 27434 | Document caveats of raising a ValidationError in Model.clean() for a field not in a model form | Documentation | |||
27655 | 27655 | Styleguide missing - Use single quotes instead of double quotes in string | Documentation | |||
27953 | 27953 | Make default Model.__str__() more useful (such as by displaying the primary key) | Database layer (models, ORM) | |||
27308 | 27308 | BytesWarning exception raised when running with python 3 -bb option | Core (Other) | |||
27777 | 27777 | File object does not consistently open itself in context manager use | File uploads/storage | |||
27241 | 27241 | Annotate doesn't work with PostgreSQL views anymore | Database layer (models, ORM) | |||
27118 | 27118 | Make QuerySet.get_or_create()/update_or_create() error for a non-field in defaults | Database layer (models, ORM) | |||
27730 | 27730 | Document that template tags with "as" variable assignment don't propogate variables across blocks | Documentation | |||
27644 | 27644 | Document FileSystemStorage.get_created_time() limitation on Unix | Documentation | |||
27751 | 27751 | Teardown of a PG test database fails if it is an autogenerated test_MYDB database | Testing framework | |||
27947 | 27947 | Document that model field error_messages don't carry over to forms | Documentation | |||
27183 | 27183 | JSONField improperly escaped in admin interface during normal usage | contrib.postgres | |||
28001 | 28001 | Investigate/update comment about context popping in ForNode.render() | Template system | |||
27359 | 27359 | Make it possible to specify a default template engine | Template system | |||
27231 | 27231 | Initialize forms in ModelAdmin like View (i.e. add get_form_kwargs to contrib.admin) | contrib.admin | |||
27987 | 27987 | debug view doesn't set default colours in css | Error reporting | |||
27981 | 27981 | date/time filter docs inaccurate about how localization works | Documentation | |||
27986 | 27986 | 3 | Change BaseModelForm dictionary variable object_data to be OrderedDict | Forms | ||
27983 | 27983 | Tutorial should contain complete files at each step | Documentation | |||
27945 | 27945 | Clarify RegexValidator docs (match vs. search) | Documentation | |||
27949 | 27949 | Document how OpenLayers 3 widgets work | Documentation | |||
27963 | 27963 | Docstring example in docs doesn't follow PEP 257 | Documentation | |||
27924 | 27924 | Add support for cx_Oracle 5.3 | Database layer (models, ORM) | |||
27937 | 27937 | 2 | Potential issue with field.queryset._result_cache persisting | Forms | ||
27932 | 27932 | EmailValidator fails on "a.@example.com" | Core (Mail) | |||
27475 | 27475 | Bug in admin with date_hierarchy and Daylight savings | contrib.admin | |||
27836 | 27836 | Add a way to delete directories through the file Storage API | File uploads/storage | |||
27884 | 27884 | Document that validators needs to be an iterable since Django 1.11 | Documentation | |||
27868 | 27868 | makemessages creates files in '__pycache__' directory by default | Core (Management commands) | |||
27870 | 27870 | Clean up ManagementUtility.autocomplete() | Core (Management commands) | |||
27861 | 27861 | Allow project template's BASE_DIR calculation to work regardless of how settings are structured | Core (Other) | |||
27825 | 27825 | Document that models don't cast field values to the same type that's retrieved from the database | Documentation | |||
27823 | 27823 | Use python-home in WSGI daemon installation documentation | Documentation | |||
27367 | 27367 | Document behaviour when several urls have the same name | Documentation | |||
27742 | 27742 | Unexpected migration on Parent -> child model inheritence | Migrations | |||
27819 | 27819 | Display a warning when django.views.generic.ListView assumes the default template name | Generic views | |||
27683 | 27683 | Change default transaction isolation level to READ COMMITTED on MySQL | Database layer (models, ORM) | |||
27821 | 27821 | Documentation of the return value of clean_<fieldname>() could be clarified | Documentation | |||
27797 | 27797 | dumpdata generate a backup not usable with loaddata using MySQL | Core (Serialization) | |||
27806 | 27806 | Allow for more dynamic ALLOWED_HOSTS configuration | Core (Other) | |||
27784 | 27784 | Custom Site model support for django.contrib.sites. | contrib.sites | |||
27130 | 27130 | Allow using the DjangoTemplates engine without configuring settings | Template system | |||
27202 | 27202 | Investigate RenameMethodsBase effect on yaml serialization | Utilities | |||
27748 | 27748 | Use callables instead of strings as default error handlers (handler404, etc.) | Core (URLs) | |||
27501 | 27501 | ModelChoiceField.queryset documentation isn't clear that this is lazily evaluated | Documentation | |||
27762 | 27762 | Concurrency Safety Documentation | Documentation | |||
27771 | 27771 | Problem with unicode literals and EMAIL_PORT | Core (Mail) | |||
27297 | 27297 | infinite AlterField migrations created for foreign key after case-only model name change | Migrations | |||
27690 | 27690 | remove sleep before dropping test db? | Testing framework | |||
27735 | 27735 | l10n is applied to Select widget's choices after template-based widget rendering | Documentation | |||
27518 | 27518 | HTTP Referer leaks password reset link | contrib.auth | |||
27721 | 27721 | Unhelpful error message when trying to run shell that can't be imported | Core (Management commands) | |||
27717 | 27717 | Squashmigrations doesn't optimize AlterModelOptions verbose_name_plural into CreateModel | Migrations | |||
27720 | 27720 | Confusing error message when creating a model with unspecified attributes that have no defaults | Database layer (models, ORM) | |||
27693 | 27693 | Case insensitive lookups on JSONField nested values | contrib.postgres | |||
27680 | 27680 | Recommend ccbv.co.uk in class-based views docs | Documentation | |||
27652 | 27652 | Humanize docs should clarify: Floats OK too! | Documentation | |||
27653 | 27653 | Improvement of Ukrainian locale formats | Internationalization | |||
27641 | 27641 | Document limitations of the Locmem cache backend | Documentation | |||
27638 | 27638 | Rollback data changes made inside templates | Template system | |||
27630 | 27630 | 1 | Autoreload continuously reloads when not using pyinotify | Utilities | ||
14297 | 14297 | Accessing settings.FOO in hot spots cause performance problems | Core (Other) | |||
27377 | 27377 | Clarify that prepopulated_fields doesn't work with OneToOneField | Documentation | |||
27182 | 27182 | Some import statement use backslashes instead of parentheses | Core (Other) | |||
27582 | 27582 | Allow HStoreField to store null values in key: value pairs | contrib.postgres | |||
27418 | 27418 | Occasional missing plural forms in JavaScriptCatalog | Internationalization | |||
27313 | 27313 | Allow overriding the admin's popup response template on an app or model basis | contrib.admin | |||
27588 | 27588 | Avoid affixing colon to migration name in makemigrations output | Core (Management commands) | |||
27542 | 27542 | Client.force_login() shouldn't use authentication backends without a get_user() method | Testing framework | |||
27525 | 27525 | Revert to previous migration automatically after failure when using MySQL backend | Migrations | |||
27221 | 27221 | Document how to escape a percent symbol in ugettext | Documentation | |||
27295 | 27295 | Add a system check to prohibit models that start with an underscore | Core (System checks) | |||
27523 | 27523 | Sitemap ping_google function reverse broken on Django 1.10 | contrib.sitemaps | |||
27512 | 27512 | Dead code path in Model.__init__ | Database layer (models, ORM) | |||
27490 | 27490 | Remove python3-memcached from test dependencies | Core (Cache system) | |||
27393 | 27393 | Admin: input boxes on password reset forms are not aligned | contrib.admin | |||
27448 | 27448 | GIS distance queries use deprecated ST_distance_sphere | GIS | |||
27414 | 27414 | Document that aliasing ForeignKey fields in F expressions returns pk values, not model instances | Documentation | |||
27200 | 27200 | Provide makemigrations router.allow_migrate() with a model_name | Migrations | |||
27454 | 27454 | Skip translation loading in apps that don't have a 'locale' directory | Internationalization | |||
27378 | 27378 | Add UUID serialization support to migration writer | Migrations | |||
27133 | 27133 | Explain how to load initial data with a data migration | Documentation | |||
27346 | 27346 | Stop setting the Content-Length header in ConditionalGetMiddleware | HTTP handling | |||
27415 | 27415 | Add request.JSON or request.get_json() | HTTP handling | |||
27400 | 27400 | Changed in 1.10: {% static %} tag now encodes "#" | Documentation | |||
27063 | 27063 | i18n_patterns() matches too much of the URL as the language code | Internationalization | |||
27328 | 27328 | return `Set-Cookie` if sessionid= None value | contrib.sessions | |||
27362 | 27362 | Omitting default_app_config in __init__.py happens too easily. | Core (Other) | |||
27366 | 27366 | KeyError: 'no_color' in base.py, l. 314 | Migrations | |||
27361 | 27361 | 2 | Use "from django import forms" in forms api examples | Documentation | ||
27349 | 27349 | Docs: "Customizing error views" does not mention CSRF_FAILURE_VIEW | Documentation | |||
27347 | 27347 | Contributing docs: Patch vs Pull-Request | Documentation | |||
27301 | 27301 | Better handling of errors that are not pickleable when testing in parallel | Testing framework | |||
27312 | 27312 | Checking raw argument to prevent signals from executing during fixture loading isn't DRY | Core (Other) | |||
27262 | 27262 | Delegate URL resolver checks to URL classes | Core (URLs) | |||
27273 | 27273 | Make usage of construct_change_message easier outside of admin | contrib.admin | |||
27279 | 27279 | Performance regression when running migrate with RenameModel operations | Migrations | |||
27294 | 27294 | Document fields in UserCreationForm | Documentation | |||
27217 | 27217 | makemigrations crashes with "'SpatialRefSysMixin' has no attribute '_meta'" on PostGIS | GIS | |||
27283 | 27283 | Typo in the documentation | Documentation | |||
27284 | 27284 | Typo error in doc file | Documentation | |||
27282 | 27282 | 1 | port cant be integer with oracle backend | Database layer (models, ORM) | ||
27270 | 27270 | Clarify wording of "A form may include HTML attributes such as maxlength" | Documentation | |||
27249 | 27249 | IntegrityError when using ManyToManyField.add() with a value of incorrect type | Database layer (models, ORM) | |||
27253 | 27253 | Use assertIsInstance() in test_force_text_lazy | Utilities | |||
27212 | 27212 | 1 | fix document in `Managing static files` doumentation page | Uncategorized | ||
27209 | 27209 | Cast function accepts field class according to docs but expects field instance | Documentation | |||
27173 | 27173 | 1 | Permit import statements to be longer than 80 characters | Core (Other) | ||
27195 | 27195 | Avoid unnecessary DROP DEFAULT when adding a NULLable column. | Migrations | |||
27170 | 27170 | Make database backend __init__() methods friendlier to subclassing | Database layer (models, ORM) | |||
27190 | 27190 | Internet explorer 9 fails to load Roboto-Regular.woff font | contrib.admin | |||
27108 | 27108 | Remove collectstatic warning about overwriting existing files when STATIC_ROOT directory doesn't exist | contrib.staticfiles | |||
27099 | 27099 | Document that ModelAdmin.list_filter doesn't appear unless there's more than one choice | Documentation | |||
27166 | 27166 | Documentation clarification of warning for using cache-based sessions | Documentation | |||
27150 | 27150 | Document that a name should be provided when wrapping file-like objects that don't have one with File | Documentation | |||
27152 | 27152 | Comma-delimited servers list not supported in memcached caches `LOCATION` | Core (Cache system) | |||
27145 | 27145 | Discrepenacy between documentation and docstring for Storage.save method | Documentation | |||
27155 | 27155 | makemigrations --no-check-consistency command line argument | Migrations | |||
27128 | 27128 | A method model.objects.get(pk=obj.pk) returns many objects, but in a database is one. | Uncategorized | |||
27089 | 27089 | Add the database alias to InconsistentMigrationHistory message | Migrations | |||
27105 | 27105 | Misleading error in ContentTypes get_for_model | contrib.contenttypes | |||
27013 | 27013 | Docs - Using Argon2 with Django - more appropriate pip command | Documentation | |||
27019 | 27019 | DiscoverRunner does not restore old settings.DEBUG value in teardown | Testing framework | |||
27045 | 27045 | Document that AUTH_PASSWORD_VALIDATORS doesn't apply to create_user() and create_superuser() | Documentation | |||
27038 | 27038 | Migration being created even when no change was made. | Migrations | |||
27041 | 27041 | Note that middleware included with Django is compatible with both MIDDLEWARE and MIDDLEWARE_CLASSES | Documentation | |||
27002 | 27002 | Redundant database query rendering a ModelChoiceField with RadioSelect or CheckboxSelectMultiple | Forms | |||
27032 | 27032 | Calling setup_test_environment() "twice" deletes pre-setup state | Testing framework | |||
27028 | 27028 | 3 | Clarify failed parallel tests run message | Testing framework | ||
27026 | 27026 | Objects not fully configured after bulk_create. | Database layer (models, ORM) | |||
27010 | 27010 | Argon2PasswordHasher.encode() decodes underlying hash as UTF-8 instead of ASCII | contrib.auth | |||
27006 | 27006 | Hints how to update code automatically to support Python3 | Documentation | |||
27000 | 27000 | Django manage Command.usage() is broken | Core (Management commands) | |||
14891 | 14891 | use_for_related_fields=False is not honored by reverse FK or M2M related managers | Database layer (models, ORM) | |||
14131 | 14131 | The pagination module should have some limit, or a warning should be given in the documentation | Documentation | |||
494 | 494 | Collapse in admin interface for inline related objects | contrib.admin | |||
25104 | 25104 | ✅ | 1 | Documentation assumes that there's a httpd.conf | Documentation | |
14200 | 14200 | new RegexURLResolver is contructed for every request | Core (URLs) | |||
14343 | 14343 | NoReverseMatch error message is unclear, view does exist | Core (URLs) | |||
14497 | 14497 | ModelAdmin.readonly_fields isn't graceful with filefields. | contrib.admin | |||
14180 | 14180 | Creating redundant indexes on foreign keys for MySQL/InnoDB tables | Database layer (models, ORM) | |||
901 | 901 | 1 | Reload method for models | Database layer (models, ORM) | ||
14638 | 14638 | to_python howto documentation improvement | Documentation | |||
14930 | 14930 | `values_list()` fails on queryset ordered by extra column | Database layer (models, ORM) | |||
14273 | 14273 | 1 | Development server does not shutdown cleanly | Core (Other) | ||
14481 | 14481 | better documentation of the default m2m "through" class | Documentation | |||
14226 | 14226 | Bug in dumpdata dependency calculation involving ManyToManyFields | Core (Serialization) | |||
14461 | 14461 | Allow to use other translation languages than just the ones available in Django | Internationalization | |||
14170 | 14170 | Issue in get_language_from_request() if LANGUAGES setting is changed at runtime | Internationalization | |||
14174 | 14174 | Support for string interpolation in lazy translation | Internationalization | |||
937 | 937 | Autoreload reloads for every request. | Core (Management commands) | |||
14765 | 14765 | Unnecessary usage of NodeList in ForNode (template rendering) | Template system | |||
14056 | 14056 | Wrong query generated when using reverse foreign key | Database layer (models, ORM) | |||
14396 | 14396 | Admin generates a query burst on ForeignKey with null = True | contrib.admin | |||
14580 | 14580 | Clean up duplicate code in admin formset handling | contrib.admin | |||
14261 | 14261 | Add clickjacking protection (X-Frame-Options header) | HTTP handling | |||
14006 | 14006 | Documentation on Field's 'description' class attribute does not mention that it will be interpolated with field.__dict__ | Documentation | |||
14894 | 14894 | translation is not threadsafe | Internationalization | |||
14802 | 14802 | feature request: add a method to Fields that is used to render the field as read-only | contrib.admin | |||
14540 | 14540 | Wrong localization (L10N) thousand separator & decimal point character for Puerto Rico | Internationalization | |||
14287 | 14287 | TEST_MIRROR is not respected in routers | Database layer (models, ORM) | |||
14571 | 14571 | Update jQuery | contrib.admin | |||
14633 | 14633 | Reorganize settings reference docs | Documentation | |||
14040 | 14040 | Python syntax errors in module loading propagate up | Core (Other) | |||
361 | 361 | Some Basic Math Filters | Template system | |||
14093 | 14093 | Confusing error when failing to create a session key because the cache is unavailable | contrib.sessions | |||
14165 | 14165 | Transaction management is only entered for the primary database | Documentation | |||
14449 | 14449 | restructuredtext filter does not return the correct content | Documentation | |||
14556 | 14556 | Recommend to avoid FlatpageFallbackMiddleware unless absolutely required | Documentation | |||
14885 | 14885 | is_valid for ModelForm changes instance if instance is provided | Documentation | |||
14898 | 14898 | Move validate_sql functionality into backend | Database layer (models, ORM) | |||
14502 | 14502 | Feature: escape hatch for colliding template syntax in Django templates | Template system | |||
14026 | 14026 | 2 | Setting for TRANSACTION_LEVEL on db backends | Database layer (models, ORM) | ||
14593 | 14593 | 2 | CZBirthNumberField expects two arguments to clean() | contrib.localflavor | ||
14266 | 14266 | Audit database backend support claims, particularly for MySQL | Documentation | |||
14527 | 14527 | GeoDjango docs shouldn't recommend PostgreSQL 8.3 | Documentation | |||
14574 | 14574 | Initial values support for inline model formsets | Forms | |||
14294 | 14294 | default input_format not honoroed | Documentation | |||
14806 | 14806 | No template tag to support contextual translations | Internationalization | |||
14792 | 14792 | error in the default for TEMPLATE_CONTEXT_PROCESSORS | Documentation | |||
14597 | 14597 | request.is_secure() should support headers like: X-Forwarded-Protocol and X-Forwarded-Ssl | HTTP handling | |||
14438 | 14438 | Deserializer raises ValidationError if natural key is given as string | Core (Serialization) | |||
14720 | 14720 | Settings imported twice as separate modules when manage.py is used | Core (Other) | |||
14270 | 14270 | ManyToMany manager classes should be cached | Database layer (models, ORM) | |||
14403 | 14403 | Missing/incomplete documentation for FloatField? | Documentation | |||
14576 | 14576 | Regression in FormWizard | contrib.formtools | |||
14572 | 14572 | 2 | Minor fix for generic inline formsets | contrib.contenttypes | ||
14570 | 14570 | New format character to represent locale-specifc alternative month names | Internationalization | |||
14560 | 14560 | 3 | UpdateCacheMiddleware does not save responses for HEAD requests | Core (Cache system) | ||
14663 | 14663 | L10N of dates in Norwegian. | Translations | |||
14533 | 14533 | 1 | django signals not thread-safe | Core (Other) | ||
14507 | 14507 | 1 | Static file serving is broken after rev 14293 | Core (Other) | ||
14489 | 14489 | Typo in generic views docs | Documentation | |||
14700 | 14700 | Speed up RawQuerySet iterator | Database layer (models, ORM) | |||
14455 | 14455 | 1 | Document possibly backwards-incompatible localflavor changes | contrib.localflavor | ||
14445 | 14445 | Use HMAC and constant-time comparison functions where needed in Django | Uncategorized | |||
14596 | 14596 | Cache backend initialization refactoring | Core (Cache system) | |||
14378 | 14378 | Enable customization of the class for self.client in tests | Testing framework | |||
14290 | 14290 | Rendering is very inefficient when USE_L10N. Caching format values gives 2-7 times improvement | Internationalization | |||
14768 | 14768 | es-MX locale, formats.py contribution | Translations | |||
14793 | 14793 | 1 | staticfiles documentation example overwrites urlpatterns | Documentation | ||
14181 | 14181 | Template tag needed to disable/force L10N formatting on a per-variable basis | Internationalization | |||
14824 | 14824 | django.utils.get_format_modules doesn't respect USE_L10N | Internationalization | |||
14833 | 14833 | Sitemaps tests fail if run from your project and USE_I18N is False | Contrib apps | |||
14140 | 14140 | There is no way to override admin templates to the project level | Template system | |||
14906 | 14906 | r14915 removed alternative month names from Polish translation added in r14000 | Translations | |||
14910 | 14910 | I18N locale per app resolving - documentation incorrect and bug | Internationalization | |||
14924 | 14924 | I18N looks for translations in the reverse order of the apps | Internationalization | |||
14000 | 14000 | Removal of obsolete "versionadded" tags | Documentation | |||
399 | 399 | Bigint field object needed | Database layer (models, ORM) | |||
689 | 689 | Honor Web server provided authentication | Core (Other) | |||
13 | 13 | 4 | Related objects interface should be tighter (edit_inline) | contrib.admin | ||
14695 | 14695 | Field's `name` kwarg gets paved over | Database layer (models, ORM) | |||
14503 | 14503 | Unify test for exception+message value assertion method | Testing framework | |||
14049 | 14049 | Fixture loading should be skipped for TestCase decorated with @skip* | Testing framework | |||
14190 | 14190 | images, news and keywords in sitemap.xml | contrib.sitemaps | |||
14674 | 14674 | ResetPasswordForm doesn't consider unusable_password setting | contrib.auth | |||
811 | 811 | IPv6 address field support | Core (Other) | |||
14201 | 14201 | Add a "security overview" page to the docs | Documentation | |||
14082 | 14082 | 1 | modelform_factory should use the form's metaclass | Forms | ||
14699 | 14699 | FormWizard tests are scattered between two test modules | Testing framework | |||
14903 | 14903 | wsgiref usage | HTTP handling | |||
14220 | 14220 | Backwards-compat code in db.fields.subclassing is a bottleneck | Database layer (models, ORM) | |||
14105 | 14105 | django.contrib.auth tests failing with cache middleware | Core (Cache system) | |||
14267 | 14267 | Trac Upgrade Tracking Ticket | *.djangoproject.com | |||
14240 | 14240 | filesizeformat should localize number | Template system | |||
14309 | 14309 | Spanish translation on deleting objects | Translations | |||
14553 | 14553 | es_AR language update | Translations | |||
14498 | 14498 | Forms passed to FormWizard.process_step are not guaranteed to have clean validate data | contrib.formtools | |||
14801 | 14801 | Support for string methods with lazy translations | Internationalization | |||
14591 | 14591 | UnicodeDecodeError when trying to render the label of a field | contrib.admin | |||
14724 | 14724 | Auth Password Reset View depends on Integer user ID, | contrib.auth | |||
14949 | 14949 | Admin inlines not saving on "Save As New" | contrib.admin | |||
14946 | 14946 | Form wizard doesn't process last form | contrib.formtools | |||
14944 | 14944 | 1 | Saving a model which refers to unexistent models does not spit any errors | Database layer (models, ORM) | ||
14872 | 14872 | ZAPostCodeField doesn't pass *args or **kwargs to super().__init__ | contrib.localflavor | |||
14871 | 14871 | ZAIDField doesn't handle EMPTY_VALUES correctly | contrib.localflavor | |||
14869 | 14869 | The filter_horizontal widget converts the fields 'verbose_name_plural' to lower case | Internationalization | |||
14311 | 14311 | Improve django.template.defaultfilters.title | Template system | |||
14804 | 14804 | Update "humanize" docs | Documentation | |||
14730 | 14730 | Translation Mistake. MN | Translations | |||
14767 | 14767 | Formatting tweaks to DB optimization doc | Documentation | |||
14763 | 14763 | Documentation doesn't provide any information about blocktrans tag in the Internazionalization section | Documentation | |||
14741 | 14741 | 1 | CZ Localflavor clean() incorrectly calls parent __init__ | contrib.localflavor | ||
14637 | 14637 | There may an Internationalization bug in Forms | Translations | |||
14450 | 14450 | Simple but powerfull patch to make application name localizable | contrib.admin | |||
14669 | 14669 | Remove unwanted words from i18n docs | Documentation | |||
14398 | 14398 | runfcgi umask option should use literal value | Core (Management commands) | |||
14510 | 14510 | Django admin doesn't consider settings.LOGIN_REDIRECT_URL | 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 | ||
14379 | 14379 | 1 | formset.is_bound returns False for ModelFormsets created with queryset as argument | Forms | ||
14119 | 14119 | 1 | fields_for_model returns all fields when fields parameter is the empty tuple | Forms | ||
14017 | 14017 | 1 | Wrong comment in django.contrib.admin.options log_deletion | contrib.admin | ||
14375 | 14375 | Typo in formfield documentation | Documentation | |||
14383 | 14383 | Capitalization of reStructuredText (reST) | Documentation | |||
14053 | 14053 | django.utils.formats.localize() misses support for long | Internationalization | |||
14306 | 14306 | Translations handling cleanup (with performance boost, too) | Internationalization | |||
14235 | 14235 | UnicodeDecodeError in CSRF middleware | Forms | |||
14179 | 14179 | django create table with capitalized chars | Uncategorized | |||
14068 | 14068 | Fixture loading issue with multi database setting | Core (Serialization) | |||
607 | 607 | Admin option to show/hide fields | contrib.admin | |||
313 | 313 | PhoneNumberField should accept international format numbers | Internationalization | |||
106 | 106 | [patch] Problem with some js/select box on IE | contrib.admin | |||
22 | 22 | [patch] FileUploadField should allow for clearing the field | contrib.admin | |||
115 | 115 | 1 | Models CRUD via web services | Core (Other) | ||
149 | 149 | Show latest comments on djangoproject.com | Core (Cache system) | |||
765 | 765 | Simplified Chinese i18n translation file | Translations | |||
710 | 710 | Differentiate between __repr__ and __str__ for model objects | Core (Other) | |||
926 | 926 | 1 | Too narrow collumns for swedish on main admin page | contrib.admin | ||
532 | 532 | 1 | get_values doesn't work with the "select" lookup | Database layer (models, ORM) | ||
569 | 569 | [patch] better pluralization for table names | contrib.admin | |||
273 | 273 | [patch] Password salt and other algorithms support | Core (Other) | |||
251 | 251 | 1 | [patch] Add "AND" and "OR" clauses to the SQL query syntax | Metasystem | ||
161 | 161 | Log output for "django-admin runserver" shouldn't display admin media | Tools | |||
109 | 109 | Patch: Customizing Date(Time)Field displays | contrib.admin | |||
924 | 924 | [patch] String filters (lower, upper, capfirst etc.) don't work with international strings | contrib.admin | |||
914 | 914 | [patch] Admin js option does not honor absolute urls | contrib.admin | |||
65 | 65 | [i18n] Internationalization and localisation | contrib.admin | |||
337 | 337 | DateTime fields don't work in the generic views | Generic views | |||
463 | 463 | [patch] new mysql.DatabaseWrapper - solving multiple MySQL problems | Core (Other) | |||
122 | 122 | [patch] Build models using fieldname=FieldClass | Core (Other) | |||
349 | 349 | [patch] Bad styling in Admin interface | contrib.admin | |||
338 | 338 | ManyToMany fields don''t work in the generic views | Generic views | |||
626 | 626 | Move template modules to django.core.template package | Core (Other) | |||
540 | 540 | ManyToManyField gives error with blank, raw_id_admin and empty input | Core (Other) | |||
583 | 583 | [patch] Add app-template dirs to TEMPLATE_DIRS | Template system | |||
751 | 751 | 1 | Swedish translation | Translations | ||
603 | 603 | Improved template error messages | Template system | |||
991 | 991 | Swedish translation - update | Translations | |||
833 | 833 | cs trans new_admin updated | Translations | |||
794 | 794 | A template filter that lets the user choose pluralization method | Template system | |||
672 | 672 | get_absolute_url isn't nice | contrib.syndication | |||
449 | 449 | [patch] variable selection for templates should allow negative list indexes | Template system | |||
945 | 945 | not translated parts in admin Javascript | Translations | |||
803 | 803 | Danish (da) translation file for django-admin | Translations | |||
778 | 778 | URL field incorrectly identifies a link as a broken link. | Validators |