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/ 


-- 
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-developers+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/37826578-136E-422F-84F3-9C01C6A4625E%40gmail.com.


Re: Django security releases issued: 2.2.8 and 2.1.15.

2019-12-02 Thread אורי
Bugfixes is empty on  https://docs.djangoproject.com/en/2.2/releases/2.1.15/

אורי
u...@speedy.net


On Mon, Dec 2, 2019 at 11:12 AM Carlton Gibson 
wrote:

> 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/
>
> --
> 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-developers+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-developers/37826578-136E-422F-84F3-9C01C6A4625E%40gmail.com
> 
> .
>

-- 
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-developers+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/CABD5YeFzL_QF6UYy5nG4Jxb0ANJxaFoL%2BQhE-W%3DqvioLWaLSMw%40mail.gmail.com.


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 also a 
security release), 2.2.8, was issued today. Django 2.2 is an LTS release and
will receive security and data loss fixes until April 2022. All users are 
encouraged to upgrade before then to continue receiving fixes for 
security issues. 

See the downloads page [1] for a table of supported versions and the 
future release schedule. 

[1] https://www.djangoproject.com/download/#supported-versions 

-- 
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-developers+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/5F7D9C4C-778C-43DB-A73C-12371C6EBF7F%40gmail.com.


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 2019 05:32:53 UTC+1, Uri wrote:
>
> Django developers,
>
> I just added this feature request:
> https://code.djangoproject.com/ticket/31052  
>
> I customized FORMAT_SETTINGS in Speedy Net, you can see more information 
> in this commit:
>
> https://github.com/speedy-net/speedy-net/commit/f5dc4896c136a816ab9fe0dc360d3fd59d0a5f33
>  
>  
>
> And on Stack Overflow:
>
> https://stackoverflow.com/questions/57188435/django-how-do-i-override-default-date-formats-per-locale
>  
>
> To customize FORMAT_SETTINGS I had to patch 14 files, because the tests 
> failed and I had to patch the tests too. Is it possible to let Django users 
> customize FORMAT_SETTINGS without having to patch files? For example you 
> can check if the settings contain FORMAT_SETTINGS, and if it is - include 
> these settings in the global FORMAT_SETTINGS (a union, like in the above 
> commit).
>
> formats.FORMAT_SETTINGS = 
> formats.FORMAT_SETTINGS.union(django_settings.FORMAT_SETTINGS)
>
> אורי
> u...@speedy.net 
>

-- 
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-developers+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/22755ead-1fe0-460a-9581-41c920f4e424%40googlegroups.com.


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 11:12 AM Carlton Gibson  > wrote:
>
>> 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/
>>
>> -- 
>> 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-d...@googlegroups.com .
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/django-developers/37826578-136E-422F-84F3-9C01C6A4625E%40gmail.com
>>  
>> 
>> .
>>
>

-- 
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-developers+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/6130f838-0533-4922-8ffd-8d2fdca3e663%40googlegroups.com.


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

2019-12-02 Thread אורי
Hi Carlton,

I don't understand how this is related to Custom Format Files.

I want to be able to define settings, such as YEAR_FORMAT which I defined
in Speedy Net, where I would define a default value (such as 'Y') which can
be overridden for some specific locales. If it's not overridden, the value
will come from the global setting, which I define in the settings file of
the project. This will expand the list defined in
https://github.com/django/django/blob/master/django/utils/formats.py#L31-L46
('DATE_FORMAT', 'TIME_FORMAT' and so on).
אורי
u...@speedy.net


On Mon, Dec 2, 2019 at 4:03 PM Carlton Gibson 
wrote:

> 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 2019 05:32:53 UTC+1, Uri wrote:
>>
>> Django developers,
>>
>> I just added this feature request:
>> https://code.djangoproject.com/ticket/31052
>>
>> I customized FORMAT_SETTINGS in Speedy Net, you can see more information
>> in this commit:
>>
>> https://github.com/speedy-net/speedy-net/commit/f5dc4896c136a816ab9fe0dc360d3fd59d0a5f33
>>
>>
>> And on Stack Overflow:
>>
>> https://stackoverflow.com/questions/57188435/django-how-do-i-override-default-date-formats-per-locale
>>
>> To customize FORMAT_SETTINGS I had to patch 14 files, because the tests
>> failed and I had to patch the tests too. Is it possible to let Django users
>> customize FORMAT_SETTINGS without having to patch files? For example you
>> can check if the settings contain FORMAT_SETTINGS, and if it is - include
>> these settings in the global FORMAT_SETTINGS (a union, like in the above
>> commit).
>>
>> formats.FORMAT_SETTINGS =
>> formats.FORMAT_SETTINGS.union(django_settings.FORMAT_SETTINGS)
>>
>> אורי
>> u...@speedy.net
>>
> --
> 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-developers+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-developers/22755ead-1fe0-460a-9581-41c920f4e424%40googlegroups.com
> 
> .
>

