mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and comments.
This commit is contained in:
committed by
Mariusz Felisiak
parent
787981f9d1
commit
d17b380653
@@ -304,9 +304,9 @@ Django 1.5 also includes several smaller improvements worth noting:
|
||||
|
||||
* It's not required any more to have ``404.html`` and ``500.html`` templates in
|
||||
the root templates directory. Django will output some basic error messages for
|
||||
both situations when those templates are not found. Of course, it's still
|
||||
recommended as good practice to provide those templates in order to present
|
||||
pretty error pages to the user.
|
||||
both situations when those templates are not found. It's still recommended as
|
||||
good practice to provide those templates in order to present pretty error
|
||||
pages to the user.
|
||||
|
||||
* :mod:`django.contrib.auth` provides a new signal that is emitted
|
||||
whenever a user fails to login successfully. See
|
||||
|
||||
Reference in New Issue
Block a user