summaryrefslogtreecommitdiff
path: root/django/contrib
AgeCommit message (Expand)Author
2013-09-17Fixed #21112 -- Make sure sitemaps with no lastmod date work correctly.Simon Charette
2013-09-16Added backwards compatability shims for util modules.Tim Graham
2013-09-16Fixed #17627 -- Renamed util.py files to utils.pyTim Graham
2013-09-15Ensure that passwords are never long enough for a DoS.Russell Keith-Magee
2013-09-14Fixed error handling in 3c5775d36f7e431d9691829a78580873111cb714 for non-oper...Florian Apolloner
2013-09-14Delayed initialization of Selenium webdrivers.Florian Apolloner
2013-09-13Fixed #21060 -- Refactored admin's autodiscover method to make it reusable.Juan Catalano
2013-09-12Fixed inspectdb test for spatialite >=4Claude Paroz
2013-09-12Add a test for the geo-enabled inspectdb commandClaude Paroz
2013-09-11Fixed #21056 -- AdminSite.app_index no longer blindly accepts any app-labelis...Keryn Knight
2013-09-10Fixed #20841 -- Added messages to NotImplementedErrorsGregor MacGregor
2013-09-10Fixed #4574 -- Added CSS classes to the admin calendar widget for better cont...Roberto Aguilar
2013-09-10Fixed #7467 -- Added a template block to override the admin welcome message.Tim Graham
2013-09-09Refactored code and tests that relied on django.utils.tzinfo.Aymeric Augustin
2013-09-09Fixed #21063 -- AdminSite app_index should be fail early if the user has no p...Keryn Knight
2013-09-08Removed some more unused local varsAlex Gaynor
2013-09-08Removed a ton of unused local varsAlex Gaynor
2013-09-07Fixed #16869 -- BaseGenericInlineFormSet.save_new should use form's save() me...Pablo Mouzo
2013-09-07Fixed #21013 -- Ensure that ModelAdmin.get_queryset is considered for the adm...Juan Catalano
2013-09-07Merge pull request #1565 from garrypolley/#19988-ordinal-html-i18n-fixAlex Gaynor
2013-09-07Fixed #20836 -- Ensure that the ForeignKey's to_field attribute is properly c...Julien Phalip
2013-09-07Add `response_delete` and `render_delete_form` methods to `ModelAdmin`Pablo Mouzo
2013-09-07Moved two WSGI-specific functions to the WSGI handler.Aymeric Augustin
2013-09-07Fixed regression introduced by a962286, changed ugettext to ugettext_lazy.Loic Bistuer
2013-09-06Fixed a number of flake8 errors -- particularly around unused imports and loc...Alex Gaynor
2013-09-06Merge pull request #1578 from rmutter/ticket_20821Julien Phalip
2013-09-06Fixed #20821 -- Added tooltips to Admin SelectBox widgetRudy Mutter
2013-09-06fixes #19988, allow html in ordinal for humanizeGarry Polley
2013-09-06Added AdminSite attributes for easily changing admin title.Adrian Holovaty
2013-09-06Fixed awkward indentation in admin URLconfsAdrian Holovaty
2013-09-05Fixed #21035 -- Changed docs to treat the acronym SQL phonetically.Eric Boersma
2013-09-05Took advantage of django.utils.six.moves.urllib.*.Aymeric Augustin
2013-09-05Fixed #21000 -- Made cached_db session backend respect SESSION_CACHE_ALIASCHI Cheng
2013-09-03Fixed "indentation is not a multiple of four" pep8 issues.Tim Graham
2013-09-03Fixed #21003 -- Ensured geometry widget return value has SRIDClaude Paroz
2013-09-03Isolated map creation JS codeClaude Paroz
2013-09-03Prevented rendering attrs to be squashed in OSMWidgetClaude Paroz
2013-09-03Fixed syntax error in OSMWidgetClaude Paroz
2013-09-02Fixed gis test to run on non gis-enabled settingsClaude Paroz
2013-09-02Fixed #20998 -- Allow custom (de)serialization for GIS widgetsClaude Paroz
2013-09-02Used six.moves.zip_longest, new in six 1.4.0.Aymeric Augustin
2013-09-02Replaced "not PY3" by "PY2", new in six 1.4.0.Aymeric Augustin
2013-09-01Remove usage of deprecated module_name model option introduced in 1c0c879be3.Ramiro Morales
2013-08-31Fixed #17074 -- Improved first field detection in admin add formClaude Paroz
2013-08-31Updated Selenium-based tests after e909ceae9b.Ramiro Morales
2013-08-31Made django.test.testcases not depend on staticfiles contrib app.Ramiro Morales
2013-08-30Fixed #20989 -- Removed useless explicit list comprehensions.Simon Charette
2013-08-29Fixed #20989 -- Removed explicit list comprehension inside dict() and tuple()Tim Graham
2013-08-29Fixed #16433 -- Fixed a help_text/read only field interaction that caused an ...Tim Graham
2013-08-29Fixed #20881 -- Removed contrib.auth.models.AbstractUser.get_absolute_url()Tim Graham