Re: [Django] #29451: Add compatibility with MySQL 8

2018-05-26 Thread Django
uot; added. -- Ticket URL: <https://code.djangoproject.com/ticket/29451> Django <https://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this message because you are subscribed to the Google Groups "Django updates" group. To unsu

Re: [Django] #29426: UUID fields display poorly in the admin

2018-05-26 Thread Django
<https://code.djangoproject.com/ticket/29426#comment:5> Django <https://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this message because you are subscribed to the Google Groups "Django updates" group. To unsubscribe from this group and stop recei

Re: [Django] #29441: Allow dumpdata in YAML using ruamel.yaml rather than PyYaml.

2018-05-27 Thread Django
python yaml library out there. The preference for the pyyaml module is baked into `django/core/serializers/__init__.py` in the `BUILTIN_SERIALIZERS` constant at https://github.com/django/django/blob/5cc81cd9eb69f5f7a711412c02039b435c393135/django/core/serializers/__init__.py#L26 I don'

Re: [Django] #29425: Auto language redirect does not work if prefix_default_language=False in root URLConf

2018-05-27 Thread Django
more detail, e.g. by providing a small example project demonstrating the problem. Also provide some URLs demonstrating your expectations and what actually happens. -- Ticket URL: <https://code.djangoproject.com/ticket/29425#comment:2> Django <https://code.djangoproject.com/> The Web fr

Re: [Django] #29433: templatefilter "make_list" should receive a optional split variable

2018-05-27 Thread Django
store lists of strings in simple CharFields and for display we need to replace the separator with a more human-friendly separator. So, who's going to decide if it shall be added? -- Ticket URL: <https://code.djangoproject.com/ticket/29433#comment:5> Django <https://code.djangopr

Re: [Django] #28539: REMOTE_USER auth docs (and middleware logging?) should mention that headers with underscores are stripped when using "runserver" command

2018-05-27 Thread Django
UI/UX: 0 -+- Changes (by Israel Fermín Montilla): * needs_better_patch: 1 => 0 -- Ticket URL: <https://code.djangoproject.com/ticket/28539#comment:5> Django <https://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received

Re: [Django] #28539: REMOTE_USER auth docs (and middleware logging?) should mention that headers with underscores are stripped when using "runserver" command

2018-05-27 Thread Django
UI/UX: 0 -+- Changes (by Israel Fermín Montilla): * stage: Accepted => Ready for checkin -- Ticket URL: <https://code.djangoproject.com/ticket/28539#comment:6> Django <https://code.djangoproject.com/> The Web fra

Re: [Django] #29451: Add compatibility with MySQL 8

2018-05-27 Thread Django
(added) -- Ticket URL: <https://code.djangoproject.com/ticket/29451#comment:1> Django <https://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this message because you are subscribed to the Google Groups "Django updates" grou

[Django] #29452: makemessages command doesn't set .pot file charset properly

2018-05-27 Thread Django
}}} Since `found` is set to `True` on the first iteration, charset is never updated as it's usually on line 17. -- Ticket URL: <https://code.djangoproject.com/ticket/29452> Django <https://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You

Re: [Django] #28905: Overhaul extra_requires to include more optional dependencies

2018-05-27 Thread Django
-+- Comment (by Israel Fermín Montilla): Can I claim it?, I have some spare time I could invest on this -- Ticket URL: <https://code.djangoproject.com/ticket/28905#comment:9> Django <https://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You r

Re: [Django] #29452: makemessages command doesn't set .pot file charset properly

2018-05-27 Thread Django
X: 0 -+- Changes (by Bartosz Grabski): * owner: nobody => Bartosz Grabski * status: new => assigned -- Ticket URL: <https://code.djangoproject.com/ticket/29452#comment:1> Django <https://code.djangoproject.com/> The Web framework for perfectionists with deadlines.

Re: [Django] #29230: Incorrect behavior of QuerySet.prefetch_related() in some circumstances during multilevel data prefetching

2018-05-27 Thread Django
: https://github.com/django/django/pull/9995 The commit in https://code.djangoproject.com/changeset/379caf397ea41923278821085204c296f960e70e/ didn't fix this. It just reversed the execution order of prefetch objects. Changing the attached test from: {{{ pro

