Nick

(nickh)

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 (93) Reporter (0) Owner (0) Commenter (1) Summary Component
34871 34871 1 Validation of UniqueConstraint with Case() crashes. Database layer (models, ORM)
27674 27674 Deprecate GeoModelAdmin and OSMGeoAdmin GIS
34533 34533 OuterRef not resolved as part of ORDER BY clause Database layer (models, ORM)
34964 34964 Reversing the order of Q objects in a CheckConstraint generates a migration Migrations
34305 34305 Refactor the GeoIP2 tests to use MaxMind test data GIS
34822 34822 Provide migration serializer for `_lru_cache_wrapper` Migrations
34899 34899 Model Field.choices callable support is not actually lazy Database layer (models, ORM)
34915 34915 Do not autopopulate _order field for model with an order_with_respect_to if already set. Database layer (models, ORM)
34808 34808 Some aggregation functions may return None; this isn't well documented Documentation
34896 34896 First-party passkey support in django.auth contrib.auth
34807 34807 importing `django.forms` causes circular import error Forms
34724 34724 Allow passing kwargs to django.contrib.admin.decorators.display contrib.admin
34350 34350 WSGIRequest crashes when "wsgi.input" is None. Core (Other)
27397 27397 Querying with an integer larger than SQLite supports crashes with OverflowError Database layer (models, ORM)
34212 34212 Redis cache client uses a read connection for incr operation Core (Cache system)
34099 34099 update_or_create() not saving data assigned in a model's save() method Database layer (models, ORM)
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
28000 28000 Avoid SET/DROP DEFAULT unless a field changes from null to non-null Migrations
27694 27694 Improve documentation of supported lookups on HStore & JSON fields Documentation
56 56 Primary key columns should be UNSIGNED Database layer (models, ORM)
27257 27257 Use the ->> operator when filtering builtin text lookups on JSONField keys contrib.postgres
27871 27871 Django keeps making the same migration over and over again Migrations
27910 27910 Allow using an Enum class in model Field choices Database layer (models, ORM)
27635 27635 django.utils.crypto should use secrets on Python 3.6+ Utilities
27025 27025 Python 3.6 compatibility Core (Other)
27899 27899 Phrase search query for Postgres full text search contrib.postgres
27731 27731 Squashmigrations doesn't optimize AlterField related_name across AlterUniqueTogether/AlterIndexTogether Migrations
27743 27743 CSS fix of "viewsitelink", "golink" and "addlink" buttons for Django admin contrib.admin
27470 27470 CSRF context processor never sets NOTPROVIDED CSRF
27011 27011 Django Middleware 1.10 does not run template_context_processors for exceptions thrown from middleware HTTP handling
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
14180 14180 Creating redundant indexes on foreign keys for MySQL/InnoDB tables Database layer (models, ORM)
14253 14253 TIME_ZONE not respected by Today and Now widgets in admin contrib.admin
14802 14802 feature request: add a method to Fields that is used to render the field as read-only contrib.admin
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
596 596 Allow Django to be packaged as a Python egg Core (Other)
632 632 database stored templates Template system
638 638 changelist table is too wide on pages with filter sidebar contrib.admin
14605 14605 method similar to HttpRequest.is_ajax() to detect flash HTTP handling
14256 14256 Add support to testserver for the --skip-db-init option Testing framework
14248 14248 Date and DateTime fields, auto_now_add and PostgreSQL Database layer (models, ORM)
342 342 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
528 528 Add a documentation generator that creates a PDF or HTML files locally Documentation
14134 14134 Ability to set csrf cookie path and https-only plus add 'secure' Core (Other)
14267 14267 Trac Upgrade Tracking Ticket *.djangoproject.com
14677 14677 tests.py cannot be split to package always Testing framework
14796 14796 inspectdb producing field names which are Python keywords django-admin.py inspectdb
14227 14227 Modify contributing docs to mention the 'easy-pickings' keyword in triage Documentation
14255 14255 Factoring mysite out of tutorial imports Documentation
14278 14278 sqlite3 backend and django 1.2.3, bug: «no such table» Database layer (models, ORM)
14235 14235 UnicodeDecodeError in CSRF middleware Forms
313 313 PhoneNumberField should accept international format numbers Internationalization
541 541 [patch] Making generic views use other templates like Zope3 ZPT Generic views
987 987 HttpResponseRedirect uses/allows relative URIs for the HTTP Location header, which is forbidden by HTTP Core (Other)
245 245 Remove old ordering syntax Metasystem
659 659 Selecting by month with DateField is broken with sqlite3 backend Database layer (models, ORM)
708 708 search for meta.IPAddressField with postgresql backend is broken (admin) Database layer (models, ORM)
685 685 [patch] list_detail and archive_* generic views should default allow_empty to True Generic views
785 785 many2many table and legacy databases. Database layer (models, ORM)
115 115 Models CRUD via web services Core (Other)
899 899 Formfield doesn't display default value Forms
208 208 Allow the strings the cycle tag uses to contain spaces Template system
148 148 Add some padding to the bottom of div#content-main *.djangoproject.com
191 191 Pydoc integration Core (Other)
599 599 locmem cache should deepcopy values from the cache to prevent aliasing Core (Cache system)
454 454 'app' instead of 'module' in django-admin.py --help contrib.admin
249 249 IRC nicks *.djangoproject.com
66 66 [patch] Give views access to application root from urlconf 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
200 200 Add a Decimal type and a Currency type Database layer (models, ORM)
952 952 [patch] Allow for database client encoding configuration from project settings Database layer (models, ORM)
474 474 Better method of serving admin media files needed Documentation
863 863 Atom Feeds should pick up "updated" and "published" elements automatically from auto_now and auto_now_add fields contrib.syndication
633 633 Model _post_load method (or similiar for a field?) Database layer (models, ORM)
609 609 When using validators.RequiredIfOtherFieldEquals with a Boolean field, it doesn't work the obvious way contrib.admin
343 343 One-to-one relations - different primary_key Metasystem
262 262 editable=False doesn't show in tables that are created with edit_inline=True contrib.admin
61 61 [patch] auth.User admin form shouldn't require people to edit hashes contrib.admin
230 230 FloatField with MySQL Backend fails silently Database layer (models, ORM)
338 338 ManyToMany fields don''t work in the generic views Generic views
981 981 SQL insert files located in every app should be documented Documentation
805 805 OneToOneField conflicts with ForeignKey Database layer (models, ORM)
316 316 Error while logging into Admin site since revision 487 contrib.admin
698 698 Exceptions thrown after CONTROL-C typed to stop test web server. Core (Management commands)
944 944 allow app to specify a template for login/logout screens Core (Other)
303 303 Error: got unexpected keyword argument when deleting object in admin interface contrib.admin
557 557 date_hierarchy doesn't work with DateField contrib.admin
984 984 list_display and the repr-to-str change contrib.admin