Re: Feedback for my draft proposal

2023-03-29 Thread Carlton Gibson
Hi Jayant. This sounds like a good idea for an ecosystem package, but I think it's the kind of thing that's out-of-scope for a GSoC project I'm afraid. 😬 Kind Regards, Carlton On Tuesday, 28 March 2023 at 20:27:47 UTC+2 jayant khanna wrote: > Hello everyone, >

Re: Can we move the activity on this list to the Forum now?

2023-05-06 Thread Carlton Gibson
r testing would be much appreciated! Right now Discourse > recognizes that this is a problem and is interested in solving it, but > getting it prioritized will require folks to A) speak up saying they want > it done B) test the underlying API to verify that it actually solves the > prob

Re: Proposing the removal of Oracle from the Django supported backend databases

2023-08-09 Thread Carlton Gibson
he state of play today). The difference with Windows (of course) is that we have lots of contributors using it. Kind Regards, Carlton On Fri, 4 Aug 2023 at 15:19, Paolo Melchiorre wrote: > Hi Mariusz, > > On Thu, Aug 3, 2023 at 8:47 PM Mariusz Felisiak > wrote: > > I&

Re: Disabling dark / light mode UI toggle

2023-08-09 Thread Carlton Gibson
Quite likely not, but such a niche feature isn’t worth the extra API surface area, I’d likely think. On Wednesday, 9 August 2023, Niccolò Mineo wrote: > Yes, not pretty, though, right? > > Il giorno martedì 8 agosto 2023 alle 07:33:12 UTC+2 Adam Johnson ha > scritto: > >> You should be able to d

Re: How do you set the python path for django-admin?

2023-11-09 Thread Carlton Gibson
e the module itself is installed in the venv, but the tests module is at the package root, you can run the tests like: django-admin test --settings=tests.settings --pythonpath=. HTH. Kind Regards, Carlton On Wed, 8 Nov 2023 at 20:18, Tobias Bengfort wrote: > Hi ever

Re: How to disable system check framework?

