adi
(adi-)
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 (318) | Reporter (1) | Owner (0) | Commenter (0) | Summary | Component |
---|---|---|---|---|---|---|
27029 | 27029 | Make EmailValidator accept non-ASCII characters in local part | Core (Other) | |||
373 | 373 | Add support for multi-column primary keys. | Database layer (models, ORM) | |||
470 | 470 | Add Field.db_default for defining database defaults | Database layer (models, ORM) | |||
34856 | 34856 | Running tests with historical migrations that contain index together fails with TypeError. | Migrations | |||
34624 | 34624 | RelatedFieldWidgetWrapper links toggling isn’t working for radio widgets | contrib.admin | |||
27452 | 27452 | Add Postgres serial field to contrib.postgres | contrib.postgres | |||
34034 | 34034 | Adding a class on ChoiceWidget subwidgets is excessively difficult | Forms | |||
34555 | 34555 | ModelBase metaclass implementation prevents addition of model fields via __init_subclass__ | Database layer (models, ORM) | |||
27106 | 27106 | Document which template filters can be used in Python code (and how) | Documentation | |||
27909 | 27909 | Use AUTH_USER_MODEL in startproject template | Core (Management commands) | |||
34654 | 34654 | Post-normalization performed on the Username field leading to the bypass of the whitespace stripping | contrib.auth | |||
34297 | 34297 | ValueError: invalid token in plural form: EXPRESSION when adding new language | Utilities | |||
34838 | 34838 | GeoDjango database functions incompatible with GeneratedField | Database layer (models, ORM) | |||
34853 | 34853 | Accept-Language Header takes precedence over cookie for format localization | Internationalization | |||
14974 | 14974 | Add support for translation backends other than gettext | Internationalization | |||
14831 | 14831 | Django Template Style Guide | Documentation | |||
27465 | 27465 | Allow EmailMessage to load attachments from the Storage API | Core (Mail) | |||
27201 | 27201 | Django 1.10 with STATICFILES_STORAGE breaks on absolute path in CSS with double slash | contrib.staticfiles | |||
34597 | 34597 | Queryset (split) exclude's usage of Exists is significantly slower than subquery | Database layer (models, ORM) | |||
34961 | 34961 | Add a max_length parameter to EmailValidator | Core (Other) | |||
34670 | 34670 | Django Admin light theme flickers on dark system | contrib.admin | |||
34999 | 34999 | Admin search bar input doesn't have proper background color when in dark mode | contrib.admin | |||
34633 | 34633 | Add prefetch_related() cache invalidation for create() in reverse many-to-one managers. | Database layer (models, ORM) | |||
34991 | 34991 | Wrong layout of pagination buttons with editable list in the admin. | contrib.admin | |||
34717 | 34717 | Cannot use aggregate over window functions since 4.2 | 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 | |||
34939 | 34939 | Widget templates not refreshing | Forms | |||
34911 | 34911 | Admindocs index skips from h1 to h3 | contrib.admindocs | |||
34892 | 34892 | Static files aren't served correctly on dev server when DEBUG and FORCE_SCRIPT_NAME are enabled | contrib.staticfiles | |||
34879 | 34879 | "Data truncated for column .." for migration changing auto-id-field | Migrations | |||
34870 | 34870 | Memory leak when using psycopg-c with django hstore | Database layer (models, ORM) | |||
34863 | 34863 | sqlite math functions don't accept character fields as input | Database layer (models, ORM) | |||
34791 | 34791 | Prefetch's queryset attribute is ignored when the same nested relation is used multiple times. | Database layer (models, ORM) | |||
34768 | 34768 | Calling `colorama.init()` on module load can have unwanted side effects | Core (Management commands) | |||
34778 | 34778 | startproject could use find_spec() rather than import_module() to check for conflicts | Core (Management commands) | |||
34451 | 34451 | Incorrect exception handling within the django exception handler | Error reporting | |||
34784 | 34784 | Django french short date format translation bug | Internationalization | |||
34797 | 34797 | Django Admin radio fields admin.HORIZONTAL shows as vertical with django-grapelli. | Uncategorized | |||
34783 | 34783 | No module named 'smtp' when trying to send an email | Core (Mail) | |||
34771 | 34771 | QuerySet.order_by() crashes on constants that cannot be cast on MySQL. | Database layer (models, ORM) | |||
34655 | 34655 | Tests for RadioSelect and Select have diverged considerably, potentially leaving RadioSelect undertested | Forms | |||
34747 | 34747 | Django hangs on async views with asycio.gather and an async ORM call | Database layer (models, ORM) | |||
34720 | 34720 | BaseReloader.watch_dir() incorrectly checks for existence of path | Utilities | |||
34723 | 34723 | `TypeError` when loading a Django app with incorrect type of `choices` | Database layer (models, ORM) | |||
34679 | 34679 | Cannot run collectstatic with existing unsupported manifest file | contrib.staticfiles | |||
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) | |||
34674 | 34674 | Updating the file contents of a Django FileField during upload results in I/O error | File uploads/storage | |||
34517 | 34517 | ImageField unnecessarily adds a post_init signal handler to the model | Database layer (models, ORM) | |||
34635 | 34635 | ModelChoiceField with a to_attr that can have an EMPTY_VALUE | Forms | |||
34621 | 34621 | Django admin site name shouldn’t be an h1 | contrib.admin | |||
34582 | 34582 | Uploading multiple files in Django no longer works in version 4.2 but worked in version 4.1 | File uploads/storage | |||
34322 | 34322 | ManifestStaticFilesStorage crashes on commented JavaScript import statements | contrib.staticfiles | |||
34568 | 34568 | makemigrations --update should respect the --name option. | Database layer (models, ORM) | |||
34556 | 34556 | StreamingHttpResponse documentation inaccuracy | Documentation | |||
34540 | 34540 | [feature request] Run FileField storage callable during runtime and not during buildtime | File uploads/storage | |||
34523 | 34523 | Model.objects.update_or_create method sometimes raises TransactionManagementError | Database layer (models, ORM) | |||
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) | |||
34440 | 34440 | AND operator on queryset with joins gives wrong results | Documentation | |||
34484 | 34484 | HttpRequest.__deepcopy__ doesn't deepcopy attributes | HTTP handling | |||
34472 | 34472 | Push for inspectdb in Django 4.1 | Database layer (models, ORM) | |||
34028 | 34028 | Django 'static' template tag fails to generate URLs with SCRIPT_NAME prefix | Template system | |||
34383 | 34383 | Layout error in Admin when using help_text | Template system | |||
34442 | 34442 | runserver is slow to accept http connexions when running on 0.0.0.0 | Core (Management commands) | |||
34439 | 34439 | mod_wsgi for django with conda environment in Windows doesn't work | HTTP handling | |||
34433 | 34433 | OneToOneField can only be saved one way | Database layer (models, ORM) | |||
34388 | 34388 | Added support for direct usage of Choices classes on model fields | Database layer (models, ORM) | |||
27487 | 27487 | ModelAdmin.formfield_overrides on ManyToManyField isn't compatible with CheckboxSelectMultiple | contrib.admin | |||
34408 | 34408 | Authorization in Custom Authentication Backend does not work | contrib.auth | |||
34398 | 34398 | Django should automatically run migrations on in-memory SQLite DB | Database layer (models, ORM) | |||
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 | |||
34276 | 34276 | LocMemCache not working for multiple threads | Core (Cache system) | |||
34237 | 34237 | FileField does not take upload_to into account when setting unique=True | File uploads/storage | |||
34220 | 34220 | Cannot import csrf_input_lazy from partially initialized module. | Template system | |||
34063 | 34063 | request.POST not populated for multipart/form-data via AsyncClient | Testing framework | |||
34231 | 34231 | Invalid RawSQL expression on Model.validate_constraints | Database layer (models, ORM) | |||
34165 | 34165 | migrate management command does not respect database parameter when adding Permissions. | contrib.auth | |||
34205 | 34205 | Validation of constraints with __len lookup crashes for ArrayFields. | Database layer (models, ORM) | |||
34172 | 34172 | Documentation of AdminSite.get_urls() encourages security vulnerabilities | contrib.admin | |||
34160 | 34160 | Django 4.1 Expression contains mixed types for (Big/Small)IntegerFields. | Database layer (models, ORM) | |||
34189 | 34189 | Code in Tutorial does not work because of a ',' | Documentation | |||
34188 | 34188 | Add a section on refresh_from_db to the Multiple databases documentation | Documentation | |||
34163 | 34163 | ImproperlyConfigured: Requested setting INSTALLED_APPS, but settings are not configured | Uncategorized | |||
34099 | 34099 | update_or_create() not saving data assigned in a model's save() method | Database layer (models, ORM) | |||
34135 | 34135 | Add async interface to ManyRelatedManager & RelatedManager | Database layer (models, ORM) | |||
34143 | 34143 | Multiple file upload docs | Documentation | |||
34136 | 34136 | Django 4.1.3 doesn't work with psycopg2 2.9.5 with Python 3.11.0 | Database layer (models, ORM) | |||
34054 | 34054 | Create a topic about fixtures | Documentation | |||
34114 | 34114 | loaddata doesn't honor auto_now_add=True when these values are missing. | Core (Management commands) | |||
34101 | 34101 | Missing list filters in admin when using jet admin templates | contrib.admin | |||
34096 | 34096 | I might came across a bug when updating to the latest version of postgis | contrib.postgres | |||
34058 | 34058 | Widening AutoField to BigAutoField, fails to widen the sequence. | Database layer (models, ORM) | |||
34050 | 34050 | Generated migration file is not detected by django because of the name of newly generated migration file | Migrations | |||
34032 | 34032 | Base authentication Backend should raise NotImplemented on needed methods | contrib.auth | |||
34009 | 34009 | migrations.RunPython runs queries against wrong database | Uncategorized | |||
14411 | 14411 | Inline delete not prompting cascade delete warning | contrib.admin | |||
14092 | 14092 | ImageField should allow SVG | Database layer (models, ORM) | |||
27753 | 27753 | Cleanups when no supported version of Django supports Python 2 anymore | Utilities | |||
27864 | 27864 | Limit the number of terms in an admin search | contrib.admin | |||
14035 | 14035 | Cannot access POST after request.encoding was set to a custom value | HTTP handling | |||
27694 | 27694 | Improve documentation of supported lookups on HStore & JSON fields | Documentation | |||
27590 | 27590 | Allow configuration of where to save staticfiles manifest. | contrib.staticfiles | |||
19 | 19 | Automatically generate JavaScript form validation | Validators | |||
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 | |||
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) | |||
27917 | 27917 | Allow ModelAdmin.radio_fields to work with NullBooleanField | contrib.admin | |||
27445 | 27445 | RadioSelect widget does not work for NullBooleanField | Documentation | |||
14628 | 14628 | Document which settings can be changed at runtime | Documentation | |||
27871 | 27871 | Django keeps making the same migration over and over again | Migrations | |||
27708 | 27708 | Relation between tables in different schemas with big names | Migrations | |||
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 | |||
27272 | 27272 | Add a on_delete RESTRICT handler to allow cascading deletions while protecting direct ones | Database layer (models, ORM) | |||
27921 | 27921 | Documentation of make_aware() with is_dst is misleading | Documentation | |||
27685 | 27685 | Allow autoreloader to use watchman | Utilities | |||
27991 | 27991 | Add 'obj' kwarg to InlineModelAdmin.has_add_permission() | contrib.admin | |||
14675 | 14675 | Update docs and project template to avoid "import *" for url patterns | Core (Other) | |||
14204 | 14204 | Take advantage of SQLite support for FK constraints | Database layer (models, ORM) | |||
27546 | 27546 | Replace hardcoded class names in __repr__-methods | Core (Other) | |||
27979 | 27979 | Using F() to save negative integers in unsigned columns on MySQL should raise IntegrityError rather than OperationalError | Database layer (models, ORM) | |||
27670 | 27670 | Loading shell crashes when pythonrc file contains error | Core (Management commands) | |||
27563 | 27563 | Move "Apply limit_choices_to" code from BaseModelForm to fields_for_model() | Forms | |||
27039 | 27039 | ModelFields with 'default' value set and 'required'=False in form does not use default value | Forms | |||
27978 | 27978 | Allow loaddata to read data from stdin | Core (Management commands) | |||
28001 | 28001 | Investigate/update comment about context popping in ForNode.render() | Template system | |||
27834 | 27834 | Add the STRPOS database function | Database layer (models, ORM) | |||
27359 | 27359 | Make it possible to specify a default template engine | Template system | |||
27976 | 27976 | label_from_instance fails silently: form field disappears. | Forms | |||
27977 | 27977 | inspectdb errors after upgrade to cx_Oracle 5.3 | Database layer (models, ORM) | |||
27724 | 27724 | SelectDateWidget clears date and month if year is not selected | Forms | |||
27675 | 27675 | Django postgres JSONField encoding | contrib.postgres | |||
27920 | 27920 | RadioSelect is not rendering the value attribute when it is empty | Forms | |||
27937 | 27937 | Potential issue with field.queryset._result_cache persisting | Forms | |||
27622 | 27622 | Test client should accept vendor tree json variants | Testing framework | |||
27875 | 27875 | Manager inheritance documentation doesn't mention manager_inheritance_from_future | 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 | |||
27774 | 27774 | django admin with many objects count is very slow | contrib.admin | |||
27544 | 27544 | F() Expressions updating dates in .update() field fails on SQLite | Database layer (models, ORM) | |||
27689 | 27689 | FileSystemStorage().get_valid_name() may return empty string | File uploads/storage | |||
27522 | 27522 | ./manage runserver --nostatic doesn't return a traceback | Core (Management commands) | |||
27647 | 27647 | runserver segfaults with autoreload enabled on Windows 10 | Core (Management commands) | |||
27630 | 27630 | Autoreload continuously reloads when not using pyinotify | Utilities | |||
27600 | 27600 | Support reading commands from stdin in shell command | Core (Management commands) | |||
27596 | 27596 | LiveServerTestCase in 1.10.4 doesnt close server ports properly | Testing framework | |||
27592 | 27592 | QueryDict docs don't mention that iter methods are available only on Python 2 | Documentation | |||
27184 | 27184 | Test client crashes when uploading TemporaryFile on Unix | Testing framework | |||
27565 | 27565 | {{ form.as_p }} with RadioSelect generates invalid HTML | Forms | |||
27548 | 27548 | Documentation missing section about adding your app to INSTALLED_APPS in settings | Documentation | |||
27524 | 27524 | Using user instance (instead of get_user_model()) leads to errors when user model is overridden | contrib.auth | |||
27454 | 27454 | Skip translation loading in apps that don't have a 'locale' directory | Internationalization | |||
27133 | 27133 | Explain how to load initial data with a data migration | Documentation | |||
27444 | 27444 | Django StaticLiveServerTestCase: view cannot query test-database properly | Testing framework | |||
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) | |||
27424 | 27424 | contenttype 0002_remove_content_type_name migration failure | contrib.contenttypes | |||
27328 | 27328 | return `Set-Cookie` if sessionid= None value | contrib.sessions | |||
27383 | 27383 | Regression: `FileField(default=None)` now never upload a file through a ModelForm | File uploads/storage | |||
27342 | 27342 | QuerySet.update_or_create() "shortcut to boilerplatish code" example is incorrect | Documentation | |||
27320 | 27320 | ✅ | SMTPServerDisconnected('please run connect() first',) | Core (Mail) | ||
27244 | 27244 | Incorrect thousand separator for the Greek locale (el) | Internationalization | |||
27312 | 27312 | Checking raw argument to prevent signals from executing during fixture loading isn't DRY | Core (Other) | |||
27280 | 27280 | can_order/can_delete documentation examples don't require initial data | Documentation | |||
27265 | 27265 | Using @admin.register causes failure when AdminModel constructor is overriden | contrib.admin | |||
27173 | 27173 | Permit import statements to be longer than 80 characters | Core (Other) | |||
27146 | 27146 | template shows empty string instead of actual content when it contains characters like \x93 and \x94 | Template system | |||
27132 | 27132 | Allowed testing MemcachedCache and PyLibMCCache during the same test run | Core (Cache system) | |||
27112 | 27112 | django.test.client.Client doesn't support timeouts | Testing framework | |||
27107 | 27107 | setting request.encoding damages request.POST | HTTP handling | |||
27093 | 27093 | ORM error on apache + wsgi | Database layer (models, ORM) | |||
27013 | 27013 | Docs - Using Argon2 with Django - more appropriate pip command | Documentation | |||
27059 | 27059 | autoreload loose the sys.path in some cases (buildout install of python for instance, maybe others) | Core (Management commands) | |||
27007 | 27007 | Handle non-UTF-8 bytes objects for text/* attachments | Core (Mail) | |||
27033 | 27033 | static tag causes AppRegistryNotReady errors on 1.10 | contrib.staticfiles | |||
27002 | 27002 | Redundant database query rendering a ModelChoiceField with RadioSelect or CheckboxSelectMultiple | Forms | |||
27023 | 27023 | ~/.pythonrc.py loaded twice if PYTHONSTARTUP set to ~/.pythonrc.py | Core (Management commands) | |||
27001 | 27001 | Regression in query counts using RadioSelect with ModelChoiceField | Forms | |||
14891 | 14891 | use_for_related_fields=False is not honored by reverse FK or M2M related managers | Database layer (models, ORM) | |||
494 | 494 | Collapse in admin interface for inline related objects | contrib.admin | |||
14881 | 14881 | [nonrel] Do not assume ``User.id`` to be an integer in django.contrib.auth's pasword reset feature | contrib.auth | |||
901 | 901 | Reload method for models | Database layer (models, ORM) | |||
14638 | 14638 | to_python howto documentation improvement | Documentation | |||
14930 | 14930 | `values_list()` fails on queryset ordered by extra column | Database layer (models, ORM) | |||
14932 | 14932 | Tests failing with SQLite3 on Linux systems; Sites object causing failures. | Uncategorized | |||
14916 | 14916 | No proper initialization of models/signals/etc.... | Core (Other) | |||
14319 | 14319 | Add signals test_setup and test_teardown to Django test suite runner Options | Testing framework | |||
14760 | 14760 | Admin inlines with file/image field fails to save_as | contrib.admin | |||
14051 | 14051 | Signals for transaction commit/rollback | Database layer (models, ORM) | |||
14950 | 14950 | Javascript errors when building CHM file from django docs using Sphinx | Documentation | |||
14800 | 14800 | Development server should NOT elide favicon from the logs | Core (Management commands) | |||
937 | 937 | Autoreload reloads for every request. | Core (Management commands) | |||
14043 | 14043 | Incorrect and/or confusing behaviour with nullable OneToOneField | Database layer (models, ORM) | |||
14894 | 14894 | translation is not threadsafe | Internationalization | |||
14019 | 14019 | SQLInsertCompiler.as_sql() failure | Database layer (models, ORM) | |||
852 | 852 | psycopg.ProgrammingError exceptions leave the connection to the DB in an unusable state | Database layer (models, ORM) | |||
14571 | 14571 | Update jQuery | contrib.admin | |||
14039 | 14039 | FileField special-casing breaks MultiValueField including a FileField | Forms | |||
14684 | 14684 | RESTful Model View | Generic views | |||
14093 | 14093 | Confusing error when failing to create a session key because the cache is unavailable | contrib.sessions | |||
14502 | 14502 | Feature: escape hatch for colliding template syntax in Django templates | Template system | |||
596 | 596 | Allow Django to be packaged as a Python egg | Core (Other) | |||
14184 | 14184 | Validators not called on MultiValueField | Forms | |||
14555 | 14555 | Session loss with psycopg2 db backend | contrib.sessions | |||
14597 | 14597 | request.is_secure() should support headers like: X-Forwarded-Protocol and X-Forwarded-Ssl | HTTP handling | |||
14438 | 14438 | Deserializer raises ValidationError if natural key is given as string | Core (Serialization) | |||
14138 | 14138 | Apache setup using sqlite3 breaks when performing a field__regex filter | Database layer (models, ORM) | |||
14382 | 14382 | a few suggestions | contrib.comments | |||
14910 | 14910 | I18N locale per app resolving - documentation incorrect and bug | Internationalization | |||
14548 | 14548 | Docs and implementation don't match regading return values of certain QuerySet aggregate functions | Documentation | |||
14640 | 14640 | Add elapsed request time to the development server log | HTTP handling | |||
14663 | 14663 | L10N of dates in Norwegian. | Translations | |||
14905 | 14905 | models.FileField links to url attribute, which is undocumented. | Documentation | |||
14360 | 14360 | Clarify documentation of triage states | Documentation | |||
14604 | 14604 | Ubuntu documentation for geospatial/Postgres is out of date | GIS | |||
14896 | 14896 | Delete leads to IntegrityError : bad cascading rule when there's a ManyToManyField pointing to a class having subclasses. | Database layer (models, ORM) | |||
14258 | 14258 | Document that 1.3 has added an index to the session date field and a migration is recommended | Documentation | |||
14594 | 14594 | Django/CherryPy problem with POST data | HTTP handling | |||
14820 | 14820 | Use `TextField` instead of `PositiveIntegerField` in docs and examples for generic relations. | Documentation | |||
14776 | 14776 | Don't put radio and checkbox input widgets in <ul> lists | Forms | |||
14924 | 14924 | I18N looks for translations in the reverse order of the apps | Internationalization | |||
14698 | 14698 | django.utils.module_loading.module_has_submodule yields false positives | Core (Other) | |||
14533 | 14533 | django signals not thread-safe | Core (Other) | |||
14602 | 14602 | bug in wsgi handler in trunk | Core (Other) | |||
14758 | 14758 | QuerySet method docs headings contain entire method signatures | Documentation | |||
14559 | 14559 | Minor docstring corrections | Uncategorized | |||
14830 | 14830 | Default value for radio button not preserved when dynamically creating new inlines | contrib.admin | |||
399 | 399 | Bigint field object needed | Database layer (models, ORM) | |||
730 | 730 | more explicit middlware ordering | Core (Other) | |||
289 | 289 | [patch] more details with "Please correct the errors below." | contrib.admin | |||
811 | 811 | IPv6 address field support | Core (Other) | |||
14614 | 14614 | Dont send Request message when handle_uncaught_exception() | Core (Other) | |||
14045 | 14045 | makemessage miss some gettext in javascript | Internationalization | |||
14251 | 14251 | app-labels (still) not translated | contrib.admin | |||
14635 | 14635 | Documentation improvement on setting up django with OpenBSD | Documentation | |||
14038 | 14038 | 1.2 Release notes don't mention new template loader classes | Documentation | |||
14989 | 14989 | Allow serializers to non ovewrite fixtures objects if they are marked as non overridable | Core (Serialization) | |||
14163 | 14163 | Setting pk should set the related fields also in the base chain. | Database layer (models, ORM) | |||
14869 | 14869 | The filter_horizontal widget converts the fields 'verbose_name_plural' to lower case | Internationalization | |||
14848 | 14848 | model verbose name | Documentation | |||
14837 | 14837 | field based custom ordering | Database layer (models, ORM) | |||
14815 | 14815 | app "labels" are ambiguous and cause bugs in manage.py | Core (Other) | |||
14790 | 14790 | Fix reST in 1.0 porting guide. | Documentation | |||
14450 | 14450 | Simple but powerfull patch to make application name localizable | contrib.admin | |||
14687 | 14687 | Proxy model inheritance and DoesNotExist exception | Database layer (models, ORM) | |||
14398 | 14398 | runfcgi umask option should use literal value | Core (Management commands) | |||
14552 | 14552 | Suggestion for a slightly better explanation of custom template tags | Documentation | |||
14535 | 14535 | Model.objects.all() causing ImportError in Django 1.2.3 in stand-alone script | Database layer (models, ORM) | |||
14173 | 14173 | Reference documentation for changepassword django-admin command added in 1.2 | Documentation | |||
14407 | 14407 | ManyToManyRawIdWidget.value_from_datadict is inexplicably complicated and can be simplified | contrib.admin | |||
14295 | 14295 | Saving an object with a custom manager results in IntegrityError | Uncategorized | |||
14275 | 14275 | Russian file name file in upload | File uploads/storage | |||
14142 | 14142 | Improvement (?) on tutorial part 3 | Documentation | |||
14233 | 14233 | Documentation for admin is has a reference to meta class | Documentation | |||
14078 | 14078 | Template tag to set context variable to output from tag's rendered content | Template system | |||
313 | 313 | PhoneNumberField should accept international format numbers | Internationalization | |||
115 | 115 | Models CRUD via web services | Core (Other) | |||
710 | 710 | Differentiate between __repr__ and __str__ for model objects | Core (Other) | |||
475 | 475 | Recursive function calling not working properly in template tags | Template system | |||
276 | 276 | [patch] new template tag 'strip' | Template system | |||
215 | 215 | Need to generate postgresql tables WITHOUT OIDS by default | Database layer (models, ORM) | |||
136 | 136 | Provide a path to read documentation files in docs/ (enhancement/trivial) | Documentation | |||
216 | 216 | sqlite3 broken post rev 329 | Metasystem | |||
572 | 572 | When i have an ImageField and a auto_now DateTimeField in the same model it doesnt get saved | contrib.admin | |||
952 | 952 | [patch] Allow for database client encoding configuration from project settings | Database layer (models, ORM) | |||
93 | 93 | django-admin startproject can create invalid settings/admin.py on windows | Tools | |||
760 | 760 | Error reason not seen when 500 template is missing | contrib.admin | |||
639 | 639 | Model FileFields empty on first pass through save() | Core (Other) | |||
443 | 443 | Date's of the form 0000-00-00 don't work | Database layer (models, ORM) | |||
65 | 65 | [i18n] Internationalization and localisation | contrib.admin | |||
349 | 349 | [patch] Bad styling in Admin interface | contrib.admin | |||
463 | 463 | [patch] new mysql.DatabaseWrapper - solving multiple MySQL problems | Core (Other) | |||
61 | 61 | [patch] auth.User admin form shouldn't require people to edit hashes | contrib.admin | |||
329 | 329 | RSS framework needs an easier interface | contrib.syndication | |||
527 | 527 | OneToOne relations are broken since new model style released | Metasystem | |||
122 | 122 | [patch] Build models using fieldname=FieldClass | Core (Other) | |||
634 | 634 | [patch] admin shortcuts don't honor existing http:// absolute urls | contrib.admin | |||
193 | 193 | Uploaded binary files are corrupted on Windows | Core (Other) | |||
423 | 423 | Admin filters broken with [549] | contrib.admin | |||
424 | 424 | Timeline page doesn't display link to RSS feed | *.djangoproject.com | |||
648 | 648 | [patch] Add a comment tag like {# commented #} | Template system | |||
500 | 500 | [patch] Templates files extensions other than '.html' should be possible | Template system | |||
416 | 416 | Automate site introspection for url pattern modules, view methods, template directories, and applications | contrib.admin | |||
698 | 698 | Exceptions thrown after CONTROL-C typed to stop test web server. | Core (Management commands) | |||
201 | 201 | ImageField validation error | contrib.admin | |||
445 | 445 | allow partial object updates with manipulators | Metasystem | |||
917 | 917 | [patch]New admin change_list should be looked up in the app templates | contrib.admin | |||
199 | 199 | CharField should raise an exception when maxlength is not specified | Metasystem | |||
774 | 774 | Typo in 'User authentication in Django' documentation article? | *.djangoproject.com | |||
78 | 78 | Add a test suite for core functionality | Tools | |||
583 | 583 | [patch] Add app-template dirs to TEMPLATE_DIRS | Template system | |||
961 | 961 | [patch] Add automatic thumbnail generation to ImageFields | Core (Other) | |||
582 | 582 | [patch] Load templates from application eggs | Template system | |||
603 | 603 | Improved template error messages | Template system | |||
356 | 356 | [patch]: simple XML-RPC support for Django | Core (Other) | |||
113 | 113 | auto-reload broken in standalone WSGI server | Core (Other) | |||
826 | 826 | Development server kills itself to reload, causing browser GET failures | contrib.admin | |||
165 | 165 | Should mod_python config use PythonOption instead of SetEnv for settings? | Core (Other) | |||
1001 | 1001 | Spanish translation for djangojs.po | Translations | |||
202 | 202 | Error when uploading image | Metasystem | |||
194 | 194 | get_image_dimensions does not work on Windows | Core (Other) | |||
672 | 672 | get_absolute_url isn't nice | contrib.syndication | |||
152 | 152 | FCGI server for django | Core (Other) | |||
676 | 676 | [patch] a _post_init hook for model classes to initialize fields from outside content | Metasystem | |||
629 | 629 | [patch] ChangeManipulator does not correctly display <select> when the data is an id type | Core (Other) | |||
294 | 294 | Use setuptools more aggressively for templates | Template system | |||
579 | 579 | Split template_file template loading and template location logic | Template system | |||
623 | 623 | [patch] Allow ssi tag to use template dirs, making apps that use this feature much more portable | Template system | |||
4 | 4 | Add a db cache backend | Core (Cache system) | |||
414 | 414 | radio_admin doesn't appear to work | Metasystem | |||
444 | 444 | FileField returns error when updating | contrib.admin | |||
378 | 378 | django-admin.py should give feedback | Tools | |||
352 | 352 | django-admin MySQLdb error | Tools |