<feed xmlns='http://www.w3.org/2005/Atom'>
<title>djangoproject.com.git/svntogit, branch issue-1630</title>
<subtitle>djangoproject.com
</subtitle>
<id>http://cgit.adnoto.dev/djangoproject.com.git/atom?h=issue-1630</id>
<link rel='self' href='http://cgit.adnoto.dev/djangoproject.com.git/atom?h=issue-1630'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/djangoproject.com.git/'/>
<updated>2025-11-21T21:46:02Z</updated>
<entry>
<title>Moved docs search bar to top navigation in prep for global search.</title>
<updated>2025-11-21T21:46:02Z</updated>
<author>
<name>Sarah Boyce</name>
<email>42296566+sarahboyce@users.noreply.github.com</email>
</author>
<published>2025-10-17T16:54:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/djangoproject.com.git/commit/?id=e81dd718cba062f6ace41428278621429cb2d7fc'/>
<id>urn:sha1:e81dd718cba062f6ace41428278621429cb2d7fc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[pre-commit.ci] auto fixes from pre-commit.com hooks</title>
<updated>2024-04-19T21:44:48Z</updated>
<author>
<name>pre-commit-ci[bot]</name>
<email>66853113+pre-commit-ci[bot]@users.noreply.github.com</email>
</author>
<published>2024-04-15T20:04:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/djangoproject.com.git/commit/?id=70af678fe3e3c87150141de2fdc9566ace3b716a'/>
<id>urn:sha1:70af678fe3e3c87150141de2fdc9566ace3b716a</id>
<content type='text'>
for more information, see https://pre-commit.ci
</content>
</entry>
<entry>
<title>Refs #1184 -- Reformatted code with Black.</title>
<updated>2022-11-30T11:54:36Z</updated>
<author>
<name>django-bot</name>
<email>ops@djangoproject.com</email>
</author>
<published>2022-11-26T11:00:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/djangoproject.com.git/commit/?id=3045b338de791118962df4db370411247413eca6'/>
<id>urn:sha1:3045b338de791118962df4db370411247413eca6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Updated URLpatterns to use path().</title>
<updated>2018-06-07T13:33:17Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2017-09-14T11:44:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/djangoproject.com.git/commit/?id=d6fc49a76582b9635e4521c8580a66466c4d3806'/>
<id>urn:sha1:d6fc49a76582b9635e4521c8580a66466c4d3806</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removed usage of deprecated assertEquals().</title>
<updated>2016-01-21T01:45:47Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2016-01-21T01:45:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/djangoproject.com.git/commit/?id=664e6265ac6cd87f46c7ab6e3e319a363f413c64'/>
<id>urn:sha1:664e6265ac6cd87f46c7ab6e3e319a363f413c64</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removed unnecessary characters in urlpatterns.</title>
<updated>2015-09-28T14:01:47Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2015-09-28T13:29:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/djangoproject.com.git/commit/?id=a638e76264ea42db249e8d7b7dc971b624395893'/>
<id>urn:sha1:a638e76264ea42db249e8d7b7dc971b624395893</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add isort settings and sort imports</title>
<updated>2015-04-07T11:33:46Z</updated>
<author>
<name>Rolf Erik Lekang</name>
<email>me@rolflekang.com</email>
</author>
<published>2015-04-06T18:04:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/djangoproject.com.git/commit/?id=645ee6c1223e45571fcd27525fedfc81055f3c46'/>
<id>urn:sha1:645ee6c1223e45571fcd27525fedfc81055f3c46</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Big refactor that combines www and docs.</title>
<updated>2014-12-30T19:21:33Z</updated>
<author>
<name>Jannis Leidel</name>
<email>jannis@leidel.info</email>
</author>
<published>2014-12-30T19:21:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/djangoproject.com.git/commit/?id=73fab87c00e03234dabbecbafec79eaba5827434'/>
<id>urn:sha1:73fab87c00e03234dabbecbafec79eaba5827434</id>
<content type='text'>
This was somewhat triggered by #229 since it showed that the hybrid project layout for www and docs was arbitrary and not conductive for ease of contribution.

- this introduces django-hosts for true host level URL reversal
- adds /400/, /403/, /404/ and /500/ pages fro testing the error pages
- fixes #229 by cleaning up the header and footer includers between hosts
- uses URL reversal everywhere
- renames the "project" to "djangoproject"
- splits the settings into prod and dev for easier separation of settings without
- moved static, templates and project fixtures into project dir
</content>
</entry>
<entry>
<title>Added flake8.cfg and cleaned up code.</title>
<updated>2014-08-25T14:14:24Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2014-08-25T14:14:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/djangoproject.com.git/commit/?id=a49a59ab78d5aa446feae8fe6c03bb9a150d41ef'/>
<id>urn:sha1:a49a59ab78d5aa446feae8fe6c03bb9a150d41ef</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removed usage of django.conf.urls.patterns().</title>
<updated>2014-08-25T12:37:49Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2014-08-25T12:37:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/djangoproject.com.git/commit/?id=46b1d7b7a0459a47d21c44724bd6a0942049bed4'/>
<id>urn:sha1:46b1d7b7a0459a47d21c44724bd6a0942049bed4</id>
<content type='text'>
</content>
</entry>
</feed>