2015-08-05 Thread Carlton Gibson
Sorry to be a pain but, could this thread be continued (if it's going to be) on Django Users? (sorry) — On Wed, Aug 5, 2015 at 3:59 PM, Marcin Nowak wrote: > Hi Aymeric, > This project is complex, as I said before, and works well with Django 1.4. > But we need to upgrade it to newer ver

Fellow Reports -- November 2019

2019-11-25 Thread Carlton Gibson
ngo/django/pull/12120 -- Fixed #31012 -- Reverted "Fixed #29056 -- Fixed HTML5 validation of r… https://github.com/django/djangoproject.com/pull/960 -- Updated robots.docs.txt for Django 3.0. https://github.com/django/django/pull/12110 -- Pinned asgiref to 3.x series. Kind Regards, Car

Re: Fellow Reports -- November 2019

2019-12-01 Thread Carlton Gibson
ed #30803 -- Allowed comma separators for milliseconds in django.utils.dateparse functions. Authored: https://github.com/django/django/pull/12152 -- Fixed #29892 -- Added explicit Selenium wait in admin autocomplete tests. Kind Regards, Carlton -- You received this message because you a

Django security releases issued: 2.2.8 and 2.1.15.

2019-12-02 Thread Carlton Gibson
Today the Django team issued 2.2.8 and 2.1.15 as part of our security process. These releases address security issues, and we encourage all users to upgrade as soon as possible: https://www.djangoproject.com/weblog/2019/dec/02/security-releases/

Django 3.0 Released.

2019-12-02 Thread Carlton Gibson
Django 3.0 is now available. https://www.djangoproject.com/weblog/2019/dec/02/django-3-released/ With the release of Django 3.0, Django 2.2 has reached the end of mainstream support. The final minor bug fix release (which is

Re: Let Django users customize FORMAT_SETTINGS (a feature request)

2019-12-02 Thread Carlton Gibson
Hi Uri. Can you explain (I couldn't exactly follow from the ticket/commit/SO post) why Custom Format Files[0] are not the way to go for you here? [0] https://docs.djangoproject.com/en/2.2/topics/i18n/formatting/#creating-custom-format-files Thanks. Carlton On Monday, 2 December 20

Re: Django security releases issued: 2.2.8 and 2.1.15.

2019-12-02 Thread Carlton Gibson
That was a caching issue. (The docs can take A Moment™ to build sometimes. :) On Monday, 2 December 2019 10:28:36 UTC+1, Uri wrote: > > Bugfixes is empty on > https://docs.djangoproject.com/en/2.2/releases/2.1.15/ > אורי > u...@speedy.net > > > On Mon, Dec 2, 2019 at

Re: Let Django users customize FORMAT_SETTINGS (a feature request)

2019-12-02 Thread Carlton Gibson
the values. So that looks exactly like what you need. No? (Sorry if I've missed your point — it's sometimes hard to see what folks are getting at just from links and commits. 😬) Kind Regards, Carlton -- You received this message because you are subscribed to the Goo

Re: Let Django users customize FORMAT_SETTINGS (a feature request)

2019-12-02 Thread Carlton Gibson
Also, I'm guessing this has come up before, so it's likely others will be able to comment. -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and stop receiving emails from it,

Re: Let Django users customize FORMAT_SETTINGS (a feature request)

2019-12-02 Thread Carlton Gibson
serve I think. Again, sorry if I’m not quick enough for you. Just trying to get clear? On Mon, 2 Dec 2019 at 16:58, אורי wrote: > Hi Carlton, > > The list of formats on > https://github.com/django/django/blob/master/django/utils/formats.py#L31-L46 > is: > > FORMAT

Re: Let Django users customize FORMAT_SETTINGS (a feature request)

2019-12-02 Thread Carlton Gibson
Hi Uri. > To customize FORMAT_SETTINGS I had to patch 14 files, because the tests failed and I had to patch the tests too. I managed to get a moment to look at your Speedy Net code. The 14 files here is because you have so many entry points (multiple manage.py and wsgi.py files) — most projec

Re: Let Django users customize FORMAT_SETTINGS (a feature request)

2019-12-04 Thread Carlton Gibson
esponses...) I'm going to try to implement the patch on Speedy Net right now without > having to update 14 files. There is a suggestion on Stack Overflow. > Yes, in the meantime your patch applied in an AppConfig looks my cleaner. :+1: Kind Regards, Carlton -- You received this messag

Sounding out for GSoC 2020.

2019-12-10 Thread Carlton Gibson
guiding role to come up with suggestions for the direction of Django. Other Projects: Are there other ideas? (Do you have one?) Are there easier things that we could take "weaker" candidates for? But with that is there a commitment for the mentoring help they'd need? Anyhow, we

Re: Sounding out for GSoC 2020.

2019-12-10 Thread Carlton Gibson
This thread was good on 2FA: linked to some prior art. https://groups.google.com/d/topic/django-developers/zzjTvgTbg5U/discussion (But was 3 years ago... 😬) -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group.

Re: Sounding out for GSoC 2020.

2019-12-10 Thread Carlton Gibson
idance...) Kind Regards, Carlton On Tuesday, 10 December 2019 19:14:51 UTC+1, Andrew Godwin wrote: > > I agree that 2FA could be a good choice - some of the async support work > would also have been good, had I made more progress in the latter half of > this year. > > A coup

Re: Django security releases issued: 3.0.1, 2.2.9, and 1.11.27

2019-12-18 Thread Carlton Gibson
HI Dirk. You're correct, the issue doesn't appear to arise on SQLite. Pass on exactly why right now. Maybe there's some PostgreSQL setting that might avoid it but, in general, it's not dependent on specific PostgreSQL settings. Kind Regards, Carlton On Wednesday, 18

Re: Sounding out for GSoC 2020.

2019-12-19 Thread Carlton Gibson
e up and running with a development environment. Get to know Trac, even if only a little bit. And hang-out here and on the Forum https://forum.djangoproject.co — I want to leverage that for comms in 2020. Above all have fun! :) Welcome aboard Kind Regards, Carlton On Thursday, 19 December

Fellow Reports -- December 2019

2019-12-19 Thread Carlton Gibson
uot;text/javascript" attributes from script tags. https://code.djangoproject.com/ticket/31076 -- dbshell crashes on Windows and Python < 3.8. https://github.com/django/django/pull/12195 -- Refs #23433 -- Fixed test_django_admin_py.DeprecationTest tests failures on Windows and Python < 3.8.

Re: Fellow Reports -- December 2019

2020-01-02 Thread Carlton Gibson
ocumentations. https://code.djangoproject.com/ticket/30585 -- Add support for "translate" and "blocktranslate" tags. https://github.com/django/django/pull/12214 -- Fixed Pytest command in upgrade documentation Happy New Year! Kind Regards, Carlton -- You received this m

