0
0
mirror of https://github.com/django/django.git synced 2024-11-29 22:56:46 +01:00
django/django
2011-08-26 04:36:31 +00:00
..
bin
conf Fixed #9847 -- Added 403 response handler. Many thanks to kgrandis, adamnelson, vkryachko, fvox13 and Chris Beaven. 2011-08-12 14:15:31 +00:00
contrib Further improved on the work done in r16622 by making the help text icons look hoverable in the admin tabular inline headers. 2011-08-26 04:36:31 +00:00
core Modify validity check from r16678 slightly to work with Oracle. 2011-08-25 05:44:18 +00:00
db Make ManyToManyField model references more robust. 2011-08-25 06:07:28 +00:00
dispatch
forms Fixed #15315 -- Added support for the 'widget' argument to modelform_factory. Thanks to SardarNL and Will Hardy for the patch. 2011-08-23 04:08:24 +00:00
http
middleware
shortcuts
template Silenced a "classic division" warning in floatformat template filter. 2011-08-22 08:06:52 +00:00
templatetags Fixed #16677 -- Fixed the future version of the ssi template tag to work with template file names that contain spaces. Note that this fix cannot be applied to the currently deprecated version of the ssi tag since it requires an unquoted literal as parameter. Many thanks to Aymeric Augustin for the report and patch. 2011-08-25 23:02:15 +00:00
test Add the ability to do unordered comparisons in assertQuerysetEqual. 2011-08-23 03:38:18 +00:00
utils Fixed #15499 -- Ensure that cache control headers don't try to set public and private as a result of multiple calls to patch_cache_control with different arguments. Thanks to AndiDog for the report and patch. 2011-08-23 03:51:10 +00:00
views Pre-formatted text wrapping change in technical debug page. 2011-08-22 00:12:51 +00:00
__init__.py