Commit Graph

2691 Commits

Author SHA1 Message Date
Bruno Alla
7425475d36
Merge pull request #1881 from Tubo/master
Correct base template navbar margin utility class name
2018-11-30 17:08:16 +00:00
Tubo Shi
d884f4540d added to contributor.rst 2018-11-30 18:23:07 +13:00
Tubo Shi
a1508f2600 updated spacing utility class name 2018-11-30 18:12:08 +13:00
Fábio C. Barrionuevo da Luz
9db7f11675
Merge pull request #1877 from pydanny/pyup-update-pytest-4.0.0-to-4.0.1
Update pytest to 4.0.1
2018-11-24 14:43:44 -03:00
Fábio C. Barrionuevo da Luz
43559defad
Merge pull request #1871 from Afrowave/master
ADDED documentation on testing when developing locally with and without Docker.
2018-11-24 14:36:59 -03:00
pyup-bot
ebaddf6320 Update pytest from 4.0.0 to 4.0.1 2018-11-24 09:32:08 -08:00
pyup-bot
7d13fb0293 Update pytest from 4.0.0 to 4.0.1 2018-11-24 09:32:06 -08:00
pyup.io bot
e97304387d Update django-extensions from 2.1.3 to 2.1.4 (#1875) 2018-11-22 15:56:54 +00:00
Bruno Alla
6e85ee4aa9
Merge pull request #1869 from Egregors/master
Pinning redis version to >=2.10.6, <3
2018-11-20 16:17:38 +00:00
Bruno Alla
5df8a5cf64
Merge pull request #1852 from hpbruna/patch-1
CSRF in header
2018-11-20 09:57:49 +00:00
pyup.io bot
a598a0a67a Update whitenoise from 4.1.1 to 4.1.2 (#1872) 2018-11-20 10:10:30 +08:00
Afrowave
53940411cc EDITED the developing locally doc. 2018-11-20 00:06:54 +03:00
Bruno Alla
5b60dd67d8
Merge pull request #1830 from cmackenzie1/patch-1
Remove requirements.txt file from delete list.
2018-11-19 18:59:16 +00:00
Bruno Alla
f736dc3386
Merge pull request #1870 from pydanny/pyup-update-django-redis-4.9.0-to-4.10.0
Update django-redis to 4.10.0
2018-11-19 18:50:36 +00:00
pyup-bot
0d5ce3c032 Update django-redis from 4.9.0 to 4.10.0 2018-11-19 02:19:54 -08:00
Vadim Iskuchekov
e407eb9c13
Clean up, version restriction not only for pyup
Default pip ignored # pyup notation. So now version restriction sets decidedly
2018-11-18 18:49:55 +01:00
Vadim Iskuchekov
d1ee17afb9
Update CONTRIBUTORS.rst 2018-11-18 17:09:31 +01:00
Vadim Iskuchekov
ff6d331a20
Pinning redis version to >=2.10.6, <3
Fix #1868
2018-11-18 17:06:07 +01:00
canonnervio
197ab7f36e Modified command for Windows users (#1850)
* Modified command for Windows users

Added comment to use double quotes for heroku pg:backups setup under Windows.

* Added name to list
2018-11-17 09:59:38 +00:00
pyup.io bot
f439e935a8 Update pytest to 4.0.0 (#1867)
* Update pytest from 3.10.1 to 4.0.0

* Update pytest from 3.10.1 to 4.0.0
2018-11-17 09:59:09 +00:00
Peter Coles
4e39a9f8f0 strip dots in default project_slug (#1865)
This removes periods from the auto-generated project_slug (and also runs trim for good measure). Otherwise if you have a "." in your project name (e.g., you used a website domain name as your project name), you will encounter an error about it failing for a `project_slug.isidentifier()` check.

Update: changed "." to be replace with "_" instead of "", per request from @webyneter
2018-11-14 19:23:30 +00:00
pyup.io bot
c6fd1c1905 Update pytest-django from 3.4.3 to 3.4.4 (#1864) 2018-11-13 15:24:27 +00:00
Bruno Alla
3aa289e79b
Merge pull request #1861 from carlmjohnson/master
Settings: Use security settings in dev as well as prod
2018-11-13 12:46:54 +00:00
Bruno Alla
320c957f4e
Merge pull request #1863 from pydanny/pyup-update-coverage-4.5.1-to-4.5.2
Update coverage to 4.5.2
2018-11-13 08:30:45 +00:00
Bruno Alla
2347d7ea2d
Merge pull request #1862 from pydanny/pyup-update-whitenoise-4.1-to-4.1.1
Update whitenoise to 4.1.1
2018-11-13 08:30:21 +00:00
pyup-bot
7627ce4c30 Update coverage from 4.5.1 to 4.5.2 2018-11-12 16:08:48 -08:00
pyup-bot
7e03b56694 Update whitenoise from 4.1 to 4.1.1 2018-11-12 16:08:45 -08:00
Carl Johnson
65a506a945 Contributors: Add Carl Johnson 2018-11-12 15:09:04 -05:00
Carl Johnson
1753812136 Settings: Use security settings in dev as well as prod 2018-11-12 15:04:03 -05:00
Bruno Alla
04cb50858b
Merge pull request #1860 from glasslion/celery-fix
Config celery app immediately after the app being created, otherwise …
2018-11-12 11:34:53 +00:00
Leo Zhou
8217ea439b Config celery app immediately after the app being created, otherwise it is too late. 2018-11-12 17:59:26 +08:00
Bruno Alla
a6117de501
Merge pull request #1858 from pydanny/pyup-update-psycopg2-binary-2.7.5-to-2.7.6.1
Update psycopg2-binary to 2.7.6.1
2018-11-11 18:53:11 +00:00
Bruno Alla
90677a4efa
Merge pull request #1857 from pydanny/pyup-update-sphinx-1.8.1-to-1.8.2
Update sphinx to 1.8.2
2018-11-11 18:52:38 +00:00
Bruno Alla
330f75e3c0
Merge pull request #1859 from pydanny/pyup-update-pytest-3.10.0-to-3.10.1
Update pytest to 3.10.1
2018-11-11 18:52:21 +00:00
pyup-bot
821e895323 Update pytest from 3.10.0 to 3.10.1 2018-11-11 10:12:43 -08:00
pyup-bot
45d8d4a1c6 Update pytest from 3.10.0 to 3.10.1 2018-11-11 10:12:42 -08:00
pyup-bot
ecf9b68129 Update psycopg2-binary from 2.7.5 to 2.7.6.1 2018-11-11 08:44:44 -08:00
pyup-bot
e15a0bac8f Update sphinx from 1.8.1 to 1.8.2 2018-11-11 08:44:40 -08:00
pyup.io bot
ca0265324e Update pytest-sugar from 0.9.1 to 0.9.2 (#1854) 2018-11-09 02:12:21 +03:00
HP Bruna
03e5670c25
CSRF in header
CSRF header is needed for a POST request in the Django REST framework.
2018-11-07 21:54:52 +01:00
pyup.io bot
33eb8fbe25 Update django-anymail from 4.3 to 5.0 (#1851) 2018-11-07 22:04:24 +03:00
pyup.io bot
36075be6dc Update pytest to 3.10.0 (#1848)
* Update pytest from 3.9.3 to 3.10.0

* Update pytest from 3.9.3 to 3.10.0
2018-11-05 10:31:50 +03:00
pyup.io bot
ee67e6019d Update pytz from 2018.6 to 2018.7 (#1845) 2018-10-29 22:15:57 +03:00
pyup.io bot
cee7516dc4 Update tox from 3.5.2 to 3.5.3 (#1843) 2018-10-29 22:15:43 +03:00
pyup.io bot
6c24de9c0f Update pytest to 3.9.3 (#1842)
* Update pytest from 3.9.2 to 3.9.3

* Update pytest from 3.9.2 to 3.9.3
2018-10-28 11:35:57 +03:00
Davit Tovmasyan
6cb59c6ca4 Keep ipython history (#1836) 2018-10-24 13:37:15 +03:00
pyup.io bot
ef2fc781f8 Update flake8 to 3.6.0 (#1839)
* Update flake8 from 3.5.0 to 3.6.0

* Update flake8 from 3.5.0 to 3.6.0
2018-10-24 13:36:48 +03:00
pyup.io bot
25477ac33d Update pytz from 2018.5 to 2018.6 (#1840) 2018-10-24 13:36:29 +03:00
Bruno Alla
3aec137ce8
Merge pull request #1835 from jleclanche/master
Add Postgres 10.5 version support
2018-10-24 11:05:49 +01:00
Jerome Leclanche
9d4566e52c Add Postgres 10.5 version support 2018-10-24 12:39:27 +03:00