django1/django
Nick Pope b3d5dc6932 Fixed #24834 -- Fixed get_current_site() when Host header contains port.
When the Host header contains a port, looking up the Site record fails
as the host will never match the domain.
2015-06-18 10:18:12 -04:00
..
apps Removed support for Python 3.3. 2015-06-18 08:36:50 -04:00
bin Removed bin/unique-messages.py 2015-02-06 08:47:38 -05:00
conf Fixed #24971 -- Made startapp generate an apps.py 2015-06-16 07:08:04 -04:00
contrib Fixed #24834 -- Fixed get_current_site() when Host header contains port. 2015-06-18 10:18:12 -04:00
core Removed support for Python 3.3. 2015-06-18 08:36:50 -04:00
db Removed support for Python 3.3. 2015-06-18 08:36:50 -04:00
dispatch Removed support for Python 3.3. 2015-06-18 08:36:50 -04:00
forms Fixed #24948 -- Fixed crash when uploading bitmap images in forms.ImageField 2015-06-16 14:37:58 -04:00
http Refs #23763 -- Fixed Python 3.5 PendingDeprecationWarning in LazyStream. 2015-06-17 06:55:16 -04:00
middleware Removed unnecessary arguments in .get method calls 2015-05-13 20:51:18 +02:00
template Fixed #24979 -- Removed usage of inspect.getargspec(). 2015-06-15 13:43:22 -04:00
templatetags Fixed #24230 -- Added translated language name for i18n template tag/filter. 2015-06-02 16:04:01 -04:00
test Refs #24965 -- Added changes from accidentally reverted file for last commit. 2015-06-12 18:29:26 -04:00
utils Removed support for Python 3.3. 2015-06-18 08:36:50 -04:00
views Ref #23643 -- Added plain text report of exception chain. 2015-06-01 08:23:54 -04:00
__init__.py Bumped version; master is now 1.9 pre-alpha. 2015-01-16 17:04:35 -05:00
shortcuts.py Fed tuples to startswith when appropriate 2015-03-13 21:58:28 +01:00