Re: Sounding out for GSoC 2020.

2020-01-02 Thread Carlton Gibson
idates is largely, how self-directed are you? Yes, some programming tasks are genuinely difficult, but for many, it's amazing how far folks can get if they are able to roll up their sleeves and try to work it out. If you do want input early post on forum.djangoproject.com. Kind Regards

Re: How to Start for GSOC 2020 in Django org.

2020-01-13 Thread Carlton Gibson
Hi. I created a Wiki page for GSoC 2020 https://code.djangoproject.com/wiki/SummerOfCode2020 Check it out. Read over the Project Ideas and the notes for students. Then I suggest getting involved — now's a great time. :) Kind Regards, Carlton On Monday, 13 January 2020 13:56:13

Fellow Reports -- January 2020

2020-01-15 Thread Carlton Gibson
02 -- Removed unused ExceptionReporterFilter class. https://github.com/django/django/pull/12300 -- Fixed #23004 -- Added request.META filtering to SafeExceptionReporterFilter. https://github.com/django/django/pull/12284 -- [WIP] Fixed #31124 -- Fixed overriding inherited get_FIELD_display(). Kind Regard

Re: Fellow Reports -- January 2020

2020-01-29 Thread Carlton Gibson
jango/pull/12348 -- Fixed #31190 -- Fixed prefetch_related() crash for GenericForeignKey with custom ContentType foreign key. https://github.com/django/django/pull/12339 -- Fixed #31177 -- Used "raise from" when wrapping exceptions, all over the codebase Kind Regards, Carlton -- You r

Re: extension for arangodb

2020-01-29 Thread Carlton Gibson
there’s a guide per se. Kind regards, Carlton On Wed, 29 Jan 2020 at 19:36, hh am wrote: > i dont want to write a project i want to write a extension for django > project itself to add arangodb support > > -- > You received this message because you are subscribed to the Google G

CrossDB JSONField — Testing needed.

2020-01-30 Thread Carlton Gibson
If you could allocate a bit of time to try this out it would be a real help to make sure the new field is somewhat battle tested before bringing it in. The PR there is a fresh one just for this purpose. :) Thanks all. Kind Regards, Carlton -- You received this message because you are subs

Django security releases issued: 3.0.3, 2.2.10 and 1.11.28

2020-02-03 Thread Carlton Gibson
Today the Django team issued 3.0.3, 2.2.10 and 1.11.28 as part of our security process. These releases address a security issue, and we encourage all users to upgrade as soon as possible: https://www.djangoproject.com/weblog/2020/feb/03/security-releases/

Re: Fellow Reports -- January 2020

2020-02-03 Thread Carlton Gibson
m/django/django/pull/12382 -- Updated the GeoJSON format specification link to RFC 7946. https://github.com/django/django/pull/12381 -- Refs #25778 -- Updated some links to HTTPS and new locations. Kind Regards, Carlton -- You received this message because you are subscribed to the Go

Re: Where to post to ask questions about solving a Django ticket

2020-02-03 Thread Carlton Gibson
Hi Ahmed. There’s a mentoring topic on forum.djangoproject.com. You can post there. Please try to provide as much detail as possible. 🙂 Kind regards, Carlton On Mon, 3 Feb 2020 at 18:23, Ahmad A. Hussein wrote: > I'm currently stuck on solving a Django ticket I assigned to mysel

Re: Where to post to ask questions about solving a Django ticket

2020-02-03 Thread Carlton Gibson
Grrr. Auto-correct. Sorry about that Ahmad. On Mon, 3 Feb 2020 at 18:42, Carlton Gibson wrote: > Hi Ahmed. > > There’s a mentoring topic on forum.djangoproject.com. You can post there. > > Please try to provide as much detail as possible. 🙂 > > Kind regards, > Carlton &

Re: start contributing to django

2020-02-05 Thread Carlton Gibson
Hi Rishabh. Check out the contributing guide to begin: https://docs.djangoproject.com/en/dev/internals/contributing/ The Advice for new contributors is good: https://docs.djangoproject.com/en/dev/internals/contributing/new-contributors/ Kind Regards, Carlton On Wed, 5 Feb 2020 at 13:30

Re: Beginner-friendly issue to start contributing to codebase

