mentat
(mentat)
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 (801) | Reporter (1) | Owner (0) | Commenter (2) | Summary | Component |
---|---|---|---|---|---|---|
27775 | 27775 | Signed cookies does not support custom expiry | contrib.sessions | |||
34566 | 34566 | ModelAdmin get_field_queryset uses related admin ordering, but not related admin querysets. | contrib.admin | |||
34699 | 34699 | Filtering on annotated TruncSecond expression gives unexpected result. | Database layer (models, ORM) | |||
27029 | 27029 | Make EmailValidator accept non-ASCII characters in local part | Core (Other) | |||
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) | |||
27021 | 27021 | Add explicit support for Q object annotations | Database layer (models, ORM) | |||
470 | 470 | Add Field.db_default for defining database defaults | Database layer (models, ORM) | |||
27674 | 27674 | Deprecate GeoModelAdmin and OSMGeoAdmin | GIS | |||
27833 | 27833 | prefetch_related fails with SQLite when used with 1000 parent records | Database layer (models, ORM) | |||
34060 | 34060 | Creating CheckConstraint on JSONField with __exact lookup on key transforms crashes on Oracle. | Database layer (models, ORM) | |||
27880 | 27880 | Use __set_name__ to replace some usages of contribute_to_class. | Database layer (models, ORM) | |||
34462 | 34462 | Deletions in admin panel create N + 1 queries | contrib.admin | |||
34609 | 34609 | Deprecate format_html calls without args or kwargs | Utilities | |||
27236 | 27236 | Deprecate Model.Meta.index_together in favour of Model.Meta.indexes | Database layer (models, ORM) | |||
34856 | 34856 | Running tests with historical migrations that contain index together fails with TypeError. | Migrations | |||
27452 | 27452 | Add Postgres serial field to contrib.postgres | contrib.postgres | |||
27409 | 27409 | Issues with admindocs docstring links generation | contrib.admindocs | |||
34034 | 34034 | Adding a class on ChoiceWidget subwidgets is excessively difficult | Forms | |||
34406 | 34406 | Add support for curved geometries in GeoDjango | GIS | |||
34555 | 34555 | ModelBase metaclass implementation prevents addition of model fields via __init_subclass__ | Database layer (models, ORM) | |||
27617 | 27617 | Add contributor facing documentation for the ORM | Documentation | |||
27106 | 27106 | Document which template filters can be used in Python code (and how) | Documentation | |||
34855 | 34855 | Document CSRF_TRUSTED_ORIGINS relation to SECURE_PROXY_SSL_HEADER. | Documentation | |||
34429 | 34429 | Allow to set unusable password via admin UI | contrib.auth | |||
34643 | 34643 | Move admin form labels to a more accessible place | contrib.admin | |||
34746 | 34746 | High CPU/memory consumption when a 5XX is raised with large local variables | Error reporting | |||
34013 | 34013 | Support ordering by annotation transforms (e.g JSONObject/ArrayAgg transforms). | Database layer (models, ORM) | |||
34654 | 34654 | Post-normalization performed on the Username field leading to the bypass of the whitespace stripping | contrib.auth | |||
34846 | 34846 | Add "Copy" button to the code snippets in docs. | Documentation | |||
34331 | 34331 | Support prefetch_related() with Queryset.aiterator() | Database layer (models, ORM) | |||
34277 | 34277 | Add where clause in QuerySet.bulk_create() when update_conflicts=True | Database layer (models, ORM) | |||
34613 | 34613 | add support for Partitioned cookies | HTTP handling | |||
34838 | 34838 | GeoDjango database functions incompatible with GeneratedField | Database layer (models, ORM) | |||
34977 | 34977 | Turn link to change password form in admin user change form into a button | contrib.auth | |||
34853 | 34853 | Accept-Language Header takes precedence over cookie for format localization | Internationalization | |||
34943 | 34943 | Support passing unique constraint names to bulk_create(). | Database layer (models, ORM) | |||
14974 | 14974 | Add support for translation backends other than gettext | Internationalization | |||
27447 | 27447 | Provide an easy way to test sending of signals | Testing framework | |||
34901 | 34901 | Add async interface to contrib.sessions | contrib.sessions | |||
27325 | 27325 | Offer a solution for static file serving suitable for production use | Core (Other) | |||
27109 | 27109 | Make Flatpage swappable | contrib.flatpages | |||
34981 | 34981 | Promote `--pair` and `--bisect` from `runtest.py` to be available as flags for the Django `test` command | Testing framework | |||
34852 | 34852 | Django Unit Tests break when using replicated MySQL Cluster v8.0.28 | Testing framework | |||
34806 | 34806 | Make cached_db backend resilient to cache backend errors | contrib.sessions | |||
27201 | 27201 | Django 1.10 with STATICFILES_STORAGE breaks on absolute path in CSS with double slash | contrib.staticfiles | |||
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) | |||
34140 | 34140 | Format python code blocks in documentation files | Documentation | |||
34051 | 34051 | makemigrations --check generating migrations is inconsistent with other uses of --check | Migrations | |||
34044 | 34044 | Admin app search filter appears in nav sidebar but not on admin homepage | contrib.admin | |||
34949 | 34949 | Clarify when unique constraints are ignored. | Documentation | |||
34769 | 34769 | JSONField key/path transforms tests fail on Oracle 21c. | Database layer (models, ORM) | |||
34658 | 34658 | New assertion `assertNotInHTML`, like `assertContains` has `assertNotContains` | Testing framework | |||
34989 | 34989 | Set Content-Length where possible for HttpResponses. | HTTP handling | |||
27055 | 27055 | Model form with geometry widgets has invalid html | GIS | |||
34986 | 34986 | Fix up support for PyPy 3.10 | Core (Other) | |||
34830 | 34830 | csrf_failure and bad_request views missing context processors | Core (Other) | |||
14611 | 14611 | Added dedicated option to test.Client methods (other than get()) for passing query parameters. | Testing framework | |||
14810 | 14810 | Admin inline templates need blocks | contrib.admin | |||
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) | |||
34955 | 34955 | Make Concat() use the database operator `||` on PostgreSQL. | Database layer (models, ORM) | |||
34959 | 34959 | Q(a=b) and Exact(a, b) handle NULLs differently | Database layer (models, ORM) | |||
34813 | 34813 | Docs miss note about invalid integrity with ManifestStaticFilesStorage | contrib.staticfiles | |||
34929 | 34929 | Issue with Django 3.2 and Django-storage 1.14.2 after Upgrading from Django 2.2.28 | Utilities | |||
27403 | 27403 | Document that prefetch_related doesn't guarantee transactional consistency | Documentation | |||
34918 | 34918 | Assigning model instance to `_id`/attname field saves correctly, but breaks accessing the field | Database layer (models, ORM) | |||
27234 | 27234 | Clarify the type of the django.server logger's 'request' extra context | Documentation | |||
34043 | 34043 | Doc "Writing your first patch for Django" doesn't explain how to contribute to the admin UI | Documentation | |||
34808 | 34808 | Some aggregation functions may return None; this isn't well documented | Documentation | |||
34893 | 34893 | TIME_ZONE (settings.py) Europe/Kiev to Europe/Kyiv | Internationalization | |||
34759 | 34759 | Confirm/Add support for SpatiaLite 5.1 | GIS | |||
34581 | 34581 | Filters should not implicitly mark unsafe strings as safe without escaping | Template system | |||
34657 | 34657 | Testing assertions `assertContains` and `assertInHTML` should output the haystack on failure | Testing framework | |||
27229 | 27229 | Allow using aggregates in ModelAdmin.list_display | contrib.admin | |||
14336 | 14336 | list_display should be able to contain sortable references to annotated fields | contrib.admin | |||
27929 | 27929 | Add ManifestStaticFilesStorage option to remove original (non-hashed) files after processing | contrib.staticfiles | |||
34874 | 34874 | Add table_exists() to optimize checks for django_migrations table. | Database layer (models, ORM) | |||
34835 | 34835 | Use a `nav` element or `navigation` landmark for changelist filters | contrib.admin | |||
34499 | 34499 | In tutorial part08, Django debug toolbar shows up in admin site but not in public site | Documentation | |||
34863 | 34863 | sqlite math functions don't accept character fields as input | Database layer (models, ORM) | |||
34868 | 34868 | Add K as an alias for KeyTransform.from_lookup | Database layer (models, ORM) | |||
34867 | 34867 | [Date Input Localization] Accept-Language Header Takes Precedence Over Language Set With Cookie | Internationalization | |||
34858 | 34858 | Output field for combined PositiveIntegerField is not properly resolved. | Database layer (models, ORM) | |||
34862 | 34862 | For clarity, the `password_reset_email.html` template should have `.txt` extension | contrib.auth | |||
34854 | 34854 | Missing translations in pt (Portuguese) | Internationalization | |||
34706 | 34706 | Aggregation on annotated field fails starting on Django 4.2.2, when the aggregation has the same name as the annotation | Uncategorized | |||
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) | |||
34768 | 34768 | Calling `colorama.init()` on module load can have unwanted side effects | Core (Management commands) | |||
34809 | 34809 | PyCharm typechecker complains | Documentation | |||
34712 | 34712 | Prevent misconfiguration of `STORAGES` setting | contrib.staticfiles | |||
34802 | 34802 | django.contrib.admin.actions.delete_selected() should return number of rows deleted via ModelAdmin.delete_queryset() | contrib.admin | |||
34796 | 34796 | Deleting child table does not delete rows in parent table when using multi-table inheritance | Database layer (models, ORM) | |||
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) | |||
34781 | 34781 | Clarify documentation of `request` objects in the `django.server` logging namespace. | Core (Other) | |||
34788 | 34788 | Correct NUMBER_GROUPING in Japan. | Internationalization | |||
34785 | 34785 | Contribution guide comes out non successful | Error reporting | |||
34771 | 34771 | QuerySet.order_by() crashes on constants that cannot be cast on MySQL. | Database layer (models, ORM) | |||
34542 | 34542 | Required fields allowed to be blank are not accepted non-interactively using createsuperuser | contrib.auth | |||
34686 | 34686 | Confirm/Add support for GEOS 3.12. | GIS | |||
34758 | 34758 | Paginator.validate_number implementation has undocumented change in 4.2 | Core (Other) | |||
34477 | 34477 | Asyncio send mail backend | Core (Mail) | |||
34747 | 34747 | Django hangs on async views with asycio.gather and an async ORM call | Database layer (models, ORM) | |||
14845 | 14845 | Document connection-creation process | Documentation | |||
34532 | 34532 | Form.default_renderer is ignored in formsets. | Forms | |||
34722 | 34722 | Let ListFilter be a MediaDefiningClass so that they can define custom CSS and JS | contrib.admin | |||
27471 | 27471 | Make admin's list_filter choices collapsable | contrib.admin | |||
34677 | 34677 | Django Admin built-in password reset feature has UI issues | contrib.admin | |||
34448 | 34448 | makemessages' --no-obsolete option is undocumented and untested. | Core (Management commands) | |||
34710 | 34710 | Infinite migrations using models.Choices | Migrations | |||
34702 | 34702 | Runserver serving static files from STATICFILES_DIRS instead of STATIC_ROOT | contrib.staticfiles | |||
27646 | 27646 | Add QuerySet support for group by modifiers and OLAP functionality | Database layer (models, ORM) | |||
34682 | 34682 | System check for CSRF_TRUSTED_ORIGINS raises errors for http://localhost:port. | Core (System checks) | |||
34391 | 34391 | Add async interface to contrib.auth | contrib.auth | |||
34675 | 34675 | Selenium WebDriver implementation is broken due to update of Selenium | Testing framework | |||
34673 | 34673 | Migrations ordering: add constraint run_immediately_after | Migrations | |||
34632 | 34632 | Let makemigrations output an error message with --check | Migrations | |||
34345 | 34345 | Add system check for filter_horizontal/filter_vertical on ManyToManyFields with intermediary models. | contrib.admin | |||
34666 | 34666 | Mysql issue using afirst "The client was disconnected by the server because of inactivity" | Database layer (models, ORM) | |||
34634 | 34634 | Creating objects with nested MTI crashes. | Database layer (models, ORM) | |||
34663 | 34663 | Documentation typo in using Argon2 with Django. | Documentation | |||
34629 | 34629 | AttributeError when using filter argument with Collect in GeoDjango Aggregate | GIS | |||
34473 | 34473 | StepValueValidator does not take into account min_value | Forms | |||
34651 | 34651 | 'list' object has no attribute '_committed' | Uncategorized | |||
34638 | 34638 | Rows are selected if BooleanField is in list_editable | contrib.admin | |||
34644 | 34644 | social-app-django's JSONField doesn't work as expected. | Database layer (models, ORM) | |||
34604 | 34604 | On databases lacking XOR, Q(…) ^ Q(…) ^ Q(…) wrongly interpreted as exactly-one rather than parity | Database layer (models, ORM) | |||
34539 | 34539 | `get_prep_value` no longer called for JSONField | Database layer (models, ORM) | |||
34602 | 34602 | Fail gettext when no translation file is found or when no msgid is found in the given translation file | Internationalization | |||
34630 | 34630 | Neither `pgettext` nor `pgettext_lazy` return contextual markers in PO files | Internationalization | |||
34621 | 34621 | Django admin site name shouldn’t be an h1 | contrib.admin | |||
34570 | 34570 | QuerySet.defer() raises an AttributeError when the field is ManyToManyField or GenericForeignKey | Database layer (models, ORM) | |||
34616 | 34616 | Incorrect code example in 5.0 release notes | Documentation | |||
34600 | 34600 | Review reference to bleach in docs | Documentation | |||
27925 | 27925 | Document how to deploy using pip installed mod_wsgi | Documentation | |||
34584 | 34584 | Problem with tutorial part 2 | Documentation | |||
34573 | 34573 | Typo in "Writing your first Django app, part 5" - assertQuerysetEqual() | Testing framework | |||
34322 | 34322 | ManifestStaticFilesStorage crashes on commented JavaScript import statements | contrib.staticfiles | |||
34565 | 34565 | Add acheck_password() async method. | contrib.auth | |||
34521 | 34521 | Use __slots__ for template Node classes | Template system | |||
34568 | 34568 | makemigrations --update should respect the --name option. | Database layer (models, ORM) | |||
34556 | 34556 | StreamingHttpResponse documentation inaccuracy | Documentation | |||
34557 | 34557 | Time-based model field cleaning and TypeErrors | Database layer (models, ORM) | |||
34524 | 34524 | Error while sending TLS smtp email on "self-signed certificate" server | Core (Mail) | |||
34545 | 34545 | Typo in "FAQ: Installation". | Documentation | |||
34525 | 34525 | index_together warning after migration to new style | Database layer (models, ORM) | |||
34515 | 34515 | Translatable URL patterns raise 404 for non-English default language when prefix_default_language=False is used. | Internationalization | |||
34069 | 34069 | get_language_from_request should not fallback to settings.LANGUAGE_CODE | Internationalization | |||
34504 | 34504 | SSLCertVerificationError on outgoing emails for some mailboxes | Core (Mail) | |||
34518 | 34518 | "random" template filter crashes on an empty list. | Template system | |||
34481 | 34481 | Admin check for reversed foreign key used in "list_display" | contrib.admin | |||
34510 | 34510 | sqlmigrate does not follows replaces in squashed migrations | Core (Management commands) | |||
34440 | 34440 | AND operator on queryset with joins gives wrong results | Documentation | |||
34435 | 34435 | JSONField with string default raises fields.E010 warning. | Documentation | |||
34419 | 34419 | Document django.contrib.admin.sites.all_sites | contrib.admin | |||
34484 | 34484 | HttpRequest.__deepcopy__ doesn't deepcopy attributes | HTTP handling | |||
27505 | 27505 | Error messages customization and internationalization in Paginator class | Core (Other) | |||
34466 | 34466 | Django 4.2 overwrites user-specified psycopg cursor_factory | Database layer (models, ORM) | |||
34431 | 34431 | DateTimeField.input_formats change from Django 3.1 is documented improperly | Documentation | |||
27778 | 27778 | Update unicode documentation for Python 3 | Documentation | |||
34352 | 34352 | Unify terms in Signals docs. | Documentation | |||
34433 | 34433 | OneToOneField can only be saved one way | Database layer (models, ORM) | |||
34409 | 34409 | Examples of fetching raw SQL don't work for non-unique column names. | Documentation | |||
27487 | 27487 | ModelAdmin.formfield_overrides on ManyToManyField isn't compatible with CheckboxSelectMultiple | contrib.admin | |||
34404 | 34404 | Incorrect documentation about content type set by FileResponse object | Documentation | |||
34412 | 34412 | TLS/SSL sending mail fails in some servers | Core (Mail) | |||
34410 | 34410 | Adding database dynamically breaks in Django 4.1+ | Database layer (models, ORM) | |||
34408 | 34408 | Authorization in Custom Authentication Backend does not work | contrib.auth | |||
34370 | 34370 | IntegerField validators don't work if the database is SQLite, leading to overflow errors | Database layer (models, ORM) | |||
34384 | 34384 | SECRET_KEY_FALLBACKS is not used for sessions | contrib.auth | |||
34387 | 34387 | DateFormat.P() does not follow PHP's date string format | Utilities | |||
34378 | 34378 | Using in_bulk() with id_list and order_by() | Database layer (models, ORM) | |||
34373 | 34373 | Update docs on ForeignKey to suggest setting "to" and object before a string | Documentation | |||
34361 | 34361 | Missing the package "gdal-bin" results in Segmentation fault. | GIS | |||
34357 | 34357 | UniqueConstraint doesn't violate NULL values on SQLite. | Database layer (models, ORM) | |||
34347 | 34347 | Mypy complaint: module "django.contrib.gis.utils" does not explicitly export attribute "LayerMapping" | GIS | |||
34342 | 34342 | The test async_client is not consuming async StreamingResponse generators properly | Testing framework | |||
34327 | 34327 | Test client session does not work as described when using signed cookie engine | Testing framework | |||
34328 | 34328 | Class-based async-only middleware not detected as coroutine in MiddlewareMixin | Documentation | |||
34280 | 34280 | Support create defaults for update_or_create | Database layer (models, ORM) | |||
34337 | 34337 | Documentation for custom related managers is contradictory | Documentation | |||
34318 | 34318 | Add a release note that makemessages no longer changes .po files when up to date. | Documentation | |||
34334 | 34334 | There might be an error in the Django Tutorial No. 5 | Documentation | |||
34325 | 34325 | Clarify PercentRank() description. | Documentation | |||
34329 | 34329 | django-formset new app - i am facing the issue Uncaught (in promise) SyntaxError: JSON.parse | Forms | |||
34311 | 34311 | Update serialization examples from unique_together to UniqueConstraint | Documentation | |||
34303 | 34303 | Admin Site shall filter LogEntries by registered models | contrib.admin | |||
27572 | 27572 | Static files served in development should prevent caching | contrib.staticfiles | |||
34286 | 34286 | Mixed-case views/templates names causes 404 on :view:/:template: directive. | contrib.admindocs | |||
34180 | 34180 | Document that setting language in tests affects other tests | Documentation | |||
34255 | 34255 | Annotation/group by with an expression on psycopg3 | Database layer (models, ORM) | |||
34276 | 34276 | LocMemCache not working for multiple threads | Core (Cache system) | |||
34279 | 34279 | Certain character causes django admin to misfunction | Database layer (models, ORM) | |||
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 | |||
34110 | 34110 | Add InMemoryStorage | File uploads/storage | |||
34237 | 34237 | FileField does not take upload_to into account when setting unique=True | File uploads/storage | |||
34074 | 34074 | 'headers' argument for test RequestFactory/Client | Testing framework | |||
34239 | 34239 | Resolve load type-hinted objects in views | Generic views | |||
34238 | 34238 | Support computed `GENERATED ALWAYS` columns | Database layer (models, ORM) | |||
34236 | 34236 | Django logging when in production with Gunnicron | Documentation | |||
34100 | 34100 | Support js import statement with ManifestStaticFilesStorage | contrib.staticfiles | |||
14094 | 14094 | Cannot define CharField with unlimited length | Database layer (models, ORM) | |||
34170 | 34170 | Mitigate the BREACH attack | HTTP handling | |||
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) | |||
34172 | 34172 | Documentation of AdminSite.get_urls() encourages security vulnerabilities | contrib.admin | |||
34194 | 34194 | Extract function for generating proper Content-Disposition headers | HTTP handling | |||
34199 | 34199 | Add an example for contrib.postgres.aggregates.StringAgg to docs. | Documentation | |||
34195 | 34195 | Duplicate Records created when specifying None as a target in a custom ManyToManyField | Database layer (models, ORM) | |||
34185 | 34185 | Serving static/media files during development can't work when use SCRIPT_NAME | Documentation | |||
34187 | 34187 | UserCreationForm should save data from ManyToMany form fields | contrib.auth | |||
34178 | 34178 | Prefetching a foreign key on GenericForeignKey results in incorrect queryset being selected | Database layer (models, ORM) | |||
34064 | 34064 | USE_THOUSAND_SEPARATOR docs clarification of override by locale | Documentation | |||
34152 | 34152 | Add the ability to store logs in a table | Utilities | |||
34166 | 34166 | UniqueConstraint with condition not validated if the condition field is not editable. | Database layer (models, ORM) | |||
34161 | 34161 | Wrong Name in Django Relationship | Documentation | |||
34099 | 34099 | update_or_create() not saving data assigned in a model's save() method | Database layer (models, ORM) | |||
34153 | 34153 | Set uuidField as DEFAULT_AUTO_FIELD | Database layer (models, ORM) | |||
891 | 891 | customize table name prefixes | Database layer (models, ORM) | |||
34131 | 34131 | Postgres AutoField change from serial to identity | Database layer (models, ORM) | |||
27849 | 27849 | Add SQL 2003 FILTER syntax support with Case(When()) fallback to aggregates | Database layer (models, ORM) | |||
34143 | 34143 | Multiple file upload docs | Documentation | |||
34137 | 34137 | model.refresh_from_db() doesn't clear cached generic foreign keys | contrib.contenttypes | |||
27654 | 27654 | Propogate alters_data value to subclasses | Core (Other) | |||
34129 | 34129 | Admin list_editable failed to edit | contrib.admin | |||
34054 | 34054 | Create a topic about fixtures | Documentation | |||
34130 | 34130 | order_by() has no effect on values()/values_list() | Database layer (models, ORM) | |||
34122 | 34122 | models.ForeignObject is missing documentation | Documentation | |||
34066 | 34066 | Accessing UserAdmin via to_field leads to link to PasswordResetForm being broken (404) | contrib.auth | |||
34121 | 34121 | Multi Databases documenation example doesn't work | Database layer (models, ORM) | |||
34109 | 34109 | Uvicorn can be run without installing gunicorn | Documentation | |||
34085 | 34085 | Black shouldn't format non-Python files | Core (Management commands) | |||
34105 | 34105 | Invalid query generated on Postgres when annotate and order_by have common sub-expressions | Database layer (models, ORM) | |||
28000 | 28000 | Avoid SET/DROP DEFAULT unless a field changes from null to non-null | Migrations | |||
34068 | 34068 | `runserver 0`'s "Starting development server at <address>" doesn't work | Core (Management commands) | |||
34058 | 34058 | Widening AutoField to BigAutoField, fails to widen the sequence. | Database layer (models, ORM) | |||
34061 | 34061 | Model validations should be run on save() | Database layer (models, ORM) | |||
34010 | 34010 | Parallel tests don't work with spawn. | Testing framework | |||
34025 | 34025 | Autocomplete field fills all empty required fields references to the same model when added a choice in popup. | contrib.admin | |||
34050 | 34050 | Generated migration file is not detected by django because of the name of newly generated migration file | Migrations | |||
34026 | 34026 | WKBReader.read() crashes on strings. | GIS | |||
34032 | 34032 | Base authentication Backend should raise NotImplemented on needed methods | contrib.auth | |||
34009 | 34009 | migrations.RunPython runs queries against wrong database | Uncategorized | |||
34005 | 34005 | In Django 3.2 the ORM looses Meta.ordering default order when .annotate is used | Database layer (models, ORM) | |||
14411 | 14411 | Inline delete not prompting cascade delete warning | contrib.admin | |||
27147 | 27147 | Add support for defining bounds in postgres range fields | contrib.postgres | |||
27060 | 27060 | Take indexes into account in inspectdb command | Core (Management commands) | |||
27064 | 27064 | Implement RenameIndex in a backwards compatible way | Migrations | |||
27844 | 27844 | Add a management command to optimize a migration | Migrations | |||
27961 | 27961 | Misconfigured SECURE_PROXY_SSL_HEADER setting is ignored | HTTP handling | |||
14357 | 14357 | Prevent inappropriate order-based grouping on values+annotate queries | Database layer (models, ORM) | |||
14586 | 14586 | Make interpolate JS function not require the named parameter. | Internationalization | |||
27437 | 27437 | Can't create GinIndex on ArrayField(CITextField) | contrib.postgres | |||
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 | |||
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 | |||
27541 | 27541 | Provide hooks to override manifest file storage in ManifestFilesMixin | 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 | |||
27534 | 27534 | Add CSRF_COOKIE_HTTPONLY note to CSRF AJAX docs | Documentation | |||
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) | |||
27604 | 27604 | Use set_signed_cookie for contrib.messages Cookie storage | contrib.messages | |||
27718 | 27718 | Add QuerySet.union(), intersection(), difference() | Database layer (models, ORM) | |||
27807 | 27807 | Overriding username validators doesn't work as documented | contrib.auth | |||
27188 | 27188 | Allow using unique=True with FileField | File uploads/storage | |||
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 | |||
14628 | 14628 | Document which settings can be changed at runtime | Documentation | |||
27679 | 27679 | Document that empty formsets display min_num+extra forms | Documentation | |||
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) | |||
27395 | 27395 | Allow generating '<link rel="alternate ... hreflang=...>" for sitemaps' | contrib.sitemaps | |||
27331 | 27331 | Proposed opt_group argument for ModelChoiceField and ModelMultipleChoiceField | Forms | |||
27399 | 27399 | Segfault when running GDALBandTests on OSX 10.11.6 | GIS | |||
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 | |||
27160 | 27160 | Document that running the Django test suite requires creating the databases and, on PostgresQL, a superuser | Documentation | |||
27370 | 27370 | Django's Select widget adds a required="required" attribute, even if created with empty_label=True | Forms | |||
17 | 17 | Metasystem optimization: Share select_related in memory | Database layer (models, ORM) | |||
27164 | 27164 | Database routers examples could be more realistic | Documentation | |||
27391 | 27391 | Support unittest.TestCase.debug() method. | Testing framework | |||
27910 | 27910 | Allow using an Enum class in model Field choices | Database layer (models, ORM) | |||
27086 | 27086 | running servers.tests may hang in parallel mode on Mac OS X | Core (Other) | |||
14218 | 14218 | Paginator just implement the __iter__ function | Core (Other) | |||
27921 | 27921 | Documentation of make_aware() with is_dst is misleading | Documentation | |||
27462 | 27462 | Clarify what's contained in m2m_changed's "pk_set" argument | Documentation | |||
14129 | 14129 | Slovenian translation plural-forms | Internationalization | |||
27801 | 27801 | Make createsuperuser inspect environment variables for username and password | contrib.auth | |||
27685 | 27685 | Allow autoreloader to use watchman | Utilities | |||
14365 | 14365 | Make template-rendering signals available also in DEBUG mode | Testing framework | |||
14808 | 14808 | i18n is not safe. | 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) | |||
27994 | 27994 | Document contrib.staticfiles.storage.ManifestFilesMixin | Documentation | |||
27025 | 27025 | Python 3.6 compatibility | Core (Other) | |||
14091 | 14091 | Fix incorrect quoting in connection.queries | Database layer (models, ORM) | |||
27899 | 27899 | Phrase search query for Postgres full text search | contrib.postgres | |||
27090 | 27090 | pg_get_serial_sequence is broken on postgres, use a lookup in information_schema.columns instead | Database layer (models, ORM) | |||
27731 | 27731 | Squashmigrations doesn't optimize AlterField related_name across AlterUniqueTogether/AlterIndexTogether | Migrations | |||
27398 | 27398 | Make SimpleTestCase.assertRedirects() URL comparison ignore ordering of query parameters | Testing framework | |||
27629 | 27629 | Inconsistent check of allow_relation in ForwardManyToOneDescriptor.__set__ | Database layer (models, ORM) | |||
27863 | 27863 | Implement "SameSite" flag for session and CSRF cookies | HTTP handling | |||
27018 | 27018 | Admin views in admindocs crash with AttributeError | contrib.admindocs | |||
27317 | 27317 | Make Form subclasses combine Form.Media from all parents | Forms | |||
27449 | 27449 | Make django.utils.translation.trans_real.get_supported_language_variant public API | Internationalization | |||
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 | |||
27895 | 27895 | Test Client fails to decode json response with unicode characters | Testing framework | |||
27326 | 27326 | Overriding queryset deletion from ModelAdmin | contrib.admin | |||
27931 | 27931 | Clarify the meaning of "django catch-all logger" | Documentation | |||
27258 | 27258 | Raise an exception if RequestContext is used with template.backends.django.Template.render() | Template system | |||
27970 | 27970 | Allow in_bulk() to use other unique fields besides the primary key | Database layer (models, ORM) | |||
27982 | 27982 | Possible bug related to queryset union | Database layer (models, ORM) | |||
27858 | 27858 | Stop read-only management commands from attempting to create a django_migrations table | Migrations | |||
27539 | 27539 | assertNumQueries fails if debug cursor wrapper fills | Testing framework | |||
27434 | 27434 | Document caveats of raising a ValidationError in Model.clean() for a field not in a model form | Documentation | |||
27792 | 27792 | Extended category support for Atom and RSS feeds | contrib.syndication | |||
27881 | 27881 | Add "unified diff" output mode to diffsettings management command | Core (Management commands) | |||
27732 | 27732 | django.contrib.postgres.search SearchRank doesn't handle SearchVectorField references | contrib.postgres | |||
14149 | 14149 | LIKE clauses fail in Oracle 9.2.0.7 | Database layer (models, ORM) | |||
27730 | 27730 | Document that template tags with "as" variable assignment don't propogate variables across blocks | Documentation | |||
27644 | 27644 | Document FileSystemStorage.get_created_time() limitation on Unix | Documentation | |||
27751 | 27751 | Teardown of a PG test database fails if it is an autogenerated test_MYDB database | Testing framework | |||
27947 | 27947 | Document that model field error_messages don't carry over to forms | Documentation | |||
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) | |||
27992 | 27992 | Cleaned form values does not save to model | Forms | |||
27231 | 27231 | Initialize forms in ModelAdmin like View (i.e. add get_form_kwargs to contrib.admin) | contrib.admin | |||
27981 | 27981 | date/time filter docs inaccurate about how localization works | Documentation | |||
27956 | 27956 | Template error raised in an {% extends %} parent template shows incorrect source location on debug page | Template system | |||
27983 | 27983 | Tutorial should contain complete files at each step | Documentation | |||
27945 | 27945 | Clarify RegexValidator docs (match vs. search) | Documentation | |||
27949 | 27949 | Document how OpenLayers 3 widgets work | Documentation | |||
27919 | 27919 | Decide if attrs (and possibly others) are named or positional parameters in new widget rendering code | Forms | |||
27882 | 27882 | Allow template fragment caching for unlimited time | Template system | |||
27842 | 27842 | Add protocol argument to GenericSitemap.__init__() | contrib.sitemaps | |||
27884 | 27884 | Document that validators needs to be an iterable since Django 1.11 | Documentation | |||
27875 | 27875 | Manager inheritance documentation doesn't mention manager_inheritance_from_future | Documentation | |||
27825 | 27825 | Document that models don't cast field values to the same type that's retrieved from the database | Documentation | |||
27839 | 27839 | Add a native file upload progress bar through forms | Forms | |||
27823 | 27823 | Use python-home in WSGI daemon installation documentation | Documentation | |||
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 | |||
27809 | 27809 | Add pre_add and post_add signals | Database layer (models, ORM) | |||
27683 | 27683 | Change default transaction isolation level to READ COMMITTED on MySQL | Database layer (models, ORM) | |||
27821 | 27821 | Documentation of the return value of clean_<fieldname>() could be clarified | Documentation | |||
27816 | 27816 | Duplicate keyword '_binary' failure when using BinaryField with mysql backend | Database layer (models, ORM) | |||
27767 | 27767 | Support DISTINCT queries in ArrayAgg | contrib.postgres | |||
27791 | 27791 | update_or_create() doesn't work properly when model has auto_now=True | Database layer (models, ORM) | |||
27782 | 27782 | Model signals and Many2Many fields | Documentation | |||
14606 | 14606 | Application module imported twice when running development server | Core (Other) | |||
498 | 498 | Atom support, not just RSS | contrib.syndication | |||
27130 | 27130 | Allow using the DjangoTemplates engine without configuring settings | Template system | |||
27769 | 27769 | createsuperuser command missing docs about no-input/interactive | Documentation | |||
27501 | 27501 | ModelChoiceField.queryset documentation isn't clear that this is lazily evaluated | Documentation | |||
27762 | 27762 | Concurrency Safety Documentation | Documentation | |||
27749 | 27749 | Documention change gunicorn deployment | Documentation | |||
27754 | 27754 | Please document that Django models implement __dict__ (or tell me they officially don't) | 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 | |||
27729 | 27729 | Add a method to evaluate QuerySets. | Database layer (models, ORM) | |||
27727 | 27727 | Exclude with many condition in the same related field's fields | Database layer (models, ORM) | |||
27715 | 27715 | [Tutorial - part 6.] Lack of saving created question into db | Documentation | |||
27432 | 27432 | showmigrations --plan should show migrations that would be applied for the given app_labels | Core (Management commands) | |||
27689 | 27689 | FileSystemStorage().get_valid_name() may return empty string | File uploads/storage | |||
27702 | 27702 | {{ form.id }} missing in documentation example | Documentation | |||
27680 | 27680 | Recommend ccbv.co.uk in class-based views docs | Documentation | |||
27664 | 27664 | Manager.contribute_to_class() is called with abstract model rather than concrete model | Database layer (models, ORM) | |||
27054 | 27054 | makemigrations tries to create django_migrations in external database | Migrations | |||
27641 | 27641 | Document limitations of the Locmem cache backend | Documentation | |||
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) | |||
27377 | 27377 | Clarify that prepopulated_fields doesn't work with OneToOneField | Documentation | |||
27263 | 27263 | Allow validators to short-circuit in form field validation | Forms | |||
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 | |||
27088 | 27088 | GEOSGeometry should accept Python 2.7 memoryview | GIS | |||
27553 | 27553 | tutorial python manage.py runserver creates NameError: name 'include' is not defined | Documentation | |||
27549 | 27549 | django.utils.functional.lazy cannot be used with regular expressions module (re) | Utilities | |||
27525 | 27525 | Revert to previous migration automatically after failure when using MySQL backend | Migrations | |||
27510 | 27510 | Allow custom keyword arguments to modelform_factory in ModelFormMixin | Generic views | |||
27524 | 27524 | Using user instance (instead of get_user_model()) leads to errors when user model is overridden | contrib.auth | |||
27221 | 27221 | Document how to escape a percent symbol in ugettext | Documentation | |||
27511 | 27511 | Docs incorrect about related_model for GenericRelation being None | Documentation | |||
27482 | 27482 | Conditional Expressions documentation should have an example for filter() methods | Documentation | |||
27467 | 27467 | UserAttributeSimilarityValidator max_similarity=0/1 doesn't work as documented | contrib.auth | |||
27448 | 27448 | GIS distance queries use deprecated ST_distance_sphere | GIS | |||
27406 | 27406 | Signals pre_delete and post_delete break logical relationship of models and behave in diffrently with different backends | Database layer (models, ORM) | |||
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 | |||
27378 | 27378 | Add UUID serialization support to migration writer | Migrations | |||
27133 | 27133 | Explain how to load initial data with a data migration | Documentation | |||
27419 | 27419 | Model that worked before 1.10 causes "Cannot force an update in save() with no primary key." in 1.10. | Database layer (models, ORM) | |||
27022 | 27022 | some DjangoTemplates builtin tags misparse lack of whitespace between variable name and boolean operator in arguments | Template system | |||
27429 | 27429 | had to use QuerySet.extra to do WHERE LIKE with arbitrary amount / placement of wildcard characters | Database layer (models, ORM) | |||
27400 | 27400 | Changed in 1.10: {% static %} tag now encodes "#" | Documentation | |||
27401 | 27401 | Add Transifex config to build translated docs | Documentation | |||
27396 | 27396 | Docs: send POST request on base.html does not mention {{ csrf_token }} | Documentation | |||
27362 | 27362 | Omitting default_app_config in __init__.py happens too easily. | Core (Other) | |||
27343 | 27343 | Different Chaining Of Qs+Filters behaves unexpectedly differently | Database layer (models, ORM) | |||
27357 | 27357 | Variant of FilePathField that uses a Storage backend | Database layer (models, ORM) | |||
27361 | 27361 | Use "from django import forms" in forms api examples | Documentation | |||
27352 | 27352 | Warn about social media fingerprinting when using redirect_authenticated_user | Documentation | |||
27347 | 27347 | Contributing docs: Patch vs Pull-Request | Documentation | |||
27348 | 27348 | Typo in docs for modify_settings | Documentation | |||
27330 | 27330 | Generic CreateView/UpdateView doesn't send the kwargs to get_context_data | Generic views | |||
27213 | 27213 | ArrayField with null throws ProgrammingError but not ValidationError on Psycopg < 2.6.1 | contrib.postgres | |||
27262 | 27262 | Delegate URL resolver checks to URL classes | Core (URLs) | |||
27280 | 27280 | can_order/can_delete documentation examples don't require initial data | Documentation | |||
27292 | 27292 | Example authentication backend doesn't need to set user's password | Documentation | |||
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 | |||
27307 | 27307 | sitemap url examples missing names | Documentation | |||
27306 | 27306 | Document relation between auto_now/auto_now_add and timezones | Documentation | |||
27294 | 27294 | Document fields in UserCreationForm | Documentation | |||
27298 | 27298 | Unclear "after each test" wording in the documentation | Documentation | |||
27285 | 27285 | Multi-db example : default database config can not be an empty dict | Documentation | |||
27217 | 27217 | makemigrations crashes with "'SpatialRefSysMixin' has no attribute '_meta'" on PostGIS | GIS | |||
27283 | 27283 | Typo in the documentation | Documentation | |||
27284 | 27284 | Typo error in doc file | Documentation | |||
27053 | 27053 | Document django.contrib.auth.get_user() | Documentation | |||
27276 | 27276 | Document how to reverse the admin's login view | Documentation | |||
27240 | 27240 | Allow passing custom parameters to formset forms in admin | contrib.admin | |||
27254 | 27254 | Detect web server context | Uncategorized | |||
27252 | 27252 | Remove hosting4django.net from DjangoFriendlyWebHosts | Uncategorized | |||
27247 | 27247 | Official way to create custom admin commands with subcommands in py2 / py3 | Core (Management commands) | |||
27083 | 27083 | Parse conditional HTTP headers according to RFC 7232 | HTTP handling | |||
27198 | 27198 | QueryDict getlist allows data to be mutated | HTTP handling | |||
14284 | 14284 | Support for Google Maps version 3 | GIS | |||
27215 | 27215 | Document new location of jquery in v1.10 | Documentation | |||
27209 | 27209 | Cast function accepts field class according to docs but expects field instance | Documentation | |||
27197 | 27197 | Document how blank=True affects the migrations questioner | Documentation | |||
27174 | 27174 | Explain where 'polls.apps.PollsConfig' comes from in tutorial 2 | Documentation | |||
27099 | 27099 | Document that ModelAdmin.list_filter doesn't appear unless there's more than one choice | Documentation | |||
27166 | 27166 | Documentation clarification of warning for using cache-based sessions | Documentation | |||
27162 | 27162 | Move CreateExtension to django.db.backends.postgresql | Database layer (models, ORM) | |||
27150 | 27150 | Document that a name should be provided when wrapping file-like objects that don't have one with File | Documentation | |||
27154 | 27154 | Allow comparing CallableFalse/CallableTrue with bitwise or | contrib.auth | |||
27145 | 27145 | Discrepenacy between documentation and docstring for Storage.save method | Documentation | |||
27155 | 27155 | makemigrations --no-check-consistency command line argument | Migrations | |||
27139 | 27139 | ImportError: No module named 'polls.apps.PollsConfig' | Documentation | |||
27112 | 27112 | django.test.client.Client doesn't support timeouts | Testing framework | |||
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 | |||
27101 | 27101 | args and kwargs not passed in BaseDetailView | Generic views | |||
27013 | 27013 | Docs - Using Argon2 with Django - more appropriate pip command | Documentation | |||
27085 | 27085 | UI Discrepancy in "Writing your first Django app, part 2" | Documentation | |||
27065 | 27065 | Deferred fields not passed to inherited models' __class__.__dict__ | Database layer (models, ORM) | |||
27066 | 27066 | Possible Memory leak while evaluating a QuerySet | Database layer (models, ORM) | |||
27048 | 27048 | Document that refresh_from_db() doesn't clear @cached_properties | Documentation | |||
27007 | 27007 | Handle non-UTF-8 bytes objects for text/* attachments | Core (Mail) | |||
27045 | 27045 | Document that AUTH_PASSWORD_VALIDATORS doesn't apply to create_user() and create_superuser() | Documentation | |||
27002 | 27002 | Redundant database query rendering a ModelChoiceField with RadioSelect or CheckboxSelectMultiple | Forms | |||
27015 | 27015 | Hidden widget shouldn't have maxlength/minlength attributes | Forms | |||
27011 | 27011 | Django Middleware 1.10 does not run template_context_processors for exceptions thrown from middleware | HTTP handling | |||
27006 | 27006 | Hints how to update code automatically to support Python3 | Documentation | |||
14030 | 14030 | Use F() objects in aggregates(), annotates() and values() | Database layer (models, ORM) | |||
14891 | 14891 | use_for_related_fields=False is not honored by reverse FK or M2M related managers | Database layer (models, ORM) | |||
14131 | 14131 | The pagination module should have some limit, or a warning should be given in the documentation | Documentation | |||
494 | 494 | Collapse in admin interface for inline related objects | contrib.admin | |||
14286 | 14286 | Support for BigAutoField | Database layer (models, ORM) | |||
14518 | 14518 | Field.to_python not called on foreign key IDs | Database layer (models, ORM) | |||
235 | 235 | meta.HashField() | Metasystem | |||
14671 | 14671 | Allow overriding of ModelChoiceField.choices | Forms | |||
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) | |||
14881 | 14881 | [nonrel] Do not assume ``User.id`` to be an integer in django.contrib.auth's pasword reset feature | contrib.auth | |||
14394 | 14394 | Assigning bad data to an m2m attribute should not clear existing data | Database layer (models, ORM) | |||
14748 | 14748 | Missing documentation for FormPreview methods | Documentation | |||
901 | 901 | Reload method for models | Database layer (models, ORM) | |||
14334 | 14334 | Queries don't ensure that comparison objects are the correct 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) | |||
14136 | 14136 | Show how to specify schemas for Oracle databases | Documentation | |||
14305 | 14305 | inspectdb should output unmanaged model definitions | Core (Management commands) | |||
14549 | 14549 | Disambiguation of target/source fields for intermediary models when using ManyToManyField | Database layer (models, ORM) | |||
14319 | 14319 | Add signals test_setup and test_teardown to Django test suite runner Options | Testing framework | |||
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) | |||
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 | |||
14174 | 14174 | Support for string interpolation in lazy translation | Internationalization | |||
23 | 23 | Add support for ValidationWarning | Forms | |||
14512 | 14512 | Documentation & tools for decorating class-based-views. | Generic views | |||
14765 | 14765 | Unnecessary usage of NodeList in ForNode (template rendering) | Template system | |||
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 | |||
14261 | 14261 | Add clickjacking protection (X-Frame-Options header) | HTTP handling | |||
14656 | 14656 | Atom1Feed should write atom:published element | contrib.syndication | |||
14150 | 14150 | [patch] a get_objects_or_404 ? | Core (Other) | |||
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 | |||
14567 | 14567 | ModelMultipleChoiceField inconsistently returns a list if empty. | Forms | |||
14018 | 14018 | Introduce class_plural %-substitution placeholder for related_name of ForeignKey/ManyToManyField | Database layer (models, ORM) | |||
14057 | 14057 | Expose an interface for custom-escaping template content | Template system | |||
14332 | 14332 | manage testserver and manage runserver should have similiar address:port options | Core (Management commands) | |||
14646 | 14646 | django.contrib.comments is missing default template for comment_notification_email.txt, and has no documentation of template context | contrib.comments | |||
14342 | 14342 | Part 2 of the Tutorial -- path format for TEMPLATE_DIR | Documentation | |||
14633 | 14633 | Reorganize settings reference docs | Documentation | |||
14976 | 14976 | Add is_html flag to contrib.messages | contrib.messages | |||
14039 | 14039 | FileField special-casing breaks MultiValueField including a FileField | Forms | |||
14684 | 14684 | RESTful Model View | Generic views | |||
14678 | 14678 | Users are able to add more than one page to the same url | contrib.flatpages | |||
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 | |||
14308 | 14308 | Adding some fields to the Mexican local flavor. | contrib.localflavor | |||
14015 | 14015 | django.contrib.localflavor.it added italian phone number validation | 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) | |||
14829 | 14829 | URL dispatcher documentation with class-based generic views | Documentation | |||
14449 | 14449 | restructuredtext filter does not return the correct content | Documentation | |||
14757 | 14757 | Add An Example For .extra(tables=[]) | Documentation | |||
14769 | 14769 | Voting example from tutorial - use of forms API - suggestion | Documentation | |||
14885 | 14885 | is_valid for ModelForm changes instance if instance is provided | Documentation | |||
14516 | 14516 | Extract methods from removetags and slugify template filters | Template system | |||
14502 | 14502 | Feature: escape hatch for colliding template syntax in Django templates | Template system | |||
14836 | 14836 | Improve semantics of docs: | *.djangoproject.com | |||
596 | 596 | Allow Django to be packaged as a Python egg | Core (Other) | |||
14527 | 14527 | GeoDjango docs shouldn't recommend PostgreSQL 8.3 | Documentation | |||
14574 | 14574 | Initial values support for inline model formsets | Forms | |||
14147 | 14147 | django 1.2 documentation refer to assertQuerysetEqual which is only available in trunk | Documentation | |||
14294 | 14294 | default input_format not honoroed | Documentation | |||
14184 | 14184 | Validators not called on MultiValueField | Forms | |||
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 | |||
702 | 702 | document that ManyToMany fields can't be in unique_together | 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 | |||
14579 | 14579 | Use built-in sessions middleware for entirely cookie-based sessions | contrib.sessions | |||
14582 | 14582 | django.contrib.staticfiles development file serving is backward-incompatible if MEDIA_URL was pointing to /static/ folder | Contrib apps | |||
14667 | 14667 | Link MEDIA_* settings to file management docs | Documentation | |||
14570 | 14570 | New format character to represent locale-specifc alternative month names | Internationalization | |||
14702 | 14702 | Add a "needs info" state to tickets | *.djangoproject.com | |||
14563 | 14563 | Add Turkey to localflavors | contrib.localflavor | |||
14704 | 14704 | USE_THOUSAND_SEPARATOR poorly documented | Documentation | |||
14708 | 14708 | Document available mapping keys for form field error messages. | Documentation | |||
14771 | 14771 | Typo in docs, "vistor" | Documentation | |||
14548 | 14548 | Docs and implementation don't match regading return values of certain QuerySet aggregate functions | Documentation | |||
14538 | 14538 | STATICFILES_DIRS must be set for dev, docs could be improved | Contrib apps | |||
14788 | 14788 | Typos in the footer | *.djangoproject.com | |||
14181 | 14181 | Template tag needed to disable/force L10N formatting on a per-variable basis | Internationalization | |||
14793 | 14793 | staticfiles documentation example overwrites urlpatterns | Documentation | |||
14528 | 14528 | django.contrib.staticfiles documentation issues | Documentation | |||
14795 | 14795 | Empty Superuser Permissions | contrib.auth | |||
14524 | 14524 | Accessing /static/ in a new project shows simplistic 404 error page | Contrib apps | |||
14809 | 14809 | Broken login related tests after r14733 | contrib.auth | |||
14004 | 14004 | update() is not mention in the Queryset API Reference | Documentation | |||
14221 | 14221 | Mashed Sentences in Doc | Documentation | |||
14232 | 14232 | date_list context variable incorrectly documented | Documentation | |||
14249 | 14249 | Inactive users have less permissions then anonymous users with custom backend | contrib.auth | |||
14820 | 14820 | Use `TextField` instead of `PositiveIntegerField` in docs and examples for generic relations. | Documentation | |||
14835 | 14835 | Improper indentation for docs/ref/contrib/admin/index.txt | Documentation | |||
14471 | 14471 | db.models.Manager regression - can't override some methods | Database layer (models, ORM) | |||
14617 | 14617 | Docs should mention runserver's automatic serving of static files | Documentation | |||
14464 | 14464 | Docs should advise people to use the docs for their version | Documentation | |||
14897 | 14897 | Formset examples lack syntax highlighting | Documentation | |||
14455 | 14455 | Document possibly backwards-incompatible localflavor changes | contrib.localflavor | |||
14905 | 14905 | models.FileField links to url attribute, which is undocumented. | Documentation | |||
14445 | 14445 | Use HMAC and constant-time comparison functions where needed in Django | Uncategorized | |||
14910 | 14910 | I18N locale per app resolving - documentation incorrect and bug | Internationalization | |||
14290 | 14290 | Rendering is very inefficient when USE_L10N. Caching format values gives 2-7 times improvement | Internationalization | |||
14912 | 14912 | urlize and urlizetrunc template filter docs need expansion | Documentation | |||
14913 | 14913 | Romanian translation, including E date format | Translations | |||
14403 | 14403 | Missing/incomplete documentation for FloatField? | Documentation | |||
14401 | 14401 | Add a contributing HOWTO page for new contributors | Documentation | |||
14924 | 14924 | I18N looks for translations in the reverse order of the apps | Internationalization | |||
14388 | 14388 | Logging documentation typos | Documentation | |||
14384 | 14384 | Installation documentation should avoid sys.path.append | Documentation | |||
14938 | 14938 | "Save as" does not save entries added with a Inline | Forms | |||
14467 | 14467 | AllValuesFilterSpec does not work with Null | contrib.admin | |||
14641 | 14641 | grammar and accuracy fixes for documentation | Documentation | |||
14103 | 14103 | Have django.utils.cache.patch_response_headers honor settings.USE_ETAGS setting | Core (Cache system) | |||
14604 | 14604 | Ubuntu documentation for geospatial/Postgres is out of date | GIS | |||
14602 | 14602 | bug in wsgi handler in trunk | Core (Other) | |||
14060 | 14060 | PostGISAdapter needs to properly cast input for comparisons on geography columns. | GIS | |||
14665 | 14665 | collectstatic will recollect some files all the time. | Contrib apps | |||
14978 | 14978 | Add versionchanged note to ––adminmedia docs | Documentation | |||
342 | 342 | Add a way for fields to be displayed in the admin without being editable | contrib.admin | |||
399 | 399 | Bigint field object needed | Database layer (models, ORM) | |||
689 | 689 | Honor Web server provided authentication | Core (Other) | |||
749 | 749 | Middleware should work as a 'stack' or allow custom orderings | 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 | |||
730 | 730 | more explicit middlware ordering | Core (Other) | |||
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 | |||
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 | |||
14506 | 14506 | Crash on HEAD request | Documentation | |||
14608 | 14608 | Adding a INPhoneNumberField to indian localflavor | contrib.localflavor | |||
811 | 811 | IPv6 address field support | Core (Other) | |||
14020 | 14020 | Make HttpResponse.get work like dict.get | HTTP handling | |||
14206 | 14206 | contrib:admin dynamic list_display support | contrib.admin | |||
14614 | 14614 | Dont send Request message when handle_uncaught_exception() | Core (Other) | |||
14134 | 14134 | Ability to set csrf cookie path and https-only plus add 'secure' | Core (Other) | |||
14729 | 14729 | RawQuerySet.__repr__ fails when params passed as list | Database layer (models, ORM) | |||
14710 | 14710 | Form css classes for bound fields are not rendered {{ form.field_name }} | Forms | |||
14733 | 14733 | Allow Manager.raw() execute not only "Pure selects" | Database layer (models, ORM) | |||
14230 | 14230 | Documentation for Auth's Logout view suggests wrong redirect takes precedence. | contrib.auth | |||
14986 | 14986 | TestCase: increase verbosity for TestCase.fixtures usage | Testing framework | |||
14101 | 14101 | Localized DecimalField doesn't accept localized input | Internationalization | |||
14818 | 14818 | cycle tag is not safe | Template system | |||
14038 | 14038 | 1.2 Release notes don't mention new template loader classes | Documentation | |||
14240 | 14240 | filesizeformat should localize number | Template system | |||
14934 | 14934 | Decimal errors not localized to LT because of dictionary interpolation | Translations | |||
14309 | 14309 | Spanish translation on deleting objects | Translations | |||
14553 | 14553 | es_AR language update | Translations | |||
14080 | 14080 | Flatpages pt-br translation | Translations | |||
14969 | 14969 | To have a way to modify third part model classes | Database layer (models, ORM) | |||
14991 | 14991 | SQL injection in quote_name() | Database layer (models, ORM) | |||
14701 | 14701 | Meta attributes from abstract class | Database layer (models, ORM) | |||
14657 | 14657 | Extra select fields are merged into 'GROUP BY' | Database layer (models, ORM) | |||
14651 | 14651 | ignored field index creation for fields with unique=True and db_index=True | Database layer (models, ORM) | |||
14437 | 14437 | Allow force_insert for fixtures loading. | Core (Serialization) | |||
14989 | 14989 | Allow serializers to non ovewrite fixtures objects if they are marked as non overridable | Core (Serialization) | |||
14591 | 14591 | UnicodeDecodeError when trying to render the label of a field | contrib.admin | |||
14350 | 14350 | Please add a login method to the test Client that doesn't depend on passwords | Testing framework | |||
14946 | 14946 | Form wizard doesn't process last form | contrib.formtools | |||
14439 | 14439 | Improve documentation on how to run the GIS test suite | GIS | |||
14680 | 14680 | Add a file to ignore unnecessary and compiled files from various version control systems | Core (Other) | |||
14923 | 14923 | Typo in documentation of predefined loggers (django.request) | Documentation | |||
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) | |||
14907 | 14907 | Document the settings affecting csrf cookie | Documentation | |||
14848 | 14848 | model verbose name | Documentation | |||
14120 | 14120 | [patch] Document ``get()`` in Making Queries | Documentation | |||
14798 | 14798 | Clarification on Generic Views | Documentation | |||
14794 | 14794 | Modify python path link broken | Documentation | |||
14727 | 14727 | Documentation Corrections | Documentation | |||
14536 | 14536 | Incorrect syntax about using OPTIONS for changing the database engine | Documentation | |||
14508 | 14508 | Test suite silences warnings | Testing framework | |||
14599 | 14599 | delete() is not documented on 'QuerySet API reference' page | Documentation | |||
14625 | 14625 | Docs on logging should emphasize that file logging is not multiprocess save | Documentation | |||
14231 | 14231 | Missing index on expire_date in Session model | contrib.sessions | |||
14425 | 14425 | Unused imports in contrib.admin | contrib.admin | |||
14531 | 14531 | Add validate_unique flag to ModelForm.Meta | Forms | |||
14551 | 14551 | typo in auth-remote-user | Documentation | |||
14537 | 14537 | Validators documentation page doesn't say where to import validators from | Documentation | |||
14173 | 14173 | Reference documentation for changepassword django-admin command added in 1.2 | Documentation | |||
14530 | 14530 | specify if new translations to django core can be made in project directory | Documentation | |||
14482 | 14482 | better documentation of flow of save in admin | Documentation | |||
14167 | 14167 | Using Instances in Generic Create/Update/Delete | Generic views | |||
14307 | 14307 | Document form ChoiceField tuple | Documentation | |||
14010 | 14010 | mention DYLD_LIBRARY_PATH in macosx installation instructions | Documentation | |||
14274 | 14274 | Document the fact that running tests with warnings on is a good step before an upgrade/good practice | Documentation | |||
14421 | 14421 | Fix the English on an internationalization doc page | Documentation | |||
14225 | 14225 | Documentation website showing "dev" documentation instead of "1.2" | Documentation | |||
14409 | 14409 | Typo in /internals/documentation | Documentation | |||
14281 | 14281 | Small documentation fixes after djangocon 2010 sprints commit-fest | Documentation | |||
14182 | 14182 | CsrfViewMiddleware makes modification of the upload handlers impossible | File uploads/storage | |||
14122 | 14122 | Documentation for yesno filter is lacking | Documentation | |||
14235 | 14235 | UnicodeDecodeError in CSRF middleware | Forms | |||
14243 | 14243 | defer and only are not respected by values and by valuest_list() | Database layer (models, ORM) | |||
14032 | 14032 | CSRF cookie value is marked as safe and inserted in the HTML unchecked | Core (Other) | |||
14205 | 14205 | Tiny grammar fix in form validation documentation | Documentation | |||
14145 | 14145 | undeterministic behavior when project or app template contains dotdir | Core (Management commands) | |||
14192 | 14192 | potential issue re in memory django file uploading. | Core (Other) | |||
14199 | 14199 | NameError in django.core.cache.backends.db | Core (Cache system) | |||
14179 | 14179 | django create table with capitalized chars | Uncategorized | |||
14054 | 14054 | Document the connection_created signal | Documentation | |||
14068 | 14068 | Fixture loading issue with multi database setting | Core (Serialization) | |||
14111 | 14111 | Misleading note re: unreleased Sphinx version recomendation | Documentation | |||
14036 | 14036 | foreignKey doesn't work properly in admin - last current svn revision (1.3 pre alpha) | contrib.admin | |||
580 | 580 | [patch] caching needs to take more into account than just the URL | Core (Cache system) | |||
903 | 903 | change login_required | contrib.auth | |||
106 | 106 | [patch] Problem with some js/select box on IE | contrib.admin | |||
461 | 461 | Support use of pypgsql instead of psycopg | Database layer (models, ORM) | |||
725 | 725 | missing robots.txt on django websites? | *.djangoproject.com | |||
8930 | 8930 | ✅ | 2 | Posting non-multipart Data Throws Exception | HTTP handling | |
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) | |||
24 | 24 | edit_inline support for OneToOne relationships | Metasystem | |||
575 | 575 | edit_inline don't save child data when a "blank=True" field is not set | contrib.admin | |||
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) | |||
115 | 115 | Models CRUD via web services | Core (Other) | |||
566 | 566 | No mention about using quotes to ignore variable resolution in templates. | contrib.admin | |||
231 | 231 | [patch] Make appropriate model fields honor max_length param | Metasystem | |||
978 | 978 | STACKED ForeignKey classes don't show up in the admin for subclasses of related class | contrib.admin | |||
765 | 765 | Simplified Chinese i18n translation file | Translations | |||
139 | 139 | edit_inline should grow some Javascript magic to increase usability | contrib.admin | |||
36 | 36 | how do I config the apache+mod_python? | Core (Other) | |||
666 | 666 | Admin should get 404 and 500 templates | contrib.admin | |||
599 | 599 | locmem cache should deepcopy values from the cache to prevent aliasing | Core (Cache system) | |||
710 | 710 | Differentiate between __repr__ and __str__ for model objects | Core (Other) | |||
236 | 236 | Add support for deleting cookies easily | Core (Other) | |||
776 | 776 | smart+question | *.djangoproject.com | |||
787 | 787 | High-level feeds ('Feed' subclasses) don't pick up author details | contrib.syndication | |||
617 | 617 | num_in_admin problem in tutorial | contrib.admin | |||
601 | 601 | Unique_together documentation update | Documentation | |||
380 | 380 | Tutorial 1, missing specific directory information | Documentation | |||
402 | 402 | Site Domain Hardcoded | contrib.admin | |||
362 | 362 | Anonymous sessions should try to prevent session-stealing | Core (Other) | |||
368 | 368 | Admin / Main interfaces mix settings after a while under mod_python | Core (Other) | |||
359 | 359 | Simplified assignment and lookup for related fields | contrib.admin | |||
273 | 273 | [patch] Password salt and other algorithms support | Core (Other) | |||
254 | 254 | can't download the files | *.djangoproject.com | |||
223 | 223 | [PATCH] Breadcrumb navigation broken in admin documentation | contrib.admin | |||
220 | 220 | List requirements | Documentation | |||
173 | 173 | How do I start Django's in built webserver? | Documentation | |||
100 | 100 | document ForeignKey('self') hack, please | Documentation | |||
77 | 77 | The PostgreSQL code should use schemas instead of prefixes for namespaces. | Database layer (models, ORM) | |||
171 | 171 | Bug, I think, in foreign keys and SQLite | Database layer (models, ORM) | |||
611 | 611 | fields with editable=False do not render | contrib.admin | |||
21 | 21 | FileUploadField should allow for manual filename entry | 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 | |||
482 | 482 | ForeignKey inline editing drops records in the Admin application | Core (Cache system) | |||
834 | 834 | authentication documentation should document the viewfuncs in django.views.auth.login | Documentation | |||
760 | 760 | Error reason not seen when 500 template is missing | contrib.admin | |||
5 | 5 | Add a cache=NUM_SECONDS argument to QuerySet | Metasystem | |||
547 | 547 | [patch] XMLRPC support for django | Tools | |||
65 | 65 | [i18n] Internationalization and localisation | contrib.admin | |||
329 | 329 | RSS framework needs an easier interface | contrib.syndication | |||
529 | 529 | Add support for GenericForeignKey | Contrib apps | |||
463 | 463 | [patch] new mysql.DatabaseWrapper - solving multiple MySQL problems | Core (Other) | |||
381 | 381 | Tutorial 1, the name of the file to modify is missing | Documentation | |||
122 | 122 | [patch] Build models using fieldname=FieldClass | Core (Other) | |||
87 | 87 | [patch] Oracle database support | Database layer (models, ORM) | |||
61 | 61 | [patch] auth.User admin form shouldn't require people to edit hashes | contrib.admin | |||
928 | 928 | Admin documentation don't work after [1443] | contrib.admin | |||
626 | 626 | Move template modules to django.core.template package | Core (Other) | |||
515 | 515 | [patch] additional set of cache backends | Core (Cache system) | |||
612 | 612 | [patch] decorator for managing cache-control header | Core (Cache system) | |||
170 | 170 | Unicode field names cause UnicodeEncodeError in main admin handler | contrib.admin | |||
500 | 500 | [patch] Templates files extensions other than '.html' should be possible | Template system | |||
201 | 201 | ImageField validation error | contrib.admin | |||
419 | 419 | Create meta.AbstractModel | Metasystem | |||
174 | 174 | Tutorial01 translated to brazilian portuguese | Documentation | |||
119 | 119 | Serving media | Core (Other) | |||
464 | 464 | [patch] Modification of django.core.mail: more fields, using dicts to pass arguments | Core (Other) | |||
86 | 86 | Custom External TemplateTag module | Core (Other) | |||
752 | 752 | Base Classes for Trees | Metasystem | |||
539 | 539 | Support for strides in the slice filter. | Core (Other) | |||
755 | 755 | Add "appendable" blocks to the current "overrideable" ones | Template system | |||
288 | 288 | Document custom template tags systyem | Documentation | |||
774 | 774 | Typo in 'User authentication in Django' documentation article? | *.djangoproject.com | |||
328 | 328 | [patch] Add a archive_week date-based generic view | Core (Other) | |||
495 | 495 | manipulators inherit from admin | Metasystem | |||
583 | 583 | [patch] Add app-template dirs to TEMPLATE_DIRS | Template system | |||
911 | 911 | [patch] Make template system scoped to the parser | contrib.admin | |||
502 | 502 | [patch] added category to feed items | contrib.syndication | |||
961 | 961 | [patch] Add automatic thumbnail generation to ImageFields | 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 | |||
810 | 810 | serving static files documentation | Documentation | |||
650 | 650 | render_to_response uses Context instead DjangoContext | Template system | |||
907 | 907 | forms.txt: new_data = place.__dict__ fails for ManyToManyFields | Documentation | |||
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) | |||
905 | 905 | [patch] Add _pre_set and _post_set hooks to models | Core (Other) | |||
554 | 554 | RSS feeds are not valid due to missing timezone in pubdates | contrib.syndication | |||
892 | 892 | Make TemplateNotFound pages look like the 404's that come of URLConf | Template system | |||
305 | 305 | sql code was not white space safe? | Database layer (models, ORM) | |||
366 | 366 | Document meta.LazyDate() technique | Documentation | |||
253 | 253 | Admin add interface is looking for key that doesn't exist | contrib.admin | |||
237 | 237 | get_absolute_url doesn't show up right in admin | contrib.admin | |||
110 | 110 | Documentation on pagination needed | Documentation | |||
372 | 372 | problems loading custom filters? | Template system | |||
258 | 258 | Cannot create many-many relationships within the same table | Database layer (models, ORM) | |||
184 | 184 | Add django architecture documentation | Documentation | |||
101 | 101 | Add functionality to django-admin to create skeleton views | Core (Management commands) | |||
672 | 672 | get_absolute_url isn't nice | contrib.syndication | |||
152 | 152 | FCGI server for django | Core (Other) | |||
89 | 89 | DateTimeFields with auto_now_add = True in admin | contrib.admin | |||
945 | 945 | not translated parts in admin Javascript | Translations | |||
968 | 968 | page not found ->http://www.djangoproject.com/documentation/models/or_lookups/ | Documentation | |||
709 | 709 | The MultiValueDict in datastructures.py should have a "__contains__" method defined | Core (Other) | |||
655 | 655 | [doc] model_api - validator_list is incomplete | Documentation | |||
493 | 493 | [patch] FileField.get_foo_url returns absolute path instead url | Metasystem | |||
538 | 538 | django is not zip_safe | Tools | |||
330 | 330 | get_relatedobject_count error with OneToOneFields | Metasystem | |||
307 | 307 | Use unicode strings u"bla-bla" in SQL-queries for compatibility with national languages | Metasystem |