Edwin
(ej)
Most Active Role
N/A
Most Active Component
Contrib.Admin
Activity Timeline
[No data in this time period]
Components
Tickets
Trac | Ticket (319) | Reporter (2) | Owner (0) | Commenter (56) | 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) | |||
34041 | 34041 | Accessibility improvements for admin breadcrumbs | contrib.admin | |||
897 | 897 | Bi-Directional ManyToMany in Admin | contrib.admin | |||
373 | 373 | 1 | 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) | |||
34898 | 34898 | Adding non-deterministic collations to unique CharFields crashes on PostgreSQL. | Migrations | |||
34533 | 34533 | OuterRef not resolved as part of ORDER BY clause | Database layer (models, ORM) | |||
34624 | 34624 | RelatedFieldWidgetWrapper links toggling isn’t working for radio widgets | contrib.admin | |||
27452 | 27452 | Add Postgres serial field to contrib.postgres | contrib.postgres | |||
27587 | 27587 | Document str(QuerySet.query) | Documentation | |||
34887 | 34887 | Allow unlimited CharField for SQLite backend | Database layer (models, ORM) | |||
34013 | 34013 | Support ordering by annotation transforms (e.g JSONObject/ArrayAgg transforms). | Database layer (models, ORM) | |||
34654 | 34654 | Post-normalization performed on the Username field leading to the bypass of the whitespace stripping | contrib.auth | |||
34881 | 34881 | migrate crashes when renaming model referenced twice by ManyToManyField.through model on SQLite. | Migrations | |||
34331 | 34331 | Support prefetch_related() with Queryset.aiterator() | Database layer (models, ORM) | |||
34841 | 34841 | Reverse migrations model state rendering slow with moderate to large migrations | Migrations | |||
14974 | 14974 | 1 | Add support for translation backends other than gettext | Internationalization | ||
27447 | 27447 | Provide an easy way to test sending of signals | Testing framework | |||
27325 | 27325 | 4 | Offer a solution for static file serving suitable for production use | Core (Other) | ||
34140 | 34140 | Format python code blocks in documentation files | Documentation | |||
34051 | 34051 | makemigrations --check generating migrations is inconsistent with other uses of --check | Migrations | |||
34949 | 34949 | Clarify when unique constraints are ignored. | Documentation | |||
34633 | 34633 | Add prefetch_related() cache invalidation for create() in reverse many-to-one managers. | Database layer (models, ORM) | |||
34978 | 34978 | Annotating through an aggregate with RawSQL() raises 1056 "Can't group on" on MySQL/MariaDB. | Database layer (models, ORM) | |||
34993 | 34993 | Unexpected behaviour when filtering across mult-value (aka tomany) joins. | Database layer (models, ORM) | |||
14611 | 14611 | Added dedicated option to test.Client methods (other than get()) for passing query parameters. | Testing framework | |||
34965 | 34965 | @sensitive_variables for coroutine func are not recursive | Core (Other) | |||
34919 | 34919 | Missing scope attribute in admin doc table headers. | contrib.admindocs | |||
34457 | 34457 | makemigrations --check no longer prints the changes | Migrations | |||
14336 | 14336 | list_display should be able to contain sortable references to annotated fields | contrib.admin | |||
34878 | 34878 | Autoreload crashes with FORM_RENDERER="django.forms.renderers.TemplatesSetting". | Template system | |||
34810 | 34810 | Calculate coverage on subprocesses such as django-admin commands | Core (Other) | |||
34815 | 34815 | urls file in startapp command | Core (Management commands) | |||
34778 | 34778 | startproject could use find_spec() rather than import_module() to check for conflicts | Core (Management commands) | |||
34799 | 34799 | inspectdb fails on tables with cross-schema relations on MySQL. | Database layer (models, ORM) | |||
34788 | 34788 | Correct NUMBER_GROUPING in Japan. | Internationalization | |||
34779 | 34779 | Serializer makes unnecessary joins | Core (Serialization) | |||
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) | |||
34692 | 34692 | django.forms.renderers.get_default_renderer()'s template loader cache is not being reset on autoloads. | Forms | |||
34655 | 34655 | Tests for RadioSelect and Select have diverged considerably, potentially leaving RadioSelect undertested | Forms | |||
34720 | 34720 | BaseReloader.watch_dir() incorrectly checks for existence of path | Utilities | |||
34679 | 34679 | Cannot run collectstatic with existing unsupported manifest file | contrib.staticfiles | |||
34695 | 34695 | security.E101 false positive with class-based views | Core (System checks) | |||
27646 | 27646 | Add QuerySet support for group by modifiers and OLAP functionality | Database layer (models, ORM) | |||
34391 | 34391 | Add async interface to contrib.auth | contrib.auth | |||
34675 | 34675 | Selenium WebDriver implementation is broken due to update of Selenium | Testing framework | |||
34632 | 34632 | Let makemigrations output an error message with --check | Migrations | |||
27079 | 27079 | Refactor LiveServerPort tests to not make extra calls to setUpClass() and tearDownClass() | Testing framework | |||
34473 | 34473 | StepValueValidator does not take into account min_value | Forms | |||
34539 | 34539 | `get_prep_value` no longer called for JSONField | Database layer (models, ORM) | |||
34611 | 34611 | Support getting None in qs.get() | Database layer (models, ORM) | |||
34535 | 34535 | dbshell management command can crash if DATABASES["name"] is a PosixPath | Core (Management commands) | |||
34587 | 34587 | Allow to override table2model conversion for inspectdb command | Core (Management commands) | |||
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 | |||
34544 | 34544 | DBMS_LOB.SUBSTR() is unnecessary for "IS NULL" condition on Oracle. | Database layer (models, ORM) | |||
34522 | 34522 | 2 | PUT/PATCH data is not encoded for multipart/form-data in Django Test Client | Testing framework | ||
34435 | 34435 | JSONField with string default raises fields.E010 warning. | Documentation | |||
34501 | 34501 | Revert CICharField deprecation | contrib.postgres | |||
34465 | 34465 | Handle malformed CSRF cookie | CSRF | |||
34460 | 34460 | Replace Flake8 by Ruff | Utilities | |||
34446 | 34446 | Coding style docs should contain incorrect example for Model style. | Documentation | |||
34438 | 34438 | UserCreationForm.clean_username() crashes with a custom user model. | contrib.auth | |||
34409 | 34409 | Examples of fetching raw SQL don't work for non-unique column names. | Documentation | |||
34424 | 34424 | SelectDateWidget can crash with OverflowError. | Forms | |||
34388 | 34388 | Added support for direct usage of Choices classes on model fields | Database layer (models, ORM) | |||
34420 | 34420 | Migration import ordering violates coding style and isort defaults | Migrations | |||
34410 | 34410 | Adding database dynamically breaks in Django 4.1+ | Database layer (models, ORM) | |||
34384 | 34384 | SECRET_KEY_FALLBACKS is not used for sessions | contrib.auth | |||
34377 | 34377 | AdminSite.catch_all_view() drops query string in redirects | contrib.admin | |||
34375 | 34375 | GDAL and GIS missing LD Library error message. | GIS | |||
34304 | 34304 | Adding and removing a conditional UniqueConstraint to ForeignKey multiple times crashes on MySQL | Database layer (models, ORM) | |||
34238 | 34238 | Support computed `GENERATED ALWAYS` columns | Database layer (models, ORM) | |||
14094 | 14094 | Cannot define CharField with unlimited length | Database layer (models, ORM) | |||
34218 | 34218 | 1 | Password mismatch on UserCreationForm not translated to the Slovenian language | Internationalization | ||
34205 | 34205 | Validation of constraints with __len lookup crashes for ArrayFields. | Database layer (models, ORM) | |||
34095 | 34095 | Form controls in admin should use heights in relative units | contrib.admin | |||
891 | 891 | customize table name prefixes | Database layer (models, ORM) | |||
34135 | 34135 | Add async interface to ManyRelatedManager & RelatedManager | Database layer (models, ORM) | |||
34139 | 34139 | acreate(), aget_or_create(), and aupdate_or_create() doesn't work as intended on related managers. | Database layer (models, ORM) | |||
34071 | 34071 | Unclear validator messages for Range(Min/Max)ValueValidator compared to docs. | contrib.postgres | |||
34030 | 34030 | add SystemCheckError for LocaleMiddleware | Core (Management commands) | |||
34052 | 34052 | migrate --check still emits signals if database is up to date | Migrations | |||
34053 | 34053 | JS tests depend on Cloudflare CDN for every run | Testing framework | |||
34048 | 34048 | Do not add cache control header if is set to false or a falsy value | Utilities | |||
34032 | 34032 | Base authentication Backend should raise NotImplemented on needed methods | contrib.auth | |||
34014 | 34014 | DecimalValidator fails to validate 0 in scientific notation (0E+1 or 0E+2) | Core (Other) | |||
34000 | 34000 | Fix numberformat.py "string index out of range" when null | Utilities | |||
34001 | 34001 | ForeignKey.formfield(): allow override for all kwargs | Database layer (models, ORM) | |||
27944 | 27944 | Have meta.get_field('pk') return the primary key field directly | Database layer (models, ORM) | |||
14411 | 14411 | Inline delete not prompting cascade delete warning | contrib.admin | |||
27064 | 27064 | 1 | Implement RenameIndex in a backwards compatible way | Migrations | ||
27753 | 27753 | Cleanups when no supported version of Django supports Python 2 anymore | Utilities | |||
27936 | 27936 | Add some clarifications to "Spanning multi-valued relationships" | Documentation | |||
27877 | 27877 | Management command exceptions should be logged | Core (Management commands) | |||
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 | |||
19 | 19 | Automatically generate JavaScript form validation | Validators | |||
56 | 56 | Primary key columns should be UNSIGNED | Database layer (models, ORM) | |||
27854 | 27854 | Make `collectstatic` warn (rather than blow up) on missing directories | contrib.staticfiles | |||
27827 | 27827 | Raising InvalidTemplateLibrary completely masks out real exception in get_package_libraries | Template system | |||
27917 | 27917 | Allow ModelAdmin.radio_fields to work with NullBooleanField | contrib.admin | |||
27445 | 27445 | RadioSelect widget does not work for NullBooleanField | Documentation | |||
27906 | 27906 | assertInHTML('<a/><b/>', '<a/><b/><c/>') fails | Testing framework | |||
27257 | 27257 | Use the ->> operator when filtering builtin text lookups on JSONField keys | contrib.postgres | |||
27679 | 27679 | Document that empty formsets display min_num+extra forms | Documentation | |||
27430 | 27430 | `manage.py test` does not support unittest `-b` buffer option | Testing framework | |||
27686 | 27686 | calls to request.user.is_authenticated returns vary by cookie header for all users | contrib.sessions | |||
27865 | 27865 | Document use of Manager rather than BaseManager for from_queryset() | Documentation | |||
27370 | 27370 | Django's Select widget adds a required="required" attribute, even if created with empty_label=True | Forms | |||
17 | 17 | Metasystem optimization: Share select_related in memory | Database layer (models, ORM) | |||
14071 | 14071 | Row duplicated when modifying PK | contrib.admin | |||
27808 | 27808 | 3 | Nested ArrayField with nullable base field generates invalid SQL | contrib.postgres | ||
27921 | 27921 | Documentation of make_aware() with is_dst is misleading | Documentation | |||
27473 | 27473 | Allow using Extract() with DurationField | Database layer (models, ORM) | |||
14129 | 14129 | 3 | Slovenian translation plural-forms | Internationalization | ||
27801 | 27801 | Make createsuperuser inspect environment variables for username and password | contrib.auth | |||
14091 | 14091 | Fix incorrect quoting in connection.queries | Database layer (models, ORM) | |||
27398 | 27398 | Make SimpleTestCase.assertRedirects() URL comparison ignore ordering of query parameters | Testing framework | |||
27161 | 27161 | TypedChoiceField fails to validate properly when used with ArrayField | Forms | |||
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 | |||
27710 | 27710 | foreign key _id optimisation leads to incorrect descriptor value | Database layer (models, ORM) | |||
27332 | 27332 | Specifying additional ON arguments, and more flexibility with joins | Database layer (models, ORM) | |||
14370 | 14370 | Adding support for Autocomplete in contrib.admin | contrib.admin | |||
27895 | 27895 | Test Client fails to decode json response with unicode characters | Testing framework | |||
27701 | 27701 | Document that runserver bypasses middleware for static files | Documentation | |||
27477 | 27477 | Use QuerySet.select_for_update() in admin change form to fix race condition | contrib.admin | |||
27241 | 27241 | Annotate doesn't work with PostgreSQL views anymore | Database layer (models, ORM) | |||
14149 | 14149 | 1 | LIKE clauses fail in Oracle 9.2.0.7 | Database layer (models, ORM) | ||
27183 | 27183 | JSONField improperly escaped in admin interface during normal usage | contrib.postgres | |||
27834 | 27834 | Add the STRPOS database function | Database layer (models, ORM) | |||
27958 | 27958 | CSRF_COOKIE reset while requesting a broken relative URL over HTTPS | CSRF | |||
27897 | 27897 | Searching for foreign key's pk in the admin crashes with FieldDoesNotExist | contrib.admin | |||
27900 | 27900 | Make escapejs escape backticks to support usage in ES6 template literals | Utilities | |||
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 | |||
27769 | 27769 | createsuperuser command missing docs about no-input/interactive | Documentation | |||
27544 | 27544 | F() Expressions updating dates in .update() field fails on SQLite | Database layer (models, ORM) | |||
27703 | 27703 | [Feature request] Template language type annotations | Template system | |||
27606 | 27606 | Error in formatting HttpResponseRedirect when __init__() raises DisallowedHost | HTTP handling | |||
27502 | 27502 | The search of official documentation is broken | Documentation | |||
27482 | 27482 | Conditional Expressions documentation should have an example for filter() methods | Documentation | |||
27467 | 27467 | UserAttributeSimilarityValidator max_similarity=0/1 doesn't work as documented | contrib.auth | |||
27492 | 27492 | JsonResponse can't handle model_to_dict() with empty ImageField | HTTP handling | |||
27003 | 27003 | ArrayField and JSONField form fields fail on already converted values | Forms | |||
27414 | 27414 | Document that aliasing ForeignKey fields in F expressions returns pk values, not model instances | Documentation | |||
27138 | 27138 | timezone.localtime accepts naive datetimes on Python ≥ 3.6 | Utilities | |||
27073 | 27073 | Overridden model managers shouldn't appear in _meta.managers | Database layer (models, ORM) | |||
27328 | 27328 | return `Set-Cookie` if sessionid= None value | contrib.sessions | |||
27379 | 27379 | Django violates RFC7230 when handling requests. | HTTP handling | |||
27151 | 27151 | 1 | FK index created two times on PostgreSQL if referenced table PK is varchar | Migrations | ||
27396 | 27396 | Docs: send POST request on base.html does not mention {{ csrf_token }} | Documentation | |||
27299 | 27299 | Document Widget.use_required_attribute() | Documentation | |||
27217 | 27217 | makemigrations crashes with "'SpatialRefSysMixin' has no attribute '_meta'" on PostGIS | GIS | |||
27276 | 27276 | Document how to reverse the admin's login view | Documentation | |||
27159 | 27159 | Pickling query with an __in=inner_qs lookup causes evaluation evaluation of inner_qs | Database layer (models, ORM) | |||
27198 | 27198 | QueryDict getlist allows data to be mutated | HTTP handling | |||
27216 | 27216 | Wrong import location in deprecation message | contrib.admin | |||
27143 | 27143 | SearchQuery is not combinable using more than one `&` or `|` operators | contrib.postgres | |||
27099 | 27099 | 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 | |||
14030 | 14030 | 1 | Use F() objects in aggregates(), annotates() and values() | Database layer (models, ORM) | ||
494 | 494 | Collapse in admin interface for inline related objects | contrib.admin | |||
14286 | 14286 | 1 | Support for BigAutoField | Database layer (models, ORM) | ||
29 | 29 | Fix usability issue with limit_choices_to and "Add another" in admin | contrib.admin | |||
14087 | 14087 | django.core.management.get_commands only sees commands in the last package of a namespace package | Core (Other) | |||
23979 | 23979 | âś… | 3 | Multi-db test fails to run because of fixture containing M2M field (dumped with --natural-foreign) | Core (Serialization) | |
14748 | 14748 | Missing documentation for FormPreview methods | Documentation | |||
901 | 901 | Reload method for models | Database layer (models, ORM) | |||
14334 | 14334 | Queries don't ensure that comparison objects are the correct type | Database layer (models, ORM) | |||
27 | 27 | Single form field for multiple database fields | Forms | |||
14226 | 14226 | Bug in dumpdata dependency calculation involving ManyToManyFields | Core (Serialization) | |||
14319 | 14319 | Add signals test_setup and test_teardown to Django test suite runner Options | Testing framework | |||
14263 | 14263 | Allow fields to support custom double-underscore lookup methods | Database layer (models, ORM) | |||
14950 | 14950 | Javascript errors when building CHM file from django docs using Sphinx | Documentation | |||
14007 | 14007 | Automatically discover models within a package without using the app_label Meta attribute | Database layer (models, ORM) | |||
937 | 937 | Autoreload reloads for every request. | Core (Management commands) | |||
23 | 23 | Add support for ValidationWarning | Forms | |||
14786 | 14786 | get_db_prep_lookup call get_prep_value twice for each value if prepared == False | Database layer (models, ORM) | |||
14261 | 14261 | 1 | Add clickjacking protection (X-Frame-Options header) | HTTP handling | ||
25 | 25 | Filtering interface on ForeignKey <select> boxes | contrib.admin | |||
14057 | 14057 | 1 | Expose an interface for custom-escaping template content | Template system | ||
14186 | 14186 | 1 | Adding GDirections wrapper to overlays.py | GIS | ||
14451 | 14451 | 1 | add related_name to contrib.auth.models.User for 'groups' | contrib.auth | ||
14646 | 14646 | 1 | django.contrib.comments is missing default template for comment_notification_email.txt, and has no documentation of template context | contrib.comments | ||
14175 | 14175 | 1 | Comment object's user_name field too short for User.get_full_name | contrib.comments | ||
14571 | 14571 | Update jQuery | contrib.admin | |||
14678 | 14678 | Users are able to add more than one page to the same url | contrib.flatpages | |||
18194 | 18194 | âś… | File-based session never expire | contrib.sessions | ||
361 | 361 | Some Basic Math Filters | Template system | |||
14757 | 14757 | Add An Example For .extra(tables=[]) | Documentation | |||
14502 | 14502 | Feature: escape hatch for colliding template syntax in Django templates | Template system | |||
1 | 1 | Create architecture for anonymous sessions | Core (Other) | |||
14806 | 14806 | No template tag to support contextual translations | Internationalization | |||
632 | 632 | 1 | database stored templates | Template system | ||
14555 | 14555 | Session loss with psycopg2 db backend | contrib.sessions | |||
14438 | 14438 | Deserializer raises ValidationError if natural key is given as string | Core (Serialization) | |||
14648 | 14648 | Annotated date querysets fail if spatial backend is used | GIS | |||
14528 | 14528 | django.contrib.staticfiles documentation issues | Documentation | |||
14955 | 14955 | URLField validation should use HEAD requet instead of GET | Core (Other) | |||
14961 | 14961 | Cannot load admin interface static files when doing tutorial | Contrib apps | |||
14739 | 14739 | Move contrib app translations out of core | Internationalization | |||
14709 | 14709 | staticfiles app seems forced upon me | Contrib apps | |||
14132 | 14132 | Feedgenerator doesn't support dates before 1900 | Contrib apps | |||
14455 | 14455 | Document possibly backwards-incompatible localflavor changes | contrib.localflavor | |||
14582 | 14582 | django.contrib.staticfiles development file serving is backward-incompatible if MEDIA_URL was pointing to /static/ folder | Contrib apps | |||
14249 | 14249 | Inactive users have less permissions then anonymous users with custom backend | contrib.auth | |||
14060 | 14060 | PostGISAdapter needs to properly cast input for comparisons on geography columns. | GIS | |||
14906 | 14906 | r14915 removed alternative month names from Polish translation added in r14000 | Translations | |||
14999 | 14999 | Valid lookups are rejected after r15031 | contrib.admin | |||
14538 | 14538 | STATICFILES_DIRS must be set for dev, docs could be improved | Contrib apps | |||
14667 | 14667 | Link MEDIA_* settings to file management docs | Documentation | |||
14514 | 14514 | Typo in staticfiles docs | Documentation | |||
14524 | 14524 | Accessing /static/ in a new project shows simplistic 404 error page | Contrib apps | |||
14290 | 14290 | Rendering is very inefficient when USE_L10N. Caching format values gives 2-7 times improvement | Internationalization | |||
14948 | 14948 | Broken routers in 1.2.4: type object 'ModelBase' has no attribute '_meta' | Database layer (models, ORM) | |||
14507 | 14507 | Static file serving is broken after rev 14293 | Core (Other) | |||
14721 | 14721 | USE_THOUSAND_SEPARATOR fails with UnicodeDecodeError in several locales | Internationalization | |||
14133 | 14133 | update GeoDjango windows installer | GIS | |||
14774 | 14774 | assertNumQueries is buggy with views and the test client if used more than once in a test | Testing framework | |||
14941 | 14941 | URLField (in django.contrib.admin) rejects IDN domain | Core (Other) | |||
14338 | 14338 | Search bar on the docs should include 1.2, & 1.1 | *.djangoproject.com | |||
14862 | 14862 | bad links | *.djangoproject.com | |||
14908 | 14908 | Add takes_context parameter to simple_tag decorator | Template system | |||
14041 | 14041 | Templates in function calls for sitemap | Contrib apps | |||
342 | 342 | 1 | Add a way for fields to be displayed in the admin without being editable | contrib.admin | ||
285 | 285 | WSGIRequest should set request.path to full uri path | HTTP handling | |||
13 | 13 | 4 | Related objects interface should be tighter (edit_inline) | contrib.admin | ||
14506 | 14506 | 1 | Crash on HEAD request | Documentation | ||
14674 | 14674 | 4 | ResetPasswordForm doesn't consider unusable_password setting | contrib.auth | ||
811 | 811 | 1 | IPv6 address field support | Core (Other) | ||
14206 | 14206 | contrib:admin dynamic list_display support | contrib.admin | |||
14614 | 14614 | Dont send Request message when handle_uncaught_exception() | Core (Other) | |||
14262 | 14262 | Helper for "get_something as varname" template tag pattern | Template system | |||
14267 | 14267 | Trac Upgrade Tracking Ticket | *.djangoproject.com | |||
14230 | 14230 | Documentation for Auth's Logout view suggests wrong redirect takes precedence. | contrib.auth | |||
14083 | 14083 | Python module index on docs page is empty | *.djangoproject.com | |||
14880 | 14880 | raw_id_fields in admin does not work when limit_choices_to dictionary has value=False | contrib.admin | |||
14350 | 14350 | Please add a login method to the test Client that doesn't depend on passwords | Testing framework | |||
14347 | 14347 | 1 | Add required_if field to model fields | Database layer (models, ORM) | ||
14067 | 14067 | 1 | _perform_unique_checks, _perform_date_checks broken for subclasses | Database layer (models, ORM) | ||
14680 | 14680 | 2 | Add a file to ignore unnecessary and compiled files from various version control systems | Core (Other) | ||
14234 | 14234 | Validation bug when using ModelForms | Forms | |||
14318 | 14318 | Add GEOSGeometry.valid_reason | GIS | |||
14547 | 14547 | Get Involved via IRC: Mibbit/Freenode not friendly with each other | *.djangoproject.com | |||
14274 | 14274 | 1 | Document the fact that running tests with warnings on is a good step before an upgrade/good practice | Documentation | ||
14053 | 14053 | 1 | django.utils.formats.localize() misses support for long | Internationalization | ||
14113 | 14113 | Access to extra fields in M2M relations | Database layer (models, ORM) | |||
580 | 580 | [patch] caching needs to take more into account than just the URL | Core (Cache system) | |||
106 | 106 | [patch] Problem with some js/select box on IE | contrib.admin | |||
565 | 565 | Unique fields don't work on edit_inline models | contrib.admin | |||
685 | 685 | [patch] list_detail and archive_* generic views should default allow_empty to True | Generic views | |||
921 | 921 | 1 | Add a "me" shortcut to UserFields | contrib.admin | ||
265 | 265 | 1 | Patch: RequiredIfOtherField and friends don't work with edit_inline | Core (Other) | ||
115 | 115 | 1 | Models CRUD via web services | Core (Other) | ||
526 | 526 | Error when edit_inline model have unique_together constraint | Database layer (models, ORM) | |||
137 | 137 | TypeError: can't compare datetime.datetime to datetime.date in date_based.py | Generic views | |||
149 | 149 | Show latest comments on djangoproject.com | Core (Cache system) | |||
518 | 518 | 1 | Need validators that aren't attached to a form field | Validators | ||
103 | 103 | "Get current version: 1.0" is misleading | *.djangoproject.com | |||
380 | 380 | Tutorial 1, missing specific directory information | Documentation | |||
351 | 351 | Make list_detail.object_list respect allow_empty when paginating | Generic views | |||
249 | 249 | IRC nicks | *.djangoproject.com | |||
240 | 240 | get_callback() improvements | Core (Other) | |||
203 | 203 | Tutorial 2 list_filter example needs another comma | Documentation | |||
138 | 138 | Error naming the "docs" directory in README | Documentation | |||
2 | 2 | Calendar popup - next/previous month links close the popup in Safari | contrib.admin | |||
117 | 117 | Site search and/or Trac search for djangoproject.com | *.djangoproject.com | |||
38 | 38 | Create sqlite backend | Database layer (models, ORM) | |||
8 | 8 | Date and time fields should accept multiple formats | contrib.admin | |||
64 | 64 | Add cache middleware | Core (Cache system) | |||
88 | 88 | Configuration should be more forgiving to users who forget the trailing comma. | Core (Other) | |||
611 | 611 | 1 | fields with editable=False do not render | contrib.admin | ||
952 | 952 | 1 | [patch] Allow for database client encoding configuration from project settings | Database layer (models, ORM) | ||
652 | 652 | An option to upload files into database would be a great alternative to filesystem uploads. | Database layer (models, ORM) | |||
93 | 93 | django-admin startproject can create invalid settings/admin.py on windows | Tools | |||
474 | 474 | 1 | Better method of serving admin media files needed | Documentation | ||
834 | 834 | authentication documentation should document the viewfuncs in django.views.auth.login | Documentation | |||
317 | 317 | [Patch] slugify delimits words by hyphens, but its validator doesn't like them | Generic views | |||
344 | 344 | 2 | Improvements to raw_id_admin for ManyToManyFields | contrib.admin | ||
934 | 934 | ImageField's cause the admin UI to not allow modifications? | Validators | |||
337 | 337 | DateTime fields don't work in the generic views | Generic views | |||
61 | 61 | [patch] auth.User admin form shouldn't require people to edit hashes | contrib.admin | |||
238 | 238 | Database tests fail with sqlite | Database layer (models, ORM) | |||
105 | 105 | Make collapse class to work in two ways | contrib.admin | |||
338 | 338 | ManyToMany fields don''t work in the generic views | Generic views | |||
383 | 383 | Tutorial 2, 'clearing' field to signify deletion of object doesn't | Documentation | |||
329 | 329 | RSS framework needs an easier interface | contrib.syndication | |||
242 | 242 | Traceback when viewing tag docs. | contrib.admin | |||
381 | 381 | Tutorial 1, the name of the file to modify is missing | Documentation | |||
349 | 349 | [patch] Bad styling in Admin interface | contrib.admin | |||
558 | 558 | jnefpnev | Core (Management commands) | |||
241 | 241 | Add a django.contrib.markup app | Core (Other) | |||
271 | 271 | "ManyToOneField" seen in Model Reference should read "ForeignKey" | Documentation | |||
280 | 280 | add _pre_delete and _post_delete hooks | Core (Other) | |||
500 | 500 | [patch] Templates files extensions other than '.html' should be possible | Template system | |||
574 | 574 | [patch] fix small CSS bug in admin interface | contrib.admin | |||
703 | 703 | Decorators to restrict views based on REQUEST_METHOD would be great. | Core (Other) | |||
62 | 62 | Change tutorial to use easy development server, not mod_python | Documentation | |||
288 | 288 | Document custom template tags systyem | Documentation | |||
210 | 210 | Some tables are unreadable due to white text on white background | *.djangoproject.com | |||
379 | 379 | Add OS, Python version, database version fields to ticket tracker | *.djangoproject.com | |||
723 | 723 | Document django-admin installperms | Documentation | |||
437 | 437 | [patch] In memory file cache | Core (Cache system) | |||
252 | 252 | Update shared hosting FAQ | *.djangoproject.com | |||
535 | 535 | Refactor admin code to clean it up | contrib.admin | |||
366 | 366 | Document meta.LazyDate() technique | Documentation | |||
184 | 184 | Add django architecture documentation | Documentation | |||
450 | 450 | [patch] Give generic views support for dynamic lookup keywords | Generic views | |||
945 | 945 | not translated parts in admin Javascript | Translations | |||
735 | 735 | Trac report on how long ago tickets have been touched | *.djangoproject.com | |||
516 | 516 | Discrepancy in usage naming of login template file | Template system | |||
479 | 479 | [patch] Implement timezone-formats in date-formatting | Database layer (models, ORM) | |||
655 | 655 | [doc] model_api - validator_list is incomplete | Documentation | |||
358 | 358 | djangoproject.com should have Trac 0.9.pre | *.djangoproject.com |