2020-02-06 Thread Carlton Gibson
look at that then.) Hopefully that gets you started. Kind Regards, Carlton On Thursday, 6 February 2020 01:41:45 UTC+1, Vibhu Agarwal wrote: > > Hi! I'm Vibhu, currently an undergraduate. > I've been working with Django for over a year now. > And for a long time, I'v

Re: Guidance for GSoC

2020-02-06 Thread Carlton Gibson
idea. From there it's easier to solicit concrete feedback. Kind Regards, Carlton On Thursday, 6 February 2020 13:41:05 UTC+1, Sanskar Jaiswal wrote: > > Hey everyone, > > As I was recommended in the django forum mentorship channel, I proceeded > to go through

Re: Use "raise from" where appropriate, all over the codebase

2020-02-06 Thread Carlton Gibson
t everything because we didn't use from. That's where the real benefit lies. So, summary: * Exception chaining is the default. We already have that. * Short of something I missed (which is always possible 🙂) there's no reason for the bulk edit being proposed here. K

Re: Use "raise from" where appropriate, all over the codebase

2020-02-07 Thread Carlton Gibson
> I'm basing it on the fact that Carlton approved this PR for the style guide: https://github.com/django/django/pull/12350 No. I don't think we should merge that change. (It's "approved" qua itself before reviewing, and dependent on the main PR.) To be clear.

Re: Use "raise from" where appropriate, all over the codebase

2020-02-07 Thread Carlton Gibson
reason not to is, in general, a good policy. I know I'm -1 on this particular change, for the reasons in this thread, but thank you for your efforts nonetheless. :) Kind Regards, Carlton On Friday, 7 February 2020 12:17:11 UTC+1, Ram Rachum wrote: > > > > On Fri, Feb 7,

Re: Beginner-friendly issue to start contributing to codebase

2020-02-07 Thread Carlton Gibson
Yes, you can assign it to yourself. If you get stuck, post of the forum.djangoproject.com Mentorship topic. Welcome aboard! ⛵️ C. On Fri, 7 Feb 2020 at 11:43, Vibhu Agarwal wrote: > Hi Carlton > > Thanks for finding me this issue. > > I've set up django dev. locally. >

Re: Consider renaming `mark_safe` to `dangerously_trust_html` (etc)

2020-02-19 Thread Carlton Gibson
b is unmaintained, and there's no alternative. Whatever effort there is to be spent on this, I'd rather see it spent there. Kind Regards, Carlton On Wednesday, 19 February 2020 10:11:11 UTC+1, Adam Johnson wrote: > > I made a ticket for this: https://code.djangoproject.com/

Fellow Reports -- February 2020

2020-02-19 Thread Carlton Gibson
ub.com/django/django/pull/12431 -- Fixed #31240 -- Properly close FileResponse when wsgi.file_wrapper isused. https://github.com/django/django/pull/12430 -- Fixed #31253 -- Fixed data loss possibility when using caching from async code. Kind Regards, Carlton -- You received this message beca

Re: help For GSoC Proposal (Improve Admin Filters)

2020-02-25 Thread Carlton Gibson
xample linked on the wiki. Once you get started on it we can provide feedback. HTH. Kind Regards, Carlton -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and

Re: Fellow Reports -- February 2020

2020-03-01 Thread Carlton Gibson
hored: https://github.com/django/django/pull/12502 -- Fixed #31032 -- Updated admin browser support FAQ for 2020. Kind Regards, Carlton -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubs

Review needed: Proposed behavior change in Field.contribute_to_class()

2020-03-04 Thread Carlton Gibson
re another reason we can't make this change? (No doubt someone, somewhere is **using** the existing behavior, but...) Again, the PR: https://github.com/django/django/pull/11337 § Thank you for reading this far. Sorry again for the length but... Thank you for your time and thought. Kind Re

Re: GSOC 2020

2020-03-04 Thread Carlton Gibson
ributors would be able to help with the technical questions... 🤔 Kind Regards, Carlton On Wednesday, 4 March 2020 14:19:38 UTC+1, Victor Egbe wrote: > > Very well then. Thank you for the offer. However we do not have such > need at the moment. > > > > On Tue, 3 Mar 202

Re: ngettext_lazy and ngettext

2020-03-04 Thread Carlton Gibson
HI Uri. Yes, we know. :) Please don't bump. It's just adds noise. (If you MUST bump, a comment on the PR is more than enough, so not everyone of the thousands on this list needs a notification.) Thanks. Ref backport: it's a possibility but you should phrase it more like, "this is serious bug

