Ju
(day009)
Most Active Role
N/A
Most Active Component
N/A
Activity Timeline
[No data in this time period]
Components
[No data in this time period]
Tickets
Trac | Ticket (1095) | Reporter (1) | Owner (0) | Commenter (0) | Summary | Component |
---|---|---|---|---|---|---|
34566 | 34566 | ModelAdmin get_field_queryset uses related admin ordering, but not related admin querysets. | contrib.admin | |||
34699 | 34699 | Filtering on annotated TruncSecond expression gives unexpected result. | Database layer (models, ORM) | |||
27029 | 27029 | Make EmailValidator accept non-ASCII characters in local part | Core (Other) | |||
34619 | 34619 | Ensure FilteredSelectMultiple select elements are associated with their label | contrib.admin | |||
27222 | 27222 | Refresh fields that are expressions after Model.save() | Database layer (models, ORM) | |||
34262 | 34262 | Queryset grouped by annotation with aggregates on another annotated expression crashes on MySQL with sql_mode=only_full_group_by. | Database layer (models, ORM) | |||
34865 | 34865 | DatabaseWrapper are not GC and connections are not closed | Database layer (models, ORM) | |||
34380 | 34380 | Make URLField assume "https". | Forms | |||
897 | 897 | Bi-Directional ManyToMany in Admin | contrib.admin | |||
34397 | 34397 | Subclasses of JSONField call `get_prep_value` with field as value | Database layer (models, ORM) | |||
373 | 373 | Add support for multi-column primary keys. | Database layer (models, ORM) | |||
34975 | 34975 | aggregate() crashes when referencing existing aggregations or window expressions through conditional expressions | Database layer (models, ORM) | |||
27021 | 27021 | Add explicit support for Q object annotations | Database layer (models, ORM) | |||
34432 | 34432 | autoreloader does not reload when a Thread is running and there is no way to notify the Thread to stop | Utilities | |||
470 | 470 | Add Field.db_default for defining database defaults | Database layer (models, ORM) | |||
34402 | 34402 | Admin search_fields crashes for inherited model and __iexact lookup. | contrib.admin | |||
34060 | 34060 | Creating CheckConstraint on JSONField with __exact lookup on key transforms crashes on Oracle. | Database layer (models, ORM) | |||
34547 | 34547 | Deprecate DatabaseOperations.field_cast_sql(). | Database layer (models, ORM) | |||
27236 | 27236 | Deprecate Model.Meta.index_together in favour of Model.Meta.indexes | Database layer (models, ORM) | |||
27692 | 27692 | Remember scroll position in list screen after coming back from edit screen - remove autofocus from search field | contrib.admin | |||
34533 | 34533 | OuterRef not resolved as part of ORDER BY clause | Database layer (models, ORM) | |||
27452 | 27452 | Add Postgres serial field to contrib.postgres | contrib.postgres | |||
34479 | 34479 | Support "watchfiles" in the autoreloader | Utilities | |||
27587 | 27587 | Document str(QuerySet.query) | Documentation | |||
34406 | 34406 | Add support for curved geometries in GeoDjango | GIS | |||
34555 | 34555 | ModelBase metaclass implementation prevents addition of model fields via __init_subclass__ | Database layer (models, ORM) | |||
27106 | 27106 | Document which template filters can be used in Python code (and how) | Documentation | |||
34643 | 34643 | Move admin form labels to a more accessible place | contrib.admin | |||
34118 | 34118 | Python 3.12 compatibility | Core (Other) | |||
34045 | 34045 | Admin changelist checkboxes do not have labels | contrib.admin | |||
34886 | 34886 | Sample use of lazy in delayed translations is not valid in Django 4.1 and 4.2. | Documentation | |||
34846 | 34846 | Add "Copy" button to the code snippets in docs. | Documentation | |||
34789 | 34789 | `filter_horizontal` duplicates entries in "Chosen" column after instance is added via in another field using the "plus" JS action | contrib.admin | |||
34538 | 34538 | Incorrect query generated with on subquery WHERE depending on the order of the Q() objects | Database layer (models, ORM) | |||
34608 | 34608 | Migrations generates code that it can't execute | Migrations | |||
34417 | 34417 | AlterField migration on ForeignKey field re-creates foreign key constraints unnecessarily | Migrations | |||
34612 | 34612 | QuerySet.only() doesn't work with select_related() on a reverse OneToOneField relation. | Database layer (models, ORM) | |||
34925 | 34925 | refresh_from_db() will not iterate through all of the fields listed in the 'fields' parameter. | Database layer (models, ORM) | |||
34297 | 34297 | ValueError: invalid token in plural form: EXPRESSION when adding new language | Utilities | |||
34977 | 34977 | Turn link to change password form in admin user change form into a button | contrib.auth | |||
34853 | 34853 | Accept-Language Header takes precedence over cookie for format localization | Internationalization | |||
14974 | 14974 | Add support for translation backends other than gettext | Internationalization | |||
27752 | 27752 | Fix and test admin_order_field set for the __str__ of a model | contrib.admin | |||
27325 | 27325 | Offer a solution for static file serving suitable for production use | Core (Other) | |||
14831 | 14831 | Django Template Style Guide | Documentation | |||
27460 | 27460 | Allow declaring a GenericRelation from an abstract model to another abstract model | Database layer (models, ORM) | |||
34964 | 34964 | Reversing the order of Q objects in a CheckConstraint generates a migration | Migrations | |||
34200 | 34200 | Allow setting postgres role during connection setup | Database layer (models, ORM) | |||
27201 | 27201 | Django 1.10 with STATICFILES_STORAGE breaks on absolute path in CSS with double slash | contrib.staticfiles | |||
34914 | 34914 | Postgres connection is not restarted after it's dropped by the server, even if we use CONN_HEALTH_CHECKS=True | Database layer (models, ORM) | |||
34534 | 34534 | Reduce index/constraints operations. | Migrations | |||
34597 | 34597 | Queryset (split) exclude's usage of Exists is significantly slower than subquery | Database layer (models, ORM) | |||
34038 | 34038 | Low text contrast and no visual cues for links within body text in admin UI | contrib.admin | |||
34140 | 34140 | Format python code blocks in documentation files | Documentation | |||
34961 | 34961 | Add a max_length parameter to EmailValidator | Core (Other) | |||
34132 | 34132 | Migration with CheckConstraint fails on PostgreSQL in PyPy with psycopg2cffi due to AttributeError | Database layer (models, ORM) | |||
34670 | 34670 | Django Admin light theme flickers on dark system | contrib.admin | |||
34989 | 34989 | Set Content-Length where possible for HttpResponses. | HTTP handling | |||
27813 | 27813 | BinaryField type inconsistent between sqlite3 (bytes) and postgresql (memoryview) | Database layer (models, ORM) | |||
34986 | 34986 | Fix up support for PyPy 3.10 | Core (Other) | |||
34830 | 34830 | csrf_failure and bad_request views missing context processors | Core (Other) | |||
34998 | 34998 | Raising a StopIteration in asynchronous mode hangs the request | Core (Other) | |||
34978 | 34978 | Annotating through an aggregate with RawSQL() raises 1056 "Can't group on" on MySQL/MariaDB. | Database layer (models, ORM) | |||
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 | |||
34818 | 34818 | GenericIPAddressField ValidationError incorrect message when both protocols present | Database layer (models, ORM) | |||
34993 | 34993 | Unexpected behaviour when filtering across mult-value (aka tomany) joins. | Database layer (models, ORM) | |||
14611 | 14611 | Added dedicated option to test.Client methods (other than get()) for passing query parameters. | Testing framework | |||
34987 | 34987 | "Expression contains mixed types" exception when performing window function on query that also has aggregates. | Database layer (models, ORM) | |||
34984 | 34984 | Adding a field with default crashes for models with GeneratedField on SQLite. | Database layer (models, ORM) | |||
14810 | 14810 | Admin inline templates need blocks | contrib.admin | |||
34972 | 34972 | Aggregate with CombinedExpression resulting in NotImplemented instead of None after update from 3.2 -> 4.2 | Database layer (models, ORM) | |||
34717 | 34717 | Cannot use aggregate over window functions since 4.2 | Database layer (models, ORM) | |||
34974 | 34974 | makemigrations --check does not show diff as documented | Uncategorized | |||
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) | |||
34963 | 34963 | Recursive and other "combinator" queries broken in django-cte | Uncategorized | |||
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 | |||
34930 | 34930 | Parallel tests fail on Python 3.11+ when IsolatedAsyncioTestCase is used | Testing framework | |||
27403 | 27403 | Document that prefetch_related doesn't guarantee transactional consistency | Documentation | |||
34920 | 34920 | FileExtensionValidator.__eq__() should ignore allowed_extensions order. | Core (Other) | |||
34825 | 34825 | 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 | |||
34551 | 34551 | Case-When aggregation over aggregated fields doesn't work since 4.2 | Database layer (models, ORM) | |||
34840 | 34840 | Django 4.2 casts text fields when testing IS NULL, preventing use of partial indexes | Database layer (models, ORM) | |||
34892 | 34892 | Static files aren't served correctly on dev server when DEBUG and FORCE_SCRIPT_NAME are enabled | contrib.staticfiles | |||
14761 | 14761 | URL resolving / reversing design doesn't allow alternate specs | Core (URLs) | |||
34808 | 34808 | Some aggregation functions may return None; this isn't well documented | Documentation | |||
34897 | 34897 | Django's admin UI - `ManyToManyField` with inheritance on the same class -> object shows itself inside the relation | contrib.admin | |||
34875 | 34875 | Use RFC 9106 recommendations in Argon2PasswordHasher | contrib.auth | |||
34891 | 34891 | force_str(urlsafe_base64_decode(uidb64)) returns object not value | Utilities | |||
34890 | 34890 | Migration can produce duplicate entries of UUID4 values for unique fields | Database layer (models, ORM) | |||
34657 | 34657 | Testing assertions `assertContains` and `assertInHTML` should output the haystack on failure | Testing framework | |||
14336 | 14336 | list_display should be able to contain sortable references to annotated fields | contrib.admin | |||
34879 | 34879 | "Data truncated for column .." for migration changing auto-id-field | Migrations | |||
34870 | 34870 | Memory leak when using psycopg-c with django hstore | Database layer (models, ORM) | |||
34849 | 34849 | Appending django.contrib.postgres to the INSTALLED_APPS via @modify_settings crashes. | Database layer (models, ORM) | |||
34499 | 34499 | In tutorial part08, Django debug toolbar shows up in admin site but not in public site | Documentation | |||
34868 | 34868 | Add K as an alias for KeyTransform.from_lookup | Database layer (models, ORM) | |||
34860 | 34860 | Order_by is broken when sorting on an annotated postgres window function value | Database layer (models, ORM) | |||
34845 | 34845 | Slow query when using exclude | Database layer (models, ORM) | |||
34847 | 34847 | Serializer infinite recursion on M2M field if reference vars in init | Core (Serialization) | |||
34832 | 34832 | Use `banner` landmark or `<header>` element for the admin header area | contrib.admin | |||
34642 | 34642 | File.open to support different encodings | Core (Other) | |||
34820 | 34820 | Migrations crashes when changing ForeignObject properties. | Database layer (models, ORM) | |||
34816 | 34816 | GenericForeignKey crashes if content_type_id is changed and object_id is type incompatible with old object | contrib.contenttypes | |||
34768 | 34768 | Calling `colorama.init()` on module load can have unwanted side effects | Core (Management commands) | |||
34778 | 34778 | startproject could use find_spec() rather than import_module() to check for conflicts | Core (Management commands) | |||
34807 | 34807 | importing `django.forms` causes circular import error | Forms | |||
34802 | 34802 | django.contrib.admin.actions.delete_selected() should return number of rows deleted via ModelAdmin.delete_queryset() | contrib.admin | |||
34784 | 34784 | Django french short date format translation bug | Internationalization | |||
34787 | 34787 | The 'runserver' command doesn't work when run from an installed script on Windows | Core (Management commands) | |||
34709 | 34709 | charset should be ignored for the application/x-www-form-urlencoded content type. | HTTP handling | |||
34792 | 34792 | Creating and saving a model using a custom primary key field can yield a bad "id" value on the instance | Database layer (models, ORM) | |||
34779 | 34779 | Serializer makes unnecessary joins | Core (Serialization) | |||
34783 | 34783 | No module named 'smtp' when trying to send an email | Core (Mail) | |||
34620 | 34620 | Serialization of m2m relation fails with custom manager using select_related | Core (Serialization) | |||
34771 | 34771 | QuerySet.order_by() crashes on constants that cannot be cast on MySQL. | Database layer (models, ORM) | |||
34692 | 34692 | django.forms.renderers.get_default_renderer()'s template loader cache is not being reset on autoloads. | Forms | |||
34542 | 34542 | Required fields allowed to be blank are not accepted non-interactively using createsuperuser | contrib.auth | |||
34754 | 34754 | CheckConstraint with isnull lookup on JSONField transform None into null jsonb value | Database layer (models, ORM) | |||
34751 | 34751 | FilteredSelectMultiple ignores select optgroup | contrib.admin | |||
14845 | 14845 | Document connection-creation process | Documentation | |||
34728 | 34728 | OR operator on queryset does not work as expected | Database layer (models, ORM) | |||
34720 | 34720 | BaseReloader.watch_dir() incorrectly checks for existence of path | Utilities | |||
34732 | 34732 | UnicodeEncodeError on two tests in Python 3.12 | Uncategorized | |||
34723 | 34723 | `TypeError` when loading a Django app with incorrect type of `choices` | Database layer (models, ORM) | |||
34413 | 34413 | Variant of Prefetch but for the earliest/latest related object | Database layer (models, ORM) | |||
34697 | 34697 | Migration serializer for sets results in non-deterministic order. | Migrations | |||
34705 | 34705 | BoundField.as_widget() ignores aria-describedby in attrs argument | Forms | |||
34639 | 34639 | MySQL 8.0 hangs indefinitely when using the admin search with a Foreign Key and Annotate | contrib.admin | |||
27646 | 27646 | Add QuerySet support for group by modifiers and OLAP functionality | Database layer (models, ORM) | |||
34671 | 34671 | Inspectdb collation issue with oracle views | Core (Management commands) | |||
34680 | 34680 | inspectdb on mysql timestamp fields leads to timezone issues | Database layer (models, ORM) | |||
34676 | 34676 | Normalise MeasureBase unit not found exceptions to use AttributeError | GIS | |||
34673 | 34673 | Migrations ordering: add constraint run_immediately_after | Migrations | |||
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 | |||
34647 | 34647 | Foreign Key index names are not renamed when a model is renamed causing duplicate key if a model with the origin name and column is added | Migrations | |||
34539 | 34539 | `get_prep_value` no longer called for JSONField | Database layer (models, ORM) | |||
34641 | 34641 | Null value referenced from a JSONField using an expression that defines an output_field returns the string "null" instead of a None value | Uncategorized | |||
34445 | 34445 | DateField.input_formats cannot be printed | Utilities | |||
34630 | 34630 | Neither `pgettext` nor `pgettext_lazy` return contextual markers in PO files | Internationalization | |||
34570 | 34570 | QuerySet.defer() raises an AttributeError when the field is ManyToManyField or GenericForeignKey | Database layer (models, ORM) | |||
34600 | 34600 | Review reference to bleach in docs | Documentation | |||
34392 | 34392 | Allow using test client response.json() with StreamingHttpResponse | Testing framework | |||
34603 | 34603 | ~Q() incorrectly interpreted as full rather than empty | Database layer (models, ORM) | |||
34564 | 34564 | returning None instead of zero in Count annotation | Database layer (models, ORM) | |||
34535 | 34535 | dbshell management command can crash if DATABASES["name"] is a PosixPath | Core (Management commands) | |||
34590 | 34590 | Querying for decimals larger than max_digits crashes on SQLite | Database layer (models, ORM) | |||
34589 | 34589 | exclude does not support nested ForeignKey relationship | Database layer (models, ORM) | |||
34579 | 34579 | Documentation points to `django-developers` mailing list as primary point of contact for discussion | Documentation | |||
34576 | 34576 | move django issues to GitHub | Uncategorized | |||
34322 | 34322 | ManifestStaticFilesStorage crashes on commented JavaScript import statements | contrib.staticfiles | |||
34568 | 34568 | makemigrations --update should respect the --name option. | Database layer (models, ORM) | |||
34567 | 34567 | slugify template filter with allow_unicode | Template system | |||
34557 | 34557 | Time-based model field cleaning and TypeErrors | Database layer (models, ORM) | |||
34552 | 34552 | Delaying get_from_clause call as much as possible. | Database layer (models, ORM) | |||
34553 | 34553 | Can't create CheckConstraint with percent characters in values on postgresql due to broken quoting | Database layer (models, ORM) | |||
34524 | 34524 | Error while sending TLS smtp email on "self-signed certificate" server | Core (Mail) | |||
34544 | 34544 | DBMS_LOB.SUBSTR() is unnecessary for "IS NULL" condition on Oracle. | Database layer (models, ORM) | |||
34525 | 34525 | index_together warning after migration to new style | Database layer (models, ORM) | |||
34523 | 34523 | Model.objects.update_or_create method sometimes raises TransactionManagementError | Database layer (models, ORM) | |||
34530 | 34530 | Remove docs suggestion to use lambda for models.FileField(storage=...) | Documentation | |||
34515 | 34515 | Translatable URL patterns raise 404 for non-English default language when prefix_default_language=False is used. | Internationalization | |||
34513 | 34513 | Error E108 does not cover some cases | contrib.admin | |||
34527 | 34527 | Unexpected behavior with division in aggregation | Database layer (models, ORM) | |||
34518 | 34518 | "random" template filter crashes on an empty list. | Template system | |||
34512 | 34512 | Admin missing breadcrumbs in app index | contrib.admin | |||
34514 | 34514 | `firstof` and `cycle` tags do not escapes variables defined in `wth` tag | Template system | |||
34435 | 34435 | JSONField with string default raises fields.E010 warning. | Documentation | |||
34501 | 34501 | Revert CICharField deprecation | contrib.postgres | |||
34419 | 34419 | Document django.contrib.admin.sites.all_sites | contrib.admin | |||
34492 | 34492 | I get an error when using BinaryField in sqllite3. | Database layer (models, ORM) | |||
34484 | 34484 | HttpRequest.__deepcopy__ doesn't deepcopy attributes | HTTP handling | |||
34028 | 34028 | Django 'static' template tag fails to generate URLs with SCRIPT_NAME prefix | Template system | |||
34460 | 34460 | Replace Flake8 by Ruff | Utilities | |||
34456 | 34456 | Add a way to set allow_cascade=True in _fixture_teardown() | Testing framework | |||
34450 | 34450 | Lookup expressions across foreign keys introduce extra joins | Database layer (models, ORM) | |||
34449 | 34449 | ProgrammingError: non-integer constant in GROUP BY with Case When and annotate Count | Database layer (models, ORM) | |||
27778 | 27778 | Update unicode documentation for Python 3 | Documentation | |||
34383 | 34383 | Layout error in Admin when using help_text | Template system | |||
34427 | 34427 | Improve error message for incorrect context processors | Template system | |||
34438 | 34438 | UserCreationForm.clean_username() crashes with a custom user model. | contrib.auth | |||
34442 | 34442 | runserver is slow to accept http connexions when running on 0.0.0.0 | Core (Management commands) | |||
34077 | 34077 | Make BoundField renderable. | Forms | |||
34433 | 34433 | OneToOneField can only be saved one way | Database layer (models, ORM) | |||
34424 | 34424 | SelectDateWidget can crash with OverflowError. | Forms | |||
34388 | 34388 | Added support for direct usage of Choices classes on model fields | Database layer (models, ORM) | |||
14832 | 14832 | Impossible to create inline objects if form validates but is unchanged | contrib.admin | |||
34410 | 34410 | Adding database dynamically breaks in Django 4.1+ | Database layer (models, ORM) | |||
34398 | 34398 | Django should automatically run migrations on in-memory SQLite DB | Database layer (models, ORM) | |||
27397 | 27397 | Querying with an integer larger than SQLite supports crashes with OverflowError | Database layer (models, ORM) | |||
34370 | 34370 | IntegerField validators don't work if the database is SQLite, leading to overflow errors | Database layer (models, ORM) | |||
34375 | 34375 | GDAL and GIS missing LD Library error message. | GIS | |||
34369 | 34369 | Improve the interaction between transaction.atomic() and generator functions | Database layer (models, ORM) | |||
34365 | 34365 | add_form_template used as change_form_template when adding object when only declaring change_form_template | contrib.admin | |||
34217 | 34217 | Migration removing a CheckConstraint results in ProgrammingError using MySQL < 8.0.16. | Migrations | |||
34356 | 34356 | Memory leak when generating PDFs | Core (Other) | |||
34361 | 34361 | Missing the package "gdal-bin" results in Segmentation fault. | GIS | |||
34359 | 34359 | Add setting to disable global thread_sensitive flag for Async ORM and Async cache | Database layer (models, ORM) | |||
34176 | 34176 | Annotation's original field-name can clash with result field name over aggregation | Database layer (models, ORM) | |||
34342 | 34342 | The test async_client is not consuming async StreamingResponse generators properly | Testing framework | |||
34341 | 34341 | FileSystemFinder harsh regarding its input on Windows | contrib.staticfiles | |||
34340 | 34340 | Apparently wrong table name? | Database layer (models, ORM) | |||
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 | |||
34332 | 34332 | Migrations for fields with model-referencing defaults break later | Database layer (models, ORM) | |||
34301 | 34301 | "show_save_as_new" in admin can add without this permission | contrib.admin | |||
34304 | 34304 | Adding and removing a conditional UniqueConstraint to ForeignKey multiple times crashes on MySQL | Database layer (models, ORM) | |||
34180 | 34180 | Document that setting language in tests affects other tests | Documentation | |||
34283 | 34283 | Missing parameter escaping in admin filters.js | contrib.admin | |||
34255 | 34255 | Annotation/group by with an expression on psycopg3 | Database layer (models, ORM) | |||
34298 | 34298 | drop constraint if exists | Core (Management commands) | |||
34266 | 34266 | Add ClosestPoint function to GeoDjango | GIS | |||
34260 | 34260 | models.FloatField documentation doesn't mention that +inf, -inf, and NaN are database-dependent. | Documentation | |||
34271 | 34271 | Add a simple page caching method | Core (Cache system) | |||
34257 | 34257 | ForeignKeyRawIdWidget doesn't include vForeignKeyRawIdAdminField class when custom class passed in attrs | contrib.admin | |||
34240 | 34240 | assertRedirects() doesn't preserve headers set in RequestFactory/Client methods. | Testing framework | |||
34251 | 34251 | Paginator should warn if ordering is not deterministic | Core (Other) | |||
34247 | 34247 | Cannot resolve operation dependencies | Migrations | |||
34241 | 34241 | Django admin not showing seconds for list_display nor readonly DateTimeField | contrib.admin | |||
34063 | 34063 | request.POST not populated for multipart/form-data via AsyncClient | Testing framework | |||
34231 | 34231 | Invalid RawSQL expression on Model.validate_constraints | Database layer (models, ORM) | |||
14094 | 14094 | Cannot define CharField with unlimited length | Database layer (models, ORM) | |||
34226 | 34226 | QuerySet.select_related() with multiple filtered relations to the OneToOneField sets the last one. | Database layer (models, ORM) | |||
34222 | 34222 | Django unit tests hang when running against a Postgres database | Testing framework | |||
34207 | 34207 | Incorrect SQL query when adding a ManyToMany related object with a "through" table prevents adding a new relationship if the new relationship is identical except for a different value for "through_defaults" | Database layer (models, ORM) | |||
34204 | 34204 | Django cannot load when Python is compiled with --without-doc-strings enabled | Core (Other) | |||
34205 | 34205 | Validation of constraints with __len lookup crashes for ArrayFields. | 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 | |||
34160 | 34160 | Django 4.1 Expression contains mixed types for (Big/Small)IntegerFields. | Database layer (models, ORM) | |||
34178 | 34178 | Prefetching a foreign key on GenericForeignKey results in incorrect queryset being selected | Database layer (models, ORM) | |||
34173 | 34173 | SessionMiddleware support 503 status code | contrib.sessions | |||
34064 | 34064 | USE_THOUSAND_SEPARATOR docs clarification of override by locale | Documentation | |||
34174 | 34174 | async process_exception being called as sync from async view/middleware | Documentation | |||
34171 | 34171 | QuerySet.bulk_create() crashes on mixed case columns in unique_fields/update_fields. | Database layer (models, ORM) | |||
34148 | 34148 | Removing a field from form.fields previously added to _bound_fields_cache has no effect | Forms | |||
34155 | 34155 | ModelAdmin.render_change_form does not lowercase the app_label when setting template directories | contrib.admin | |||
34123 | 34123 | Ambiguous aliases in ordering on combined queries with select_related(). | Database layer (models, ORM) | |||
34099 | 34099 | update_or_create() not saving data assigned in a model's save() method | Database layer (models, ORM) | |||
891 | 891 | customize table name prefixes | Database layer (models, ORM) | |||
34145 | 34145 | Explicit GROUPing by aggregate is not supported | Database layer (models, ORM) | |||
34139 | 34139 | acreate(), aget_or_create(), and aupdate_or_create() doesn't work as intended on related managers. | Database layer (models, ORM) | |||
34137 | 34137 | model.refresh_from_db() doesn't clear cached generic foreign keys | contrib.contenttypes | |||
34141 | 34141 | Prefetch querysets access to parent query through table | Uncategorized | |||
34080 | 34080 | __exact lookup on nested arrays with None values fails on PostgreSQL. | contrib.postgres | |||
34112 | 34112 | Add async interface to Model | Database layer (models, ORM) | |||
34129 | 34129 | Admin list_editable failed to edit | contrib.admin | |||
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 | |||
34111 | 34111 | Use sqlparse to format SQL in tests failures with debug flag | Testing framework | |||
34085 | 34085 | Black shouldn't format non-Python files | Core (Management commands) | |||
34106 | 34106 | Allow LogoutView to render a confirmation template on a GET request (Like LoginView) | contrib.auth | |||
34102 | 34102 | Admin list view `word-break: break-word;` | contrib.admin | |||
34091 | 34091 | Invalid SQL: FROM clauses can be omitted when QuerySet is accessed from multiple threads | Database layer (models, ORM) | |||
34087 | 34087 | Migration ignores Inheritance for Meta.default_permissions | Migrations | |||
28000 | 28000 | Avoid SET/DROP DEFAULT unless a field changes from null to non-null | Migrations | |||
34081 | 34081 | Responsive CSS is not loaded properly. | contrib.admin | |||
34068 | 34068 | `runserver 0`'s "Starting development server at <address>" doesn't work | Core (Management commands) | |||
34067 | 34067 | django.core.Paginator wrong query slicing | Core (Other) | |||
34062 | 34062 | object HttpResponseNotAllowed can't be used in 'await' expression | Generic views | |||
34010 | 34010 | Parallel tests don't work with spawn. | Testing framework | |||
34030 | 34030 | add SystemCheckError for LocaleMiddleware | Core (Management commands) | |||
34052 | 34052 | migrate --check still emits signals if database is up to date | Migrations | |||
34050 | 34050 | Generated migration file is not detected by django because of the name of newly generated migration file | Migrations | |||
34048 | 34048 | Do not add cache control header if is set to false or a falsy value | Utilities | |||
34026 | 34026 | WKBReader.read() crashes on strings. | GIS | |||
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 | |||
34022 | 34022 | admin:logout fails to log out non-staff users | contrib.admin | |||
34016 | 34016 | QuerySet.values_list() crash on simple ArrayAgg. | contrib.postgres | |||
14411 | 14411 | Inline delete not prompting cascade delete warning | contrib.admin | |||
27147 | 27147 | Add support for defining bounds in postgres range fields | contrib.postgres | |||
14092 | 14092 | ImageField should allow SVG | Database layer (models, ORM) | |||
27064 | 27064 | Implement RenameIndex in a backwards compatible way | Migrations | |||
27624 | 27624 | Optimize ORM by using more immutable data structures | Database layer (models, ORM) | |||
27737 | 27737 | Investigate if reloading old relational fields in migration operations' state_forwards is needed | Migrations | |||
27468 | 27468 | Move utils.crypto.salted_hmac() from SHA1 toward SHA256 | Utilities | |||
14357 | 14357 | Prevent inappropriate order-based grouping on values+annotate queries | Database layer (models, ORM) | |||
14586 | 14586 | Make interpolate JS function not require the named parameter. | Internationalization | |||
14296 | 14296 | 'manage.py test' failing for apps that access read-only databases | Testing framework | |||
27753 | 27753 | Cleanups when no supported version of Django supports Python 2 anymore | Utilities | |||
27936 | 27936 | Add some clarifications to "Spanning multi-valued relationships" | Documentation | |||
27095 | 27095 | Queries involving postgres Array fields can't include expressions as elements | contrib.postgres | |||
14035 | 14035 | Cannot access POST after request.encoding was set to a custom value | HTTP handling | |||
27074 | 27074 | connection.is_usable() raises AttributeError after the connection is closed | Database layer (models, ORM) | |||
27590 | 27590 | Allow configuration of where to save staticfiles manifest. | contrib.staticfiles | |||
27697 | 27697 | JSONField with blank=True is rendered as non-required field in a ModelForm | Documentation | |||
14844 | 14844 | i18n blocktrans tag pluralization feature limited by gettext constraints and shared local tag context | Internationalization | |||
19 | 19 | Automatically generate JavaScript form validation | Validators | |||
27017 | 27017 | Why doesn't Django's Model.save() save only the dirty fields by default? And how can I do that if I want? | Database layer (models, ORM) | |||
27149 | 27149 | Allow using a subquery in QuerySet.filter() | Database layer (models, ORM) | |||
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 | |||
27604 | 27604 | Use set_signed_cookie for contrib.messages Cookie storage | contrib.messages | |||
27807 | 27807 | Overriding username validators doesn't work as documented | contrib.auth | |||
14645 | 14645 | Exclude query with multiple conditions for the same multi-value relation not correct | Database layer (models, ORM) | |||
27445 | 27445 | RadioSelect widget does not work for NullBooleanField | Documentation | |||
14660 | 14660 | Using a CheckboxSelectMultiple widget on a M to M field in Admin causes 'SelectBox is not defined' JS error in RelatedObjectLookups.js | contrib.admin | |||
14628 | 14628 | Document which settings can be changed at runtime | Documentation | |||
27417 | 27417 | Migration to change model field case crashes on Oracle | Migrations | |||
14317 | 14317 | numberformat.format produces wrong results | Internationalization | |||
27719 | 27719 | Add queryset.alias() to mimic .annotate() for aggregations without loading data | Database layer (models, ORM) | |||
27996 | 27996 | Add pgcrypto extension and GEN_RANDOM_UUID function to contrib.postgres | contrib.postgres | |||
27395 | 27395 | Allow generating '<link rel="alternate ... hreflang=...>" for sitemaps' | contrib.sitemaps | |||
27430 | 27430 | `manage.py test` does not support unittest `-b` buffer option | Testing framework | |||
27331 | 27331 | Proposed opt_group argument for ModelChoiceField and ModelMultipleChoiceField | Forms | |||
27708 | 27708 | Relation between tables in different schemas with big names | Migrations | |||
27585 | 27585 | ManyToMany relationship is cascading delete after being detached | Database layer (models, ORM) | |||
27686 | 27686 | calls to request.user.is_authenticated returns vary by cookie header for all users | contrib.sessions | |||
27408 | 27408 | Make QuerySet.bulk_create() populate fields on related models | Database layer (models, ORM) | |||
27666 | 27666 | Delay rendering of models in migration operations when possible | Migrations | |||
27824 | 27824 | Cannot chain unaccent transform with key lookup in Postgres JSON field. | contrib.postgres | |||
27865 | 27865 | Document use of Manager rather than BaseManager for from_queryset() | Documentation | |||
27370 | 27370 | Django's Select widget adds a required="required" attribute, even if created with empty_label=True | Forms | |||
27852 | 27852 | Admin Delete Object Block Page Doesn't Show All Related Objects Blocking Deletion | Database layer (models, ORM) | |||
14408 | 14408 | Admin Error when subclassing ContentType for generic Relations | contrib.admin | |||
17 | 17 | Metasystem optimization: Share select_related in memory | Database layer (models, ORM) | |||
14071 | 14071 | Row duplicated when modifying PK | contrib.admin | |||
27164 | 27164 | Database routers examples could be more realistic | Documentation | |||
27272 | 27272 | Add a on_delete RESTRICT handler to allow cascading deletions while protecting direct ones | Database layer (models, ORM) | |||
27808 | 27808 | 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) | |||
14218 | 14218 | Paginator just implement the __iter__ function | Core (Other) | |||
14722 | 14722 | @last_modified should ignore lack of etag method when USE_ETAGS is enabled. | HTTP handling | |||
27921 | 27921 | Documentation of make_aware() with is_dst is misleading | Documentation | |||
14129 | 14129 | Slovenian translation plural-forms | Internationalization | |||
27801 | 27801 | Make createsuperuser inspect environment variables for username and password | contrib.auth | |||
27635 | 27635 | django.utils.crypto should use secrets on Python 3.6+ | Utilities | |||
27685 | 27685 | Allow autoreloader to use watchman | Utilities | |||
14365 | 14365 | Make template-rendering signals available also in DEBUG mode | Testing framework | |||
27946 | 27946 | Improve "ValueError: Found wrong number of constraints" error message | Migrations | |||
27755 | 27755 | add ModelAdmin.get_inlines() hook to allow set inlines based on the request or model instance. | contrib.admin | |||
14009 | 14009 | custom formset validation documentation is incomplete | Documentation | |||
14675 | 14675 | Update docs and project template to avoid "import *" for url patterns | Core (Other) | |||
14204 | 14204 | Take advantage of SQLite support for FK constraints | Database layer (models, ORM) | |||
28205 | 28205 | ✅ | Document that ModelAdmin.prepopulated_fields only works on empty forms | Documentation | ||
27025 | 27025 | Python 3.6 compatibility | Core (Other) | |||
14091 | 14091 | Fix incorrect quoting in connection.queries | Database layer (models, ORM) | |||
27595 | 27595 | Database converters are not run for related fields referencing related fields | Database layer (models, ORM) | |||
27090 | 27090 | pg_get_serial_sequence is broken on postgres, use a lookup in information_schema.columns instead | Database layer (models, ORM) | |||
27335 | 27335 | Avoid object save during QuerySet.update_or_create() when there were no changes | Database layer (models, ORM) | |||
27334 | 27334 | File uploads could rename temporary files rather than copying them | File uploads/storage | |||
27768 | 27768 | makemigrations uses unnecessary AddField for ForeignKey depending on model name | Migrations | |||
27845 | 27845 | Possible Migration Optimizer Strategy Improvement | 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 | |||
27560 | 27560 | Formset.save() crashes for model with foreign key to concrete base model | Forms | |||
27863 | 27863 | Implement "SameSite" flag for session and CSRF cookies | HTTP handling | |||
27018 | 27018 | Admin views in admindocs crash with AttributeError | contrib.admindocs | |||
27392 | 27392 | Remove "Tests that", "Ensures that", etc. from test docstings | Documentation | |||
27317 | 27317 | Make Form subclasses combine Form.Media from all parents | Forms | |||
27267 | 27267 | Renaming a primary key fails with "cannot drop constraint on table because other objects depend on it" | Migrations | |||
27985 | 27985 | Converting `Foo.objects.filter(bar=None)` to an `IsNull` too early. | Database layer (models, ORM) | |||
14642 | 14642 | save_as=True and generic inline in admin gives IndexError | contrib.contenttypes | |||
27657 | 27657 | Getting crash when using the runserver command on Windows 10 in PowerShell following update to Python 3.6 | Utilities | |||
27458 | 27458 | Oracle backend giving ORA-00911 : Invalid Character, querying with a literal "%s" | Database layer (models, ORM) | |||
27318 | 27318 | Return failed values from memcached.set_many() | Core (Cache system) | |||
14807 | 14807 | django.utils.formats localize_input inserts thousands_separator into boolean values | Internationalization | |||
27546 | 27546 | Replace hardcoded class names in __repr__-methods | Core (Other) | |||
27979 | 27979 | Using F() to save negative integers in unsigned columns on MySQL should raise IntegrityError rather than OperationalError | Database layer (models, ORM) | |||
27067 | 27067 | Deprecate string_concat | Internationalization | |||
27332 | 27332 | Specifying additional ON arguments, and more flexibility with joins | Database layer (models, ORM) | |||
14370 | 14370 | Adding support for Autocomplete in contrib.admin | contrib.admin | |||
27818 | 27818 | Use contextlib.suppress to suppress exceptions. | Core (Other) | |||
27258 | 27258 | Raise an exception if RequestContext is used with template.backends.django.Template.render() | Template system | |||
27970 | 27970 | Allow in_bulk() to use other unique fields besides the primary key | Database layer (models, ORM) | |||
27303 | 27303 | Selecting multiple admin list_filters across relations return results that don't match both filters | contrib.admin | |||
27563 | 27563 | Move "Apply limit_choices_to" code from BaseModelForm to fields_for_model() | Forms | |||
27539 | 27539 | assertNumQueries fails if debug cursor wrapper fills | Testing framework | |||
27967 | 27967 | The autogenerated OneToOneField on multi table inheritance breaks the InlineAdminForm given UUID pk | contrib.admin | |||
27792 | 27792 | Extended category support for Atom and RSS feeds | contrib.syndication | |||
27308 | 27308 | BytesWarning exception raised when running with python 3 -bb option | Core (Other) | |||
27860 | 27860 | Changing a CharField to a ForeignKey crashes when migrating in PostgreSQL | Migrations | |||
27241 | 27241 | Annotate doesn't work with PostgreSQL views anymore | Database layer (models, ORM) | |||
27732 | 27732 | django.contrib.postgres.search SearchRank doesn't handle SearchVectorField references | contrib.postgres | |||
27118 | 27118 | Make QuerySet.get_or_create()/update_or_create() error for a non-field in defaults | Database layer (models, ORM) | |||
27554 | 27554 | Queryset evaluation fails with mix of nested and flattened prefetches (AttributeError on RelatedManager) | Database layer (models, ORM) | |||
14149 | 14149 | LIKE clauses fail in Oracle 9.2.0.7 | Database layer (models, ORM) | |||
27730 | 27730 | Document that template tags with "as" variable assignment don't propogate variables across blocks | Documentation | |||
27751 | 27751 | Teardown of a PG test database fails if it is an autogenerated test_MYDB database | Testing framework | |||
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 | |||
27974 | 27974 | Degraded performance when rendering ChoiceField with lots of options and DEBUG=True | Template system | |||
27834 | 27834 | Add the STRPOS database function | Database layer (models, ORM) | |||
27359 | 27359 | Make it possible to specify a default template engine | Template system | |||
27365 | 27365 | Fields suddenly not found. | Database layer (models, ORM) | |||
27981 | 27981 | date/time filter docs inaccurate about how localization works | Documentation | |||
27983 | 27983 | Tutorial should contain complete files at each step | Documentation | |||
27958 | 27958 | CSRF_COOKIE reset while requesting a broken relative URL over HTTPS | CSRF | |||
27952 | 27952 | core.validators.validate_slug doesn't mention that only latin letters are accepted. | Core (Other) | |||
27976 | 27976 | label_from_instance fails silently: form field disappears. | Forms | |||
27966 | 27966 | Bump required version of pyscopg2 to 2.5.4 | Database layer (models, ORM) | |||
27919 | 27919 | Decide if attrs (and possibly others) are named or positional parameters in new widget rendering code | Forms | |||
27939 | 27939 | GeoDjango - map doesn't show correct point in admin | GIS | |||
27935 | 27935 | BrinIndex crashes if name > 30 characters | contrib.postgres | |||
27955 | 27955 | JSONField.default not applied in admin | contrib.admin | |||
27675 | 27675 | Django postgres JSONField encoding | contrib.postgres | |||
27260 | 27260 | Performance Issue because of LEFT OUTER JOIN instead the better INNER JOIN | Database layer (models, ORM) | |||
27316 | 27316 | Multiple LiveServerTestCase subclasses cannot reuse the same port | Testing framework | |||
27475 | 27475 | Bug in admin with date_hierarchy and Daylight savings | contrib.admin | |||
27901 | 27901 | Unicode subclasses can't be saved to TextField with MySQL and Python 2 | Database layer (models, ORM) | |||
27894 | 27894 | ATOMIC_REQUESTS setting isn't honored in second view called via as_view() | Uncategorized | |||
27862 | 27862 | Exists() feature generates invalid SQL query on postgres backend | Database layer (models, ORM) | |||
27842 | 27842 | Add protocol argument to GenericSitemap.__init__() | contrib.sitemaps | |||
27802 | 27802 | Unify datetime_*_sql() methods with others backend date/time operations. | Database layer (models, ORM) | |||
27825 | 27825 | Document that models don't cast field values to the same type that's retrieved from the database | Documentation | |||
27823 | 27823 | Use python-home in WSGI daemon installation documentation | Documentation | |||
27832 | 27832 | contenttypes migration not following the doc on hints naming | contrib.contenttypes | |||
27367 | 27367 | Document behaviour when several urls have the same name | Documentation | |||
27722 | 27722 | if a template context is an instance of get_template(), it will raise "TypeError: context must be a dict rather than RequestContext" | Template system | |||
27742 | 27742 | Unexpected migration on Parent -> child model inheritence | Migrations | |||
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) | |||
27816 | 27816 | Duplicate keyword '_binary' failure when using BinaryField with mysql backend | Database layer (models, ORM) | |||
27814 | 27814 | Unclear explanation of orphans in Paginator | Documentation | |||
27812 | 27812 | When there is a DateTimeField django does not group by | Database layer (models, ORM) | |||
27741 | 27741 | staticfiles_tests test_corrupt_intermediate_files fails intermittently when run in parallel | contrib.staticfiles | |||
27791 | 27791 | update_or_create() doesn't work properly when model has auto_now=True | Database layer (models, ORM) | |||
27130 | 27130 | Allow using the DjangoTemplates engine without configuring settings | Template system | |||
27774 | 27774 | django admin with many objects count is very slow | contrib.admin | |||
27757 | 27757 | The link of the "view_on_site" button is not formed according to the returning result of the "get_absolute_url" method. | contrib.admin | |||
27746 | 27746 | Database migration fail when removing a child model containing only foreignkeys in a multi-table inheritance context on MySQL | Migrations | |||
27749 | 27749 | Documention change gunicorn deployment | Documentation | |||
27632 | 27632 | Oracle backend fails to execute a query with an aggregation that contains an expression in the GROUP BY. | Database layer (models, ORM) | |||
27735 | 27735 | l10n is applied to Select widget's choices after template-based widget rendering | Documentation | |||
27387 | 27387 | Rendering "required" as HTML attribute is not documented under Field.required | Documentation | |||
27518 | 27518 | HTTP Referer leaks password reset link | contrib.auth | |||
27725 | 27725 | requests.post fail inside of django shell but not python shell | Uncategorized | |||
27716 | 27716 | FieldFile incorrectly returns bytes the first time it is opened with 'r' | File uploads/storage | |||
27715 | 27715 | [Tutorial - part 6.] Lack of saving created question into db | Documentation | |||
27691 | 27691 | Avoid `logger=logging.getLogger(__name__)` | Uncategorized | |||
27693 | 27693 | Case insensitive lookups on JSONField nested values | contrib.postgres | |||
27687 | 27687 | Dateformat issue using django basic logging formatter | Utilities | |||
27680 | 27680 | Recommend ccbv.co.uk in class-based views docs | Documentation | |||
27664 | 27664 | Manager.contribute_to_class() is called with abstract model rather than concrete model | Database layer (models, ORM) | |||
27677 | 27677 | Disable savepoint support for MySQL NDB engine tables, and option to overwrite the default. | Database layer (models, ORM) | |||
27054 | 27054 | makemigrations tries to create django_migrations in external database | Migrations | |||
27684 | 27684 | Migrations accept default value for DateField that are not portable to all backends | Database layer (models, ORM) | |||
27637 | 27637 | timeuntil, timesince breaks in leap year edge case | Utilities | |||
27667 | 27667 | Check port number out of range for dev server url | Core (Management commands) | |||
27647 | 27647 | runserver segfaults with autoreload enabled on Windows 10 | Core (Management commands) | |||
14297 | 14297 | Accessing settings.FOO in hot spots cause performance problems | Core (Other) | |||
27612 | 27612 | Add a check that URL instance namespaces are unique across a project | Core (System checks) | |||
27606 | 27606 | Error in formatting HttpResponseRedirect when __init__() raises DisallowedHost | HTTP handling | |||
27263 | 27263 | Allow validators to short-circuit in form field validation | Forms | |||
27601 | 27601 | BooleanField no longer accepts empty string as False value | Database layer (models, ORM) | |||
27596 | 27596 | LiveServerTestCase in 1.10.4 doesnt close server ports properly | Testing framework | |||
27592 | 27592 | QueryDict docs don't mention that iter methods are available only on Python 2 | Documentation | |||
27355 | 27355 | Add PostgreSQL Extension operation example to reference page | Documentation | |||
27571 | 27571 | Conditionally add TEST_DATABASE_PREFIX to db name | Testing framework | |||
27578 | 27578 | ModelChoiceField.to_python() somehow receives value as type 'list' | Forms | |||
27564 | 27564 | `refresh_from_db()` should return the model instance instead of None | Database layer (models, ORM) | |||
27402 | 27402 | When using i18n_patterns and prefix_default_language=False, 404 page redirects incorrectly | Internationalization | |||
27536 | 27536 | order_by('pk') is not obeyed if superclass has default ordering | Database layer (models, ORM) | |||
27525 | 27525 | Revert to previous migration automatically after failure when using MySQL backend | Migrations | |||
27506 | 27506 | HttpRequest.build_absolute_uri throws DisallowedHost | HTTP handling | |||
27510 | 27510 | Allow custom keyword arguments to modelform_factory in ModelFormMixin | Generic views | |||
27295 | 27295 | Add a system check to prohibit models that start with an underscore | Core (System checks) | |||
27394 | 27394 | template "floatformat" tag throws ValueError for big numbers in Python 3 | Template system | |||
27513 | 27513 | Optimize Signal.send a tiny bit | Utilities | |||
27523 | 27523 | Sitemap ping_google function reverse broken on Django 1.10 | contrib.sitemaps | |||
27493 | 27493 | GIS raster transformation test failures due to precisions with GDAL 2.1 | GIS | |||
27502 | 27502 | The search of official documentation is broken | Documentation | |||
27496 | 27496 | Iterating over ModelChoiceField with RadioSelect widget duplicates query | Forms | |||
27003 | 27003 | ArrayField and JSONField form fields fail on already converted values | Forms | |||
27463 | 27463 | Fix ambiguous variable flake8 warnings | Core (Other) | |||
27448 | 27448 | GIS distance queries use deprecated ST_distance_sphere | GIS | |||
27443 | 27443 | support executing ANALYZE on tables | Database layer (models, ORM) | |||
27414 | 27414 | Document that aliasing ForeignKey fields in F expressions returns pk values, not model instances | Documentation | |||
27420 | 27420 | Oracle DB test user password must be quoted if it starts with a number | Database layer (models, ORM) | |||
27200 | 27200 | Provide makemigrations router.allow_migrate() with a model_name | Migrations | |||
27435 | 27435 | Raise an error when using --keepdb without an explicit TEST.PASSWORD on Oracle | Testing framework | |||
27429 | 27429 | had to use QuerySet.extra to do WHERE LIKE with arbitrary amount / placement of wildcard characters | Database layer (models, ORM) | |||
27424 | 27424 | contenttype 0002_remove_content_type_name migration failure | contrib.contenttypes | |||
27328 | 27328 | return `Set-Cookie` if sessionid= None value | contrib.sessions | |||
27379 | 27379 | Django violates RFC7230 when handling requests. | HTTP handling | |||
27151 | 27151 | FK index created two times on PostgreSQL if referenced table PK is varchar | Migrations | |||
27389 | 27389 | Cannot use QueryDict without configuring settings first | HTTP handling | |||
27383 | 27383 | Regression: `FileField(default=None)` now never upload a file through a ModelForm | File uploads/storage | |||
27337 | 27337 | Convoluted MTI with abstract model mixin fails on PY2, works on PY3 | Database layer (models, ORM) | |||
27322 | 27322 | get_default_timezone() / LocalTimezone does not handle None values | Utilities | |||
27319 | 27319 | Circular ForeignKeys between two unmanaged models produce incomplete migrations | Migrations | |||
27301 | 27301 | Better handling of errors that are not pickleable when testing in parallel | Testing framework | |||
27312 | 27312 | Checking raw argument to prevent signals from executing during fixture loading isn't DRY | Core (Other) | |||
27262 | 27262 | Delegate URL resolver checks to URL classes | Core (URLs) | |||
27311 | 27311 | Support unpickled models (e.g. read from cache) in migrations | Migrations | |||
27273 | 27273 | Make usage of construct_change_message easier outside of admin | contrib.admin | |||
27280 | 27280 | can_order/can_delete documentation examples don't require initial data | Documentation | |||
27193 | 27193 | ORDER BY clause not included in subqueries using select_for_update() | Database layer (models, ORM) | |||
27279 | 27279 | Performance regression when running migrate with RenameModel operations | Migrations | |||
27306 | 27306 | Document relation between auto_now/auto_now_add and timezones | Documentation | |||
27186 | 27186 | Cannot change CheckboxSelectMultiple, FileInput, MultiWidget, SplitDateTimeWidget, and SelectDateWidget with model field default since Django 1.10.1 | Forms | |||
27217 | 27217 | makemigrations crashes with "'SpatialRefSysMixin' has no attribute '_meta'" on PostGIS | GIS | |||
27266 | 27266 | assertFormError fails when trying to check a custom validation in an Admin form | contrib.admin | |||
27269 | 27269 | ORM extremely slow to run annotate/filter query, much faster directly in dbshell | Database layer (models, ORM) | |||
27254 | 27254 | Detect web server context | Uncategorized | |||
27230 | 27230 | Inconsistency in AppConfig.path depending on sys.path | Core (Other) | |||
14284 | 14284 | Support for Google Maps version 3 | GIS | |||
27209 | 27209 | Cast function accepts field class according to docs but expects field instance | Documentation | |||
27173 | 27173 | Permit import statements to be longer than 80 characters | Core (Other) | |||
27192 | 27192 | Allow pluralizing admin URLs | contrib.admin | |||
27204 | 27204 | Clashing m2m intermediate table validation should ignore unmanaged models | Core (System checks) | |||
27174 | 27174 | Explain where 'polls.apps.PollsConfig' comes from in tutorial 2 | Documentation | |||
27108 | 27108 | Remove collectstatic warning about overwriting existing files when STATIC_ROOT directory doesn't exist | contrib.staticfiles | |||
27142 | 27142 | makemigrations fails on special database connections | Migrations | |||
27163 | 27163 | Unable to specify multiple pythonpath in django-admin | Core (Management commands) | |||
27157 | 27157 | AdminForm may crash if model_admin argument is None | contrib.admin | |||
27128 | 27128 | A method model.objects.get(pk=obj.pk) returns many objects, but in a database is one. | Uncategorized | |||
27132 | 27132 | Allowed testing MemcachedCache and PyLibMCCache during the same test run | Core (Cache system) | |||
27044 | 27044 | `apps` passed to post_migrate_signal should contain migrated appconfigs even when no migration has been applied to them | Migrations | |||
27061 | 27061 | Support creating the TEST PostgreSQL database from a custom template | Testing framework | |||
27114 | 27114 | Migrations: AttributeError: can't set attribute | Migrations | |||
27013 | 27013 | Docs - Using Argon2 with Django - more appropriate pip command | Documentation | |||
27082 | 27082 | Make timezone.localtime() default to timezone.now() when no value is given | Utilities | |||
27077 | 27077 | Simplify calls to is_in_memory_db() in SQLite's DatabaseCreation | Database layer (models, ORM) | |||
27066 | 27066 | Possible Memory leak while evaluating a QuerySet | Database layer (models, ORM) | |||
27014 | 27014 | Raster support for spatial lookup breaks filtering by annotations | GIS | |||
27007 | 27007 | Handle non-UTF-8 bytes objects for text/* attachments | Core (Mail) | |||
27047 | 27047 | Popup inlines | contrib.admin | |||
27035 | 27035 | DiscoverRunner's setup_test_environment() hard-codes settings.DEBUG to False | Testing framework | |||
27033 | 27033 | static tag causes AppRegistryNotReady errors on 1.10 | contrib.staticfiles | |||
27002 | 27002 | Redundant database query rendering a ModelChoiceField with RadioSelect or CheckboxSelectMultiple | Forms | |||
27015 | 27015 | Hidden widget shouldn't have maxlength/minlength attributes | Forms | |||
14030 | 14030 | Use F() objects in aggregates(), annotates() and values() | Database layer (models, ORM) | |||
14485 | 14485 | New Site.root field | contrib.sites | |||
14415 | 14415 | Multiple aliases for one database: testing problems | Testing framework | |||
14891 | 14891 | use_for_related_fields=False is not honored by reverse FK or M2M related managers | Database layer (models, ORM) | |||
14131 | 14131 | The pagination module should have some limit, or a warning should be given in the documentation | Documentation | |||
14098 | 14098 | Prevent introspection errors from crashing inspectdb | Core (Management commands) | |||
14402 | 14402 | help_text is not displayed for ManyToMany raw_id fields | contrib.admin | |||
494 | 494 | Collapse in admin interface for inline related objects | contrib.admin | |||
14286 | 14286 | Support for BigAutoField | Database layer (models, ORM) | |||
29 | 29 | Fix usability issue with limit_choices_to and "Add another" in admin | contrib.admin | |||
14368 | 14368 | Reverse relation attribute for OneToOneField fails when set to None | Database layer (models, ORM) | |||
14096 | 14096 | Insert code generated by models using multiple inheritance is incorrect and fails in postgresql | Database layer (models, ORM) | |||
14518 | 14518 | Field.to_python not called on foreign key IDs | Database layer (models, ORM) | |||
14716 | 14716 | filter_horizontal and filter_vertical don't work on mobile Safari | contrib.admin | |||
14476 | 14476 | annotate, default aggregation naming and filter annoyance | Database layer (models, ORM) | |||
14200 | 14200 | new RegexURLResolver is contructed for every request | Core (URLs) | |||
14601 | 14601 | ValuesQuerySet join types not being promoted | Database layer (models, ORM) | |||
14343 | 14343 | NoReverseMatch error message is unclear, view does exist | Core (URLs) | |||
14772 | 14772 | Reversing a URL with optional arguments fails | Core (URLs) | |||
14952 | 14952 | New find_commands(management_dir) to support .pyc and .pyo | Core (Other) | |||
14087 | 14087 | django.core.management.get_commands only sees commands in the last package of a namespace package | Core (Other) | |||
14497 | 14497 | ModelAdmin.readonly_fields isn't graceful with filefields. | contrib.admin | |||
14483 | 14483 | Implement subqueries in geodjango spatial lookup | GIS | |||
14881 | 14881 | [nonrel] Do not assume ``User.id`` to be an integer in django.contrib.auth's pasword reset feature | contrib.auth | |||
14180 | 14180 | Creating redundant indexes on foreign keys for MySQL/InnoDB tables | Database layer (models, ORM) | |||
14515 | 14515 | Can't pickle ValueQuerySet if query references fields, which aren't on the same model. | Database layer (models, ORM) | |||
14394 | 14394 | Assigning bad data to an m2m attribute should not clear existing data | Database layer (models, ORM) | |||
14434 | 14434 | AdminSite should rely on self.has_permission for all permission checks | contrib.admin | |||
182 | 182 | Add a command to django-admin.py that will install missing tables | Tools | |||
901 | 901 | Reload method for models | Database layer (models, ORM) | |||
14664 | 14664 | MiddlewareNotUsed should display a warning | Core (Other) | |||
14334 | 14334 | Queries don't ensure that comparison objects are the correct type | Database layer (models, ORM) | |||
14462 | 14462 | Aggregates default to the database type instead of the field type | Database layer (models, ORM) | |||
14638 | 14638 | to_python howto documentation improvement | Documentation | |||
14930 | 14930 | `values_list()` fails on queryset ordered by extra column | Database layer (models, ORM) | |||
14273 | 14273 | Development server does not shutdown cleanly | Core (Other) | |||
14787 | 14787 | Upload handler should pass errors on to forms.FileField | File uploads/storage | |||
14932 | 14932 | Tests failing with SQLite3 on Linux systems; Sites object causing failures. | Uncategorized | |||
14481 | 14481 | better documentation of the default m2m "through" class | Documentation | |||
27 | 27 | Single form field for multiple database fields | Forms | |||
14372 | 14372 | Admin shouldn't render label tags on hidden fields | contrib.admin | |||
14305 | 14305 | inspectdb should output unmanaged model definitions | Core (Management commands) | |||
14549 | 14549 | Disambiguation of target/source fields for intermediary models when using ManyToManyField | Database layer (models, ORM) | |||
14760 | 14760 | Admin inlines with file/image field fails to save_as | contrib.admin | |||
14298 | 14298 | maximum open cursors exceeded on Jython and Oracle | Database layer (models, ORM) | |||
14051 | 14051 | Signals for transaction commit/rollback | Database layer (models, ORM) | |||
14263 | 14263 | Allow fields to support custom double-underscore lookup methods | Database layer (models, ORM) | |||
14950 | 14950 | Javascript errors when building CHM file from django docs using Sphinx | Documentation | |||
14007 | 14007 | Automatically discover models within a package without using the app_label Meta attribute | Database layer (models, ORM) | |||
14825 | 14825 | LocaleMiddleware should store language preferences if possible | Internationalization | |||
14800 | 14800 | Development server should NOT elide favicon from the logs | Core (Management commands) | |||
14461 | 14461 | Allow to use other translation languages than just the ones available in Django | Internationalization | |||
14609 | 14609 | __or__ method of queries does not return a correctly combined query. | Database layer (models, ORM) | |||
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 | |||
14511 | 14511 | exclude() generates wrong query for ManyToManyField with a 'through' relationship | Database layer (models, ORM) | |||
14877 | 14877 | ModelFormSet.save() with a deleted form should work even if the model has already been deleted | Forms | |||
937 | 937 | Autoreload reloads for every request. | Core (Management commands) | |||
14658 | 14658 | DateField initial does not honor locale, against documentation | Forms | |||
23 | 23 | Add support for ValidationWarning | Forms | |||
14028 | 14028 | setting db_column to same value as another column should not validate | Database layer (models, ORM) | |||
14512 | 14512 | Documentation & tools for decorating class-based-views. | Generic views | |||
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) | |||
14043 | 14043 | Incorrect and/or confusing behaviour with nullable OneToOneField | Database layer (models, ORM) | |||
14492 | 14492 | Model proxy instance does not equal the respective model instance | Database layer (models, ORM) | |||
694 | 694 | [patch] TEMPLATE_DIRS should allow project root relative paths | Template system | |||
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 | |||
14300 | 14300 | manage.py sqlcustom fails if models are in a submodule | Core (Management commands) | |||
14261 | 14261 | Add clickjacking protection (X-Frame-Options header) | HTTP handling | |||
14238 | 14238 | admin-interface and formsets: ordered_forms are not returned in case of errors | contrib.admin | |||
14253 | 14253 | TIME_ZONE not respected by Today and Now widgets in admin | contrib.admin | |||
14006 | 14006 | Documentation on Field's 'description' class attribute does not mention that it will be interpolated with field.__dict__ | Documentation | |||
14945 | 14945 | ContentType.objects.get_for_model doesn't allow using multiple databases | Database layer (models, ORM) | |||
680 | 680 | get_absolute_url not being used correctly in admin interface? | contrib.admin | |||
25 | 25 | Filtering interface on ForeignKey <select> boxes | contrib.admin | |||
14894 | 14894 | translation is not threadsafe | Internationalization | |||
14567 | 14567 | ModelMultipleChoiceField inconsistently returns a list if empty. | Forms | |||
14019 | 14019 | SQLInsertCompiler.as_sql() failure | Database layer (models, ORM) | |||
14018 | 14018 | Introduce class_plural %-substitution placeholder for related_name of ForeignKey/ManyToManyField | Database layer (models, ORM) | |||
14802 | 14802 | feature request: add a method to Fields that is used to render the field as read-only | contrib.admin | |||
14540 | 14540 | Wrong localization (L10N) thousand separator & decimal point character for Puerto Rico | Internationalization | |||
14057 | 14057 | Expose an interface for custom-escaping template content | Template system | |||
14874 | 14874 | remove js-confirms on changelist | contrib.admin | |||
14186 | 14186 | Adding GDirections wrapper to overlays.py | GIS | |||
14121 | 14121 | 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) | |||
14451 | 14451 | add related_name to contrib.auth.models.User for 'groups' | contrib.auth | |||
14287 | 14287 | TEST_MIRROR is not respected in routers | Database layer (models, ORM) | |||
14587 | 14587 | Model description on administrative interface | contrib.admin | |||
14705 | 14705 | Model Field Order not influenced by MRO of superclasses | Database layer (models, ORM) | |||
14289 | 14289 | Add a signal in the cleanup management command | Core (Other) | |||
852 | 852 | psycopg.ProgrammingError exceptions leave the connection to the DB in an unusable state | Database layer (models, ORM) | |||
14175 | 14175 | Comment object's user_name field too short for User.get_full_name | contrib.comments | |||
14646 | 14646 | django.contrib.comments is missing default template for comment_notification_email.txt, and has no documentation of template context | contrib.comments | |||
14241 | 14241 | instructions for creating spatial database template differ on fedora 13 (64 bit) | Documentation | |||
14011 | 14011 | QuerySet.none().values('x').query causes "DatabaseError: subquery has too many columns" when used in filters. | Database layer (models, ORM) | |||
14373 | 14373 | annotate() will gladly delete your data | 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) | |||
14976 | 14976 | Add is_html flag to contrib.messages | contrib.messages | |||
14039 | 14039 | FileField special-casing breaks MultiValueField including a FileField | Forms | |||
14684 | 14684 | RESTful Model View | Generic views | |||
14694 | 14694 | defer() doesn't work with reverse relations | Database layer (models, ORM) | |||
14678 | 14678 | Users are able to add more than one page to the same url | contrib.flatpages | |||
72 | 72 | Django should add charset info to output HTTP headers | Core (Other) | |||
14264 | 14264 | settings.configure has undocumented differences from using a settings module | Core (Other) | |||
14315 | 14315 | memcached doesn't support negative deltas for incr() and decr() | Core (Cache system) | |||
361 | 361 | Some Basic Math Filters | Template system | |||
14615 | 14615 | Related objects manager returns related objects with null FKs for unsaved instances | Database layer (models, ORM) | |||
14093 | 14093 | Confusing error when failing to create a session key because the cache is unavailable | contrib.sessions | |||
14967 | 14967 | django.contrib.auth.admin.UserAdmin.response_add changed in 1.2.4 | Documentation | |||
14400 | 14400 | Latvian localflavor | contrib.localflavor | |||
14282 | 14282 | Add Guatemala to Localflavors | contrib.localflavor | |||
14015 | 14015 | django.contrib.localflavor.it added italian phone number validation | contrib.localflavor | |||
14308 | 14308 | Adding some fields to the Mexican local flavor. | contrib.localflavor | |||
14165 | 14165 | Transaction management is only entered for the primary database | Documentation | |||
14861 | 14861 | Importing settings in a module that contains a logging Handler causes circular import. | Core (Other) | |||
14449 | 14449 | restructuredtext filter does not return the correct content | Documentation | |||
14556 | 14556 | Recommend to avoid FlatpageFallbackMiddleware unless absolutely required | Documentation | |||
14885 | 14885 | is_valid for ModelForm changes instance if instance is provided | Documentation | |||
14516 | 14516 | Extract methods from removetags and slugify template filters | Template system | |||
14195 | 14195 | ContentType object fails to use cache, beats DB to death | Uncategorized | |||
14502 | 14502 | Feature: escape hatch for colliding template syntax in Django templates | Template system | |||
14026 | 14026 | Setting for TRANSACTION_LEVEL on db backends | Database layer (models, ORM) | |||
14478 | 14478 | Couple of tests make assumptions about configuration | Contrib apps | |||
14886 | 14886 | GeoModelAdmin forms cannot be used with WMS in formats other than image/jpeg | GIS | |||
1 | 1 | Create architecture for anonymous sessions | Core (Other) | |||
409 | 409 | Add support for sqlrelay backend, to pool DB connections | Database layer (models, ORM) | |||
14593 | 14593 | CZBirthNumberField expects two arguments to clean() | contrib.localflavor | |||
14618 | 14618 | unable to "inspectdb" on mysql4 database | Core (Management commands) | |||
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 | |||
159 | 159 | Circular logout problem | contrib.admin | |||
14184 | 14184 | Validators not called on MultiValueField | Forms | |||
26 | 26 | Admin validation errors cause FileUploadFields to be reset | contrib.admin | |||
14806 | 14806 | No template tag to support contextual translations | Internationalization | |||
632 | 632 | database stored templates | Template system | |||
640 | 640 | order_with_respect_to option fails | Documentation | |||
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 | |||
14496 | 14496 | Conflict between ModelForm.Meta.exclude and ModelAdmin.readonly attributes | contrib.admin | |||
14292 | 14292 | User.objects.create_user does not give object with id field populated in svn release. | contrib.auth | |||
14202 | 14202 | Rss201rev2Feed bug | contrib.syndication | |||
14720 | 14720 | Settings imported twice as separate modules when manage.py is used | Core (Other) | |||
14138 | 14138 | Apache setup using sqlite3 breaks when performing a field__regex filter | Database layer (models, ORM) | |||
14270 | 14270 | ManyToMany manager classes should be cached | Database layer (models, ORM) | |||
14579 | 14579 | Use built-in sessions middleware for entirely cookie-based sessions | contrib.sessions | |||
14975 | 14975 | TransactionTestCases are broken by django.contrib.auth in 1.2.4 | Testing framework | |||
14711 | 14711 | MonthMixin.get_previous_month incorrect under certain conditions | Generic views | |||
14961 | 14961 | Cannot load admin interface static files when doing tutorial | Contrib apps | |||
14303 | 14303 | admin inline form id attribute numbering order and uniqueness is lost | contrib.admin | |||
14911 | 14911 | Custom Storage System not working properly | File uploads/storage | |||
14634 | 14634 | Sessions are unnecessarily complex | contrib.sessions | |||
14433 | 14433 | Thread safety problem in contrib.sitemaps | Contrib apps | |||
14548 | 14548 | Docs and implementation don't match regading return values of certain QuerySet aggregate functions | Documentation | |||
14938 | 14938 | "Save as" does not save entries added with a Inline | Forms | |||
14384 | 14384 | Installation documentation should avoid sys.path.append | Documentation | |||
14908 | 14908 | Add takes_context parameter to simple_tag decorator | Template system | |||
14176 | 14176 | Error raised when using django.contrib.comments.feeds.LatestCommentsFeed | contrib.comments | |||
14731 | 14731 | [Patch] Change 14413 breaks old fixtures with permissions | contrib.auth | |||
14910 | 14910 | I18N locale per app resolving - documentation incorrect and bug | Internationalization | |||
14905 | 14905 | models.FileField links to url attribute, which is undocumented. | Documentation | |||
14465 | 14465 | TemplateSyntaxError in Django Admin search | Uncategorized | |||
14529 | 14529 | Save messages for proxy models show a crazy verbose_name | contrib.admin | |||
14258 | 14258 | Document that 1.3 has added an index to the session date field and a migration is recommended | Documentation | |||
14605 | 14605 | method similar to HttpRequest.is_ajax() to detect flash | HTTP handling | |||
14389 | 14389 | Future url replacement | Template system | |||
14572 | 14572 | Minor fix for generic inline formsets | contrib.contenttypes | |||
14403 | 14403 | Missing/incomplete documentation for FloatField? | Documentation | |||
14977 | 14977 | contrib.admin ordering by two or more fields | contrib.admin | |||
14570 | 14570 | New format character to represent locale-specifc alternative month names | Internationalization | |||
14133 | 14133 | update GeoDjango windows installer | GIS | |||
14329 | 14329 | Seeing test failure in regressiontests.request since 13809 | HTTP handling | |||
14000 | 14000 | Removal of obsolete "versionadded" tags | Documentation | |||
14576 | 14576 | Regression in FormWizard | contrib.formtools | |||
14602 | 14602 | bug in wsgi handler in trunk | Core (Other) | |||
14558 | 14558 | Generic View http_method bug | Generic views | |||
14041 | 14041 | Templates in function calls for sitemap | Contrib apps | |||
14820 | 14820 | Use `TextField` instead of `PositiveIntegerField` in docs and examples for generic relations. | Documentation | |||
14354 | 14354 | Check password is not None in User.check_password | contrib.auth | |||
14604 | 14604 | Ubuntu documentation for geospatial/Postgres is out of date | GIS | |||
14661 | 14661 | A couple of MySQL/MyISAM test failures | Testing framework | |||
14700 | 14700 | Speed up RawQuerySet iterator | Database layer (models, ORM) | |||
14982 | 14982 | EMPTY_CHANGELIST_VALUE not honored whit a relation field in list_display | Uncategorized | |||
14358 | 14358 | History changes in admin don't show verbose_name | contrib.admin | |||
14830 | 14830 | Default value for radio button not preserved when dynamically creating new inlines | contrib.admin | |||
14366 | 14366 | Model.objects.none().values(...).anything() is broken | Database layer (models, ORM) | |||
14360 | 14360 | Clarify documentation of triage states | Documentation | |||
14256 | 14256 | Add support to testserver for the --skip-db-init option | Testing framework | |||
14594 | 14594 | Django/CherryPy problem with POST data | HTTP handling | |||
14632 | 14632 | Bug - testing framework fails when contrib.auth not in settings. | Testing framework | |||
14698 | 14698 | django.utils.module_loading.module_has_submodule yields false positives | Core (Other) | |||
14862 | 14862 | bad links | *.djangoproject.com | |||
14301 | 14301 | django crashes on email address that passed validate_email() (utf8-tld) | Core (Mail) | |||
14721 | 14721 | USE_THOUSAND_SEPARATOR fails with UnicodeDecodeError in several locales | Internationalization | |||
14467 | 14467 | AllValuesFilterSpec does not work with Null | contrib.admin | |||
14426 | 14426 | Factor "mysite" out of all code example import statements | Documentation | |||
14895 | 14895 | USE_THOUSAND_SEPARATOR causes error on group admin operations | contrib.admin | |||
14130 | 14130 | Catching ImportError in manage.py considered dangerous | Core (Other) | |||
14338 | 14338 | Search bar on the docs should include 1.2, & 1.1 | *.djangoproject.com | |||
14653 | 14653 | GeoDjango utils shouldn't include a Popen shortcut | GIS | |||
14947 | 14947 | regressiontests.fixtures_regress.tests.TestFixtures.test_dumpdata_uses_default_manager() fails with Python 2.7 | Uncategorized | |||
14248 | 14248 | Date and DateTime fields, auto_now_add and PostgreSQL | Database layer (models, ORM) | |||
14697 | 14697 | Speeding up queryset model instance creation | Database layer (models, ORM) | |||
14573 | 14573 | prepopulated_fields javascript error since r14123 | contrib.admin | |||
14652 | 14652 | Sessions seem to be improperly using Pickle to hash a dictionary | contrib.sessions | |||
14355 | 14355 | "readonly" fields don't display their "help_text" in admin | contrib.admin | |||
14809 | 14809 | Broken login related tests after r14733 | contrib.auth | |||
14374 | 14374 | Missing templates on contrib.auth makes tests in a new project fail (startproject) | Contrib apps | |||
14543 | 14543 | ContentTypes tests fails if auth app is not installed | contrib.contenttypes | |||
14193 | 14193 | prepopulated_fields should concatenate fields in given order | contrib.admin | |||
14290 | 14290 | Rendering is very inefficient when USE_L10N. Caching format values gives 2-7 times improvement | Internationalization | |||
14788 | 14788 | Typos in the footer | *.djangoproject.com | |||
14833 | 14833 | Sitemaps tests fail if run from your project and USE_I18N is False | Contrib apps | |||
14640 | 14640 | Add elapsed request time to the development server log | HTTP handling | |||
399 | 399 | Bigint field object needed | Database layer (models, ORM) | |||
342 | 342 | Add a way for fields to be displayed in the admin without being editable | contrib.admin | |||
689 | 689 | Honor Web server provided authentication | Core (Other) | |||
730 | 730 | more explicit middlware ordering | Core (Other) | |||
285 | 285 | WSGIRequest should set request.path to full uri path | HTTP handling | |||
528 | 528 | Add a documentation generator that creates a PDF or HTML files locally | Documentation | |||
661 | 661 | New function: batch save of objects would make for more efficient processing | Core (Other) | |||
14718 | 14718 | Different attributes for DateInput and TimeInput in SplitDateTimeWidget | Forms | |||
14063 | 14063 | Validating form file fields is hard | File uploads/storage | |||
14183 | 14183 | Geodjango models broken with pydoc | GIS | |||
13 | 13 | Related objects interface should be tighter (edit_inline) | contrib.admin | |||
14503 | 14503 | Unify test for exception+message value assertion method | Testing framework | |||
116 | 116 | Default admin media doesn't display for 'django-admin runserver' | contrib.admin | |||
14049 | 14049 | Fixture loading should be skipped for TestCase decorated with @skip* | Testing framework | |||
14288 | 14288 | Template filter: linebreaksbr doesn't normalize newlines | Template system | |||
14849 | 14849 | ManyToManyField has weird behavior in 1.2 w/ multi-db | Database layer (models, ORM) | |||
14610 | 14610 | fixtures should be able to specify their database | Testing framework | |||
14348 | 14348 | Paginator does not handle django.db.models.sql.datastructures.EmptyResultSet | Database layer (models, ORM) | |||
289 | 289 | [patch] more details with "Please correct the errors below." | contrib.admin | |||
14643 | 14643 | Readonly fields in GeoDjango admins | GIS | |||
14506 | 14506 | Crash on HEAD request | Documentation | |||
14608 | 14608 | Adding a INPhoneNumberField to indian localflavor | contrib.localflavor | |||
14390 | 14390 | set_password functionality outside of the User model | contrib.auth | |||
14674 | 14674 | ResetPasswordForm doesn't consider unusable_password setting | contrib.auth | |||
811 | 811 | IPv6 address field support | Core (Other) | |||
14029 | 14029 | not operator on F objects silently fails | Database layer (models, ORM) | |||
14020 | 14020 | Make HttpResponse.get work like dict.get | HTTP handling | |||
14201 | 14201 | Add a "security overview" page to the docs | Documentation | |||
14206 | 14206 | contrib:admin dynamic list_display support | contrib.admin | |||
14614 | 14614 | Dont send Request message when handle_uncaught_exception() | Core (Other) | |||
14082 | 14082 | modelform_factory should use the form's metaclass | Forms | |||
14903 | 14903 | wsgiref usage | HTTP handling | |||
14134 | 14134 | Ability to set csrf cookie path and https-only plus add 'secure' | Core (Other) | |||
14262 | 14262 | Helper for "get_something as varname" template tag pattern | Template system | |||
14766 | 14766 | ordering by a field that does not exists returns an empty QuerySet | Database layer (models, ORM) | |||
14854 | 14854 | Follow PEP 8 -- Style Guide for Python Code | Core (Other) | |||
14710 | 14710 | Form css classes for bound fields are not rendered {{ form.field_name }} | Forms | |||
14960 | 14960 | Write tests for inclusion_tag | Template system | |||
14733 | 14733 | Allow Manager.raw() execute not only "Pure selects" | Database layer (models, ORM) | |||
14105 | 14105 | django.contrib.auth tests failing with cache middleware | Core (Cache system) | |||
14267 | 14267 | Trac Upgrade Tracking Ticket | *.djangoproject.com | |||
14230 | 14230 | Documentation for Auth's Logout view suggests wrong redirect takes precedence. | contrib.auth | |||
717 | 717 | If-Modified-Since checked for exact match | HTTP handling | |||
14291 | 14291 | In django admin results list, provide the field name as a css class on the table cell | Contrib apps | |||
14639 | 14639 | admin.site.register() does not check if the model is abstract (gives weird error) | contrib.admin | |||
14012 | 14012 | Adding an User object in a popup fails | contrib.admin | |||
14013 | 14013 | 'django.db.backends.postgresql_psycopg2' isn't an available database backend. (?!?!?) | Database layer (models, ORM) | |||
14251 | 14251 | app-labels (still) not translated | contrib.admin | |||
14986 | 14986 | TestCase: increase verbosity for TestCase.fixtures usage | Testing framework | |||
14635 | 14635 | Documentation improvement on setting up django with OpenBSD | Documentation | |||
14083 | 14083 | Python module index on docs page is empty | *.djangoproject.com | |||
14237 | 14237 | Old version string on the download page + auto checker proposal | *.djangoproject.com | |||
14880 | 14880 | raw_id_fields in admin does not work when limit_choices_to dictionary has value=False | contrib.admin | |||
14677 | 14677 | tests.py cannot be split to package always | Testing framework | |||
14240 | 14240 | filesizeformat should localize number | Template system | |||
14553 | 14553 | es_AR language update | Translations | |||
14672 | 14672 | Admin doesn't handle new on_delete exceptions gracefully | contrib.admin | |||
14801 | 14801 | Support for string methods with lazy translations | Internationalization | |||
14969 | 14969 | To have a way to modify third part model classes | Database layer (models, ORM) | |||
15000 | 15000 | IRC logs 404 | *.djangoproject.com | |||
15001 | 15001 | Cannot change title in Databrowse | Template system | |||
14889 | 14889 | Usability improvement to csrf_migration_helper | Uncategorized | |||
14991 | 14991 | SQL injection in quote_name() | Database layer (models, ORM) | |||
14814 | 14814 | Check for file binding in FieldFile.delete() | Database layer (models, ORM) | |||
14651 | 14651 | ignored field index creation for fields with unique=True and db_index=True | Database layer (models, ORM) | |||
14505 | 14505 | Multiple Namespaces and reverse lookup does not work as advertised. | Core (Other) | |||
14591 | 14591 | UnicodeDecodeError when trying to render the label of a field | contrib.admin | |||
14842 | 14842 | Indent the Model Meta Options | Documentation | |||
14350 | 14350 | Please add a login method to the test Client that doesn't depend on passwords | Testing framework | |||
14347 | 14347 | Add required_if field to model fields | Database layer (models, ORM) | |||
14339 | 14339 | Enable testing when you can't create/destroy databases | Testing framework | |||
14163 | 14163 | Setting pk should set the related fields also in the base chain. | Database layer (models, ORM) | |||
14981 | 14981 | Small enhancement to User.last_login timezone handling (version 1.3.0 beta 1) | contrib.auth | |||
14839 | 14839 | django admin and user model inheritance | Uncategorized | |||
14949 | 14949 | Admin inlines not saving on "Save As New" | contrib.admin | |||
14963 | 14963 | The Flatpages app does not resolve child models | Contrib apps | |||
14944 | 14944 | Saving a model which refers to unexistent models does not spit any errors | Database layer (models, ORM) | |||
14439 | 14439 | Improve documentation on how to run the GIS test suite | GIS | |||
14900 | 14900 | Allow override of Admin paginator. | contrib.admin | |||
14655 | 14655 | formsets should be iterable | Forms | |||
14914 | 14914 | Let to_python (in custom db field) know the connection being used in multi-db environment | Database layer (models, ORM) | |||
14369 | 14369 | TEMPLATE_STRING_IF_INVALID settable per template rendering | Template system | |||
14847 | 14847 | dumpdata sends output to stderr, not stdout | Uncategorized | |||
14837 | 14837 | field based custom ordering | Database layer (models, ORM) | |||
14022 | 14022 | context_processors debug() Fails with no DB Backend | Core (Other) | |||
14095 | 14095 | Objects not saved when readonly_fields is set for inline admin | contrib.admin | |||
14417 | 14417 | UnicodeDecodeError exception in recent actions | contrib.admin | |||
14804 | 14804 | Update "humanize" docs | Documentation | |||
14561 | 14561 | Missing step in tutorial | Documentation | |||
14763 | 14763 | Documentation doesn't provide any information about blocktrans tag in the Internazionalization section | Documentation | |||
14453 | 14453 | typecast_timestamp in db.backends.util gives incorrect behavior | Database layer (models, ORM) | |||
14569 | 14569 | Date field expression raw query returns unicode instead of datetime object in sqlite | Database layer (models, ORM) | |||
14728 | 14728 | More generic text about missing .py extension on commands | Documentation | |||
14234 | 14234 | Validation bug when using ModelForms | Forms | |||
14283 | 14283 | AttributeError on admin detail page after r13708 | Contrib apps | |||
14536 | 14536 | Incorrect syntax about using OPTIONS for changing the database engine | Documentation | |||
14668 | 14668 | apps def unicode->error | Uncategorized | |||
14508 | 14508 | Test suite silences warnings | Testing framework | |||
14616 | 14616 | Recommend a leading underscore on module-level loggers in docs | Documentation | |||
14584 | 14584 | PASSWORD_RESET_TIMEOUT_DAYS is not documented | Documentation | |||
14552 | 14552 | Suggestion for a slightly better explanation of custom template tags | Documentation | |||
14535 | 14535 | Model.objects.all() causing ImportError in Django 1.2.3 in stand-alone script | Database layer (models, ORM) | |||
14173 | 14173 | Reference documentation for changepassword django-admin command added in 1.2 | Documentation | |||
14085 | 14085 | DATE_FORMAT, TIME_FORMAT etc. docs should have a link to allowed formatting strings | Documentation | |||
14223 | 14223 | Inconsistent exception raising on DB integrity errors | Database layer (models, ORM) | |||
14167 | 14167 | Using Instances in Generic Create/Update/Delete | Generic views | |||
14307 | 14307 | Document form ChoiceField tuple | Documentation | |||
14457 | 14457 | Possible error in settings.py description | Documentation | |||
14227 | 14227 | Modify contributing docs to mention the 'easy-pickings' keyword in triage | Documentation | |||
14441 | 14441 | Oracle list limit exceeded with __in filters | Database layer (models, ORM) | |||
14295 | 14295 | Saving an object with a custom manager results in IntegrityError | Uncategorized | |||
14135 | 14135 | Admin ignores to_field on ForeignKey | Uncategorized | |||
14363 | 14363 | ManyToManyRawIdWidget.render is assuming `attrs` is always passed as a dict. | contrib.admin | |||
14306 | 14306 | Translations handling cleanup (with performance boost, too) | Internationalization | |||
14333 | 14333 | Template Ternary Operator | Template system | |||
14326 | 14326 | packages not properly decoupled from project in tutorial | Documentation | |||
14314 | 14314 | Import error on installation of Django 1.2.3 | Uncategorized | |||
14316 | 14316 | GeoModelAdmin forms have error on GeometryField | GIS | |||
14275 | 14275 | Russian file name file in upload | File uploads/storage | |||
14235 | 14235 | UnicodeDecodeError in CSRF middleware | Forms | |||
14245 | 14245 | django/contrib/flatpages/fixtures not included in the 1.2.2 release tarball | Uncategorized | |||
14142 | 14142 | Improvement (?) on tutorial part 3 | Documentation | |||
14243 | 14243 | defer and only are not respected by values and by valuest_list() | Database layer (models, ORM) | |||
14233 | 14233 | Documentation for admin is has a reference to meta class | Documentation | |||
14145 | 14145 | undeterministic behavior when project or app template contains dotdir | Core (Management commands) | |||
14216 | 14216 | Tutorial 2 - Decoupling the URLconfs | Documentation | |||
14203 | 14203 | Manual schema specification for tables is not compatible with index creation statements | Database layer (models, ORM) | |||
14192 | 14192 | potential issue re in memory django file uploading. | Core (Other) | |||
14194 | 14194 | MIssing comma in tutorial code | Uncategorized | |||
14166 | 14166 | Indian states are not specified as a tuple of tuples | contrib.localflavor | |||
14116 | 14116 | TestClient skips Csrf Middleware | Testing framework | |||
14068 | 14068 | Fixture loading issue with multi database setting | Core (Serialization) | |||
14143 | 14143 | Database problems and import error of django.contrib.messages | Uncategorized | |||
14124 | 14124 | Cannot use a proxy model with unique_together | Uncategorized | |||
14078 | 14078 | Template tag to set context variable to output from tag's rendered content | Template system | |||
14113 | 14113 | Access to extra fields in M2M relations | Database layer (models, ORM) | |||
14106 | 14106 | Duplicate emails without fully qualified project imports | Uncategorized | |||
14025 | 14025 | Flush command not fully supporting multi database support | Uncategorized | |||
14036 | 14036 | foreignKey doesn't work properly in admin - last current svn revision (1.3 pre alpha) | contrib.admin | |||
607 | 607 | Admin option to show/hide fields | contrib.admin | |||
313 | 313 | PhoneNumberField should accept international format numbers | Internationalization | |||
920 | 920 | [patch] patch_response_headers breaks when response.content is unicode | Core (Cache system) | |||
854 | 854 | GUI editor for the admin interface | Core (Other) | |||
919 | 919 | [patch] Implement `random` template tag | Template system | |||
552 | 552 | [patch] SOAP support for django | Tools | |||
580 | 580 | [patch] caching needs to take more into account than just the URL | Core (Cache system) | |||
106 | 106 | [patch] Problem with some js/select box on IE | contrib.admin | |||
461 | 461 | Support use of pypgsql instead of psycopg | Database layer (models, ORM) | |||
541 | 541 | [patch] Making generic views use other templates like Zope3 ZPT | Generic views | |||
376 | 376 | Add a handler for mod_python v. 2 (Django requires v. 3) | Core (Other) | |||
987 | 987 | HttpResponseRedirect uses/allows relative URIs for the HTTP Location header, which is forbidden by HTTP | Core (Other) | |||
565 | 565 | Unique fields don't work on edit_inline models | contrib.admin | |||
659 | 659 | Selecting by month with DateField is broken with sqlite3 backend | Database layer (models, ORM) | |||
718 | 718 | svn co behind stupid proxy | *.djangoproject.com | |||
685 | 685 | [patch] list_detail and archive_* generic views should default allow_empty to True | Generic views | |||
785 | 785 | many2many table and legacy databases. | Database layer (models, ORM) | |||
921 | 921 | Add a "me" shortcut to UserFields | contrib.admin | |||
397 | 397 | Can't checkout with svn | *.djangoproject.com | |||
265 | 265 | Patch: RequiredIfOtherField and friends don't work with edit_inline | Core (Other) | |||
115 | 115 | Models CRUD via web services | Core (Other) | |||
616 | 616 | [patch] process_exception middleware extension | Core (Other) | |||
231 | 231 | [patch] Make appropriate model fields honor max_length param | Metasystem | |||
562 | 562 | "Add another" JavaScript doesn't add new value to all fields relating to the same type | contrib.admin | |||
391 | 391 | date_based generic views might be off by one | Generic views | |||
546 | 546 | [patch] make render_to_string and render_to_response use select_template | Template system | |||
208 | 208 | Allow the strings the cycle tag uses to contain spaces | Template system | |||
526 | 526 | Error when edit_inline model have unique_together constraint | Database layer (models, ORM) | |||
149 | 149 | Show latest comments on djangoproject.com | Core (Cache system) | |||
765 | 765 | Simplified Chinese i18n translation file | Translations | |||
666 | 666 | Admin should get 404 and 500 templates | contrib.admin | |||
673 | 673 | Final code example in Tutorial 3 is incorrect | Documentation | |||
710 | 710 | Differentiate between __repr__ and __str__ for model objects | Core (Other) | |||
889 | 889 | [patch] `str()` should be used in admin interface popup-add | contrib.admin | |||
127 | 127 | Documentation how to setup djangoproject.com | Documentation | |||
548 | 548 | missing steps at end of tutorial04.txt | Documentation | |||
926 | 926 | Too narrow collumns for swedish on main admin page | contrib.admin | |||
671 | 671 | generic list_object enhancement | Core (Other) | |||
532 | 532 | get_values doesn't work with the "select" lookup | Database layer (models, ORM) | |||
425 | 425 | django.utils.images should have a thumbnail function | Tools | |||
509 | 509 | We need a "Powered by Django" button | Database layer (models, ORM) | |||
508 | 508 | max_age for cookies doesn't work in safari (and perhaps not IE) | Core (Other) | |||
475 | 475 | Recursive function calling not working properly in template tags | Template system | |||
398 | 398 | [patch] {%define VAR as%}VALUE{%in%} tag | Template system | |||
428 | 428 | [patch] view for serving static files | Generic views | |||
333 | 333 | HttpResponse should get a default charset | Core (Other) | |||
360 | 360 | [PATCH] django-admin.py runserver only takes a port when it could also take an ip:port | Core (Other) | |||
273 | 273 | [patch] Password salt and other algorithms support | Core (Other) | |||
259 | 259 | Admin errors with edit_inline and foreign keys. | contrib.admin | |||
240 | 240 | get_callback() improvements | Core (Other) | |||
219 | 219 | The change history for an object is recording changes with a 6-hour offset to the timestamp | contrib.admin | |||
215 | 215 | Need to generate postgresql tables WITHOUT OIDS by default | Database layer (models, ORM) | |||
295 | 295 | [patch] Add reverse counter variables to template "for loops" | Core (Management commands) | |||
248 | 248 | Add a "addtopath" command to django-admin.py | Core (Management commands) | |||
124 | 124 | Better handling of raw POST data | Core (Other) | |||
183 | 183 | TypeError: can't compare datetime.datetime to datetime.date | Template system | |||
251 | 251 | [patch] Add "AND" and "OR" clauses to the SQL query syntax | Metasystem | |||
216 | 216 | sqlite3 broken post rev 329 | Metasystem | |||
161 | 161 | Log output for "django-admin runserver" shouldn't display admin media | Tools | |||
168 | 168 | history() in django/views/admin/main.py makes assumptions about the object's key name | contrib.admin | |||
121 | 121 | [patch] Names in SQL should be quoted | Metasystem | |||
166 | 166 | [patch] Add "in" to the lookup types in the DB API | Core (Other) | |||
163 | 163 | Option to leave off __exact | Template system | |||
129 | 129 | Multiple ManyToManyField fields with same "to" reference tries to create duplicate tables | Metasystem | |||
82 | 82 | Config snippet for mod_python users doing tutorial 3 | Core (Other) | |||
142 | 142 | tutorial 1 bug in init --settings | Documentation | |||
8 | 8 | Date and time fields should accept multiple formats | contrib.admin | |||
49 | 49 | Remove references to http://media.ljworld.com from the code | contrib.admin | |||
77 | 77 | The PostgreSQL code should use schemas instead of prefixes for namespaces. | Database layer (models, ORM) | |||
611 | 611 | fields with editable=False do not render | contrib.admin | |||
16 | 16 | Create some form of "edit many at once" feature for the admin | contrib.admin | |||
555 | 555 | DateTimeFields with auto_now and auto_now_add don't change in place | Core (Other) | |||
572 | 572 | When i have an ImageField and a auto_now DateTimeField in the same model it doesnt get saved | contrib.admin | |||
952 | 952 | [patch] Allow for database client encoding configuration from project settings | Database layer (models, ORM) | |||
474 | 474 | Better method of serving admin media files needed | Documentation | |||
633 | 633 | Model _post_load method (or similiar for a field?) | Database layer (models, ORM) | |||
760 | 760 | Error reason not seen when 500 template is missing | contrib.admin | |||
639 | 639 | Model FileFields empty on first pass through save() | Core (Other) | |||
317 | 317 | [Patch] slugify delimits words by hyphens, but its validator doesn't like them | Generic views | |||
5 | 5 | Add a cache=NUM_SECONDS argument to QuerySet | Metasystem | |||
393 | 393 | [patch] Filters don't take the str() value of a var | Core (Other) | |||
547 | 547 | [patch] XMLRPC support for django | Tools | |||
924 | 924 | [patch] String filters (lower, upper, capfirst etc.) don't work with international strings | contrib.admin | |||
934 | 934 | ImageField's cause the admin UI to not allow modifications? | Validators | |||
914 | 914 | [patch] Admin js option does not honor absolute urls | contrib.admin | |||
688 | 688 | [patch] Error handlers lack context. | Translations | |||
872 | 872 | fields.TextField should pass 'rows' argument to its formfields.LargeTextField | contrib.admin | |||
65 | 65 | [i18n] Internationalization and localisation | contrib.admin | |||
451 | 451 | There should be OneToManyField support | Database layer (models, ORM) | |||
463 | 463 | [patch] new mysql.DatabaseWrapper - solving multiple MySQL problems | Core (Other) | |||
739 | 739 | tutorial and docs translations | Documentation | |||
584 | 584 | [patch] fix many-to-many with non-default pks. | Metasystem | |||
469 | 469 | Admin changelist assumes ForeignKey related object has ordering set | contrib.admin | |||
242 | 242 | Traceback when viewing tag docs. | contrib.admin | |||
180 | 180 | request.POST doesn't work in django_admin.py runserver | Tools | |||
87 | 87 | [patch] Oracle database support | Database layer (models, ORM) | |||
327 | 327 | Metasystem should support more than one ManyToMany relationship | Metasystem | |||
440 | 440 | [patch] maxlength incorrectly checked for international characters in utf-8 | contrib.admin | |||
581 | 581 | RSS framework needs unit tests | contrib.syndication | |||
61 | 61 | [patch] auth.User admin form shouldn't require people to edit hashes | contrib.admin | |||
669 | 669 | site table | Metasystem | |||
529 | 529 | Add support for GenericForeignKey | Contrib apps | |||
349 | 349 | [patch] Bad styling in Admin interface | contrib.admin | |||
81 | 81 | Setting primary_key=True on an non-integer field isn't yet supported | contrib.admin | |||
122 | 122 | [patch] Build models using fieldname=FieldClass | Core (Other) | |||
510 | 510 | [patch] Defend admin against CSRF attacks | contrib.admin | |||
338 | 338 | ManyToMany fields don''t work in the generic views | Generic views | |||
167 | 167 | ForeignKey should also take string arg instead of class name | Metasystem | |||
241 | 241 | Add a django.contrib.markup app | Core (Other) | |||
395 | 395 | [patch] New session middleware for browser-session length cookies | Core (Other) | |||
107 | 107 | [patch] Leaving out ID parameters | Metasystem | |||
420 | 420 | [patch] exclude_fields in AddManipulator and ChangeManipulator | Metasystem | |||
275 | 275 | Missing arg in django.core.validators.RequiredIfOtherFieldGiven introduced by changeset 403 | Core (Other) | |||
499 | 499 | [patch] method_save() empty value fix | Template system | |||
700 | 700 | urlify.js and slugify use different character for spaces | Core (Other) | |||
799 | 799 | new error templates expose secret keys | Core (Other) | |||
515 | 515 | [patch] additional set of cache backends | Core (Cache system) | |||
170 | 170 | Unicode field names cause UnicodeEncodeError in main admin handler | contrib.admin | |||
927 | 927 | non-integer primary keys are broken since new-admin merge | Metasystem | |||
835 | 835 | [new-admin] Updated norwegian translation | Template system | |||
500 | 500 | [patch] Templates files extensions other than '.html' should be possible | Template system | |||
890 | 890 | database tables should be imported directly, not thru django.models.[app_name].[table_name.lower()]s | Database layer (models, ORM) | |||
416 | 416 | Automate site introspection for url pattern modules, view methods, template directories, and applications | contrib.admin | |||
698 | 698 | Exceptions thrown after CONTROL-C typed to stop test web server. | Core (Management commands) | |||
175 | 175 | select_related does not work in both directions.. | Database layer (models, ORM) | |||
201 | 201 | ImageField validation error | contrib.admin | |||
913 | 913 | [patch] incorrect `list_filter` field error message a bit stranger than necessary | contrib.admin | |||
935 | 935 | weird interaction between edit_inline and OneToOneField causes adding through admin to fail | contrib.admin | |||
733 | 733 | small addition to i18n.txt with regard to caching | Core (Other) | |||
119 | 119 | Serving media | Core (Other) | |||
686 | 686 | sqlreset references django_admin_log | Generic views | |||
878 | 878 | URLconf regexp captures should be passed as *args | Core (Other) | |||
853 | 853 | Django has high start costs, weight | Metasystem | |||
644 | 644 | SQL Server DB backend: Rev 940 test results | Database layer (models, ORM) | |||
84 | 84 | Foreign keys don't work in MySQL | Database layer (models, ORM) | |||
894 | 894 | [patch] Catch exceptions in response middleware | Core (Other) | |||
304 | 304 | Changes to auth.LogEntry in changeset [469] breaks Oracle backend. | Database layer (models, ORM) | |||
303 | 303 | Error: got unexpected keyword argument when deleting object in admin interface | contrib.admin | |||
78 | 78 | Add a test suite for core functionality | Tools | |||
328 | 328 | [patch] Add a archive_week date-based generic view | Core (Other) | |||
583 | 583 | [patch] Add app-template dirs to TEMPLATE_DIRS | Template system | |||
598 | 598 | [patch] Include tag | contrib.admin | |||
625 | 625 | [patch] Add template decorators | Template system | |||
961 | 961 | [patch] Add automatic thumbnail generation to ImageFields | Core (Other) | |||
750 | 750 | i18n should ideally respect the languages supported on a per-application basis | Tools | |||
576 | 576 | [patch] don't show 'add another' button in popup | contrib.admin | |||
746 | 746 | refactor models/__init__.py so fields themselves add their own get_XXXX_count/list functions | Core (Other) | |||
849 | 849 | login_required redirects to pages without parameters and so loses them | Core (Other) | |||
722 | 722 | Allow for period '.' and hyphen '-' characters in usernames with an isUsername validator | Validators | |||
603 | 603 | Improved template error messages | Template system | |||
356 | 356 | [patch]: simple XML-RPC support for Django | Core (Other) | |||
692 | 692 | TemplateSyntaxError in admin with development server | Core (Management commands) | |||
930 | 930 | [patch] Leaving out ¨ordering¨ in OneToOne relationship causes bad SQL statement | Metasystem | |||
732 | 732 | slightly update de-translation | Translations | |||
650 | 650 | render_to_response uses Context instead DjangoContext | Template system | |||
535 | 535 | Refactor admin code to clean it up | contrib.admin | |||
620 | 620 | [patch] make limit_choices_to work with raw_id_admin | contrib.admin | |||
557 | 557 | date_hierarchy doesn't work with DateField | contrib.admin | |||
114 | 114 | DeprecationWarning when creating a new project (see patch) | Core (Other) | |||
497 | 497 | Request DB API access to the validation information in the model | Database layer (models, ORM) | |||
593 | 593 | [patch] Fulltext search support in Django | Database layer (models, ORM) | |||
693 | 693 | A big improovement to FileFields | Metasystem | |||
667 | 667 | [patch] extra_lookup_kwargs and extra_context in infodicts should accept callbacks | Generic views | |||
695 | 695 | sqlupdate, creates sql to update the database based on an updated model file | Database layer (models, ORM) | |||
674 | 674 | ImageField display use undocumented thumbnails for change_list display | contrib.admin | |||
237 | 237 | get_absolute_url doesn't show up right in admin | contrib.admin | |||
400 | 400 | Should a textedit id and name be the same? | contrib.admin | |||
209 | 209 | errors from tutorial 1 | Documentation | |||
672 | 672 | get_absolute_url isn't nice | contrib.syndication | |||
802 | 802 | add a spam-filter callback facility to comments | Tools | |||
152 | 152 | FCGI server for django | Core (Other) | |||
900 | 900 | [patch] Premature close of postgres connection with multiple threads | Database layer (models, ORM) | |||
772 | 772 | included translations sequences | Internationalization | |||
89 | 89 | DateTimeFields with auto_now_add = True in admin | contrib.admin | |||
676 | 676 | [patch] a _post_init hook for model classes to initialize fields from outside content | Metasystem | |||
549 | 549 | StaticField formfield | Core (Other) | |||
945 | 945 | not translated parts in admin Javascript | Translations | |||
953 | 953 | helper functions to get/set file dependant cache data | Core (Cache system) | |||
705 | 705 | Patch to allow ssi tag to try templates first, then absolute url | Template system | |||
909 | 909 | update slovak (sk) translation | Translations | |||
415 | 415 | download_setuptools fails with authenticating proxy | Tools | |||
766 | 766 | [patch, new-admin] Allow html tags if "allow_tags" model's method attribute is present | contrib.admin | |||
859 | 859 | CharField shouldn't require a maxlength | Database layer (models, ORM) | |||
815 | 815 | [patch] select keyword to lookup_kwargs are being quoted incorrectly in query | Core (Other) | |||
294 | 294 | Use setuptools more aggressively for templates | Template system | |||
503 | 503 | Field objects with required arguments shouldn't be keyword arguments. | Core (Other) | |||
585 | 585 | [Document] - Render your Django's data with specialized applications | Documentation | |||
261 | 261 | the administrator with edit_inline should give ordering choices | contrib.admin | |||
479 | 479 | [patch] Implement timezone-formats in date-formatting | Database layer (models, ORM) | |||
597 | 597 | django-admin.py createsuperuser (MySQL) broken | contrib.admin | |||
623 | 623 | [patch] Allow ssi tag to use template dirs, making apps that use this feature much more portable | Template system | |||
592 | 592 | Error in tutorial 2 | Documentation | |||
591 | 591 | [patch] Docs: Subclassing wrong object | Documentation | |||
570 | 570 | formfields.SelectField doesn't select correct value for ForeignKey | Core (Other) | |||
545 | 545 | Checkin [670] breaks modpython | Core (Other) | |||
418 | 418 | No interface to change default site in sites table generated by django-admin.py init | contrib.admin | |||
354 | 354 | Unit tests fail with old version of MySQLdb | Tools | |||
403 | 403 | [patch] floatformat error | Template system | |||
431 | 431 | Templates should support multiple level of lookups | Template system | |||
382 | 382 | globals should show up in model methods and classes (like normal python classes) | Core (Other) | |||
352 | 352 | django-admin MySQLdb error | Tools | |||
277 | 277 | CommonMiddleware URL rewriting discards POST data | Core (Other) | |||
322 | 322 | [patch] Admin unavailable in development server after [503] | contrib.admin | |||
307 | 307 | Use unicode strings u"bla-bla" in SQL-queries for compatibility with national languages | Metasystem | |||
217 | 217 | Multiple foreign keys to one table | Metasystem | |||
176 | 176 | Database settings should not be kept in settings.main for ease of packaging. | Tools |