diff --git a/.gitignore b/.gitignore
index a34f512130..2d028c7287 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,8 @@
*.egg-info
*.pot
*.py[co]
+MANIFEST
+dist/
docs/_build/
+tests/coverage_html/
+tests/.coverage
\ No newline at end of file
diff --git a/.hgignore b/.hgignore
index 765a29d091..3dc253a3c1 100644
--- a/.hgignore
+++ b/.hgignore
@@ -4,3 +4,5 @@ syntax:glob
*.pot
*.py[co]
docs/_build/
+tests/coverage_html/
+tests/.coverage
\ No newline at end of file
diff --git a/.tx/config b/.tx/config
index 771fb3f875..d3ded2878a 100644
--- a/.tx/config
+++ b/.tx/config
@@ -1,5 +1,5 @@
[main]
-host = https://www.transifex.net
+host = https://www.transifex.com
lang_map = sr@latin:sr_Latn
[django.core]
diff --git a/AUTHORS b/AUTHORS
index 6a7f22ada4..5799b941ff 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -33,6 +33,7 @@ The PRIMARY AUTHORS are (and/or have been):
* Florian Apolloner
* Jeremy Dunck
* Bryan Veloso
+ * Preston Holmes
More information on the main contributors to Django can be found in
docs/internals/committers.txt.
@@ -424,6 +425,7 @@ answer newbie questions, and generally made Django that much better:
phil@produxion.net
phil.h.smith@gmail.com
Gustavo Picon
+ Travis Pinney
Michael Placentra II {% trans "There's been an error. It's been reported to the site administrators via e-mail and should be fixed shortly. Thanks for your patience." %} {% trans "There's been an error. It's been reported to the site administrators via email and should be fixed shortly. Thanks for your patience." %}{% trans 'Server Error (500)' %}
-
{% blocktrans with username=original.username %}Enter a new password for the user {{ username }}.{% endblocktrans %}
+{% blocktrans with username=original %}Enter a new password for the user {{ username }}.{% endblocktrans %}