Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/conf/urls
Commit message (Expand)AuthorAgeFilesLines
* Refs #22384 -- Removed the ability to reverse URLs by dot...Tim Graham2015-09-241-1/+3
* Refs #23276 -- Removed passing views as strings to url() ...Tim Graham2015-09-241-15/+2
* Refs #22218 -- Removed conf.urls.patterns() per deprecati...Tim Graham2015-09-242-37/+5
* Fixed #25331 -- Removed trailing blank lines in docstrings.Maxime Lorant2015-08-311-1/+0
* Sorted imports in __init__.py files.Tim Graham2015-06-271-3/+4
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-242-12/+13
* Fixed #21927 -- Made application and instance namespaces ...Marten Kenbeek2015-06-081-4/+32
* Fixed #17716 -- Prevented include('...', app_name='...') ...Tim Graham2015-02-121-0/+3
* Fixed #23276 -- Deprecated passing views as strings to ur...Tim Graham2014-08-123-2/+10
* Cleaned up string detection for a deprecation warning by ...Tim Graham2014-04-031-1/+1
* Fixed #22218 -- Deprecated django.conf.urls.patterns.Tim Graham2014-04-033-9/+30
* Removed django.views.defaults.shortcut and django.conf.ur...Tim Graham2014-03-211-11/+0
* Fixed #21188 -- Introduced subclasses for to-be-removed-i...Claude Paroz2014-03-081-1/+2
* Started attackign the next flake8 violationAlex Gaynor2013-10-313-0/+6
* Start attacking E231 violationsAlex Gaynor2013-10-241-1/+1
* Whitespace cleanup.Tim Graham2013-10-101-1/+0
* Deprecated django.utils.importlibClaude Paroz2013-07-291-1/+2
* Advanced deprecation warnings for Django 1.7.Aymeric Augustin2013-06-291-1/+1
* Fixed #19866 -- Added security logger and return 400 for ...Preston Holmes2013-05-261-1/+2
* Deprecated django.views.defaults.shortcut.Aymeric Augustin2013-03-141-0/+5
* Removed django.conf.urls.defaults.Aymeric Augustin2012-12-291-6/+0
* Fixed #18700 -- Added URL reversal for i18n set_language ...Simon Meers2012-08-041-2/+2
* [py3] Replaced basestring by six.string_types.Aymeric Augustin2012-07-221-2/+3
* Fixed #18042 -- Advanced deprecation warnings.Aymeric Augustin2012-05-031-1/+1
* Fixed #14675 -- Completed removal of `from django.conf.ur...Ramiro Morales2011-09-125-63/+69
* Fixed #9847 -- Added 403 response handler. Many thanks to...Jannis Leidel2011-08-121-0/+1
* Fixed #11585 -- Added ability to translate and prefix URL...Jannis Leidel2011-06-152-2/+35
* Fixed #15598 -- Updated static URL helper to be no-op on ...Jannis Leidel2011-03-151-3/+2
* Fixed #15314 -- Added tests for the static URL pattern fu...Jannis Leidel2011-02-161-1/+1
* Fixes #15270 -- Moved back the serve view to django.views...Jannis Leidel2011-02-141-0/+26
* Fixed #10061 -- Added namespacing for named URLs - most i...Russell Keith-Magee2009-07-161-3/+13
* Fixed #6354 -- Fixed url in `django/conf/urls/shortcut.py...Gary Wilson Jr2008-01-281-1/+1
* Report an error if urlpatterns contain a string view name...Malcolm Tredinnick2007-05-271-2/+6
* Fixed #4044 -- Allowed callable views specifier to mix (i...Malcolm Tredinnick2007-04-291-1/+3
* Fixed #4129 -- Pass any prefix setting into url(...) cons...Malcolm Tredinnick2007-04-261-3/+4
* Added the ability to name URL patterns. Helps with disamb...Malcolm Tredinnick2007-04-011-8/+14
* Removed two vestigal URLconfs that refer to Ellington or ...Jacob Kaplan-Moss2007-02-272-25/+0
* Fixed #2370 -- It's now possible to pass default URLconf ...Adrian Holovaty2006-08-011-3/+5
* Fixed #2081 -- Fixed typo in django.conf.urls.registratio...Adrian Holovaty2006-06-041-1/+1
* MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is high...Adrian Holovaty2006-05-021-7/+7
* Completely refactored legacy RSS framework to the new dja...Adrian Holovaty2005-11-121-6/+0
* BACKWARDS-INCOMPATIBLE CHANGE -- Moved flatpages and redi...Adrian Holovaty2005-11-111-5/+0
* Changed RSS urlconf to accept any character for param -- ...Adrian Holovaty2005-11-091-2/+2
* Merged i18n branch into the trunk! Fixes #65, and perhaps...Jacob Kaplan-Moss2005-11-041-0/+5
* Fixed #627 -- BACKWARDS-INCOMPATIBLE CHANGE. Admin is now...Adrian Holovaty2005-10-191-57/+0
* Moved views.admin.main to contrib.admin.views.main. Refs ...Adrian Holovaty2005-10-181-6/+6
* Removed jsvalidation line in django.conf.urls.admin -- th...Adrian Holovaty2005-10-181-1/+0
* Moved django.views.admin.template and django.views.admin....Adrian Holovaty2005-10-181-11/+11
* Fixed #81 -- Admin now supports primary_key=True for non-...Adrian Holovaty2005-08-101-3/+3
* Made small cleanups to two default urlconfs, to be clearer.Adrian Holovaty2005-08-062-2/+2