-- 
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-developers+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/CABD5YeF537ooATZE_eBootJL6ZEZri0TGgxH4xYRRy0T1zUtJA%40mail.gmail.com.


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

2019-12-02 Thread Carlton Gibson
Hi Uri. 

On Monday, 2 December 2019 16:19:11 UTC+1, Uri wrote:
>
> I don't understand how this is related to Custom Format Files.
>

Well in the SO post you linked you say this:

> I want to override the default values of DATE_FORMAT and MONTH_DAY_FORMAT 
in English, but keep the default values (or define them again) in Hebrew.

In the docs I linked you to it says this: 

> Django provides format definitions for many locales, but sometimes you 
might want to create your own, because a format files doesn’t exist for 
your locale, or because you want to overwrite some of 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 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-developers+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/364d0c49-2c1b-44ea-819c-6aedc5a6b0bc%40googlegroups.com.


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, send an email 
to django-developers+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/c8b607c1-9863-46c6-a85a-6bd1c249c97e%40googlegroups.com.


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

2019-12-02 Thread אורי
Hi Carlton,

The list of formats on
https://github.com/django/django/blob/master/django/utils/formats.py#L31-L46
is:

FORMAT_SETTINGS = frozenset([
'DECIMAL_SEPARATOR',
'THOUSAND_SEPARATOR',
'NUMBER_GROUPING',
'FIRST_DAY_OF_WEEK',
'MONTH_DAY_FORMAT',
'TIME_FORMAT',
'DATE_FORMAT',
'DATETIME_FORMAT',
'SHORT_DATE_FORMAT',
'SHORT_DATETIME_FORMAT',
'YEAR_MONTH_FORMAT',
'DATE_INPUT_FORMATS',
'TIME_INPUT_FORMATS',
'DATETIME_INPUT_FORMATS',
])

Is there a way to extend it and add more values?

אורי
u...@speedy.net


On Mon, Dec 2, 2019 at 5:35 PM Carlton Gibson 
wrote:

> Hi Uri.
>
> On Monday, 2 December 2019 16:19:11 UTC+1, Uri wrote:
>>
>> I don't understand how this is related to Custom Format Files.
>>
>
> Well in the SO post you linked you say this:
>
> > I want to override the default values of DATE_FORMAT and
> MONTH_DAY_FORMAT in English, but keep the default values (or define them
> again) in Hebrew.
>
> In the docs I linked you to it says this:
>
> > Django provides format definitions for many locales, but sometimes you
> might want to create your own, because a format files doesn’t exist for
> your locale, or because you want to overwrite some of 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 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-developers+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-developers/364d0c49-2c1b-44ea-819c-6aedc5a6b0bc%40googlegroups.com
> 
> .
>

-- 
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-developers+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/CABD5YeEDUjpzxgEwUh%3D%2BFsKjvD8Wx6s1S%2B-HY2nfmFo_WUv2KA%40mail.gmail.com.


Re: Improving MSSQL and Azure SQL support on Django

2019-12-02 Thread Sean Martz
Hello,

