rif
(rif)
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 (240) | Reporter (3) | Owner (0) | Commenter (0) | Summary | Component |
---|---|---|---|---|---|---|
34699 | 34699 | Filtering on annotated TruncSecond expression gives unexpected result. | Database layer (models, ORM) | |||
27029 | 27029 | Make EmailValidator accept non-ASCII characters in local part | Core (Other) | |||
34262 | 34262 | Queryset grouped by annotation with aggregates on another annotated expression crashes on MySQL with sql_mode=only_full_group_by. | Database layer (models, ORM) | |||
34865 | 34865 | DatabaseWrapper are not GC and connections are not closed | Database layer (models, ORM) | |||
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) | |||
27880 | 27880 | 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) | |||
34555 | 34555 | ModelBase metaclass implementation prevents addition of model fields via __init_subclass__ | Database layer (models, ORM) | |||
34746 | 34746 | High CPU/memory consumption when a 5XX is raised with large local variables | Error reporting | |||
34211 | 34211 | Performance regression in ForeignKeyDeferredAttribute changes. | Database layer (models, ORM) | |||
14974 | 14974 | Add support for translation backends other than gettext | Internationalization | |||
27752 | 27752 | Fix and test admin_order_field set for the __str__ of a model | contrib.admin | |||
14831 | 14831 | Django Template Style Guide | Documentation | |||
34852 | 34852 | Django Unit Tests break when using replicated MySQL Cluster v8.0.28 | Testing framework | |||
34910 | 34910 | Color Contrast Admin Plus Icon | contrib.admin | |||
34949 | 34949 | Clarify when unique constraints are ignored. | Documentation | |||
34970 | 34970 | Unclear wording in password validator docs | Documentation | |||
34955 | 34955 | Make Concat() use the database operator `||` on PostgreSQL. | Database layer (models, ORM) | |||
34940 | 34940 | Filter queryset on "tuples" of values for multiple columns | Database layer (models, ORM) | |||
34930 | 34930 | Parallel tests fail on Python 3.11+ when IsolatedAsyncioTestCase is used | Testing framework | |||
27234 | 27234 | Clarify the type of the django.server logger's 'request' extra context | Documentation | |||
34043 | 34043 | Doc "Writing your first patch for Django" doesn't explain how to contribute to the admin UI | Documentation | |||
34581 | 34581 | Filters should not implicitly mark unsafe strings as safe without escaping | Template system | |||
34860 | 34860 | Order_by is broken when sorting on an annotated postgres window function value | Database layer (models, ORM) | |||
34803 | 34803 | Nested OuterRef crashes with AttributeError | Database layer (models, ORM) | |||
34781 | 34781 | Clarify documentation of `request` objects in the `django.server` logging namespace. | Core (Other) | |||
34771 | 34771 | QuerySet.order_by() crashes on constants that cannot be cast on MySQL. | Database layer (models, ORM) | |||
34728 | 34728 | OR operator on queryset does not work as expected | Database layer (models, ORM) | |||
34674 | 34674 | Updating the file contents of a Django FileField during upload results in I/O error | File uploads/storage | |||
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 | |||
34595 | 34595 | format_html() should explicitly mention that format_string is not escaped and that result is safe | Template system | |||
34556 | 34556 | StreamingHttpResponse documentation inaccuracy | Documentation | |||
34553 | 34553 | Can't create CheckConstraint with percent characters in values on postgresql due to broken quoting | Database layer (models, ORM) | |||
34524 | 34524 | Error while sending TLS smtp email on "self-signed certificate" server | Core (Mail) | |||
34550 | 34550 | Send email with EMAIL_USE_TLS=True but get SSL error. | Core (Mail) | |||
34504 | 34504 | SSLCertVerificationError on outgoing emails for some mailboxes | Core (Mail) | |||
34486 | 34486 | SearchHeadline crashes without an active connection. | contrib.postgres | |||
34459 | 34459 | SearchVector() can return query strings that are unsafe to combine. | contrib.postgres | |||
34028 | 34028 | Django 'static' template tag fails to generate URLs with SCRIPT_NAME prefix | Template system | |||
34438 | 34438 | UserCreationForm.clean_username() crashes with a custom user model. | contrib.auth | |||
34352 | 34352 | Unify terms in Signals docs. | Documentation | |||
27614 | 27614 | Store the DB used in the state before calling Model._save_table() | Database layer (models, ORM) | |||
34404 | 34404 | Incorrect documentation about content type set by FileResponse object | Documentation | |||
34348 | 34348 | Add medium path to the settings.py file from the time the project is created | Core (Other) | |||
34327 | 34327 | Test client session does not work as described when using signed cookie engine | Testing framework | |||
34328 | 34328 | Class-based async-only middleware not detected as coroutine in MiddlewareMixin | Documentation | |||
34325 | 34325 | Clarify PercentRank() description. | Documentation | |||
34301 | 34301 | "show_save_as_new" in admin can add without this permission | contrib.admin | |||
34251 | 34251 | Paginator should warn if ordering is not deterministic | Core (Other) | |||
34252 | 34252 | Doc page "Using the Django authentication system" shows failing example | Documentation | |||
34237 | 34237 | FileField does not take upload_to into account when setting unique=True | File uploads/storage | |||
34063 | 34063 | request.POST not populated for multipart/form-data via AsyncClient | Testing framework | |||
34207 | 34207 | Incorrect SQL query when adding a ManyToMany related object with a "through" table prevents adding a new relationship if the new relationship is identical except for a different value for "through_defaults" | Database layer (models, ORM) | |||
34064 | 34064 | USE_THOUSAND_SEPARATOR docs clarification of override by locale | Documentation | |||
34166 | 34166 | UniqueConstraint with condition not validated if the condition field is not editable. | Database layer (models, ORM) | |||
34066 | 34066 | Accessing UserAdmin via to_field leads to link to PasswordResetForm being broken (404) | contrib.auth | |||
27704 | 27704 | contrib.postgres.ArrayField with choices should use TypedMultipleChoiceField as its default form field class | contrib.postgres | |||
34106 | 34106 | Allow LogoutView to render a confirmation template on a GET request (Like LoginView) | contrib.auth | |||
34052 | 34052 | migrate --check still emits signals if database is up to date | Migrations | |||
34048 | 34048 | Do not add cache control header if is set to false or a falsy value | Utilities | |||
27936 | 27936 | Add some clarifications to "Spanning multi-valued relationships" | Documentation | |||
14035 | 14035 | Cannot access POST after request.encoding was set to a custom value | HTTP handling | |||
27697 | 27697 | JSONField with blank=True is rendered as non-required field in a ModelForm | Documentation | |||
56 | 56 | Primary key columns should be UNSIGNED | Database layer (models, ORM) | |||
27575 | 27575 | Make host validation run on all requests | HTTP handling | |||
27188 | 27188 | Allow using unique=True with FileField | File uploads/storage | |||
14628 | 14628 | Document which settings can be changed at runtime | Documentation | |||
27719 | 27719 | Add queryset.alias() to mimic .annotate() for aggregations without loading data | Database layer (models, ORM) | |||
27395 | 27395 | Allow generating '<link rel="alternate ... hreflang=...>" for sitemaps' | contrib.sitemaps | |||
27430 | 27430 | `manage.py test` does not support unittest `-b` buffer option | Testing framework | |||
27331 | 27331 | Proposed opt_group argument for ModelChoiceField and ModelMultipleChoiceField | Forms | |||
27921 | 27921 | Documentation of make_aware() with is_dst is misleading | Documentation | |||
27462 | 27462 | Clarify what's contained in m2m_changed's "pk_set" argument | Documentation | |||
27801 | 27801 | Make createsuperuser inspect environment variables for username and password | contrib.auth | |||
14675 | 14675 | Update docs and project template to avoid "import *" for url patterns | Core (Other) | |||
27090 | 27090 | pg_get_serial_sequence is broken on postgres, use a lookup in information_schema.columns instead | Database layer (models, ORM) | |||
27985 | 27985 | Converting `Foo.objects.filter(bar=None)` to an `IsNull` too early. | Database layer (models, ORM) | |||
14370 | 14370 | Adding support for Autocomplete in contrib.admin | contrib.admin | |||
27931 | 27931 | Clarify the meaning of "django catch-all logger" | Documentation | |||
27303 | 27303 | Selecting multiple admin list_filters across relations return results that don't match both filters | contrib.admin | |||
27732 | 27732 | django.contrib.postgres.search SearchRank doesn't handle SearchVectorField references | contrib.postgres | |||
14149 | 14149 | LIKE clauses fail in Oracle 9.2.0.7 | Database layer (models, ORM) | |||
27730 | 27730 | Document that template tags with "as" variable assignment don't propogate variables across blocks | Documentation | |||
27644 | 27644 | Document FileSystemStorage.get_created_time() limitation on Unix | Documentation | |||
27947 | 27947 | Document that model field error_messages don't carry over to forms | Documentation | |||
27916 | 27916 | versionchanged / versionadded annotation titles missing in downloadable docs | Documentation | |||
27974 | 27974 | Degraded performance when rendering ChoiceField with lots of options and DEBUG=True | Template system | |||
27956 | 27956 | Template error raised in an {% extends %} parent template shows incorrect source location on debug page | Template system | |||
27945 | 27945 | Clarify RegexValidator docs (match vs. search) | Documentation | |||
27940 | 27940 | Migrations fail when when a model's parent class is changed to abstract -- Wrong SQL being generated | Migrations | |||
27622 | 27622 | Test client should accept vendor tree json variants | Testing framework | |||
27851 | 27851 | include(admin.site.urls) doesn't work on master yet | contrib.admin | |||
27837 | 27837 | After upgrade 1.4 to 1.8 in the database creats (or updates) mixed objects with old | 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 | |||
27821 | 27821 | Documentation of the return value of clean_<fieldname>() could be clarified | Documentation | |||
27794 | 27794 | Fix confusing error messages for broken `context_processors` | Error reporting | |||
27782 | 27782 | Model signals and Many2Many fields | Documentation | |||
27130 | 27130 | Allow using the DjangoTemplates engine without configuring settings | Template system | |||
27501 | 27501 | ModelChoiceField.queryset documentation isn't clear that this is lazily evaluated | Documentation | |||
27764 | 27764 | Running migration that deletes child model (in multi-table inheritance) backwards results in an error | Migrations | |||
27757 | 27757 | The link of the "view_on_site" button is not formed according to the returning result of the "get_absolute_url" method. | contrib.admin | |||
27765 | 27765 | Migration to delete child model (multi-table inheritance) results in an error when using SQLite | Migrations | |||
27749 | 27749 | Documention change gunicorn deployment | Documentation | |||
27297 | 27297 | infinite AlterField migrations created for foreign key after case-only model name change | Migrations | |||
27729 | 27729 | Add a method to evaluate QuerySets. | Database layer (models, ORM) | |||
27713 | 27713 | Clarify NoReverseMatch error message when view is not found | Core (URLs) | |||
27664 | 27664 | Manager.contribute_to_class() is called with abstract model rather than concrete model | Database layer (models, ORM) | |||
14297 | 14297 | Accessing settings.FOO in hot spots cause performance problems | Core (Other) | |||
27377 | 27377 | Clarify that prepopulated_fields doesn't work with OneToOneField | Documentation | |||
27263 | 27263 | Allow validators to short-circuit in form field validation | Forms | |||
27566 | 27566 | Clarify documentation of ModelAdmin.save_model and delete_model | Documentation | |||
27553 | 27553 | tutorial python manage.py runserver creates NameError: name 'include' is not defined | Documentation | |||
27527 | 27527 | How to enable login for a custom written authentication backend | contrib.auth | |||
27200 | 27200 | Provide makemigrations router.allow_migrate() with a model_name | Migrations | |||
27133 | 27133 | Explain how to load initial data with a data migration | Documentation | |||
27435 | 27435 | Raise an error when using --keepdb without an explicit TEST.PASSWORD on Oracle | Testing framework | |||
27410 | 27410 | Clarify staticfiles "is enabled (default)" in ref | Documentation | |||
27151 | 27151 | 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 | |||
27323 | 27323 | Optimize Oracle introspection by using USER_SEQUENCES instead of USER_CATALOG | Database layer (models, ORM) | |||
27280 | 27280 | can_order/can_delete documentation examples don't require initial data | Documentation | |||
27306 | 27306 | Document relation between auto_now/auto_now_add and timezones | Documentation | |||
27298 | 27298 | Unclear "after each test" wording in the documentation | Documentation | |||
27285 | 27285 | Multi-db example : default database config can not be an empty dict | Documentation | |||
27217 | 27217 | makemigrations crashes with "'SpatialRefSysMixin' has no attribute '_meta'" on PostGIS | GIS | |||
27270 | 27270 | Clarify wording of "A form may include HTML attributes such as maxlength" | Documentation | |||
27158 | 27158 | Incorrect positioning of admin' horizontal/vertical filter widgets in RTL languages | contrib.admin | |||
14284 | 14284 | Support for Google Maps version 3 | GIS | |||
27197 | 27197 | Document how blank=True affects the migrations questioner | Documentation | |||
27166 | 27166 | Documentation clarification of warning for using cache-based sessions | Documentation | |||
27013 | 27013 | Docs - Using Argon2 with Django - more appropriate pip command | Documentation | |||
27065 | 27065 | Deferred fields not passed to inherited models' __class__.__dict__ | Database layer (models, ORM) | |||
27045 | 27045 | Document that AUTH_PASSWORD_VALIDATORS doesn't apply to create_user() and create_superuser() | Documentation | |||
27028 | 27028 | Clarify failed parallel tests run message | Testing framework | |||
14415 | 14415 | Multiple aliases for one database: testing problems | Testing framework | |||
901 | 901 | Reload method for models | Database layer (models, ORM) | |||
14638 | 14638 | to_python howto documentation improvement | Documentation | |||
14760 | 14760 | Admin inlines with file/image field fails to save_as | contrib.admin | |||
14298 | 14298 | maximum open cursors exceeded on Jython and Oracle | Database layer (models, ORM) | |||
937 | 937 | Autoreload reloads for every request. | Core (Management commands) | |||
14043 | 14043 | Incorrect and/or confusing behaviour with nullable OneToOneField | Database layer (models, ORM) | |||
14056 | 14056 | Wrong query generated when using reverse foreign key | Database layer (models, ORM) | |||
14253 | 14253 | TIME_ZONE not respected by Today and Now widgets in admin | contrib.admin | |||
14150 | 14150 | [patch] a get_objects_or_404 ? | Core (Other) | |||
14802 | 14802 | feature request: add a method to Fields that is used to render the field as read-only | contrib.admin | |||
14332 | 14332 | manage testserver and manage runserver should have similiar address:port options | Core (Management commands) | |||
852 | 852 | psycopg.ProgrammingError exceptions leave the connection to the DB in an unusable state | Database layer (models, ORM) | |||
14373 | 14373 | annotate() will gladly delete your data | Database layer (models, ORM) | |||
14694 | 14694 | defer() doesn't work with reverse relations | Database layer (models, ORM) | |||
14678 | 14678 | Users are able to add more than one page to the same url | contrib.flatpages | |||
14967 | 14967 | django.contrib.auth.admin.UserAdmin.response_add changed in 1.2.4 | Documentation | |||
14885 | 14885 | is_valid for ModelForm changes instance if instance is provided | Documentation | |||
14294 | 14294 | default input_format not honoroed | Documentation | |||
14438 | 14438 | Deserializer raises ValidationError if natural key is given as string | Core (Serialization) | |||
14975 | 14975 | TransactionTestCases are broken by django.contrib.auth in 1.2.4 | Testing framework | |||
14910 | 14910 | I18N locale per app resolving - documentation incorrect and bug | Internationalization | |||
14467 | 14467 | AllValuesFilterSpec does not work with Null | contrib.admin | |||
14232 | 14232 | date_list context variable incorrectly documented | Documentation | |||
14982 | 14982 | EMPTY_CHANGELIST_VALUE not honored whit a relation field in list_display | Uncategorized | |||
14652 | 14652 | Sessions seem to be improperly using Pickle to hash a dictionary | contrib.sessions | |||
14941 | 14941 | URLField (in django.contrib.admin) rejects IDN domain | Core (Other) | |||
14299 | 14299 | Add additional cache.*_many functions | Core (Cache system) | |||
14661 | 14661 | A couple of MySQL/MyISAM test failures | Testing framework | |||
14526 | 14526 | Geodjango docs shouldn't talk about Python 2.4 so much | Documentation | |||
14403 | 14403 | Missing/incomplete documentation for FloatField? | Documentation | |||
14878 | 14878 | Issues in generic views (list) | Generic views | |||
14955 | 14955 | URLField validation should use HEAD requet instead of GET | Core (Other) | |||
14259 | 14259 | URL dispatcher does not reject duplicate URL names | Core (Other) | |||
14594 | 14594 | Django/CherryPy problem with POST data | HTTP handling | |||
14811 | 14811 | Link render_to_response to template loader API | Documentation | |||
14360 | 14360 | Clarify documentation of triage states | Documentation | |||
14602 | 14602 | bug in wsgi handler in trunk | Core (Other) | |||
14954 | 14954 | AttributeError: 'dict' object has no attribute 'status_code' | Uncategorized | |||
14938 | 14938 | "Save as" does not save entries added with a Inline | Forms | |||
14176 | 14176 | Error raised when using django.contrib.comments.feeds.LatestCommentsFeed | contrib.comments | |||
13244 | 13244 | ✅ | 'NoneType' object has no attribute 'get' | Forms | ||
13197 | 13197 | ✅ | 'NoneType' object has no attribute 'get' | Forms | ||
689 | 689 | Honor Web server provided authentication | Core (Other) | |||
285 | 285 | WSGIRequest should set request.path to full uri path | HTTP handling | |||
14503 | 14503 | Unify test for exception+message value assertion method | Testing framework | |||
14849 | 14849 | ManyToManyField has weird behavior in 1.2 w/ multi-db | Database layer (models, ORM) | |||
811 | 811 | IPv6 address field support | Core (Other) | |||
14206 | 14206 | contrib:admin dynamic list_display support | contrib.admin | |||
14082 | 14082 | modelform_factory should use the form's metaclass | Forms | |||
14796 | 14796 | inspectdb producing field names which are Python keywords | django-admin.py inspectdb | |||
14801 | 14801 | Support for string methods with lazy translations | Internationalization | |||
14969 | 14969 | To have a way to modify third part model classes | Database layer (models, ORM) | |||
14505 | 14505 | Multiple Namespaces and reverse lookup does not work as advertised. | Core (Other) | |||
14331 | 14331 | Clarify where to append sys.path.append in mod_wsgi docs | Documentation | |||
14277 | 14277 | Error in documentation for mod_wsgi | Documentation | |||
14890 | 14890 | Copy edit error on http://docs.djangoproject.com/en/1.2/intro/tutorial03/ | Documentation | |||
14791 | 14791 | Clarify additional note on save() | Documentation | |||
14798 | 14798 | Clarification on Generic Views | Documentation | |||
14231 | 14231 | Missing index on expire_date in Session model | contrib.sessions | |||
14398 | 14398 | runfcgi umask option should use literal value | Core (Management commands) | |||
14223 | 14223 | Inconsistent exception raising on DB integrity errors | Database layer (models, ORM) | |||
14452 | 14452 | Need help understanding why the below is happening. | Forms | |||
14435 | 14435 | postgis and NoSQL for postgre version 9.1 postgreQUEL | Uncategorized | |||
14058 | 14058 | Add a link to db-specific options | Documentation | |||
14421 | 14421 | Fix the English on an internationalization doc page | Documentation | |||
14381 | 14381 | small improvement in db.utils.ConnectionRouter.__init__ | Database layer (models, ORM) | |||
14314 | 14314 | Import error on installation of Django 1.2.3 | Uncategorized | |||
14252 | 14252 | django.contrib.flatpages unit tests assume default value for settings.LOGIN_URL | Contrib apps | |||
14278 | 14278 | sqlite3 backend and django 1.2.3, bug: «no such table» | Database layer (models, ORM) | |||
14275 | 14275 | Russian file name file in upload | File uploads/storage | |||
14243 | 14243 | defer and only are not respected by values and by valuest_list() | Database layer (models, ORM) | |||
14116 | 14116 | TestClient skips Csrf Middleware | Testing framework | |||
14157 | 14157 | Birthday calculation failing silently | Uncategorized | |||
13243 | 13243 | ✅ | 'NoneType' object has no attribute 'get' | Uncategorized | ||
461 | 461 | Support use of pypgsql instead of psycopg | Database layer (models, ORM) | |||
785 | 785 | many2many table and legacy databases. | Database layer (models, ORM) | |||
899 | 899 | Formfield doesn't display default value | Forms | |||
208 | 208 | Allow the strings the cycle tag uses to contain spaces | Template system | |||
380 | 380 | Tutorial 1, missing specific directory information | Documentation | |||
273 | 273 | [patch] Password salt and other algorithms support | Core (Other) | |||
295 | 295 | [patch] Add reverse counter variables to template "for loops" | Core (Management commands) | |||
143 | 143 | Problem running the command line examples in Tut 1 when using --settings option | Core (Other) | |||
109 | 109 | Patch: Customizing Date(Time)Field displays | contrib.admin | |||
572 | 572 | When i have an ImageField and a auto_now DateTimeField in the same model it doesnt get saved | contrib.admin | |||
924 | 924 | [patch] String filters (lower, upper, capfirst etc.) don't work with international strings | contrib.admin | |||
463 | 463 | [patch] new mysql.DatabaseWrapper - solving multiple MySQL problems | Core (Other) | |||
739 | 739 | tutorial and docs translations | Documentation | |||
180 | 180 | request.POST doesn't work in django_admin.py runserver | Tools | |||
374 | 374 | [patch] Filtering BooleanField does not work with SQLite | contrib.admin | |||
383 | 383 | Tutorial 2, 'clearing' field to signify deletion of object doesn't | Documentation | |||
584 | 584 | [patch] fix many-to-many with non-default pks. | Metasystem | |||
381 | 381 | Tutorial 1, the name of the file to modify is missing | Documentation | |||
724 | 724 | get_next_by_pub_date/get_previous_by_pub_date model methods only see 1 item for each day. | Core (Other) | |||
574 | 574 | [patch] fix small CSS bug in admin interface | contrib.admin | |||
540 | 540 | ManyToManyField gives error with blank, raw_id_admin and empty input | Core (Other) | |||
644 | 644 | SQL Server DB backend: Rev 940 test results | Database layer (models, ORM) | |||
800 | 800 | startswith lookup type does not work with underscore | Database layer (models, ORM) | |||
303 | 303 | Error: got unexpected keyword argument when deleting object in admin interface | contrib.admin | |||
757 | 757 | Cannot set primary key value manually for new objects. | Core (Other) | |||
850 | 850 | 'myproject.urls' in tutorial02.txt | Documentation | |||
557 | 557 | date_hierarchy doesn't work with DateField | contrib.admin | |||
542 | 542 | [patch] Add an "or cancel" link to add, edit, and delete admin views. | contrib.admin | |||
559 | 559 | Tutorials should use different project name | Documentation |