Changes between Initial Version and Version 1 of Ticket #27285


Ignore:
Timestamp:
Sep 28, 2016, 4:31:08 AM (8 years ago)
Author:
Jose M Herrero
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #27285 – Description

    initial v1  
    1 I have  the same problem as ticket #26955 that is closed, to reproduce with nothing interfering I started a fresh project, these are the steps to reproduce:
     1I have  the same problem as ticket #26955 that is closed, documentation [https://docs.djangoproject.com/es/1.10/topics/db/multi-db/] says default database can be left empty but then tests fails.
     2To reproduce with nothing interfering I started a fresh project, these are the steps to reproduce:
    23
    3 1. Start a new DJango 1.10.1 project with `django-admin startproject mysite` and cd into it `cd mysite`
     41. Start a new Django 1.10.1 project with `django-admin startproject mysite` and cd into it `cd mysite`
    452. Create a database router `mysite/dbrouter.py`
    56{{{
Back to Top