It seems like this issue has lost momentum. Is this still something that's 
on anyones radar? It looks like django-pyodbc-azure is not actively 
maintained anymore (it looks like Michaya has taken a hiatus from GitHub). 
It also looks like there's a small community potentially popping up that's 
interested in first class MSSQL Server support for Django. 
(https://github.com/FlipperPA/django-mssql-backend). Is Microsoft still 
interested in committing resources to this goal? In my situation, it would 
be a lot easier to sell stakeholders and decision makers on Django if it 
had first class support for MSSQL Server.

For what it's worth, Django-pyodbc-azure is still working well.

Cheers,
Sean

-- 
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-developers+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/873b16af-8953-4caf-a4f2-7a3a8309378c%40googlegroups.com.


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

2019-12-02 Thread Carlton Gibson
Well not currently no. 😀

What I’m trying to ask is why you want to do this? What does you code look
like without it?

Those formats are used by Django. Why would you want/need to put your own
values in the same place?

get_format() returns what you pass it if your format is not found, yes? So
is a wrapper function, to fetch your default in that case, not sufficient?

If not, why not? And even if it is maybe a change Is still in order. Is
that the improvement you’re suggesting?

And so on...

But that’s not the same topic as overriding the original values, for which
custom format files does 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_SETTINGS = frozenset([
> 'DECIMAL_SEPARATOR',
> 'THOUSAND_SEPARATOR',
> 'NUMBER_GROUPING',
> 'FIRST_DAY_OF_WEEK',
> 'MONTH_DAY_FORMAT',
> 'TIME_FORMAT',
> 'DATE_FORMAT',
> 'DATETIME_FORMAT',
> 'SHORT_DATE_FORMAT',
> 'SHORT_DATETIME_FORMAT',
> 'YEAR_MONTH_FORMAT',
> 'DATE_INPUT_FORMATS',
> 'TIME_INPUT_FORMATS',
> 'DATETIME_INPUT_FORMATS',
> ])
>
> Is there a way to extend it and add more values?
>
> אורי
> u...@speedy.net
>
>
> On Mon, Dec 2, 2019 at 5:35 PM Carlton Gibson 
> wrote:
>
>> Hi Uri.
>>
>> On Monday, 2 December 2019 16:19:11 UTC+1, Uri wrote:
>>>
>>> I don't understand how this is related to Custom Format Files.
>>>
>>
>> Well in the SO post you linked you say this:
>>
>> > I want to override the default values of DATE_FORMAT and
>> MONTH_DAY_FORMAT in English, but keep the default values (or define them
>> again) in Hebrew.
>>
>> In the docs I linked you to it says this:
>>
>> > Django provides format definitions for many locales, but sometimes you
>> might want to create your own, because a format files doesn’t exist for
>> your locale, or because you want to overwrite some of 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 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-developers+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/django-developers/364d0c49-2c1b-44ea-819c-6aedc5a6b0bc%40googlegroups.com
>> 
>> .
>>
> --
> 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-developers+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-developers/CABD5YeEDUjpzxgEwUh%3D%2BFsKjvD8Wx6s1S%2B-HY2nfmFo_WUv2KA%40mail.gmail.com
> 
> .
>

-- 
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-developers+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/CAJwKpyQV9x%2Ba9tbYx%3DKQrxCyuH7RD06-bmn03tUhEu_Pu5atVw%40mail.gmail.com.


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 project just don't have that. 

Your locale patches was a pretty simple work-around: 

from django.conf import settings as django_settings
from django.utils import formats

def patch():
   formats.FORMAT_SETTINGS = 
formats.FORMAT_SETTINGS.union(django_settings.FORMAT_SETTINGS)


I'm wondering if any logic we could add would be worth the complication 
given that this is available...(?)

On Monday, 2 December 2019 05:32:53 UTC+1, Uri wrote:
>
> Django developers,
>
> I just added this feature request:
> https://code.djangoproject.com/ticket/31052  
>
> I customized FORMAT_SETTINGS in Speedy Net, you can see more information 
> in this commit:
>
> https://github.com/speedy-net/speedy-net/commit/f5dc4896c136a816ab9fe0dc360d3fd59d0a5f33
>  
>  
>
> And on Stack Overflow:
>
> https://stackoverflow.com/questions/57188435/django-how-do-i-override-default-date-formats-per-locale
>  
>
> To customize FORMAT_SETTINGS I had to patch 14 files, because the tests 
> failed and I had to patch the tests too. Is it possible to let Django users 
> customize FORMAT_SETTINGS without having to patch files? For example you 
> can check if the settings contain FORMAT_SETTINGS, and if it is - include 
> these settings in the global FORMAT_SETTINGS (a union, like in the above 
> commit).
>
> formats.FORMAT_SETTINGS = 
> formats.FORMAT_SETTINGS.union(django_settings.FORMAT_SETTINGS)
>
> אורי
> u...@speedy.net 
>

-- 
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-developers+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/15cef17a-3340-4b0d-b80b-c2cb5ecf1f49%40googlegroups.com.


Re: new to open source contribution

2019-12-02 Thread Carlos Leite (cadu)
Hi Satish, 

there is a list just for that :  django-core-mentors...@googlegroups.com

ask anything about start to contributing to django , people are there for 
it. 
You will be welcome 

Em sexta-feira, 29 de novembro de 2019 09:41:13 UTC-3, Shruti Satish 
escreveu:
>
> i am new to open source and would like to contribute.
>
> how do i setup for Django development?
>
> also can i be pointed towards easy and relativey easy bug fixes/issues and 
> the corresponding repos?
>

-- 
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-developers+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/02040b6a-2fcf-47c2-a55c-44f7f93f25c7%40googlegroups.com.


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

2019-12-02 Thread אורי
Hi Carlton,

I want to use YEAR_FORMAT in the template the same why I'm
using DATE_FORMAT and MONTH_DAY_FORMAT:

{% if can_view_profile and user.date_of_birth %}
{% if can_view_dob_day_month or can_view_dob_year %}

{% if can_view_dob_day_month %}{%
trans 'Birth Date' %}{% elif can_view_dob_year %}{% trans 'Birth Year'
%}{% endif %}

{% if can_view_dob_day_month and can_view_dob_year %}
{{ user.date_of_birth|date:"DATE_FORMAT" }}
{% elif can_view_dob_day_month %}
{{ user.date_of_birth|date:"MONTH_DAY_FORMAT" }}
{% elif can_view_dob_year %}
{{ user.date_of_birth|date:"YEAR_FORMAT" }}
{% endif %}


{% endif %}
{% endif %}


And to be able to customize YEAR_FORMAT for specific locales if it needs to
be customized. But not to define it if it's equal to the default value
which I defined.

Does Custom Format Files do it?

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.

אורי
u...@speedy.net


On Mon, Dec 2, 2019 at 6:07 PM Carlton Gibson 
wrote:

> Well not currently no. 😀
>
> What I’m trying to ask is why you want to do this? What does you code look
> like without it?
>
> Those formats are used by Django. Why would you want/need to put your own
> values in the same place?
>
> get_format() returns what you pass it if your format is not found, yes? So
> is a wrapper function, to fetch your default in that case, not sufficient?
>
> If not, why not? And even if it is maybe a change Is still in order. Is
> that the improvement you’re suggesting?
>
> And so on...
>
> But that’s not the same topic as overriding the original values, for which
> custom format files does 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_SETTINGS = frozenset([
>> 'DECIMAL_SEPARATOR',
>> 'THOUSAND_SEPARATOR',
>> 'NUMBER_GROUPING',
>> 'FIRST_DAY_OF_WEEK',
>> 'MONTH_DAY_FORMAT',
>> 'TIME_FORMAT',
>> 'DATE_FORMAT',
>> 'DATETIME_FORMAT',
>> 'SHORT_DATE_FORMAT',
>> 'SHORT_DATETIME_FORMAT',
>> 'YEAR_MONTH_FORMAT',
>> 'DATE_INPUT_FORMATS',
>> 'TIME_INPUT_FORMATS',
>> 'DATETIME_INPUT_FORMATS',
>> ])
>>
>> Is there a way to extend it and add more values?
>>
>> אורי
>> u...@speedy.net
>>
>>
>> On Mon, Dec 2, 2019 at 5:35 PM Carlton Gibson 
>> wrote:
>>
>>> Hi Uri.
>>>
>>> On Monday, 2 December 2019 16:19:11 UTC+1, Uri wrote:

 I don't understand how this is related to Custom Format Files.

>>>
>>> Well in the SO post you linked you say this:
>>>
>>> > I want to override the default values of DATE_FORMAT and
>>> MONTH_DAY_FORMAT in English, but keep the default values (or define them
>>> again) in Hebrew.
>>>
>>> In the docs I linked you to it says this:
>>>
>>> > Django provides format definitions for many locales, but sometimes you
>>> might want to create your own, because a format files doesn’t exist for
>>> your locale, or because you want to overwrite some of 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 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-developers+unsubscr...@googlegroups.com.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/django-developers/364d0c49-2c1b-44ea-819c-6aedc5a6b0bc%40googlegroups.com
>>> 
>>> .
>>>
>> --
>> 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-developers+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/django-developers/CABD5YeEDUjpzxgEwUh%3D%2BFsKjvD8Wx6s1S%2B-HY2nfmFo_WUv2KA%40mail.gmail.com
>> 
>> .
>>
> --
> You received this message because you are subscribed to the Google Groups
> "Django developers (Contributions to Django itself)" group.
> To unsubscribe