Ask Solem Hoel
(ask)
Most Active Role
N/A
Most Active Component
Contrib.Staticfiles
Activity Timeline
[No data in this time period]
Components
Tickets
Trac | Ticket (276) | Reporter (1) | Owner (0) | Commenter (29) | Summary | Component |
---|---|---|---|---|---|---|
34566 | 34566 | ModelAdmin get_field_queryset uses related admin ordering, but not related admin querysets. | contrib.admin | |||
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) | |||
34871 | 34871 | Validation of UniqueConstraint with Case() crashes. | Database layer (models, ORM) | |||
373 | 373 | Add support for multi-column primary keys. | Database layer (models, ORM) | |||
27880 | 27880 | 1 | Use __set_name__ to replace some usages of contribute_to_class. | Database layer (models, ORM) | ||
27236 | 27236 | Deprecate Model.Meta.index_together in favour of Model.Meta.indexes | Database layer (models, ORM) | |||
27692 | 27692 | Remember scroll position in list screen after coming back from edit screen - remove autofocus from search field | contrib.admin | |||
34479 | 34479 | Support "watchfiles" in the autoreloader | Utilities | |||
27587 | 27587 | Document str(QuerySet.query) | Documentation | |||
34555 | 34555 | ModelBase metaclass implementation prevents addition of model fields via __init_subclass__ | Database layer (models, ORM) | |||
34643 | 34643 | Move admin form labels to a more accessible place | contrib.admin | |||
34045 | 34045 | Admin changelist checkboxes do not have labels | contrib.admin | |||
34846 | 34846 | Add "Copy" button to the code snippets in docs. | Documentation | |||
34608 | 34608 | Migrations generates code that it can't execute | Migrations | |||
34612 | 34612 | QuerySet.only() doesn't work with select_related() on a reverse OneToOneField relation. | Database layer (models, ORM) | |||
14831 | 14831 | Django Template Style Guide | Documentation | |||
27465 | 27465 | Allow EmailMessage to load attachments from the Storage API | Core (Mail) | |||
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 | |||
27055 | 27055 | Model form with geometry widgets has invalid html | GIS | |||
34988 | 34988 | Makemigrations shouldn't prompt for default values for non-nullable fields of other apps. | Migrations | |||
34993 | 34993 | Unexpected behaviour when filtering across mult-value (aka tomany) joins. | Database layer (models, ORM) | |||
34944 | 34944 | Missing or misinferred attributes in output fields of generated fields | Database layer (models, ORM) | |||
34955 | 34955 | Make Concat() use the database operator `||` on PostgreSQL. | Database layer (models, ORM) | |||
34963 | 34963 | Recursive and other "combinator" queries broken in django-cte | Uncategorized | |||
34930 | 34930 | Parallel tests fail on Python 3.11+ when IsolatedAsyncioTestCase is used | Testing framework | |||
34798 | 34798 | Subquery wrapping is required in QuerySet.aggregate() for aggregates referencing nested subquery. | Database layer (models, ORM) | |||
34840 | 34840 | Django 4.2 casts text fields when testing IS NULL, preventing use of partial indexes | Database layer (models, ORM) | |||
34875 | 34875 | Use RFC 9106 recommendations in Argon2PasswordHasher | contrib.auth | |||
34759 | 34759 | Confirm/Add support for SpatiaLite 5.1 | GIS | |||
34870 | 34870 | Memory leak when using psycopg-c with django hstore | Database layer (models, ORM) | |||
34845 | 34845 | Slow query when using exclude | Database layer (models, ORM) | |||
34706 | 34706 | Aggregation on annotated field fails starting on Django 4.2.2, when the aggregation has the same name as the annotation | Uncategorized | |||
34752 | 34752 | ASGI http.disconnect not handled for streaming responses | HTTP handling | |||
34811 | 34811 | Queryset filter Q order changed | Database layer (models, ORM) | |||
34451 | 34451 | Incorrect exception handling within the django exception handler | Error reporting | |||
34787 | 34787 | The 'runserver' command doesn't work when run from an installed script on Windows | Core (Management commands) | |||
34744 | 34744 | Migration re-add constraints when check condition contains a dict_keys object. | Migrations | |||
34779 | 34779 | Serializer makes unnecessary joins | Core (Serialization) | |||
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 | |||
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) | |||
34413 | 34413 | Variant of Prefetch but for the earliest/latest related object | Database layer (models, ORM) | |||
34702 | 34702 | Runserver serving static files from STATICFILES_DIRS instead of STATIC_ROOT | contrib.staticfiles | |||
34639 | 34639 | MySQL 8.0 hangs indefinitely when using the admin search with a Foreign Key and Annotate | contrib.admin | |||
34651 | 34651 | 'list' object has no attribute '_committed' | Uncategorized | |||
34602 | 34602 | Fail gettext when no translation file is found or when no msgid is found in the given translation file | Internationalization | |||
34637 | 34637 | Add support for database defaults in questioner. | Migrations | |||
34630 | 34630 | Neither `pgettext` nor `pgettext_lazy` return contextual markers in PO files | Internationalization | |||
34600 | 34600 | Review reference to bleach in docs | Documentation | |||
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) | |||
34582 | 34582 | Uploading multiple files in Django no longer works in version 4.2 but worked in version 4.1 | File uploads/storage | |||
34350 | 34350 | WSGIRequest crashes when "wsgi.input" is None. | Core (Other) | |||
34521 | 34521 | Use __slots__ for template Node classes | Template system | |||
34525 | 34525 | index_together warning after migration to new style | Database layer (models, ORM) | |||
34523 | 34523 | Model.objects.update_or_create method sometimes raises TransactionManagementError | Database layer (models, ORM) | |||
34447 | 34447 | Support backgroup async repeat task. just like fastapi_utils.tasks.repeat_every | Core (Other) | |||
34438 | 34438 | UserCreationForm.clean_username() crashes with a custom user model. | contrib.auth | |||
34442 | 34442 | runserver is slow to accept http connexions when running on 0.0.0.0 | Core (Management commands) | |||
34437 | 34437 | values() doesn't mention annotations as valid choices on resolving error | Database layer (models, ORM) | |||
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) | |||
34333 | 34333 | Migrations tries to add constraint before adding a foreign key. | Migrations | |||
34368 | 34368 | Subquery referencing WINDOW expression breaks query compilation | Database layer (models, ORM) | |||
34356 | 34356 | Memory leak when generating PDFs | Core (Other) | |||
34302 | 34302 | SpatialReference.srid incorrectly assumes first AUTHORITY value to be projection SRID | GIS | |||
34318 | 34318 | Add a release note that makemessages no longer changes .po files when up to date. | Documentation | |||
34146 | 34146 | Add tutorial step for installing third party package(s) | Documentation | |||
34255 | 34255 | Annotation/group by with an expression on psycopg3 | Database layer (models, ORM) | |||
34242 | 34242 | Behavior of Model.delete() with regards to primary_key fields is not documented | Documentation | |||
34260 | 34260 | models.FloatField documentation doesn't mention that +inf, -inf, and NaN are database-dependent. | Documentation | |||
34170 | 34170 | Mitigate the BREACH attack | HTTP handling | |||
34204 | 34204 | Django cannot load when Python is compiled with --without-doc-strings enabled | Core (Other) | |||
34203 | 34203 | Drop support for psycopg2 2.8 | Database layer (models, ORM) | |||
34160 | 34160 | Django 4.1 Expression contains mixed types for (Big/Small)IntegerFields. | Database layer (models, ORM) | |||
34173 | 34173 | SessionMiddleware support 503 status code | contrib.sessions | |||
34168 | 34168 | Add support for list of parameters to the QuerySet.raw(). | Database layer (models, ORM) | |||
891 | 891 | customize table name prefixes | Database layer (models, ORM) | |||
27849 | 27849 | Add SQL 2003 FILTER syntax support with Case(When()) fallback to aggregates | Database layer (models, ORM) | |||
34121 | 34121 | Multi Databases documenation example doesn't work | Database layer (models, ORM) | |||
34024 | 34024 | 'WhereNode' object has no attribute 'is_summary' when counting a queryset with annotation from a subquery | Database layer (models, ORM) | |||
34017 | 34017 | Mention that when using Argon2PasswordHasher, this means Argon2id gets used | Documentation | |||
27147 | 27147 | Add support for defining bounds in postgres range fields | contrib.postgres | |||
27624 | 27624 | Optimize ORM by using more immutable data structures | Database layer (models, ORM) | |||
14586 | 14586 | Make interpolate JS function not require the named parameter. | Internationalization | |||
27141 | 27141 | makemigrations fails with PermissionDenied on django_migrations | Migrations | |||
27694 | 27694 | Improve documentation of supported lookups on HStore & JSON fields | Documentation | |||
27541 | 27541 | Provide hooks to override manifest file storage in ManifestFilesMixin | contrib.staticfiles | |||
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) | |||
27339 | 27339 | Adding an AutoField prompts for a default which creates a broken migration | Migrations | |||
14645 | 14645 | Exclude query with multiple conditions for the same multi-value relation not correct | Database layer (models, ORM) | |||
27906 | 27906 | 1 | assertInHTML('<a/><b/>', '<a/><b/><c/>') fails | Testing framework | ||
14628 | 14628 | Document which settings can be changed at runtime | Documentation | |||
27871 | 27871 | Django keeps making the same migration over and over again | Migrations | |||
27719 | 27719 | Add queryset.alias() to mimic .annotate() for aggregations without loading data | Database layer (models, ORM) | |||
27686 | 27686 | 3 | calls to request.user.is_authenticated returns vary by cookie header for all users | contrib.sessions | ||
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 | |||
14091 | 14091 | Fix incorrect quoting in connection.queries | Database layer (models, ORM) | |||
27899 | 27899 | Phrase search query for Postgres full text search | contrib.postgres | |||
27543 | 27543 | AttributeError: '_Frame' object has no attribute 'f_back' / Django and celery error logging gone wrong | Error reporting | |||
27449 | 27449 | Make django.utils.translation.trans_real.get_supported_language_variant public API | Internationalization | |||
27657 | 27657 | Getting crash when using the runserver command on Windows 10 in PowerShell following update to Python 3.6 | Utilities | |||
27546 | 27546 | Replace hardcoded class names in __repr__-methods | Core (Other) | |||
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 | |||
27603 | 27603 | on SpatiaLite AsKML GIS function fails if annotated queryset is evaluated several times | GIS | |||
27818 | 27818 | Use contextlib.suppress to suppress exceptions. | Core (Other) | |||
27982 | 27982 | Possible bug related to queryset union | Database layer (models, ORM) | |||
27670 | 27670 | Loading shell crashes when pythonrc file contains error | Core (Management commands) | |||
27434 | 27434 | 4 | 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 | |||
27039 | 27039 | ModelFields with 'default' value set and 'required'=False in form does not use default value | Forms | |||
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 | |||
27981 | 27981 | date/time filter docs inaccurate about how localization works | Documentation | |||
27958 | 27958 | CSRF_COOKIE reset while requesting a broken relative URL over HTTPS | CSRF | |||
27901 | 27901 | Unicode subclasses can't be saved to TextField with MySQL and Python 2 | Database layer (models, ORM) | |||
27886 | 27886 | Django contrib.postgres JSONField adds additonal quotes to a dictionary. | contrib.postgres | |||
27838 | 27838 | How to run a shell command concurrently from django server | Uncategorized | |||
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 | |||
27683 | 27683 | Change default transaction isolation level to READ COMMITTED on MySQL | Database layer (models, ORM) | |||
27817 | 27817 | Jsonfield duplicating records in production database after running manage.py test | Database layer (models, ORM) | |||
27741 | 27741 | staticfiles_tests test_corrupt_intermediate_files fails intermittently when run in parallel | contrib.staticfiles | |||
27773 | 27773 | Model field level permission and Field value level permission in Django and DRF | Uncategorized | |||
27772 | 27772 | Multiple Database without Default | Database layer (models, ORM) | |||
27735 | 27735 | l10n is applied to Select widget's choices after template-based widget rendering | Documentation | |||
27706 | 27706 | Session key is not set when trying to log in, when another user's session cookie is sent with the login request | contrib.auth | |||
27725 | 27725 | requests.post fail inside of django shell but not python shell | Uncategorized | |||
27691 | 27691 | Avoid `logger=logging.getLogger(__name__)` | Uncategorized | |||
27695 | 27695 | 3 | Development testing instructions do not work | Uncategorized | ||
27687 | 27687 | Dateformat issue using django basic logging formatter | Utilities | |||
27650 | 27650 | ForeignKey.validate asks db_for_read for the parent's database, not the target field's database | Database layer (models, ORM) | |||
27636 | 27636 | The filter queryset is dynamic? | Database layer (models, ORM) | |||
27597 | 27597 | UrlResolver doesn't check all possibilities | Core (URLs) | |||
27609 | 27609 | gettext_lazy cast to str/unicode errors under py 2.7 if performed after language activation. | Core (System checks) | |||
27569 | 27569 | Resolve reverse url with named groups regular expression to sprintf output formatters not specifying kwargs key / value pairs. | Core (URLs) | |||
27295 | 27295 | Add a system check to prohibit models that start with an underscore | Core (System checks) | |||
27393 | 27393 | 1 | Admin: input boxes on password reset forms are not aligned | contrib.admin | ||
27406 | 27406 | Signals pre_delete and post_delete break logical relationship of models and behave in diffrently with different backends | Database layer (models, ORM) | |||
27200 | 27200 | Provide makemigrations router.allow_migrate() with a model_name | Migrations | |||
27454 | 27454 | Skip translation loading in apps that don't have a 'locale' directory | Internationalization | |||
27444 | 27444 | Django StaticLiveServerTestCase: view cannot query test-database properly | Testing framework | |||
27428 | 27428 | Using .extra on Queryset | Uncategorized | |||
27063 | 27063 | i18n_patterns() matches too much of the URL as the language code | Internationalization | |||
27328 | 27328 | return `Set-Cookie` if sessionid= None value | contrib.sessions | |||
27396 | 27396 | Docs: send POST request on base.html does not mention {{ csrf_token }} | Documentation | |||
27340 | 27340 | ✅ | 2 | Model pre_init signal should provide an `instance` argument | Database layer (models, ORM) | |
27362 | 27362 | Omitting default_app_config in __init__.py happens too easily. | Core (Other) | |||
27383 | 27383 | Regression: `FileField(default=None)` now never upload a file through a ModelForm | File uploads/storage | |||
27351 | 27351 | Add support for composite fields | Database layer (models, ORM) | |||
27262 | 27262 | Delegate URL resolver checks to URL classes | Core (URLs) | |||
27293 | 27293 | Incorrect time string spacing in Korean | Internationalization | |||
27269 | 27269 | ORM extremely slow to run annotate/filter query, much faster directly in dbshell | Database layer (models, ORM) | |||
27247 | 27247 | Official way to create custom admin commands with subcommands in py2 / py3 | Core (Management commands) | |||
27187 | 27187 | Django 1.10 is unable to unpickle models pickled in Django pre-1.10 | Database layer (models, ORM) | |||
27216 | 27216 | 2 | Wrong import location in deprecation message | contrib.admin | ||
27205 | 27205 | Allow doing a substring search in JSONField array | contrib.postgres | |||
27197 | 27197 | Document how blank=True affects the migrations questioner | Documentation | |||
27099 | 27099 | 3 | Document that ModelAdmin.list_filter doesn't appear unless there's more than one choice | Documentation | ||
27142 | 27142 | makemigrations fails on special database connections | Migrations | |||
27146 | 27146 | template shows empty string instead of actual content when it contains characters like \x93 and \x94 | Template system | |||
27128 | 27128 | A method model.objects.get(pk=obj.pk) returns many objects, but in a database is one. | Uncategorized | |||
27144 | 27144 | annotating across a ManyToManyField returns duplicate results | Database layer (models, ORM) | |||
27125 | 27125 | Can not support django Internationalized domain name in URLValidation | Core (URLs) | |||
27112 | 27112 | django.test.client.Client doesn't support timeouts | Testing framework | |||
14286 | 14286 | Support for BigAutoField | Database layer (models, ORM) | |||
14518 | 14518 | Field.to_python not called on foreign key IDs | Database layer (models, ORM) | |||
14087 | 14087 | django.core.management.get_commands only sees commands in the last package of a namespace package | Core (Other) | |||
14394 | 14394 | Assigning bad data to an m2m attribute should not clear existing data | Database layer (models, ORM) | |||
14434 | 14434 | AdminSite should rely on self.has_permission for all permission checks | contrib.admin | |||
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) | |||
14787 | 14787 | Upload handler should pass errors on to forms.FileField | File uploads/storage | |||
14051 | 14051 | 6 | Signals for transaction commit/rollback | Database layer (models, ORM) | ||
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 | |||
937 | 937 | Autoreload reloads for every request. | Core (Management commands) | |||
14512 | 14512 | Documentation & tools for decorating class-based-views. | Generic views | |||
14492 | 14492 | 1 | Model proxy instance does not equal the respective model instance | Database layer (models, ORM) | ||
14238 | 14238 | admin-interface and formsets: ordered_forms are not returned in case of errors | contrib.admin | |||
14958 | 14958 | FastCGI socket permission | Core (Management commands) | |||
14945 | 14945 | ContentType.objects.get_for_model doesn't allow using multiple databases | 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 | |||
14705 | 14705 | Model Field Order not influenced by MRO of superclasses | Database layer (models, ORM) | |||
14970 | 14970 | Inconsistency in handling of managed/unmanaged transactions | Database layer (models, ORM) | |||
14387 | 14387 | pre_save problem with inherrited model | Database layer (models, ORM) | |||
14633 | 14633 | Reorganize settings reference docs | Documentation | |||
14039 | 14039 | FileField special-casing breaks MultiValueField including a FileField | Forms | |||
14615 | 14615 | Related objects manager returns related objects with null FKs for unsaved instances | Database layer (models, ORM) | |||
14026 | 14026 | Setting for TRANSACTION_LEVEL on db backends | Database layer (models, ORM) | |||
596 | 596 | Allow Django to be packaged as a Python egg | Core (Other) | |||
14050 | 14050 | 1 | Signals for transaction commit/rollback | Database layer (models, ORM) | ||
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 | |||
14910 | 14910 | I18N locale per app resolving - documentation incorrect and bug | Internationalization | |||
14776 | 14776 | Don't put radio and checkbox input widgets in <ul> lists | Forms | |||
14548 | 14548 | Docs and implementation don't match regading return values of certain QuerySet aggregate functions | Documentation | |||
14465 | 14465 | TemplateSyntaxError in Django Admin search | Uncategorized | |||
14961 | 14961 | Cannot load admin interface static files when doing tutorial | Contrib apps | |||
14924 | 14924 | I18N looks for translations in the reverse order of the apps | Internationalization | |||
14943 | 14943 | Meta attributes for Model refused to work with Mixin. | Database layer (models, ORM) | |||
399 | 399 | Bigint field object needed | Database layer (models, ORM) | |||
458 | 458 | "View on site" doesn't link to model's get_absoulte_url() method | contrib.admin | |||
689 | 689 | Honor Web server provided authentication | Core (Other) | |||
285 | 285 | WSGIRequest should set request.path to full uri path | HTTP handling | |||
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) | |||
14029 | 14029 | not operator on F objects silently fails | Database layer (models, ORM) | |||
14262 | 14262 | Helper for "get_something as varname" template tag pattern | Template system | |||
14267 | 14267 | Trac Upgrade Tracking Ticket | *.djangoproject.com | |||
14230 | 14230 | 1 | Documentation for Auth's Logout view suggests wrong redirect takes precedence. | contrib.auth | ||
717 | 717 | If-Modified-Since checked for exact match | HTTP handling | |||
14309 | 14309 | Spanish translation on deleting objects | Translations | |||
14474 | 14474 | Unnecessary deepcopying of QuerySet inside filter() method results in slower execution | Database layer (models, ORM) | |||
14969 | 14969 | To have a way to modify third part model classes | Database layer (models, ORM) | |||
14839 | 14839 | django admin and user model inheritance | Uncategorized | |||
14828 | 14828 | what is the truc for installation on mac os10.6 | Uncategorized | |||
14443 | 14443 | Oracle backend returns wrong test database name | Database layer (models, ORM) | |||
14398 | 14398 | runfcgi umask option should use literal value | Core (Management commands) | |||
14575 | 14575 | Fill PDF Forms with FDF Data or XFDF Data and/or Flatten Forms | Documentation | |||
14552 | 14552 | Suggestion for a slightly better explanation of custom template tags | Documentation | |||
14452 | 14452 | Need help understanding why the below is happening. | Forms | |||
14340 | 14340 | Ordering ModelAdmin form fields | contrib.admin | |||
14314 | 14314 | Import error on installation of Django 1.2.3 | Uncategorized | |||
14275 | 14275 | Russian file name file in upload | File uploads/storage | |||
14086 | 14086 | Tests don't pass on Python 2.4 because of a try/except/finally | contrib.sessions | |||
313 | 313 | PhoneNumberField should accept international format numbers | Internationalization | |||
571 | 571 | SQLite error with mod_python/Apche2 on Mac OS X 10.4.2 | contrib.admin | |||
541 | 541 | [patch] Making generic views use other templates like Zope3 ZPT | Generic views | |||
376 | 376 | Add a handler for mod_python v. 2 (Django requires v. 3) | Core (Other) | |||
685 | 685 | [patch] list_detail and archive_* generic views should default allow_empty to True | Generic views | |||
265 | 265 | Patch: RequiredIfOtherField and friends don't work with edit_inline | Core (Other) | |||
115 | 115 | Models CRUD via web services | Core (Other) | |||
391 | 391 | date_based generic views might be off by one | Generic views | |||
36 | 36 | how do I config the apache+mod_python? | Core (Other) | |||
744 | 744 | `NullBooleanField` should show an icon in the admin listing rather than "None" | Generic views | |||
779 | 779 | [patch] Allow callables in extra_lookup_kwargs of generic views | Generic views | |||
509 | 509 | We need a "Powered by Django" button | Database layer (models, ORM) | |||
333 | 333 | HttpResponse should get a default charset | Core (Other) | |||
58 | 58 | Creating user from interactive interpreter doesn't work with MySQL | Database layer (models, ORM) | |||
109 | 109 | Patch: Customizing Date(Time)Field displays | contrib.admin | |||
77 | 77 | The PostgreSQL code should use schemas instead of prefixes for namespaces. | Database layer (models, ORM) | |||
555 | 555 | DateTimeFields with auto_now and auto_now_add don't change in place | Core (Other) | |||
572 | 572 | When i have an ImageField and a auto_now DateTimeField in the same model it doesnt get saved | contrib.admin | |||
952 | 952 | [patch] Allow for database client encoding configuration from project settings | Database layer (models, ORM) | |||
639 | 639 | Model FileFields empty on first pass through save() | Core (Other) | |||
344 | 344 | Improvements to raw_id_admin for ManyToManyFields | contrib.admin | |||
688 | 688 | [patch] Error handlers lack context. | Translations | |||
10 | 10 | Ordered objects should have API access to their order number | Validators | |||
61 | 61 | [patch] auth.User admin form shouldn't require people to edit hashes | contrib.admin | |||
440 | 440 | [patch] maxlength incorrectly checked for international characters in utf-8 | contrib.admin | |||
798 | 798 | Specifying username, email, and password on as arguments to "django-admin.py createsuperuser" | Translations | |||
416 | 416 | Automate site introspection for url pattern modules, view methods, template directories, and applications | contrib.admin | |||
119 | 119 | Serving media | Core (Other) | |||
878 | 878 | URLconf regexp captures should be passed as *args | Core (Other) | |||
961 | 961 | [patch] Add automatic thumbnail generation to ImageFields | Core (Other) | |||
746 | 746 | refactor models/__init__.py so fields themselves add their own get_XXXX_count/list functions | Core (Other) | |||
603 | 603 | Improved template error messages | Template system | |||
692 | 692 | TemplateSyntaxError in admin with development server | Core (Management commands) | |||
272 | 272 | Error while executing | contrib.admin | |||
300 | 300 | ImportError in simple setup | Core (Other) | |||
372 | 372 | problems loading custom filters? | Template system | |||
672 | 672 | get_absolute_url isn't nice | contrib.syndication | |||
662 | 662 | saving a newly created object without any data causes an error | Core (Other) | |||
859 | 859 | CharField shouldn't require a maxlength | Database layer (models, ORM) | |||
401 | 401 | Overview Question | *.djangoproject.com | |||
324 | 324 | IPAddressField fails | Database layer (models, ORM) |