Gus

(gustavoaragon)

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 (224) Reporter (1) Owner (0) Commenter (0) Summary Component
34699 34699 Filtering on annotated TruncSecond expression gives unexpected result. Database layer (models, ORM)
373 373 Add support for multi-column primary keys. Database layer (models, ORM)
27587 27587 Document str(QuerySet.query) Documentation
27106 27106 Document which template filters can be used in Python code (and how) Documentation
14974 14974 Add support for translation backends other than gettext Internationalization
27109 27109 Make Flatpage swappable contrib.flatpages
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
14611 14611 Added dedicated option to test.Client methods (other than get()) for passing query parameters. Testing framework
14810 14810 Admin inline templates need blocks contrib.admin
34717 34717 Cannot use aggregate over window functions since 4.2 Database layer (models, ORM)
14761 14761 URL resolving / reversing design doesn't allow alternate specs Core (URLs)
14336 14336 list_display should be able to contain sortable references to annotated fields contrib.admin
34787 34787 The 'runserver' command doesn't work when run from an installed script on Windows Core (Management commands)
34748 34748 __in lookup crashes with a subquery containing an unused annotation that uses explicit grouping. Database layer (models, ORM)
14845 14845 Document connection-creation process Documentation
27925 27925 Document how to deploy using pip installed mod_wsgi Documentation
27778 27778 Update unicode documentation for Python 3 Documentation
14832 14832 Impossible to create inline objects if form validates but is unchanged contrib.admin
14094 14094 Cannot define CharField with unlimited length Database layer (models, ORM)
34224 34224 App name in help text of commands is missing context Core (Management commands)
14411 14411 Inline delete not prompting cascade delete warning contrib.admin
14092 14092 ImageField should allow SVG Database layer (models, ORM)
14357 14357 Prevent inappropriate order-based grouping on values+annotate queries Database layer (models, ORM)
14586 14586 Make interpolate JS function not require the named parameter. Internationalization
14296 14296 'manage.py test' failing for apps that access read-only databases Testing framework
27753 27753 Cleanups when no supported version of Django supports Python 2 anymore Utilities
14035 14035 Cannot access POST after request.encoding was set to a custom value HTTP handling
27074 27074 connection.is_usable() raises AttributeError after the connection is closed Database layer (models, ORM)
27734 27734 Add a helpful error message when a parallel test worker is assigned an unexpected index Testing framework
27854 27854 Make `collectstatic` warn (rather than blow up) on missing directories contrib.staticfiles
14645 14645 Exclude query with multiple conditions for the same multi-value relation not correct Database layer (models, ORM)
14660 14660 Using a CheckboxSelectMultiple widget on a M to M field in Admin causes 'SelectBox is not defined' JS error in RelatedObjectLookups.js contrib.admin
14317 14317 numberformat.format produces wrong results Internationalization
27824 27824 Cannot chain unaccent transform with key lookup in Postgres JSON field. contrib.postgres
14408 14408 Admin Error when subclassing ContentType for generic Relations contrib.admin
14722 14722 @last_modified should ignore lack of etag method when USE_ETAGS is enabled. HTTP handling
27921 27921 Documentation of make_aware() with is_dst is misleading Documentation
14129 14129 Slovenian translation plural-forms Internationalization
27635 27635 django.utils.crypto should use secrets on Python 3.6+ Utilities
27685 27685 Allow autoreloader to use watchman Utilities
14365 14365 Make template-rendering signals available also in DEBUG mode Testing framework
14688 14688 BaseInlineFormSet does not support "auto_id" Forms
14808 14808 i18n is not safe. Documentation
14009 14009 custom formset validation documentation is incomplete Documentation
14204 14204 Take advantage of SQLite support for FK constraints Database layer (models, ORM)
27025 27025 Python 3.6 compatibility Core (Other)
14091 14091 Fix incorrect quoting in connection.queries Database layer (models, ORM)
29207 29207 Admin.py ignores a verbose_name_plural contrib.admin
14370 14370 Adding support for Autocomplete in contrib.admin contrib.admin
27258 27258 Raise an exception if RequestContext is used with template.backends.django.Template.render() Template system
27539 27539 assertNumQueries fails if debug cursor wrapper fills Testing framework
27953 27953 Make default Model.__str__() more useful (such as by displaying the primary key) Database layer (models, ORM)
27926 27926 Allow squashmigrations to create a fresh set of migrations and delete the old ones Migrations
27359 27359 Make it possible to specify a default template engine Template system
27365 27365 Fields suddenly not found. Database layer (models, ORM)
27966 27966 Bump required version of pyscopg2 to 2.5.4 Database layer (models, ORM)
27878 27878 Move to Python 3 shebangs Core (Other)
27475 27475 Bug in admin with date_hierarchy and Daylight savings contrib.admin
27894 27894 ATOMIC_REQUESTS setting isn't honored in second view called via as_view() Uncategorized
27176 27176 django.setup() should raise an exception instead of hanging on re-entrant calls Core (Other)
27861 27861 Allow project template's BASE_DIR calculation to work regardless of how settings are structured Core (Other)
27837 27837 After upgrade 1.4 to 1.8 in the database creats (or updates) mixed objects with old Uncategorized
27823 27823 Use python-home in WSGI daemon installation documentation Documentation
27722 27722 if a template context is an instance of get_template(), it will raise "TypeError: context must be a dict rather than RequestContext" Template system
27683 27683 Change default transaction isolation level to READ COMMITTED on MySQL Database layer (models, ORM)
27130 27130 Allow using the DjangoTemplates engine without configuring settings Template system
27762 27762 Concurrency Safety Documentation Documentation
27641 27641 Document limitations of the Locmem cache backend Documentation
27638 27638 Rollback data changes made inside templates Template system
27498 27498 Filtering annotated field in SQLite returns wrong results Database layer (models, ORM)
14297 14297 Accessing settings.FOO in hot spots cause performance problems Core (Other)
27263 27263 Allow validators to short-circuit in form field validation Forms
27182 27182 Some import statement use backslashes instead of parentheses Core (Other)
27570 27570 Make context processor run outside of RequestContext Template system
27564 27564 `refresh_from_db()` should return the model instance instead of None Database layer (models, ORM)
27503 27503 Provide a way for to-many rels to be used without the db Database layer (models, ORM)
27463 27463 Fix ambiguous variable flake8 warnings Core (Other)
27138 27138 timezone.localtime accepts naive datetimes on Python ≥ 3.6 Utilities
27396 27396 Docs: send POST request on base.html does not mention {{ csrf_token }} Documentation
27362 27362 Omitting default_app_config in __init__.py happens too easily. Core (Other)
27337 27337 Convoluted MTI with abstract model mixin fails on PY2, works on PY3 Database layer (models, ORM)
27351 27351 Add support for composite fields Database layer (models, ORM)
27354 27354 Incorrect variable name given in tutorial Documentation
27336 27336 Whitespace control django configuration template Template system
27329 27329 Django-river State field not showing Uncategorized
27322 27322 get_default_timezone() / LocalTimezone does not handle None values Utilities
27301 27301 Better handling of errors that are not pickleable when testing in parallel Testing framework
27306 27306 Document relation between auto_now/auto_now_add and timezones Documentation
27269 27269 ORM extremely slow to run annotate/filter query, much faster directly in dbshell Database layer (models, ORM)
27254 27254 Detect web server context Uncategorized
27230 27230 Inconsistency in AppConfig.path depending on sys.path Core (Other)
27173 27173 Permit import statements to be longer than 80 characters Core (Other)
27192 27192 Allow pluralizing admin URLs contrib.admin
27196 27196 Allow django admin to be logged into freely on localhost contrib.admin
27137 27137 Document how to disable migrations for an application Documentation
27082 27082 Make timezone.localtime() default to timezone.now() when no value is given Utilities
27028 27028 Clarify failed parallel tests run message Testing framework
14485 14485 New Site.root field contrib.sites
14131 14131 The pagination module should have some limit, or a warning should be given in the documentation Documentation
494 494 Collapse in admin interface for inline related objects contrib.admin
14286 14286 Support for BigAutoField Database layer (models, ORM)
29 29 Fix usability issue with limit_choices_to and "Add another" in admin contrib.admin
14368 14368 Reverse relation attribute for OneToOneField fails when set to None Database layer (models, ORM)
14887 14887 select_related() does not work with Proxy models and multi-table inheritance Database layer (models, ORM)
14096 14096 Insert code generated by models using multiple inheritance is incorrect and fails in postgresql Database layer (models, ORM)
14716 14716 filter_horizontal and filter_vertical don't work on mobile Safari contrib.admin
14217 14217 Add validation for model field name the same as the model name when using model inheritance Core (System checks)
14476 14476 annotate, default aggregation naming and filter annoyance Database layer (models, ORM)
14968 14968 handle BaseExceptions with middleware, or at least KeyboardInterrupt Core (Other)
14909 14909 Adding custom command requires code duplication from Command.handle() if one want to use options like verbosity. Core (Management commands)
14200 14200 new RegexURLResolver is contructed for every request Core (URLs)
14196 14196 Objects that come from something_set, should have their parent object filled in Database layer (models, ORM)
14601 14601 ValuesQuerySet join types not being promoted Database layer (models, ORM)
14671 14671 Allow overriding of ModelChoiceField.choices Forms
14343 14343 NoReverseMatch error message is unclear, view does exist Core (URLs)
14772 14772 Reversing a URL with optional arguments fails Core (URLs)
14087 14087 django.core.management.get_commands only sees commands in the last package of a namespace package Core (Other)
14497 14497 ModelAdmin.readonly_fields isn't graceful with filefields. contrib.admin
14483 14483 Implement subqueries in geodjango spatial lookup GIS
14834 14834 Colour issues in CSS - particularly documentation Documentation
14881 14881 [nonrel] Do not assume ``User.id`` to be an integer in django.contrib.auth's pasword reset feature contrib.auth
14180 14180 Creating redundant indexes on foreign keys for MySQL/InnoDB tables Database layer (models, ORM)
14515 14515 Can't pickle ValueQuerySet if query references fields, which aren't on the same model. Database layer (models, ORM)
14434 14434 AdminSite should rely on self.has_permission for all permission checks contrib.admin
14748 14748 Missing documentation for FormPreview methods Documentation
901 901 Reload method for models Database layer (models, ORM)
14664 14664 MiddlewareNotUsed should display a warning Core (Other)
14334 14334 Queries don't ensure that comparison objects are the correct type Database layer (models, ORM)
14462 14462 Aggregates default to the database type instead of the field type Database layer (models, ORM)
14638 14638 to_python howto documentation improvement Documentation
14273 14273 Development server does not shutdown cleanly Core (Other)
14787 14787 Upload handler should pass errors on to forms.FileField File uploads/storage
14932 14932 Tests failing with SQLite3 on Linux systems; Sites object causing failures. Uncategorized
14481 14481 better documentation of the default m2m "through" class Documentation
27 27 Single form field for multiple database fields Forms
14003 14003 Filtering on a relation whose model has a different PK type doesn't work Database layer (models, ORM)
14226 14226 Bug in dumpdata dependency calculation involving ManyToManyFields Core (Serialization)
14916 14916 No proper initialization of models/signals/etc.... Core (Other)
14305 14305 inspectdb should output unmanaged model definitions Core (Management commands)
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)
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
14007 14007 Automatically discover models within a package without using the app_label Meta attribute Database layer (models, ORM)
14825 14825 LocaleMiddleware should store language preferences if possible Internationalization
14800 14800 Development server should NOT elide favicon from the logs Core (Management commands)
14609 14609 __or__ method of queries does not return a correctly combined query. Database layer (models, ORM)
14170 14170 Issue in get_language_from_request() if LANGUAGES setting is changed at runtime Internationalization
14174 14174 Support for string interpolation in lazy translation Internationalization
14511 14511 exclude() generates wrong query for ManyToManyField with a 'through' relationship Database layer (models, ORM)
14877 14877 ModelFormSet.save() with a deleted form should work even if the model has already been deleted Forms
937 937 Autoreload reloads for every request. Core (Management commands)
23 23 Add support for ValidationWarning Forms
14028 14028 setting db_column to same value as another column should not validate Database layer (models, ORM)
14512 14512 Documentation & tools for decorating class-based-views. Generic views
14043 14043 Incorrect and/or confusing behaviour with nullable OneToOneField Database layer (models, ORM)
14817 14817 ...models.sql.where.WhereNode.as_sql docstring is outdated Database layer (models, ORM)
14580 14580 Clean up duplicate code in admin formset handling contrib.admin
14300 14300 manage.py sqlcustom fails if models are in a submodule Core (Management commands)
14958 14958 FastCGI socket permission Core (Management commands)
14253 14253 TIME_ZONE not respected by Today and Now widgets in admin contrib.admin
14006 14006 Documentation on Field's 'description' class attribute does not mention that it will be interpolated with field.__dict__ Documentation
14894 14894 translation is not threadsafe Internationalization
14567 14567 ModelMultipleChoiceField inconsistently returns a list if empty. Forms
14018 14018 Introduce class_plural %-substitution placeholder for related_name of ForeignKey/ManyToManyField Database layer (models, ORM)
14322 14322 Please set default values for required and error css classes Forms
14802 14802 feature request: add a method to Fields that is used to render the field as read-only contrib.admin
14540 14540 Wrong localization (L10N) thousand separator & decimal point character for Puerto Rico Internationalization
14057 14057 Expose an interface for custom-escaping template content Template system
14874 14874 remove js-confirms on changelist contrib.admin
14186 14186 Adding GDirections wrapper to overlays.py GIS
14121 14121 Provide object's primary key as a hint for database router method db_for_read() when filtering objects by primary key Database layer (models, ORM)
14332 14332 manage testserver and manage runserver should have similiar address:port options Core (Management commands)
14451 14451 add related_name to contrib.auth.models.User for 'groups' contrib.auth
14287 14287 TEST_MIRROR is not respected in routers Database layer (models, ORM)
14587 14587 Model description on administrative interface contrib.admin
14705 14705 Model Field Order not influenced by MRO of superclasses Database layer (models, ORM)
14289 14289 Add a signal in the cleanup management command Core (Other)
852 852 psycopg.ProgrammingError exceptions leave the connection to the DB in an unusable state Database layer (models, ORM)
14970 14970 Inconsistency in handling of managed/unmanaged transactions Database layer (models, ORM)
14241 14241 instructions for creating spatial database template differ on fedora 13 (64 bit) Documentation
14633 14633 Reorganize settings reference docs Documentation
14879 14879 Aggregates (Min, Max) for CharField fails with Postgresql Database layer (models, ORM)
14040 14040 Python syntax errors in module loading propagate up Core (Other)
14325 14325 GenericForeignKey fails if assigned to an object which implements the __len__ method contrib.contenttypes
14684 14684 RESTful Model View Generic views
14678 14678 Users are able to add more than one page to the same url contrib.flatpages
14615 14615 Related objects manager returns related objects with null FKs for unsaved instances Database layer (models, ORM)
14093 14093 Confusing error when failing to create a session key because the cache is unavailable contrib.sessions
14967 14967 django.contrib.auth.admin.UserAdmin.response_add changed in 1.2.4 Documentation
14400 14400 Latvian localflavor contrib.localflavor
14282 14282 Add Guatemala to Localflavors contrib.localflavor
14308 14308 Adding some fields to the Mexican local flavor. contrib.localflavor
14015 14015 django.contrib.localflavor.it added italian phone number validation contrib.localflavor
14165 14165 Transaction management is only entered for the primary database Documentation
14829 14829 URL dispatcher documentation with class-based generic views Documentation
14769 14769 Voting example from tutorial - use of forms API - suggestion Documentation
14885 14885 is_valid for ModelForm changes instance if instance is provided Documentation
14516 14516 Extract methods from removetags and slugify template filters Template system
14917 14917 Error in the sample code under "Using an inline formset in a view" Documentation
14898 14898 Move validate_sql functionality into backend Database layer (models, ORM)
14502 14502 Feature: escape hatch for colliding template syntax in Django templates Template system
14827 14827 Authentication Backends should be responsible for checking and setting passwords contrib.auth
14026 14026 Setting for TRANSACTION_LEVEL on db backends Database layer (models, ORM)
14681 14681 Uploaded files should not set mode to None File uploads/storage
14886 14886 GeoModelAdmin forms cannot be used with WMS in formats other than image/jpeg GIS
409 409 Add support for sqlrelay backend, to pool DB connections Database layer (models, ORM)
14836 14836 Improve semantics of docs: *.djangoproject.com
14266 14266 Audit database backend support claims, particularly for MySQL Documentation
14822 14822 contrib.auth docs should reference to new generic views. Documentation
14527 14527 GeoDjango docs shouldn't recommend PostgreSQL 8.3 Documentation
736 736 [patch] QueryDict items() and mutability protection fix with doctests Core (Other)
14806 14806 No template tag to support contextual translations Internationalization
14555 14555 Session loss with psycopg2 db backend contrib.sessions
326 326 IPAddressField in decimal format Database layer (models, ORM)
14202 14202 Rss201rev2Feed bug contrib.syndication
14543 14543 ContentTypes tests fails if auth app is not installed contrib.contenttypes
14610 14610 fixtures should be able to specify their database Testing framework
14643 14643 Readonly fields in GeoDjango admins GIS
811 811 IPv6 address field support Core (Other)
14903 14903 wsgiref usage HTTP handling
717 717 If-Modified-Since checked for exact match HTTP handling
14969 14969 To have a way to modify third part model classes Database layer (models, ORM)