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
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
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
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
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 = (
'
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
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
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