Re: ngettext_lazy and ngettext

2020-03-04 Thread Carlton Gibson
least the danger of introducing regressions, especially if we do decide to backport, as you’d like.) On Wed, 4 Mar 2020 at 18:14, אורי wrote: > Hi Carlton, > > I think this issue is important for the Django developers mailing list. I > already commented on the PR about 3 weeks ago. Yes

Re: ngettext_lazy and ngettext

2020-03-04 Thread Carlton Gibson
t translated. It just happens that the language I'm > using is not the most popular language Django users are using, but it is a > regression. It's also not documented in the release notes, as I would > expect it to be documented there. > אורי > u...@speedy.net &g

Re: IRC Chat

2020-03-10 Thread Carlton Gibson
and running. Kind Regards, Carlton On Tuesday, 10 March 2020 15:48:17 UTC+1, José Manuel Valdivia Romero wrote: > > Hi Guys, > > I'm completely new trying to contribute to the Django project (But was > working on applications with Django for many years). > > I was che

Re: New Merger nomination.

2020-03-13 Thread Carlton Gibson
Seconded. Claude is one of the few existing committers who still uses and needs his commit access. He handles the translation updates for each release, and we’d be (not lost but) lost without that help. Kind Regards, Carlton On Fri, 13 Mar 2020 at 20:30, Mariusz Felisiak wrote: >

Proposal to deprecate NullBooleanField (and remove in Django 4.0)

2020-03-17 Thread Carlton Gibson
could defer for 5.0.) Kind Regards, Carlton -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-deve

Re: Proposal to deprecate NullBooleanField (and remove in Django 4.0)

2020-03-17 Thread Carlton Gibson
ic Augustin < >> aymeric.augus...@polytechnique.org> wrote: >> >>> Hello, >>> >>> I'm inclined to Accept as well. >>> >>> -- >>> Aymeric. >>> >>> >>> >>> On 17 Mar 2020, at 08:49, Carlton Gibson &

Re: Request to reconsider #30311 -- allow overriding site-wide admin actions

2020-03-18 Thread Carlton Gibson
, but is there an **exact** change you have in mind that satisfies all the competing Wants? (It was all quite interconnected IIRC) Thanks! Carlton On Wed, 18 Mar 2020 at 17:01, Shai Berger wrote: > Hello fellow Djangonauts, > > While working on upgrading a project to 2.2, I ran into

Re: Request to reconsider #30311 -- allow overriding site-wide admin actions

2020-03-18 Thread Carlton Gibson
OK, thanks both. Seems reasonable. Let me have a look at it in the morning. One question is whether we handle this for just delete_selected or any action which an AdminSite declares. The example from #30311 was `expect_inquisition` (Nice) Do we want to handle that too? 🤔 Cheers. C. On Wedn

Re: New Merger nomination.

2020-03-19 Thread Carlton Gibson
a Merger because of his role on the Technical Board.) I would ask the Technical Board to proceed with the nomination, as, bar the loose language, I think it is in line with the DEP. Kind Regards, Carlton -- You received this message because you are subscribed to the Google Groups &quo

Re: Request to reconsider #30311 -- allow overriding site-wide admin actions

2020-03-19 Thread Carlton Gibson
OK, reopened and accepted. Thanks for bringing it to the list Shai! C. -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Fellow Reports -- March 2020

2020-03-19 Thread Carlton Gibson
ed: https://github.com/django/deps/pull/67 -- Clarify that Releasers may make admin commits. Kind Regards, Carlton -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and s

GSoC Mentors

2020-03-25 Thread Carlton Gibson
I don't see why it can't be a group thing. If you could hang out a bit on the forum (mainly for task 1) and/or offer technical input, which you might be doing already/anyway (for task 2) then that would be a super contribution. Please let me know if you'd be willing to help mentor.

Re: GSoC Mentors

2020-03-25 Thread Carlton Gibson
Thanks Simon, super. On Wednesday, 25 March 2020 19:25:27 UTC+1, charettes wrote: > > I confirm my willingness to be a mentor for ORM and Migrations related > work. > > Simon > > Le mercredi 25 mars 2020 04:43:49 UTC-4, Carlton Gibson a écrit : >> >> Hi all. &g

