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-12 10:22:37 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
regressiontests
/
views
History
Claude Paroz
edfa95c22f
Specified when open should use binary mode.
...
Thanks Vinaj Sajip for the help of his django3 branch.
2012-05-25 20:43:43 +02:00
..
app0
Fixed
#13726
-- Further refine changes made in r12384 and r13069 for using non-English source languages in JavaScript translation catalogues. Thanks, Ramiro.
2010-12-13 13:52:52 +00:00
app1
Fixed
#13514
-- Corrected the process of loading multiple javascript translation catalogs. Thanks to jtiai for the report, to Ramiro Morales for working out the test case, and to Ramiro and Jannis for their help on the fix.
2010-05-13 13:29:31 +00:00
app2
Fixed
#13514
-- Corrected the process of loading multiple javascript translation catalogs. Thanks to jtiai for the report, to Ramiro Morales for working out the test case, and to Ramiro and Jannis for their help on the fix.
2010-05-13 13:29:31 +00:00
app3
Fixed
#13514
-- Corrected the process of loading multiple javascript translation catalogs. Thanks to jtiai for the report, to Ramiro Morales for working out the test case, and to Ramiro and Jannis for their help on the fix.
2010-05-13 13:29:31 +00:00
app4
Fixed
#13514
-- Corrected the process of loading multiple javascript translation catalogs. Thanks to jtiai for the report, to Ramiro Morales for working out the test case, and to Ramiro and Jannis for their help on the fix.
2010-05-13 13:29:31 +00:00
fixtures
…
locale
Fixed
#9988
-- Added support for translation contexts. Thanks, Claude Paroz.
2010-11-04 10:48:27 +00:00
media
Fixed
#7535
-- Correctly set Content-Encoding header in static files serving view. Thanks for the report and patch, Kevin Hunter.
2010-09-26 15:10:41 +00:00
templates
/debug
Fixed
#12816
-- Added a render() shortcut.
2010-12-21 17:18:41 +00:00
templatetags
Convert the remainder of the relative imports in the tests to be absolute imports.
2011-10-13 21:34:56 +00:00
tests
Specified when open should use binary mode.
2012-05-25 20:43:43 +02:00
__init__.py
Marked bytestrings with b prefix. Refs
#18269
2012-05-19 17:43:34 +02:00
generic_urls.py
Fixed
#18033
-- Removed function-based generic views, as per official deprecation timeline. Rest in peace! Thanks Anssi Kääriäinen for the review.
2012-04-25 19:17:47 +00:00
models.py
…
urls.py
Convert the remainder of the relative imports in the tests to be absolute imports.
2011-10-13 21:34:56 +00:00
views.py
Fixed
#18033
-- Removed function-based generic views, as per official deprecation timeline. Rest in peace! Thanks Anssi Kääriäinen for the review.
2012-04-25 19:17:47 +00:00