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-03-01 04:04:54 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
django
History
Aymeric Augustin
6605ac331a
Fixed
#17158
-- Used a non-ambiguous representation of SQL queries
...
when a correct representation cannot be obtained.
2013-01-26 17:51:44 +01:00
..
bin
…
conf
…
contrib
Fixed
#19540
-- Stopped using deprecated os.stat_float_times.
2013-01-26 13:34:40 +01:00
core
Fixed validation of email addresses when the local part contains an @.
2013-01-26 12:20:57 +01:00
db
Fixed
#17158
-- Used a non-ambiguous representation of SQL queries
2013-01-26 17:51:44 +01:00
dispatch
…
forms
Moved BooleanField 'required' validation in validate()
2013-01-26 16:45:29 +01:00
http
Kill mx.TextTools with fire
2013-01-15 10:15:40 -08:00
middleware
…
shortcuts
…
template
…
templatetags
…
test
…
utils
Fixed
#19589
-- assertRegexpMatches is deprecated in Python 3.3.
2013-01-26 13:47:11 +01:00
views
Minor optimization in the static serve view.
2013-01-24 11:01:32 +01:00
__init__.py
…