Re: Discuss ticket 20264: URLValidator should allow underscores in local hostname

2020-03-26 Thread Carlton Gibson
> By all means add a lenient=False flag which can be turned to True to enable lenient parsing... I don't think we should even allow this. The extra API surface area complicates the matter for all users, almost all of whom are never going to set the new flag to anything but the default. (Of thos

Re: GSoC Proposal to extend the parallel test runner to Windows and macOS and to support Oracle parallel test running

2020-03-26 Thread Carlton Gibson
to work around this, but...) Kind Regards, Carlton -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and stop receiving emails from it, send an email

Re: GSoC Mentors

2020-03-26 Thread Carlton Gibson
Hi David. Thanks. That makes a few folks that have put their hands up so 👍 On Thu, 26 Mar 2020 at 13:47, David Smith wrote: > Hi Carlton, > > I'm happy to help out with 1), if you think I would be helpful. > > I will not be of much help with 2) :-) > > David > >

Re: GSoC proposal research - type hinting

2020-03-28 Thread Carlton Gibson
’s out of the norm but…) I hope that helps. Kind Regards, Carlton > On 28 Mar 2020, at 15:51, Kacper Szmigiel wrote: > > Thank you for your response! :) > > I was thinking to start with adding type hints to some basic Django packages, > i.e. django.utils, and then

Re: GSoC proposal research - type hinting

