Re: Problem with running tests with mysql database.

2017-03-10 Thread Tim Graham
For the error, "Database returned an invalid datetime value. Are time zone definitions for your database installed?", see https://docs.djangoproject.com/en/dev/ref/databases/#time-zone-definitions. Adding this to the 'default' and 'other' dictionaries in DATABASES may solve some of the encoding

Problem with running tests with mysql database.

2017-03-10 Thread Anton Samarchyan
I have a pull request in which some tests for some of environments are failing. (it's fine for the default tests with sqlite and some others) - https://github.com/django/django/pull/7994 Now, I am trying to run the tests with the database set to mysql. I added a file settings_mysql.py which

Re: NEW Feature: Collect static order of directories searched. Possible upgrade inside FileSystemFinder.

2017-03-10 Thread René Fleschenberg
Hi Radosław, On 03/10/2017 11:49 AM, Radosław Orłowski wrote: > Right now I'm working with Django 1.8.17 and What I'm trying to > acomplish is simple override of static files. > > STATICFILES_DIRS = ( > str(os.path.abspath(os.path.join(SITE_ROOT, 'static_new'))), > str(os.path.abs

Re: NEW Feature: Collect static order of directories searched. Possible upgrade inside FileSystemFinder.

2017-03-10 Thread Tim Graham
Hi, I'm surprised if the search behavior is nondeterministic rather than searching STATICFILES_DIRS in order. If that's really the case, it seems like a bug. Can you point to the code that causes the nondeterminism? On Friday, March 10, 2017 at 7:35:25 AM UTC-5, Radosław Orłowski wrote: > > Righ

NEW Feature: Collect static order of directories searched. Possible upgrade inside FileSystemFinder.

2017-03-10 Thread Radosław Orłowski
Right now I'm working with Django 1.8.17 and What I'm trying to acomplish is simple override of static files. STATICFILES_DIRS = ( str(os.path.abspath(os.path.join(SITE_ROOT, 'static_new'))), str(os.path.abspath(os.path.join(SITE_ROOT, 'static'))), ) STATICFILES_FINDERS = ( '

Re: Feature idea: forms signals

2017-03-10 Thread Aymeric Augustin
Hello, > On 10 Mar 2017, at 10:25, Florian Apolloner wrote: > > On Friday, March 10, 2017 at 10:12:54 AM UTC+1, David Seddon wrote: > What are the next steps? Shall I create a pull request, or does this need > more consensus first? > > Imo absolutely more consensus, especially (to minimize th

Re: Feature idea: forms signals

2017-03-10 Thread Florian Apolloner
On Friday, March 10, 2017 at 10:12:54 AM UTC+1, David Seddon wrote: > > What are the next steps? Shall I create a pull request, or does this need > more consensus first? > Imo absolutely more consensus, especially (to minimize the work for you), please do not just suggest the signals but also t

Re: Feature idea: forms signals

2017-03-10 Thread David Seddon
I've created a ticket for this here: https://code.djangoproject.com/ticket/27923#ticket What are the next steps? Shall I create a pull request, or does this need more consensus first? David On Wednesday, 8 March 2017 17:46:12 UTC, Melvyn Sopacua wrote: > > On Wednesday 08 March 2017 18:18:26