Ron
(ronzilca)
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 (517) | Reporter (1) | Owner (0) | Commenter (0) | Summary | Component |
---|---|---|---|---|---|---|
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) | |||
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) | |||
897 | 897 | Bi-Directional ManyToMany in Admin | contrib.admin | |||
373 | 373 | Add support for multi-column primary keys. | Database layer (models, ORM) | |||
34975 | 34975 | aggregate() crashes when referencing existing aggregations or window expressions through conditional expressions | Database layer (models, ORM) | |||
470 | 470 | Add Field.db_default for defining database defaults | 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 | |||
34898 | 34898 | Adding non-deterministic collations to unique CharFields crashes on PostgreSQL. | Migrations | |||
27452 | 27452 | Add Postgres serial field to contrib.postgres | contrib.postgres | |||
27409 | 27409 | Issues with admindocs docstring links generation | contrib.admindocs | |||
34555 | 34555 | ModelBase metaclass implementation prevents addition of model fields via __init_subclass__ | Database layer (models, ORM) | |||
27645 | 27645 | Move Settings.__init__ checks to system checks | Core (Other) | |||
34887 | 34887 | Allow unlimited CharField for SQLite backend | Database layer (models, ORM) | |||
27580 | 27580 | add special field for storing content types | contrib.contenttypes | |||
34654 | 34654 | Post-normalization performed on the Username field leading to the bypass of the whitespace stripping | contrib.auth | |||
34789 | 34789 | `filter_horizontal` duplicates entries in "Chosen" column after instance is added via in another field using the "plus" JS action | contrib.admin | |||
34612 | 34612 | QuerySet.only() doesn't work with select_related() on a reverse OneToOneField relation. | Database layer (models, ORM) | |||
34994 | 34994 | Visual regression in admin checkboxes on mobile | contrib.admin | |||
34925 | 34925 | refresh_from_db() will not iterate through all of the fields listed in the 'fields' parameter. | Database layer (models, ORM) | |||
34297 | 34297 | ValueError: invalid token in plural form: EXPRESSION when adding new language | Utilities | |||
34943 | 34943 | Support passing unique constraint names to bulk_create(). | Database layer (models, ORM) | |||
27460 | 27460 | Allow declaring a GenericRelation from an abstract model to another abstract model | Database layer (models, ORM) | |||
27465 | 27465 | Allow EmailMessage to load attachments from the Storage API | Core (Mail) | |||
34964 | 34964 | Reversing the order of Q objects in a CheckConstraint generates a migration | Migrations | |||
34151 | 34151 | Adding explicit primary key with different type doesn't update related ManyToManyFields. | Migrations | |||
34200 | 34200 | Allow setting postgres role during connection setup | Database layer (models, ORM) | |||
34852 | 34852 | Django Unit Tests break when using replicated MySQL Cluster v8.0.28 | Testing framework | |||
34597 | 34597 | Queryset (split) exclude's usage of Exists is significantly slower than subquery | Database layer (models, ORM) | |||
27225 | 27225 | "age" header is not set for responses taken from cache. | HTTP handling | |||
34140 | 34140 | Format python code blocks in documentation files | Documentation | |||
34989 | 34989 | Set Content-Length where possible for HttpResponses. | HTTP handling | |||
34742 | 34742 | calling a DELETE endpoint without a trailing slash does not thow RuntimeError in DEBUG mode | HTTP handling | |||
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) | |||
34991 | 34991 | Wrong layout of pagination buttons with editable list in the admin. | contrib.admin | |||
14810 | 14810 | Admin inline templates need blocks | contrib.admin | |||
34979 | 34979 | inlineformset_factory sets max_num forms to one even though there is a unique_together constraint | contrib.admin | |||
34966 | 34966 | Add a check for ModelAdmin.actions functions not taking three arguments | contrib.admin | |||
34229 | 34229 | "no such column" when combining FilteredRelation and multi-table inheritance models | Database layer (models, ORM) | |||
34945 | 34945 | annotate -> union -> values gives wrong values | Database layer (models, ORM) | |||
34939 | 34939 | Widget templates not refreshing | Forms | |||
34930 | 34930 | Parallel tests fail on Python 3.11+ when IsolatedAsyncioTestCase is used | Testing framework | |||
27403 | 27403 | Document that prefetch_related doesn't guarantee transactional consistency | Documentation | |||
34904 | 34904 | Changing email object after sending mutates mail in mail.outbox | Core (Mail) | |||
34924 | 34924 | Example for squashmigration not working properly | Migrations | |||
34825 | 34825 | SQLite database files are not destroyed after tests | Testing framework | |||
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 | |||
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 | |||
34657 | 34657 | Testing assertions `assertContains` and `assertInHTML` should output the haystack on failure | Testing framework | |||
34879 | 34879 | "Data truncated for column .." for migration changing auto-id-field | Migrations | |||
34835 | 34835 | Use a `nav` element or `navigation` landmark for changelist filters | contrib.admin | |||
34823 | 34823 | assertTemplateUsed() context manager crashes for templates without names. | Testing framework | |||
34829 | 34829 | Django reports the “mutually exclusive” error for settings that do not contain STATICFILES_STORAGE. | File uploads/storage | |||
34778 | 34778 | startproject could use find_spec() rather than import_module() to check for conflicts | Core (Management commands) | |||
34802 | 34802 | django.contrib.admin.actions.delete_selected() should return number of rows deleted via ModelAdmin.delete_queryset() | contrib.admin | |||
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) | |||
34773 | 34773 | settings.STATICFILES_STORAGE does not return correct value when STORAGES are defined | contrib.staticfiles | |||
34771 | 34771 | QuerySet.order_by() crashes on constants that cannot be cast on MySQL. | Database layer (models, ORM) | |||
34362 | 34362 | FilteredRelation doesn’t support conditional expression | Database layer (models, ORM) | |||
34743 | 34743 | full_clean() raises AttributeError on constraints with related IDs. | Database layer (models, ORM) | |||
34542 | 34542 | Required fields allowed to be blank are not accepted non-interactively using createsuperuser | contrib.auth | |||
34747 | 34747 | Django hangs on async views with asycio.gather and an async ORM call | Database layer (models, ORM) | |||
34728 | 34728 | OR operator on queryset does not work as expected | Database layer (models, ORM) | |||
34737 | 34737 | SynchronousOnlyOperation is raised for non-running event loops on Python 3.7+. | Utilities | |||
34721 | 34721 | ChoiceField/TypedChoiceField: .value() has inconsistent behaviour, coercion not applied. | Forms | |||
34716 | 34716 | Class methods from nested classes cannot be used as Field.default. | Migrations | |||
34718 | 34718 | Allow django.contrib.admin's ListFilter to render details tag collasped by default | contrib.admin | |||
34309 | 34309 | Documentate how to delete a Django app correctly | Documentation | |||
34696 | 34696 | Actions selection counter gets cleared when using Chrome's back button | contrib.admin | |||
34639 | 34639 | MySQL 8.0 hangs indefinitely when using the admin search with a Foreign Key and Annotate | contrib.admin | |||
34682 | 34682 | System check for CSRF_TRUSTED_ORIGINS raises errors for http://localhost:port. | Core (System checks) | |||
34673 | 34673 | Migrations ordering: add constraint run_immediately_after | Migrations | |||
34632 | 34632 | Let makemigrations output an error message with --check | Migrations | |||
34634 | 34634 | Creating objects with nested MTI crashes. | Database layer (models, ORM) | |||
34661 | 34661 | Peppering user passwords | contrib.auth | |||
34665 | 34665 | CreateModel with manually added RenameField crashes on SQLite. | 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 | |||
34392 | 34392 | Allow using test client response.json() with StreamingHttpResponse | Testing framework | |||
34564 | 34564 | returning None instead of zero in Count annotation | Database layer (models, ORM) | |||
34590 | 34590 | Querying for decimals larger than max_digits crashes on SQLite | Database layer (models, ORM) | |||
34576 | 34576 | move django issues to GitHub | Uncategorized | |||
34322 | 34322 | ManifestStaticFilesStorage crashes on commented JavaScript import statements | contrib.staticfiles | |||
34565 | 34565 | Add acheck_password() async method. | contrib.auth | |||
34350 | 34350 | WSGIRequest crashes when "wsgi.input" is None. | Core (Other) | |||
34557 | 34557 | Time-based model field cleaning and TypeErrors | Database layer (models, ORM) | |||
34543 | 34543 | Thousand separator breaking templates | Internationalization | |||
34523 | 34523 | Model.objects.update_or_create method sometimes raises TransactionManagementError | Database layer (models, ORM) | |||
34513 | 34513 | Error E108 does not cover some cases | contrib.admin | |||
34504 | 34504 | SSLCertVerificationError on outgoing emails for some mailboxes | Core (Mail) | |||
34455 | 34455 | i18n_patterns() not respecting prefix_default_language=False | Internationalization | |||
34440 | 34440 | AND operator on queryset with joins gives wrong results | Documentation | |||
34501 | 34501 | Revert CICharField deprecation | contrib.postgres | |||
34493 | 34493 | wrong translation | Database layer (models, ORM) | |||
34484 | 34484 | HttpRequest.__deepcopy__ doesn't deepcopy attributes | HTTP handling | |||
34394 | 34394 | ASGIRequest doesn't respect settings.FORCE_SCRIPT_NAME. | HTTP handling | |||
34466 | 34466 | Django 4.2 overwrites user-specified psycopg cursor_factory | Database layer (models, ORM) | |||
34383 | 34383 | Layout error in Admin when using help_text | Template system | |||
34438 | 34438 | UserCreationForm.clean_username() crashes with a custom user model. | contrib.auth | |||
34439 | 34439 | mod_wsgi for django with conda environment in Windows doesn't work | HTTP handling | |||
34316 | 34316 | Visual regressions in admin's change password form | contrib.admin | |||
34428 | 34428 | ASGIStaticFilesHandler raises warning. | contrib.staticfiles | |||
34388 | 34388 | Added support for direct usage of Choices classes on model fields | Database layer (models, ORM) | |||
34399 | 34399 | dark-mode-vars block is overwritten by extrastyles | contrib.admin | |||
34387 | 34387 | DateFormat.P() does not follow PHP's date string format | Utilities | |||
34385 | 34385 | BaseTemporalField child fields causing AttributeError to be raised by calling form.is_valid(). | Forms | |||
34375 | 34375 | GDAL and GIS missing LD Library error message. | GIS | |||
34373 | 34373 | Update docs on ForeignKey to suggest setting "to" and object before a string | Documentation | |||
34368 | 34368 | Subquery referencing WINDOW expression breaks query compilation | Database layer (models, ORM) | |||
34358 | 34358 | qs.filter(Exact(expr, value)) doesn’t work on aggregations. | Database layer (models, ORM) | |||
34357 | 34357 | UniqueConstraint doesn't violate NULL values on SQLite. | Database layer (models, ORM) | |||
34328 | 34328 | Class-based async-only middleware not detected as coroutine in MiddlewareMixin | Documentation | |||
34334 | 34334 | There might be an error in the Django Tutorial No. 5 | Documentation | |||
34317 | 34317 | wrong attribute naming in method BaseModelFormSet.save_existing | Forms | |||
34293 | 34293 | Extra validation introduced in 30581 breaks certain constraint setups | Database layer (models, ORM) | |||
34227 | 34227 | Multi-level FilteredRelation with select_related() may set wrong related object. | Database layer (models, ORM) | |||
34276 | 34276 | LocMemCache not working for multiple threads | Core (Cache system) | |||
34242 | 34242 | Behavior of Model.delete() with regards to primary_key fields is not documented | Documentation | |||
34251 | 34251 | Paginator should warn if ordering is not deterministic | Core (Other) | |||
34237 | 34237 | FileField does not take upload_to into account when setting unique=True | File uploads/storage | |||
34241 | 34241 | Django admin not showing seconds for list_display nor readonly DateTimeField | contrib.admin | |||
34243 | 34243 | timesince() raises TypeError with USE_TZ=True and >1 month interval. | Utilities | |||
34236 | 34236 | Django logging when in production with Gunnicron | Documentation | |||
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) | |||
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) | |||
34205 | 34205 | Validation of constraints with __len lookup crashes for ArrayFields. | Database layer (models, ORM) | |||
34195 | 34195 | Duplicate Records created when specifying None as a target in a custom ManyToManyField | Database layer (models, ORM) | |||
34178 | 34178 | Prefetching a foreign key on GenericForeignKey results in incorrect queryset being selected | Database layer (models, ORM) | |||
34183 | 34183 | Add a ChoicesMeta.max_length property returning the max_length when data type supports len() | Database layer (models, ORM) | |||
34174 | 34174 | async process_exception being called as sync from async view/middleware | Documentation | |||
34163 | 34163 | ImproperlyConfigured: Requested setting INSTALLED_APPS, but settings are not configured | Uncategorized | |||
34155 | 34155 | ModelAdmin.render_change_form does not lowercase the app_label when setting template directories | contrib.admin | |||
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) | |||
891 | 891 | customize table name prefixes | Database layer (models, ORM) | |||
34135 | 34135 | Add async interface to ManyRelatedManager & RelatedManager | Database layer (models, ORM) | |||
34133 | 34133 | Django ordering in model meta causing unexpected results of group_by | Database layer (models, ORM) | |||
34128 | 34128 | django re-using the name of a squashed migration leads to CircularDependencyError | Database layer (models, ORM) | |||
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 | |||
34117 | 34117 | Anomaly with makemigrations | Migrations | |||
34115 | 34115 | Document RUN_MAIN environment variable | 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) | |||
34087 | 34087 | Migration ignores Inheritance for Meta.default_permissions | Migrations | |||
34086 | 34086 | Confirm support for PostGIS 3.3 | GIS | |||
34067 | 34067 | django.core.Paginator wrong query slicing | Core (Other) | |||
34061 | 34061 | Model validations should be run on save() | Database layer (models, ORM) | |||
34030 | 34030 | add SystemCheckError for LocaleMiddleware | Core (Management commands) | |||
34048 | 34048 | Do not add cache control header if is set to false or a falsy value | Utilities | |||
14411 | 14411 | Inline delete not prompting cascade delete warning | contrib.admin | |||
27060 | 27060 | Take indexes into account in inspectdb command | Core (Management commands) | |||
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 | |||
27590 | 27590 | Allow configuration of where to save staticfiles manifest. | contrib.staticfiles | |||
14844 | 14844 | i18n blocktrans tag pluralization feature limited by gettext constraints and shared local tag context | Internationalization | |||
27734 | 27734 | Add a helpful error message when a parallel test worker is assigned an unexpected index | Testing framework | |||
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 | |||
14645 | 14645 | Exclude query with multiple conditions for the same multi-value relation not correct | Database layer (models, ORM) | |||
14628 | 14628 | Document which settings can be changed at runtime | Documentation | |||
27871 | 27871 | Django keeps making the same migration over and over again | 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) | |||
27408 | 27408 | Make QuerySet.bulk_create() populate fields on related models | Database layer (models, ORM) | |||
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) | |||
27086 | 27086 | running servers.tests may hang in parallel mode on Mac OS X | Core (Other) | |||
27921 | 27921 | Documentation of make_aware() with is_dst is misleading | Documentation | |||
27795 | 27795 | Audit force_text invocations | Utilities | |||
27801 | 27801 | Make createsuperuser inspect environment variables for username and password | contrib.auth | |||
27486 | 27486 | intword and filesizeformat filters shouldn't pass non-integers to gettext | Template system | |||
30559 | 30559 | ✅ | Django 2.2 | Auto-reload doesn't detect changes in new apps. | 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 | |||
27360 | 27360 | Make it easier to track down the offending models for AlreadyRegistered exceptions | contrib.admin | |||
27025 | 27025 | Python 3.6 compatibility | Core (Other) | |||
14091 | 14091 | Fix incorrect quoting in connection.queries | Database layer (models, ORM) | |||
27335 | 27335 | Avoid object save during QuerySet.update_or_create() when there were no changes | Database layer (models, ORM) | |||
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 | |||
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 | |||
27796 | 27796 | Middlewares load twice due to StaticFilesHandler(WSGIHandler) | contrib.staticfiles | |||
27258 | 27258 | Raise an exception if RequestContext is used with template.backends.django.Template.render() | Template system | |||
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 | |||
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 | |||
27777 | 27777 | File object does not consistently open itself in context manager use | File uploads/storage | |||
27926 | 27926 | Allow squashmigrations to create a fresh set of migrations and delete the old ones | Migrations | |||
27751 | 27751 | Teardown of a PG test database fails if it is an autogenerated test_MYDB database | Testing framework | |||
27359 | 27359 | Make it possible to specify a default template engine | Template system | |||
27365 | 27365 | Fields suddenly not found. | Database layer (models, ORM) | |||
27919 | 27919 | Decide if attrs (and possibly others) are named or positional parameters in new widget rendering code | Forms | |||
27584 | 27584 | Template error raised in a parent template shows incorrect source location on debug page | Template system | |||
27959 | 27959 | Wrong output when alter field in sqlmigrate. | Migrations | |||
27675 | 27675 | Django postgres JSONField encoding | contrib.postgres | |||
27940 | 27940 | Migrations fail when when a model's parent class is changed to abstract -- Wrong SQL being generated | Migrations | |||
27933 | 27933 | FieldDoesNotExist if remove foreign key and remove unique constraint at the same time | Migrations | |||
27316 | 27316 | Multiple LiveServerTestCase subclasses cannot reuse the same port | Testing framework | |||
27878 | 27878 | Move to Python 3 shebangs | Core (Other) | |||
27622 | 27622 | Test client should accept vendor tree json variants | Testing framework | |||
27475 | 27475 | Bug in admin with date_hierarchy and Daylight savings | contrib.admin | |||
27883 | 27883 | "Vertical" polymorphism of models | Database layer (models, ORM) | |||
27885 | 27885 | Migration creates index of a deleted table | Migrations | |||
27873 | 27873 | setup_test_environment() doesn't allow ALLOWED_HOSTS to be a tuple | Testing framework | |||
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 | |||
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 | |||
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 | |||
14606 | 14606 | Application module imported twice when running development server | Core (Other) | |||
27130 | 27130 | Allow using the DjangoTemplates engine without configuring settings | Template system | |||
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 | |||
27725 | 27725 | requests.post fail inside of django shell but not python shell | Uncategorized | |||
27689 | 27689 | FileSystemStorage().get_valid_name() may return empty string | File uploads/storage | |||
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 | |||
27650 | 27650 | ForeignKey.validate asks db_for_read for the parent's database, not the target field's database | Database layer (models, ORM) | |||
27647 | 27647 | runserver segfaults with autoreload enabled on Windows 10 | Core (Management commands) | |||
27498 | 27498 | Filtering annotated field in SQLite returns wrong results | Database layer (models, ORM) | |||
27263 | 27263 | Allow validators to short-circuit in form field validation | Forms | |||
27609 | 27609 | gettext_lazy cast to str/unicode errors under py 2.7 if performed after language activation. | Core (System checks) | |||
27594 | 27594 | Reverse one to one related object populated from incorrect query columns | Database layer (models, ORM) | |||
27591 | 27591 | running manage.py with virtual environment | Uncategorized | |||
27184 | 27184 | Test client crashes when uploading TemporaryFile on Unix | Testing framework | |||
27571 | 27571 | Conditionally add TEST_DATABASE_PREFIX to db name | Testing framework | |||
27416 | 27416 | ModelFormSet with queryset accepts invalid POST data for outer models and create unexpected empty data. | Forms | |||
27564 | 27564 | `refresh_from_db()` should return the model instance instead of None | Database layer (models, ORM) | |||
27553 | 27553 | tutorial python manage.py runserver creates NameError: name 'include' is not defined | Documentation | |||
27517 | 27517 | TemplateResponseMixin with charset does not work | Generic views | |||
27528 | 27528 | No default object-level permissions provider | contrib.auth | |||
27510 | 27510 | Allow custom keyword arguments to modelform_factory in ModelFormMixin | Generic views | |||
27394 | 27394 | template "floatformat" tag throws ValueError for big numbers in Python 3 | Template system | |||
27426 | 27426 | Test Client shouldn't subclass RequestFactory | Testing framework | |||
27455 | 27455 | When use "zh-HANT" locale,the URL of "reset user password" page in Django Admin is not correct. | Internationalization | |||
27444 | 27444 | Django StaticLiveServerTestCase: view cannot query test-database properly | Testing framework | |||
27346 | 27346 | Stop setting the Content-Length header in ConditionalGetMiddleware | HTTP handling | |||
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) | |||
27401 | 27401 | Add Transifex config to build translated docs | Documentation | |||
27362 | 27362 | Omitting default_app_config in __init__.py happens too easily. | Core (Other) | |||
27344 | 27344 | ConditionalGetMiddleware should only operate on GET requests | HTTP handling | |||
27123 | 27123 | prefetch_related return mistaken result | Database layer (models, ORM) | |||
27336 | 27336 | Whitespace control django configuration template | Template system | |||
27319 | 27319 | Circular ForeignKeys between two unmanaged models produce incomplete migrations | Migrations | |||
27312 | 27312 | Checking raw argument to prevent signals from executing during fixture loading isn't DRY | Core (Other) | |||
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 | |||
27281 | 27281 | can-delete: we don't use initial data | Documentation | |||
27269 | 27269 | ORM extremely slow to run annotate/filter query, much faster directly in dbshell | Database layer (models, ORM) | |||
27240 | 27240 | Allow passing custom parameters to formset forms in admin | contrib.admin | |||
27245 | 27245 | can't revert migration with index_together with one field | Database layer (models, ORM) | |||
27187 | 27187 | Django 1.10 is unable to unpickle models pickled in Django pre-1.10 | Database layer (models, ORM) | |||
27142 | 27142 | makemigrations fails on special database connections | Migrations | |||
27150 | 27150 | Document that a name should be provided when wrapping file-like objects that don't have one with File | Documentation | |||
27163 | 27163 | Unable to specify multiple pythonpath in django-admin | Core (Management commands) | |||
27144 | 27144 | annotating across a ManyToManyField returns duplicate results | Database layer (models, ORM) | |||
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 | |||
27093 | 27093 | ORM error on apache + wsgi | Database layer (models, ORM) | |||
27085 | 27085 | UI Discrepancy in "Writing your first Django app, part 2" | Documentation | |||
27059 | 27059 | autoreload loose the sys.path in some cases (buildout install of python for instance, maybe others) | Core (Management commands) | |||
27057 | 27057 | Use _SavedSettings in setup_test_environment() to store pre-test settings | Testing framework | |||
27008 | 27008 | Add manage.py test --debug option | Testing framework | |||
27019 | 27019 | DiscoverRunner does not restore old settings.DEBUG value in teardown | Testing framework | |||
27035 | 27035 | DiscoverRunner's setup_test_environment() hard-codes settings.DEBUG to False | Testing framework | |||
27032 | 27032 | Calling setup_test_environment() "twice" deletes pre-setup state | Testing framework | |||
27011 | 27011 | Django Middleware 1.10 does not run template_context_processors for exceptions thrown from middleware | HTTP handling | |||
27012 | 27012 | test_nested_requests wipes out pre-test settings | Testing framework | |||
27005 | 27005 | request.body raises an exception if 'CONTENT_LENGTH' = '' | HTTP handling | |||
14030 | 14030 | Use F() objects in aggregates(), annotates() and values() | Database layer (models, ORM) | |||
14415 | 14415 | Multiple aliases for one database: testing problems | Testing framework | |||
14891 | 14891 | use_for_related_fields=False is not honored by reverse FK or M2M related managers | Database layer (models, ORM) | |||
14286 | 14286 | Support for BigAutoField | 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 | |||
14952 | 14952 | New find_commands(management_dir) to support .pyc and .pyo | Core (Other) | |||
14881 | 14881 | [nonrel] Do not assume ``User.id`` to be an integer in django.contrib.auth's pasword reset feature | contrib.auth | |||
14515 | 14515 | Can't pickle ValueQuerySet if query references fields, which aren't on the same model. | Database layer (models, ORM) | |||
14748 | 14748 | Missing documentation for FormPreview methods | Documentation | |||
901 | 901 | Reload method for models | Database layer (models, ORM) | |||
14638 | 14638 | to_python howto documentation improvement | Documentation | |||
14787 | 14787 | Upload handler should pass errors on to forms.FileField | File uploads/storage | |||
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) | |||
14800 | 14800 | Development server should NOT elide favicon from the logs | Core (Management commands) | |||
14170 | 14170 | Issue in get_language_from_request() if LANGUAGES setting is changed at runtime | Internationalization | |||
14174 | 14174 | Support for string interpolation in lazy translation | Internationalization | |||
937 | 937 | Autoreload reloads for every request. | Core (Management commands) | |||
14658 | 14658 | DateField initial does not honor locale, against documentation | Forms | |||
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 | |||
14056 | 14056 | Wrong query generated when using reverse foreign key | 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 | |||
14238 | 14238 | admin-interface and formsets: ordered_forms are not returned in case of errors | contrib.admin | |||
14857 | 14857 | has_results cleanup | Uncategorized | |||
14253 | 14253 | TIME_ZONE not respected by Today and Now widgets in admin | contrib.admin | |||
680 | 680 | get_absolute_url not being used correctly in admin interface? | contrib.admin | |||
25 | 25 | Filtering interface on ForeignKey <select> boxes | contrib.admin | |||
14019 | 14019 | SQLInsertCompiler.as_sql() failure | 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 | |||
14287 | 14287 | TEST_MIRROR is not respected in routers | Database layer (models, ORM) | |||
852 | 852 | psycopg.ProgrammingError exceptions leave the connection to the DB in an unusable state | Database layer (models, ORM) | |||
14373 | 14373 | annotate() will gladly delete your data | Database layer (models, ORM) | |||
14011 | 14011 | QuerySet.none().values('x').query causes "DatabaseError: subquery has too many columns" when used in filters. | Database layer (models, ORM) | |||
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 | |||
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 | |||
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) | |||
14885 | 14885 | is_valid for ModelForm changes instance if instance is provided | Documentation | |||
14195 | 14195 | ContentType object fails to use cache, beats DB to death | Uncategorized | |||
14026 | 14026 | Setting for TRANSACTION_LEVEL on db backends | Database layer (models, ORM) | |||
409 | 409 | Add support for sqlrelay backend, to pool DB connections | Database layer (models, ORM) | |||
596 | 596 | Allow Django to be packaged as a Python egg | Core (Other) | |||
14294 | 14294 | default input_format not honoroed | Documentation | |||
14184 | 14184 | Validators not called on MultiValueField | Forms | |||
26 | 26 | Admin validation errors cause FileUploadFields to be reset | contrib.admin | |||
14555 | 14555 | Session loss with psycopg2 db backend | contrib.sessions | |||
640 | 640 | order_with_respect_to option fails | Documentation | |||
14597 | 14597 | request.is_secure() should support headers like: X-Forwarded-Protocol and X-Forwarded-Ssl | HTTP handling | |||
638 | 638 | changelist table is too wide on pages with filter sidebar | contrib.admin | |||
14399 | 14399 | Site's get_current() not thread safe? | Uncategorized | |||
14438 | 14438 | Deserializer raises ValidationError if natural key is given as string | Core (Serialization) | |||
14292 | 14292 | User.objects.create_user does not give object with id field populated in svn release. | contrib.auth | |||
14138 | 14138 | Apache setup using sqlite3 breaks when performing a field__regex filter | Database layer (models, ORM) | |||
14648 | 14648 | Annotated date querysets fail if spatial backend is used | GIS | |||
14576 | 14576 | Regression in FormWizard | contrib.formtools | |||
14604 | 14604 | Ubuntu documentation for geospatial/Postgres is out of date | GIS | |||
14906 | 14906 | r14915 removed alternative month names from Polish translation added in r14000 | Translations | |||
14820 | 14820 | Use `TextField` instead of `PositiveIntegerField` in docs and examples for generic relations. | Documentation | |||
14550 | 14550 | commit_on_success no longer sets back to autocommit mode | Database layer (models, ORM) | |||
14465 | 14465 | TemplateSyntaxError in Django Admin search | Uncategorized | |||
14447 | 14447 | Auth and Sitemap test failures from manage.py test | Contrib apps | |||
14507 | 14507 | Static file serving is broken after rev 14293 | Core (Other) | |||
14454 | 14454 | Convert admin_widgets doctest to unit tests | Testing framework | |||
14301 | 14301 | django crashes on email address that passed validate_email() (utf8-tld) | Core (Mail) | |||
14602 | 14602 | bug in wsgi handler in trunk | Core (Other) | |||
14670 | 14670 | GenericTabularInline broken as of r13708 | Contrib apps | |||
14338 | 14338 | Search bar on the docs should include 1.2, & 1.1 | *.djangoproject.com | |||
14133 | 14133 | update GeoDjango windows installer | GIS | |||
14634 | 14634 | Sessions are unnecessarily complex | contrib.sessions | |||
14943 | 14943 | Meta attributes for Model refused to work with Mixin. | Database layer (models, ORM) | |||
14653 | 14653 | GeoDjango utils shouldn't include a Popen shortcut | GIS | |||
14954 | 14954 | AttributeError: 'dict' object has no attribute 'status_code' | Uncategorized | |||
14862 | 14862 | bad links | *.djangoproject.com | |||
14938 | 14938 | "Save as" does not save entries added with a Inline | Forms | |||
14984 | 14984 | ClearableFileInput generates invalid XHTML | Forms | |||
14426 | 14426 | Factor "mysite" out of all code example import statements | Documentation | |||
14640 | 14640 | Add elapsed request time to the development server log | HTTP handling | |||
14455 | 14455 | Document possibly backwards-incompatible localflavor changes | contrib.localflavor | |||
14858 | 14858 | Bug in admin change_form template produces javascript error when adding new object with first_field of type DateTimeField. | contrib.admin | |||
14002 | 14002 | filesizeformat filter only supports up to GB | Template system | |||
14755 | 14755 | Wsgi Error | HTTP handling | |||
14060 | 14060 | PostGISAdapter needs to properly cast input for comparisons on geography columns. | GIS | |||
14799 | 14799 | Test database creation order problem after r14696 | Testing framework | |||
399 | 399 | Bigint field object needed | Database layer (models, ORM) | |||
689 | 689 | Honor Web server provided authentication | Core (Other) | |||
285 | 285 | WSGIRequest should set request.path to full uri path | HTTP handling | |||
730 | 730 | more explicit middlware ordering | Core (Other) | |||
13 | 13 | Related objects interface should be tighter (edit_inline) | contrib.admin | |||
289 | 289 | [patch] more details with "Please correct the errors below." | contrib.admin | |||
14608 | 14608 | Adding a INPhoneNumberField to indian localflavor | contrib.localflavor | |||
811 | 811 | IPv6 address field support | Core (Other) | |||
14614 | 14614 | Dont send Request message when handle_uncaught_exception() | Core (Other) | |||
14082 | 14082 | modelform_factory should use the form's metaclass | Forms | |||
14903 | 14903 | wsgiref usage | HTTP handling | |||
14262 | 14262 | Helper for "get_something as varname" template tag pattern | Template system | |||
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) | |||
717 | 717 | If-Modified-Since checked for exact match | HTTP handling | |||
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) | |||
14635 | 14635 | Documentation improvement on setting up django with OpenBSD | Documentation | |||
14101 | 14101 | Localized DecimalField doesn't accept localized input | Internationalization | |||
14880 | 14880 | raw_id_fields in admin does not work when limit_choices_to dictionary has value=False | contrib.admin | |||
14801 | 14801 | Support for string methods with lazy translations | Internationalization | |||
14474 | 14474 | Unnecessary deepcopying of QuerySet inside filter() method results in slower execution | Database layer (models, ORM) | |||
14420 | 14420 | Can't do validation on ModelFormSets to prevent deletion when there is only one object in formset and it is to be deleted | Forms | |||
14067 | 14067 | _perform_unique_checks, _perform_date_checks broken for subclasses | Database layer (models, ORM) | |||
14439 | 14439 | Improve documentation on how to run the GIS test suite | GIS | |||
14915 | 14915 | remove quotes around 'django.contrib.auth.views.login' | Documentation | |||
14914 | 14914 | Let to_python (in custom db field) know the connection being used in multi-db environment | Database layer (models, ORM) | |||
14869 | 14869 | The filter_horizontal widget converts the fields 'verbose_name_plural' to lower case | Internationalization | |||
14902 | 14902 | Won't delete files with accents (or other unicode characters) | Core (Other) | |||
14899 | 14899 | 'ModelFormOptions' object has no attribute 'many_to_many' | Forms | |||
14847 | 14847 | dumpdata sends output to stderr, not stdout | Uncategorized | |||
14110 | 14110 | iexact lookup doesn't work with subquery values | Database layer (models, ORM) | |||
14075 | 14075 | ManyToMany relationships create circular references | Database layer (models, ORM) | |||
14417 | 14417 | UnicodeDecodeError exception in recent actions | contrib.admin | |||
14717 | 14717 | Connection error not handled | Uncategorized | |||
14734 | 14734 | problem with postgresql views (psycopg2) | Database layer (models, ORM) | |||
14443 | 14443 | Oracle backend returns wrong test database name | Database layer (models, ORM) | |||
14283 | 14283 | AttributeError on admin detail page after r13708 | Contrib apps | |||
14318 | 14318 | Add GEOSGeometry.valid_reason | GIS | |||
14542 | 14542 | Short model names break | Uncategorized | |||
14493 | 14493 | Typo in model instance documentation re ValidationError message_dict attribute | Documentation | |||
14126 | 14126 | blocktrans count is parsing incorrectly | Translations | |||
14307 | 14307 | Document form ChoiceField tuple | Documentation | |||
14017 | 14017 | Wrong comment in django.contrib.admin.options log_deletion | contrib.admin | |||
14362 | 14362 | ManyToManyRawIdWidget doesn't work with multidb | contrib.admin | |||
14275 | 14275 | Russian file name file in upload | File uploads/storage | |||
14008 | 14008 | GeoDjango subquery fails with bad quoting | GIS | |||
14242 | 14242 | UserChangeForm Causes KeyError in 1.2.2 and Trunk | Forms | |||
14157 | 14157 | Birthday calculation failing silently | Uncategorized | |||
14143 | 14143 | Database problems and import error of django.contrib.messages | Uncategorized | |||
14106 | 14106 | Duplicate emails without fully qualified project imports | Uncategorized | |||
14065 | 14065 | Admin: non-AutoField primary_key in child model breaks admin inlines (MultiValueDictKeyError) | Contrib apps | |||
313 | 313 | PhoneNumberField should accept international format numbers | Internationalization | |||
172 | 172 | Twisted (twisted.web2) support for Django | Tools | |||
580 | 580 | [patch] caching needs to take more into account than just the URL | Core (Cache system) | |||
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 | |||
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 | |||
397 | 397 | Can't checkout with svn | *.djangoproject.com | |||
115 | 115 | Models CRUD via web services | Core (Other) | |||
886 | 886 | timesince breaks on the current time | Tools | |||
851 | 851 | New SQL query API | Database layer (models, ORM) | |||
569 | 569 | [patch] better pluralization for table names | contrib.admin | |||
436 | 436 | Create an API to update and delete multiple objects in a single call | Metasystem | |||
273 | 273 | [patch] Password salt and other algorithms support | Core (Other) | |||
315 | 315 | verbose_name_plural should be used in admin URLs | contrib.admin | |||
219 | 219 | The change history for an object is recording changes with a 6-hour offset to the timestamp | contrib.admin | |||
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) | |||
196 | 196 | Patch: Allow integer months in views.generic.date_based | Core (Other) | |||
143 | 143 | Problem running the command line examples in Tut 1 when using --settings option | Core (Other) | |||
216 | 216 | sqlite3 broken post rev 329 | Metasystem | |||
121 | 121 | [patch] Names in SQL should be quoted | Metasystem | |||
178 | 178 | Wrong time zone usage | Core (Other) | |||
33 | 33 | frontpage typo | *.djangoproject.com | |||
94 | 94 | Mysterious error | contrib.admin | |||
171 | 171 | Bug, I think, in foreign keys and SQLite | Database layer (models, ORM) | |||
952 | 952 | [patch] Allow for database client encoding configuration from project settings | Database layer (models, ORM) | |||
999 | 999 | 'bool' object has no attribute 'get' when trying to add a record | Metasystem | |||
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 | |||
393 | 393 | [patch] Filters don't take the str() value of a var | Core (Other) | |||
924 | 924 | [patch] String filters (lower, upper, capfirst etc.) don't work with international strings | contrib.admin | |||
870 | 870 | Cool CSS display bug in the calendar widget in the admin view | contrib.admin | |||
65 | 65 | [i18n] Internationalization and localisation | contrib.admin | |||
463 | 463 | [patch] new mysql.DatabaseWrapper - solving multiple MySQL problems | Core (Other) | |||
122 | 122 | [patch] Build models using fieldname=FieldClass | Core (Other) | |||
180 | 180 | request.POST doesn't work in django_admin.py runserver | Tools | |||
529 | 529 | Add support for GenericForeignKey | Contrib apps | |||
61 | 61 | [patch] auth.User admin form shouldn't require people to edit hashes | contrib.admin | |||
338 | 338 | ManyToMany fields don''t work in the generic views | Generic views | |||
469 | 469 | Admin changelist assumes ForeignKey related object has ordering set | contrib.admin | |||
395 | 395 | [patch] New session middleware for browser-session length cookies | Core (Other) | |||
825 | 825 | Not clear there are more lines of code available in the debug 500 traceback | Generic views | |||
275 | 275 | Missing arg in django.core.validators.RequiredIfOtherFieldGiven introduced by changeset 403 | Core (Other) | |||
683 | 683 | [patch] Saving with custom db_column fails | Metasystem | |||
515 | 515 | [patch] additional set of cache backends | Core (Cache system) | |||
192 | 192 | FileUploads with builtin HTTPServer and wsgi-handler won't works | Core (Other) | |||
170 | 170 | Unicode field names cause UnicodeEncodeError in main admin handler | contrib.admin | |||
890 | 890 | database tables should be imported directly, not thru django.models.[app_name].[table_name.lower()]s | Database layer (models, ORM) | |||
724 | 724 | get_next_by_pub_date/get_previous_by_pub_date model methods only see 1 item for each day. | Core (Other) | |||
827 | 827 | Admin page should automatically replace _s with ' 's to make a short_description | contrib.admin | |||
119 | 119 | Serving media | Core (Other) | |||
853 | 853 | Django has high start costs, weight | Metasystem | |||
350 | 350 | "offset" keyword does not work on MySQL 3.x | Database layer (models, ORM) | |||
379 | 379 | Add OS, Python version, database version fields to ticket tracker | *.djangoproject.com | |||
576 | 576 | [patch] don't show 'add another' button in popup | contrib.admin | |||
972 | 972 | better explain choices usage in the model docs | Documentation | |||
582 | 582 | [patch] Load templates from application eggs | Template system | |||
849 | 849 | login_required redirects to pages without parameters and so loses them | Core (Other) | |||
603 | 603 | Improved template error messages | Template system | |||
657 | 657 | validator - characters without numbers | Validators | |||
826 | 826 | Development server kills itself to reload, causing browser GET failures | contrib.admin | |||
535 | 535 | Refactor admin code to clean it up | contrib.admin | |||
557 | 557 | date_hierarchy doesn't work with DateField | contrib.admin | |||
822 | 822 | Use disclosure triangles in debug 500 error message instead of up and down arrows | contrib.admin | |||
305 | 305 | sql code was not white space safe? | Database layer (models, ORM) | |||
308 | 308 | Adding inline-edited related records during _post_save | contrib.admin | |||
112 | 112 | WSGI requires a HTTP reason in the status | Core (Other) | |||
672 | 672 | get_absolute_url isn't nice | contrib.syndication | |||
802 | 802 | add a spam-filter callback facility to comments | Tools | |||
900 | 900 | [patch] Premature close of postgres connection with multiple threads | Database layer (models, ORM) | |||
549 | 549 | StaticField formfield | Core (Other) | |||
996 | 996 | django-admin startproject myproject still create myproject\settings | Core (Management commands) | |||
923 | 923 | [patch] 'KeyError' in wsgi.py when there is no 'QUERY_STRING' in os.environ | Core (Other) | |||
781 | 781 | Icelandic translation | Translations | |||
621 | 621 | [i18n] make-messages don't catch all messages in templates | Core (Other) | |||
545 | 545 | Checkin [670] breaks modpython | Core (Other) | |||
4 | 4 | Add a db cache backend | Core (Cache system) | |||
330 | 330 | get_relatedobject_count error with OneToOneFields | Metasystem | |||
244 | 244 | [patch] Make new get_values() function more forgiving of mistakes | Metasystem |