Re: [Django] #29452: makemessages command doesn't set .pot file charset properly

2018-05-27 Thread Django
arkus Holtermann): * type: Uncategorized => Bug * stage: Unreviewed => Accepted -- Ticket URL: <https://code.djangoproject.com/ticket/29452#comment:2> Django <https://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this message becaus

Re: [Django] #28892: Fixed header height in the admin site may break custom layouts

2018-05-27 Thread Django
Easy pickings: 0 |UI/UX: 0 ---+-- Changes (by Sara Heins): * has_patch: 0 => 1 Comment: Pull request submitted: https://github.com/django/django/pull/9996 -- Ticket URL: <

Re: [Django] #28077: Allow specifying custom operator classes for PostgreSQL indexes

2018-05-27 Thread Django
): I've noticed that in the [https://github.com/django/django/blob/master/django/contrib/gis/db/backends/postgis/schema.py#L23-L41 postgis schema editor], we have custom index creation code for single- field indexes for {{{geodetic}}} fields. For example, we set the {{{GIST_GEOMETRY_O

Re: [Django] #29452: makemessages command doesn't set .pot file charset properly

2018-05-27 Thread Django
abski): * has_patch: 0 => 1 Comment: PR: https://github.com/django/django/pull/9997 -- Ticket URL: <https://code.djangoproject.com/ticket/29452#comment:3> Django <https://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this mes

Re: [Django] #29444: Allow modification of RETURNING values in django.contrib.postgres

2018-05-27 Thread Django
| Status: assigned Component: contrib.postgres | Version: master Severity: Normal | Resolution: Keywords: django, db, | Triage Stage: Accepted returning, default, model, field

Re: [Django] #29452: makemessages command doesn't set .pot file charset properly

2018-05-27 Thread Django
öcker): * needs_better_patch: 0 => 1 Comment: I would add a test for this. -- Ticket URL: <https://code.djangoproject.com/ticket/29452#comment:4> Django <https://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this message becaus

Re: [Django] #29301: Reorder management command arguments in --help output to prioritize command-specific arguments

2018-05-27 Thread Django
-+- Changes (by Adam (Chainz) Johnson): * cc: Adam (Chainz) Johnson (added) Comment: Claude's custom formatter PR looks like the approach to me, since it is at the presentation layer only. -- Ticket URL: <https://code.djangoproject.com/ticket/29301#comment:15> Dj

Re: [Django] #23869: `get_deleted_objects` doesn't use `has_delete_permission`

2018-05-27 Thread Django
Easy pickings: 0 |UI/UX: 0 ---+- Changes (by Steffen Jasper): * has_patch: 0 => 1 Comment: https://github.com/django/django/pull/9985 PR] -- Ticket URL: <https://code.djangoproject

Re: [Django] #29452: makemessages command doesn't set .pot file charset properly

2018-05-27 Thread Django
rtosz Grabski): Will do. -- Ticket URL: <https://code.djangoproject.com/ticket/29452#comment:5> Django <https://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this message because you are subscribed to the Google Groups "Django updates&

Re: [Django] #29359: Middleware documentation references ExceptionMiddleware, it is not anywhere in the code.

2018-05-27 Thread Django
sed * resolution: => fixed Comment: In a6fb5b1fe022c5279aa275c70b5193f2a2fac5fe: Removed docs for obsolete ExceptionMiddleware. -- Ticket URL: <https://code.djangoproject.com/ticket/29359#comment:5> Django <https://code.djangoproject.com/> The Web framework for perfectionists with d

Re: [Django] #29301: Reorder management command arguments in --help output to prioritize command-specific arguments

2018-05-27 Thread Django
-+- Comment (by Jann Haber): I have tested both PRs with django_nose and both don't make django-nose crash anymore. However, the outcome is a little different (as expected). The PR of Claude is missing to sort --verbosity to the end, however this could be added easily to the "show_last&

[Django] #29453: article_form.html not found

2018-05-27 Thread Django
| --+--- TemplateDoesNotExist at /articles/1/edit/ articles/article_form.html Request Method: GET Request URL:http://127.0.0.1:8000/articles/1/edit/ Django Version: 2.0.5 Exception Type: TemplateDoesNotExist

Re: [Django] #29453: article_form.html not found