2020-03-30 Thread Carlton Gibson
Hi Nikita. Thanks for the follow up. C. On Mon, 30 Mar 2020 at 13:56, Никита Соболев wrote: > Hi everyone, > > I am one of the django-stubs core-devs (https://github.com/sobolevn). > > I would love to mentor Kacper and help with anything django-stubs related. > You can count me in! > > Best rega

Re: Fellow Reports -- March 2020

2020-03-30 Thread Carlton Gibson
s. https://github.com/django/django/pull/12618 -- Fixed intermitent Selenium test failure. Kind Regards, Carlton -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and

Django bugfix releases: 3.0.5 and 2.2.12.

2020-04-01 Thread Carlton Gibson
Details are available on the Django project weblog: https://www.djangoproject.com/weblog/2020/apr/01/bugfix-releases/ -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and stop

i18n + Sitemaps (Testing Needed)

2020-04-02 Thread Carlton Gibson
ectly? * Are there any issue if you set (the new) `Sitemap.x_default = True` Docs changes: https://github.com/django/django/pull/11937/files#diff-083e9ed1a53be195444ef4656ddc6d3fR251-R283 Thanks for looking if you can and are using this. Kind Regards, Carlton -- You received this message b

Re: Widget Media Class

2020-04-09 Thread Carlton Gibson
response. (I will have a look at it when I can.) It's not a small ticket. I remember Claude posted a related idea to the list in the last year or so. I hope that makes sense. Kind Regards, Carlton On Friday, 10 April 2020 08:29:20 UTC+2, David Smith wrote: > > Hi all, > &

Technical Board statement on type hints for Django

2020-04-14 Thread Carlton Gibson
h to thank everybody who has participated in the discussion to bring us to this point. Kind Regards, Carlton -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and

Re: Making the admin more navigable

2020-04-15 Thread Carlton Gibson
hould probably accept, with a last round of tweaking. Kind Regards, Carlton -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and stop receiving emails from it,

Fellow Reports -- April 2020

2020-04-21 Thread Carlton Gibson
ebar to the admin https://github.com/django/django/pull/12405 -- Fixed #31223 -- Added __class_getitem__() to Manager and QuerySet. https://github.com/django/django/pull/12508 -- Fixed #29501 -- Allowed dbshell to pass options to underlying tool. Kind Regards, Carlton -- You received this m

Re: Management of static assets

2020-04-22 Thread Carlton Gibson
t this a lot, it's a big issue, but I don't have a single answer: I've got what I do, and that works for me, but I see lots of people doing different with success. Kind Regards, Carlton -- You received this message because you are subscribed to the Google Groups "Dja

Re: New Merger nomination.

2020-04-23 Thread Carlton Gibson
Hi all, thanks. I think that's everyone, so I'll add Claude to the team. 💃 Kind Regards, Carlton -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this grou

Re: Proposal: FileSystemFinder and AppDirectoriesFinder shall serve unminimized assets in DEBUG mode

2020-04-23 Thread Carlton Gibson
It seems this thread ties in with the current discussion about static assets. For instance if we were to include a compression step, you’d always just reference the raw assets, these being processed, with source maps if we had that, for production. -- You received this message because you are sub

Re: Proposal: FileSystemFinder and AppDirectoriesFinder shall serve unminimized assets in DEBUG mode

2020-04-25 Thread Carlton Gibson
> On 25 Apr 2020, at 21:59, Jacob Rief wrote: > > So unless Django embraces npm in order to execute the > compile/compress/concatenate/uglify-steps, I don't see a lot of possibilities > other than referring to the processed, aka *.min.xyz file. Well, see the other thread but

Re: Fellow Reports -- April 2020

2020-04-29 Thread Carlton Gibson
-- Refs #29983 -- Fixed displaying pathlib.Path database name in flush command's inputs. https://github.com/django/django/pull/12762 -- Updated admin's xregexp.js to 3.2.0. https://github.com/django/django/pull/12758 -- Fixed #31485 -- Updated admin's jQuery to 3.5.0. Kind Regards,

Re: Fellow Reports -- April 2020

2020-05-03 Thread Carlton Gibson
ango/pull/12783 -- Fixed broken links in docs. Kind Regards, Carlton -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and stop receiving emails from it, send

Re: Rename request.GET and POST, and lowercase COOKIES, FILES, and META

2020-05-05 Thread Carlton Gibson
two ways to do things definitely isn't "pythonic". So I'm inclined towards the range between -1 and -0 — but I haven't had my coffee yet. 😝 Kind Regards, Carlton > -- You received this message because you are subscribed to the Google Groups "Django

Re: GSoC 2020

2020-05-05 Thread Carlton Gibson
Yes, absolutely. Thank you both. We do hope you'll continue to be part of the community! Kind Regards, Carlton On Wednesday, 6 May 2020 00:44:03 UTC+2, Adam Johnson wrote: > > Thank you both for writing proposals and contributing to the community! > > On Mon, 4 May 2020 a

Selected projects for Google Summer of Code 2020

2020-05-05 Thread Carlton Gibson
student German University in Cairo, will work to extend the parallel test runner to Windows, macOS, and add Oracle support. His primary mentors are Tom Forbes and Adam Johnson. Additional mentors are Shai Berger, Simon Charette, Sage Abdullah, David Smith, Mariusz Felisiak, and Carlton Gibson. (I

Re: Removing url() ?

2020-05-06 Thread Carlton Gibson
final/0201-simplified-routing-syntax.rst> Kind Regards, Carlton -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and stop receiving emails from it, send an email to djan

Re: GSoC 2020

2020-05-08 Thread Carlton Gibson
it's just `get()` I guess...) I'm very happy to discuss it with you in the forum. I think a good first goal would be a write up (blog post?) on the state of play. Kind Regards, Carlton Options for keeping secrets in the environment. https://github.com/theskumar/python-do

Re: Rename request.GET and POST, and lowercase COOKIES, FILES, and META

2020-05-08 Thread Carlton Gibson
> On 7 May 2020, at 22:03, Florian Apolloner wrote: > > forms with method="GET" are legitimate and wouldn't end up in `form_data` > forms with method="GET" are legitimate and wouldn't end up in `form_data` > which is imo quite confusing. Do we have any other options? Would there be an issue

Django Version 3.2 Roadmap

2020-05-13 Thread Carlton Gibson
final = == In accordance with DEP 10, I'd like to ask the Technical Board to review this when able, and approve it or suggest adjustments if needed. Thanks. Kind Regards, Carlton -- You received this message because you are subscribed to the Google Groups "Dj

Re: Django Version 3.2 Roadmap

2020-05-13 Thread Carlton Gibson
> On 13 May 2020, at 16:40, Adam Johnson wrote: > > I edited the wiki page slightly to rename "committer" to "merger" in > accordance with DEP 10. Ah, yes. Good catch. Thank you! -- You received this message because you are subscribed to the Google Groups "Django developers (Contribution

Re: Django Version 3.2 Roadmap

2020-05-13 Thread Carlton Gibson
I’d probably just push it for the 6th in this case, after the weekend. (I obviously live a sheltered life: April fools never occurred to me... 😳) On Thu, 14 May 2020 at 00:02, Florian Apolloner wrote: > On Wednesday, May 13, 2020 at 4:40:55 PM UTC+2, Adam Johnson wrote: >> >> This looks good to

Re: Django Version 3.2 Roadmap

2020-05-15 Thread Carlton Gibson
OK, thanks thus far all. I've bumped the final release date to April 6 2021. (I left the other dates as were: a handful of extra days over the weekend there will be a nice to have when they arrive :) C. -- You received this message because you are subscribed to the Google Groups "Django dev

Re: Should the docs suggest namespace packages?

2020-05-20 Thread Carlton Gibson
As far as I can see, standard packages are what users want in almost every case. So +1. (Q:What is the use-case for namespace packages?) > On 20 May 2020, at 12:44, René Fleschenberg wrote: > > Hi, > > https://github.com/django/django/pull/12939 > > My opinion on this is not particularly st

Fellow Reports -- May 2020

2020-05-27 Thread Carlton Gibson
ed #31504 -- Allowed calling makemigrations without an active database connection. Authored: https://github.com/django/django/pull/12948 -- Added CockroachDB to list of third-party DB backends. https://github.com/django/django/pull/12935 -- Fixed #31591 -- Clarified "reverse" text in

Re: GSoD - Google Season of Docs

2020-05-27 Thread Carlton Gibson
google.com/season-of-docs/docs/tech-writer-guide Kind Regards, Carlton On Tuesday, 19 May 2020 03:38:10 UTC+2, Aksh Gupta wrote: > > Hi, > > I'd love to improve the 'Contributing Guide' as a part of GSoD this year. > I have gone through the Guide myself to start con

Re: Fellow Reports -- May 2020

2020-06-02 Thread Carlton Gibson
guide to recommend venv. Authored: https://github.com/django/django/pull/12990 -- Fixed #31570 -- Corrected translation loading for apps providing only a subset of supported languages. Kind Regards, Carlton -- You received this message because you are subscribed to the Google Groups

What happens if a Fellow has a holiday?

2020-06-04 Thread Carlton Gibson
h the non-write "Triage" role. In this context, mostly this allows Mariusz to ask the TB by team handle for a review. (I trust this is OK.) 3.1b1 is due on the 15th. We can delay that but... Please can I ask the 6 of you to be aware that you might be needed. Thanks. Kind Regards,

Re: What happens if a Fellow has a holiday?

2020-06-04 Thread Carlton Gibson
t; common in their country. > > Our usual strategy for tackling fragile processes is to see what breaks > then figure out a solution. > > Enjoy your holidays. We'll learn how much we depend on you :-) > > -- > Aymeric. > > > > On 4 Jun 2020, at 12:47, Carlton Gib

Re: The blacklist / master issue

2020-06-15 Thread Carlton Gibson
iginally suggested in a > PR by David Smith in April: https://github.com/django/django/pull/12755 . > Carlton and I closed the PR due to lack of discussion at the time. Carlton > also brought up the argument that it can be useful to keep our terminology > in line with RFC's. > &g

Re: Overriding template blocks without copy/pasting entire template files

2020-06-15 Thread Carlton Gibson
}this site is restricted, blah blah legal text blah{% endblock %} So as long as myapp/templates are loaded before contrib.admin's then it you should see the result you're after. #15053 <https://code.djangoproject.com/ticket/15053> references django-overextends as the influence.

Re: Proposal - Warn user when creating or applying a delete migration?

2020-06-15 Thread Carlton Gibson
Looking at the proposed ticket here #31700 , I'm *Meh* at best: * - + ~ * Green, yellow, red I'm not sure I want to look at either of those. Visual noise for X benefit, where I think X is likely very small. Not sure it's worth the complication.

Re: Overriding template blocks without copy/pasting entire template files

2020-06-16 Thread Carlton Gibson
ears ago >> <https://code.djangoproject.com/timeline?from=2015-04-22T17%3A28%3A19-05%3A00&precision=second> >> by Preston Timmons >> >> 🤦‍♀️ >> >> Thanks Carlton - I guess it has *only* been 5 years though :) >> >> On Tuesday, 16 June

Mechanics of the EmailValidator.domain_allowlist rename.

2020-06-18 Thread Carlton Gibson
e in a position (by 3.2) to ship a utility to (*inter alia*) automate updating historical migrations? Without having looked into it, this seems like a small, well scoped problem, that would make a good test case for such a tool. In theory this is better that 1 or 2, but is it feasible? Thoughts? Tha

<    1   2   3   4   5   6   7   8   >