1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed #22417 -- Added additional documentation for refs #16969.

Thanks Jon Foster for the report.
This commit is contained in:
Tim Graham
2014-04-19 21:39:08 -04:00
parent 956bd64424
commit 1b3a3fc1e4
2 changed files with 9 additions and 0 deletions

View File

@@ -1247,6 +1247,10 @@ Miscellaneous
The :attr:`~django.core.validators.RegexValidator.flags` attribute was added
to :class:`~django.core.validators.RegexValidator` to simplify this change.
* When running tests on PostgreSQL, the :setting:`USER` will need read access
to the built-in ``postgres`` database. This is in lieu of the previous
behavior of connecting to the actual non-test database.
.. _deprecated-features-1.7:
Features deprecated in 1.7