2018-05-27 Thread Django
t help with Django usage. -- Ticket URL: <https://code.djangoproject.com/ticket/29453#comment:1> Django <https://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this message because you are subscribed to the Google Groups "Dj

Re: [Django] #29417: Admin title still says "Change [model]" when user has view-only permission

2018-05-27 Thread Django
00b4572c19b269179cded6c8c500 from master }}} -- Ticket URL: <https://code.djangoproject.com/ticket/29417#comment:7> Django <https://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this message because you are subscribed to the Google Groups &q

Re: [Django] #26819: Using a ArrayField on Meta.unique_together throws "unhashable type: 'list'" on validate_unique method

2018-05-27 Thread Django
0 Needs tests: 0 | Patch needs improvement: 0 Easy pickings: 0 |UI/UX: 0 --+--- Comment (by Demur Nodia): Prepared fix for the issue during DjangoCon Europe 2018 sprints PR: https://gith

Re: [Django] #29416: Undesired subquery added to the GROUP BY clause

2018-05-27 Thread Django
ary subquery from GROUP BY clause on MySQL when using a RawSQL annotation. Regression in 1d070d027c218285b66c0bde8079034b33a87f11. }}} -- Ticket URL: <https://code.djangoproject.com/ticket/29416#comment:12> Django <https://code.djangoproject.com/> The Web framework for perfectionist

Re: [Django] #29434: model_to_dict should work with prefix

2018-05-27 Thread Django
Graham): * status: new => closed * resolution: => needsinfo -- Ticket URL: <https://code.djangoproject.com/ticket/29434#comment:2> Django <https://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this message because you are

Re: [Django] #29439: InlineAdminFormSet worked with forms array, but don't asks fieldset from every form in array

2018-05-27 Thread Django
X: 0 -+- Changes (by Tim Graham): * status: new => closed * resolution: => needsinfo Comment: Please include details to reproduce the problem. I can't tell what the problem is just based on the fix. -- Ticket URL: <https://code.djangoproject.com/ticket/29439#comme

Re: [Django] #29416: Undesired subquery added to the GROUP BY clause

2018-05-27 Thread Django
QL annotation. Regression in 1d070d027c218285b66c0bde8079034b33a87f11. Backport of 4ab1f559e8d1264bcb20bb497988973194f5d8f2 from master }}} -- Ticket URL: <https://code.djangoproject.com/ticket/29416#comment:13> Django <https://code.djangoproject.com/> The Web framework for perfectioni

Re: [Django] #29436: admin change_form.html in prepopulated_fields_js template tag always call second time every empty_form in inline_admin_formset

2018-05-27 Thread Django
code.djangoproject.com/ticket/29436#comment:2> Django <https://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this message because you are subscribed to the Google Groups "Django updates" group. To unsubscribe from this group and

Re: [Django] #29445: Compute defaults values with using of objects manager

2018-05-27 Thread Django
comment:1> Django <https://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this message because you are subscribed to the Google Groups "Django updates" group. To unsubscribe from this group and stop receiving emails from it, send

Re: [Django] #29433: templatefilter "make_list" should receive a optional split variable

2018-05-27 Thread Django
about how to proceed. -- Ticket URL: <https://code.djangoproject.com/ticket/29433#comment:6> Django <https://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this message because you are subscribed to the Google Groups "Django updat

Re: [Django] #29416: Undesired subquery added to the GROUP BY clause

2018-05-27 Thread Django
QL annotation. Regression in 1d070d027c218285b66c0bde8079034b33a87f11. Backport of 4ab1f559e8d1264bcb20bb497988973194f5d8f2 from master }}} -- Ticket URL: <https://code.djangoproject.com/ticket/29416#comment:14> Django <https://code.djangoproject.com/> The Web framework for perfectioni

Re: [Django] #29230: Incorrect behavior of QuerySet.prefetch_related() in some circumstances during multilevel data prefetching

2018-05-27 Thread Django
ed nested prefetches that clash with descriptors. }}} -- Ticket URL: <https://code.djangoproject.com/ticket/29230#comment:4> Django <https://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this message because you are subscribed to the Googl

Re: [Django] #29230: Incorrect behavior of QuerySet.prefetch_related() in some circumstances during multilevel data prefetching

