This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2025-01-27 10:39:40 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
django
History
Julien Phalip
c555741aa7
Fixed
#18530
-- Fixed a small regression in the admin filters where wrongly formatted dates passed as url parameters caused an unhandled ValidationError. Thanks to david for the report.
2012-09-15 16:20:56 -07:00
..
bin
…
conf
…
contrib
Fixed
#18530
-- Fixed a small regression in the admin filters where wrongly formatted dates passed as url parameters caused an unhandled ValidationError. Thanks to david for the report.
2012-09-15 16:20:56 -07:00
core
Fixed
#18611
-- Display current date/time when running runserver
2012-09-10 13:35:21 +02:00
db
Fixed
#18790
-- Encoded database password on Python 2
2012-09-12 10:16:49 +02:00
dispatch
…
forms
Document and test 'type' usage in Widget attrs
2012-09-10 19:31:11 +02:00
http
…
middleware
fixed rfc comment typo in middleware/csrf.py
2012-09-10 12:11:24 -03:00
shortcuts
…
template
Fixes
#18933
. Fixes code example in docstring.
2012-09-09 00:35:40 -04:00
templatetags
…
test
Fixed
#17948
-- Isolated auth tests from custom template loaders
2012-09-15 21:39:08 +02:00
utils
Fix an HTML-parser test that's failed in Python 2.6.8 since 5c79dd58.
2012-09-09 12:13:42 -06:00
views
…
__init__.py
…