2018-05-27 Thread Django
th descriptors. Backport of 6104875a2cc797bbd1254aa61f22a9b03d652128 from master }}} -- Ticket URL: <https://code.djangoproject.com/ticket/29230#comment:5> Django <https://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this message because you are subscribed to the

[Django] #29454: Default size for django.core.files.uploadedfile is None and then len will raise error

2018-05-27 Thread Django
RL: <https://code.djangoproject.com/ticket/29454> Django <https://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this message because you are subscribed to the Google Groups "Django updates" group. To unsubscribe from this group and sto

Re: [Django] #26819: Using a ArrayField on Meta.unique_together throws "unhashable type: 'list'" on validate_unique method

2018-05-28 Thread Django
0 Needs tests: 0 | Patch needs improvement: 0 Easy pickings: 0 |UI/UX: 0 --+--- Changes (by Demur Nodia): * has_patch: 0 => 1 -- Ticket URL: <https://code.djangoproject.com/ticke

Re: [Django] #29301: Reorder management command arguments in --help output to prioritize command-specific arguments

2018-05-28 Thread Django
break anything people know to adjust. (I think the small BC risk here is worth the extra readability for normal case.) -- Ticket URL: <https://code.djangoproject.com/ticket/29301#comment:17> Django <https://code.djangoproject.com/> The Web framework for perfectionists with deadli

Re: [Django] #29301: Reorder management command arguments in --help output to prioritize command-specific arguments

2018-05-28 Thread Django
-+- Changes (by Carlton Gibson): * cc: Carlton Gibson (added) -- Ticket URL: <https://code.djangoproject.com/ticket/29301#comment:18> Django <https://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this message because you are subscribed t

[Django] #29455: MySQL Backend & features detection are not taking MariaDB Aria engine into account

2018-05-28 Thread Django
sactions** checks for MyISAM string. Aria engine from the MariaDB fork has the same features as MyISAM. Our tests are failing with Aria & Django 1.11 because it thinks the database supports transactions. Regards, Ben -- Ticket URL: <https://code.djangoproject.com/ticket/29455

Re: [Django] #29454: Default size for django.core.files.uploadedfile is None and then len will raise error

2018-05-28 Thread Django
be a problem in practice? -- Ticket URL: <https://code.djangoproject.com/ticket/29454#comment:1> Django <https://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this message because you are subscribed to the Google Groups "Djan

Re: [Django] #29383: Error during template rendering - error page helps only a little

2018-05-28 Thread Django
base.html (which BTW is nonexistent, file starts with line 1) Just my 5 cents -- Ticket URL: <https://code.djangoproject.com/ticket/29383#comment:6> Django <https://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this message because yo

Re: [Django] #29455: MySQL Backend & features detection are not taking MariaDB Aria engine into account

2018-05-28 Thread Django
: 0 -+- Changes (by Tim Graham): * status: new => closed * resolution: => invalid Comment: Django doesn't officially support MariaDB yet (see [https://groups.google.com/d/topic/django- developers/31j1dNOZ7zc/discussion django-developers]). -- Ticket URL: <https://code.django

Re: [Django] #14357: Prevent inappropriate order-based grouping on values+annotate queries (was: Prevent inapropriate order-based grouping on values+annotate queries)

2018-05-28 Thread Django
:16> Django <https://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this message because you are subscribed to the Google Groups "Django updates" group. To unsubscribe from this group and stop receiving emails from it, send an em

Re: [Django] #28748: Named groups in choices are not properly validated

2018-05-28 Thread Django
): The most recent commit caused a regression where `lazy()` can no longer be used for choices (found in django-localflavor). [https://github.com/django/django/pull/10003 PR] -- Ticket URL: <https://code.djangoproject.com/ticket/28748#comment:14> Django <https://code.djangoproject.com/

Re: [Django] #10827: django.auth create_permissions must clear the content type cache before creating permissions

2018-05-28 Thread Django
| Patch needs improvement: 0 Easy pickings: 0 |UI/UX: 0 + Changes (by Claude Paroz): * needs_tests: 1 => 0 Comment: [https://github.com/django/django/pull/10001 PR] -- Ticket URL: <

Re: [Django] #29455: MySQL Backend & features detection are not taking MariaDB Aria engine into account

2018-05-28 Thread Django
: 0 -+- Comment (by Claude Paroz): FWIW, we desperately need someone adding a MariaDB config to our CI server... -- Ticket URL: <https://code.djangoproject.com/ticket/29455#comment:2> Django <https://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- Y

Re: [Django] #28905: Overhaul extra_requires to include more optional dependencies

2018-05-28 Thread Django
-+- Changes (by Herbert Fortes): * cc: Herbert Fortes (added) -- Ticket URL: <https://code.djangoproject.com/ticket/28905#comment:10> Django <https://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this message because you are subsc

Re: [Django] #24213: RFC 2231 Section 4.1 is not implemented

2018-05-28 Thread Django
|UI/UX: 0 ---+- Changes (by Herbert Fortes): * cc: Herbert Fortes (added) -- Ticket URL: <https://code.djangoproject.com/ticket/24213#comment:6> Django <https://code.djangoproject.com/

Re: [Django] #29427: RequestDataTooBig raised in request.py prevents Middleware from returning a valid response

2018-05-28 Thread Django
needs improvement: 0 Easy pickings: 0 |UI/UX: 0 ---+ Changes (by Herbert Fortes): * cc: Herbert Fortes (added) -- Ticket URL: <https://code.djangoproject.com/ticket/29427#comment:3> Django

Re: [Django] #29385: Make ModelDetailView show model properties

2018-05-28 Thread Django
signed Comment: I'd be glad to work on the required test and documentation. -- Ticket URL: <https://code.djangoproject.com/ticket/29385#comment:5> Django <https://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this message because yo

Re: [Django] #29385: Make ModelDetailView show model properties

2018-05-28 Thread Django
Needs tests: 0| Patch needs improvement: 1 Easy pickings: 0|UI/UX: 0 -+- Comment (by humbertotm): Pull request: [https://github.com/django/django/pull/10004

Re: [Django] #29385: Make ModelDetailView show model properties

2018-05-28 Thread Django
methods available on it` -> `with all the fields, properties and methods available on it`, with a `versionchanged` section stating that showing model properties has been added. -- Ticket URL: <https://code.djangoproject.com/ticket/29385#comment:7> Django <https://code.djangoproject.c

Re: [Django] #28905: Overhaul extra_requires to include more optional dependencies

2018-05-29 Thread Django
-+- Comment (by Jaap Roes): Yes please claim it, it would be really helpful to, for example, identify pieces of documentation that should be updated when this lands. -- Ticket URL: <https://code.djangoproject.com/ticket/28905#comment:11> Django <https://code.djangoproject.com/> The W

Re: [Django] #28044: Different logic in createsuperuser command between interactive and non-interactive mode

2018-05-29 Thread Django
; Fixed #28044 -- Unified the logic for createsuperuser's interactive and --noinput modes. }}} -- Ticket URL: <https://code.djangoproject.com/ticket/28044#comment:5> Django <https://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received

Re: [Django] #29416: Undesired subquery added to the GROUP BY clause

2018-05-29 Thread Django
gated column 'test_django.geoapp_multifields.point' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by") }}} -- Ticket URL: <https://code.djangoproject.com/ticket/29416#comment:15> Django <https://code.djangoproject.com/&g

Re: [Django] #29385: Make ModelDetailView show model properties

2018-05-29 Thread Django
ect.com/ticket/29385#comment:8> Django <https://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this message because you are subscribed to the Google Groups "Django updates" group. To unsubscribe from this group and stop receiving

Re: [Django] #29385: Make ModelDetailView show model properties

2018-05-29 Thread Django
this can be improved. Thanks! -- Ticket URL: <https://code.djangoproject.com/ticket/29385#comment:9> Django <https://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this message because you are subscribed to the Google Groups &qu

Re: [Django] #29416: Undesired subquery added to the GROUP BY clause

2018-05-29 Thread Django
/doc/refman/5.7/en/sql- mode.html#sqlmode_only_full_group_by Tim, is the only MySQL 5.7 failing against this patch? -- Ticket URL: <https://code.djangoproject.com/ticket/29416#comment:16> Django <https://code.djangoproject.com/> The Web framework for perfectionists with deadlin

Re: [Django] #29123: Changing an IntegerField to a ForeignKey generates incorrectly ordered migration operations if the field is in unique_together

2018-05-29 Thread Django
be removed while it is a part of a `unique_together` constraint. -- Ticket URL: <https://code.djangoproject.com/ticket/29123#comment:6> Django <https://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this message because you are subsc

Re: [Django] #29385: Make ModelDetailView show model properties

2018-05-29 Thread Django
;https://code.djangoproject.com/ticket/29385#comment:10> Django <https://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this message because you are subscribed to the Google Groups "Django updates" group. To unsubscribe from this group

Re: [Django] #29123: Changing an IntegerField to a ForeignKey generates incorrectly ordered migration operations if the field is in unique_together

2018-05-29 Thread Django
com/ticket/29123#comment:7> Django <https://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this message because you are subscribed to the Google Groups "Django updates" group. To unsubscribe from this group and stop receiving emails

Re: [Django] #28748: Named groups in choices are not properly validated

2018-05-29 Thread Django
. }}} -- Ticket URL: <https://code.djangoproject.com/ticket/28748#comment:15> Django <https://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this message because you are subscribed to the Google Groups "Django updates" grou

Re: [Django] #28748: Named groups in choices are not properly validated

2018-05-29 Thread Django
148c8f37b6f5986. Backport of c03e41712b2274f524d32bc2aef455ed82c9e3b4 from master }}} -- Ticket URL: <https://code.djangoproject.com/ticket/28748#comment:16> Django <https://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this messag

Re: [Django] #28892: Fixed header height in the admin site may break custom layouts

2018-05-29 Thread Django
0" 5008d59a]: {{{ #!CommitTicketReference repository="" revision="5008d59a2a8b9df09737fc05c9e343146a348a90" Fixed #28892 -- Allowed admin navbar height to expand if needed. }}} -- Ticket URL: <https://code.djangoproject.com/ticket/28892#comment:4> Django

Re: [Django] #28862: Removing a field from index_together/unique_together and from the model generates a migration that crashes

2018-05-29 Thread Django
et URL: <https://code.djangoproject.com/ticket/28862#comment:15> Django <https://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this message because you are subscribed to the Google Groups "Django updates" group. To unsubscr

Re: [Django] #29123: Changing an IntegerField to a ForeignKey generates incorrectly ordered migration operations if the field is in unique_together

2018-05-29 Thread Django
ket/29123#comment:8> Django <https://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this message because you are subscribed to the Google Groups "Django updates" group. To unsubscribe from this group and stop receiving emails from

Re: [Django] #28862: Removing a field from index_together/unique_together and from the model generates a migration that crashes

2018-05-29 Thread Django
. I'll take ownership of this as well. -- Ticket URL: <https://code.djangoproject.com/ticket/28862#comment:16> Django <https://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this message because you are subscribed to the Google Groups

Re: [Django] #27147: Add support for defining bounds in postgres range fields

2018-05-29 Thread Django
rRangeField(InclusiveRangeMixin, IntegerRangeField): _unit_value = 1 }}} -- Ticket URL: <https://code.djangoproject.com/ticket/27147#comment:5> Django <https://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this message because you a

Re: [Django] #27147: Add support for defining bounds in postgres range fields

2018-05-29 Thread Django
. -- Ticket URL: <https://code.djangoproject.com/ticket/27147#comment:6> Django <https://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this message because you are subscribed to the Google Groups "Django updates" group. To unsubscri

[Django] #29456: Django 1.11 same filter_list get redisplayed in different model admin page

2018-05-29 Thread Django
#29456: Django 1.11 same filter_list get redisplayed in different model admin page -+- Reporter: grpoundblue| Owner: nobody Type: Bug| Status: new

Re: [Django] #27147: Add support for defining bounds in postgres range fields

2018-05-30 Thread Django
some way to represent the bounds types, but that's probably less useful for real humans to interact with), and the data fetched from the db should be denormalised (?) to match those bounds. -- Ticket URL: <https://code.djangoproject.com/ticket/27147#comment:7> Django <https://cod

Re: [Django] #29456: Django 1.11 same filter_list get redisplayed in different model admin page

2018-05-30 Thread Django
#29456: Django 1.11 same filter_list get redisplayed in different model admin page ---+-- Reporter: grpoundblue|Owner: nobody Type: Bug| Status: closed

[Django] #29457: Spaces between argument separator and argument in template filter generate error

2018-05-30 Thread Django
error. {{{ {{ value | filter: "arg"}} }}} {{{ TemplateSyntaxError at / Could not parse the remainder: ': "arg"' from 'value | filter: "arg"' }}} It would be better to allow spaces between them. -- Ticket URL: <https

Re: [Django] #29457: Spaces between argument separator and argument in template filter generate error

2018-05-30 Thread Django
<https://code.djangoproject.com/ticket/29457#comment:1> Django <https://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this message because you are subscribed to the Google Groups "Django updates" group. To unsubscribe from this group and stop recei

Re: [Django] #29419: Document the change in permissions required to perform admin actions

2018-05-30 Thread Django
on that basis. For now, the consistent thing would seem to be to continue to display all actions regardless of permission levels, allowing that users may run into permission denied errors, as they will have up to now. -- Ticket URL: <https://code.djangoproject.com/ticket/29419#comment:6&

Re: [Django] #29457: Spaces between argument separator and argument in template filter generate error

2018-05-30 Thread Django
| Patch needs improvement: 0 Easy pickings: 1|UI/UX: 0 -+-- Comment (by oliver): [https://github.com/django/django/pull/10009] I added "\s*" next to

Re: [Django] #29457: Spaces between argument separator and argument in template filter generate error

2018-05-30 Thread Django
27;m going to close this as `wontfix`. If you want to push this forwards please post to the [https://groups.google.com/forum/#!forum/django-developers Django Developers mailing list] explaining your proposed change and the reasons for it. (Please link here and to the PR on GitHub.) If there's a

Re: [Django] #29416: Undesired subquery added to the GROUP BY clause

2018-05-30 Thread Django
lt;https://code.djangoproject.com/ticket/29416#comment:17> Django <https://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this message because you are subscribed to the Google Groups "Django updates" group. To unsubscribe from this grou

Re: [Django] #29419: Document the change in permissions required to perform admin actions

2018-05-30 Thread Django
; 0 -- Ticket URL: <https://code.djangoproject.com/ticket/29419#comment:7> Django <https://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this message because you are subscribed to the Google Groups "Django updates" group. To unsubs

Re: [Django] #29433: templatefilter "make_list" should receive a optional split variable

2018-05-30 Thread Django
atch needs improvement: 0 Easy pickings: 1|UI/UX: 0 -+- Comment (by Kamil): You can see the discussion [https://groups.google.com/forum/?utm_medium=email&utm_source=footer#!msg /dja

[Django] #29458: get_field uses related_query_name instead of related_name

2018-05-30 Thread Django
ta.get_field('model_a_related_name') Traceback (most recent call last): File "/home/tomaszk/Projects/testsite/venv/lib64/python3.6/site- packages/django/db/models/options.py", line 566, in get_field return self.fields_map[field_name] KeyError: 'model_a_rela

Re: [Django] #29458: get_field uses related_query_name instead of related_name

2018-05-30 Thread Django
rField(max_length=255) > pass > }}} > Using `get_field` with value from `related_name`. > {{{#!python > >>> from testapp.models import ModelB > >>> ModelB._meta.get_field('model_a_related_name') > Traceback (most recent call last): > File "/home

Re: [Django] #27029: Make EmailValidator accept non-ASCII characters

2018-05-30 Thread Django
): if we do allow non-ascii, I wonder if we should be sure the email is "printable" (not allow hidden characters like '\u200b') https://docs.python.org/3/library/stdtypes.html#str.isprintable -- Ticket URL: <https://code.djangoproject.com/ticket/27029#co

Re: [Django] #29416: Undesired subquery added to the GROUP BY clause

2018-05-30 Thread Django
self.assertTrue(qs.first()) }}} or by adding `multifields__point` to the `values`, i.e. `City.objects.values('name', 'multifields__point')`. -- Ticket URL: <https://code.djangoproject.com/ticket/29416#comment:18> Django <https://code.djangoproject.com/> The W

Re: [Django] #29416: Undesired subquery added to the GROUP BY clause

2018-05-30 Thread Django
Needs tests: 0| Patch needs improvement: 0 Easy pickings: 0|UI/UX: 0 -+- Changes (by felixxm): * has_patch: 0 => 1 Comment: [https://github.com/django/dja

Re: [Django] #28862: Removing a field from index_together/unique_together and from the model generates a migration that crashes

2018-05-30 Thread Django
can guide me to a more correct method of inspecting the current DB table as a model. -- Ticket URL: <https://code.djangoproject.com/ticket/28862#comment:17> Django <https://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this message be

Re: [Django] #29457: Spaces between argument separator and argument in template filter generate error

2018-05-30 Thread Django
{{{ {{ value | filter: "arg"}} }}} {{{ TemplateSyntaxError at / Could not parse the remainder: ': "arg"' from 'value | filter: "arg"' }}} It would be better to allow spaces between them. -- -- Ticket URL: <https://code.djangoproject

Re: [Django] #29457: Spaces between argument separator and argument in template filter generate error

2018-05-30 Thread Django
value | filter: "arg"}} }}} {{{ TemplateSyntaxError at / Could not parse the remainder: ': "arg"' from 'value | filter: "arg"' }}} It would be better to allow spaces between them. -- -- Ticket URL: <https://code.djangoproject.com/tic

Re: [Django] #29457: Spaces between argument separator and argument in template filter generate error

2018-05-30 Thread Django
o check. > > As such I'm going to close this as `wontfix`. > > If you want to push this forwards please post to the [https://groups.google.com/forum/#!forum/django-developers Django Developers mailing list] explaining your proposed change and the reasons for it. (Please link

Re: [Django] #29385: Make ModelDetailView show model properties

2018-05-31 Thread Django
: Accepted => Ready for checkin -- Ticket URL: <https://code.djangoproject.com/ticket/29385#comment:11> Django <https://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this message because you are subscribed to the Google Groups

Re: [Django] #29440: Document that RelatedManager.set() doesn't accept bulk keyword argument for many-to-many relations

2018-05-31 Thread Django
X: 0 -+- Changes (by Johannes Hoppe): * stage: Accepted => Ready for checkin -- Ticket URL: <https://code.djangoproject.com/ticket/29440#comment:8> Django <https://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this

[Django] #29459: data=None in Form results NOT in empty QueryDict

2018-05-31 Thread Django
UI/UX: 1 | -+ You might have a look here: https://github.com/django/django/blob/362813d6287925b8f63f/django/forms/forms.py#L78 None is converted to a regular dict but not to a QueryDict. Methods of

Re: [Django] #29457: Spaces between argument separator and argument in template filter generate error

2018-05-31 Thread Django
://groups.google.com/d/topic/django- developers/d4x7X91OLvQ/discussion django-developers thread]. -- Ticket URL: <https://code.djangoproject.com/ticket/29457#comment:7> Django <https://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this message bec

[Django] #29460: Add support for GEOS 3.6

2018-05-31 Thread Django
pickings: 0 UI/UX: 0 | +-- The workarounds for [https://github.com/django/django/commit/b90d72facf1e4294df1c2e6b51b26f6879bf2992 #diff-181a3ea304dfaf57f1e1d680b32d2b76R246 WKB

Re: [Django] #29460: Add support for GEOS 3.6

2018-05-31 Thread Django
improvement: 0 Easy pickings: 0 |UI/UX: 0 --+ Changes (by Tim Graham): * has_patch: 0 => 1 Comment: [https://github.com/django/django/pull/10014 PR] -- Ticket URL: <

Re: [Django] #29416: Undesired subquery added to the GROUP BY clause

2018-05-31 Thread Django
. }}} -- Ticket URL: <https://code.djangoproject.com/ticket/29416#comment:20> Django <https://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this message because you are subscribed to the Google Groups "Django updates" group. To unsubscribe fro

Re: [Django] #29416: Undesired subquery added to the GROUP BY clause

2018-05-31 Thread Django
043d4f296e645dc. Backport of d0ad03cded64fc307b15668c81d0c65fd8486eff from master }}} -- Ticket URL: <https://code.djangoproject.com/ticket/29416#comment:21> Django <https://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this message because you are subscr

<    5   6   7   8   9   10   11   12   13   14   >