index
:
chango.git
devmain
fix-31295
initial-branch
main
refs-37159
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
Age
Commit message (
Expand
)
Author
2007-02-23
Fixed #3558: [4558] broken in Python 2.3; this fixes that breakage. Thanks fo...
Jacob Kaplan-Moss
2007-02-23
Fixed #3541: queryset.count() now respects the queryset cache.
Jacob Kaplan-Moss
2007-02-23
Fixed #343: filters that take strings now handle non-strings correctly. Thank...
Jacob Kaplan-Moss
2007-02-21
Changed database PhoneNumberField to use USPhoneNumberField as its newforms f...
Adrian Holovaty
2007-02-21
Removed unimplemented allow_letters option from USPhoneNumberField
Adrian Holovaty
2007-02-21
Added newforms USPhoneNumberField in django.contrib.localflavor.usa
Adrian Holovaty
2007-02-21
Added a comment to ModelChoiceField from [4552]
Adrian Holovaty
2007-02-21
Fixed #3534 -- newforms ModelChoiceField and ModelMultipleChoiceField no long...
Adrian Holovaty
2007-02-20
Fixed #3490 -- Fixed issue with newforms ChoiceField and generators as choice...
Adrian Holovaty
2007-02-20
Fixed #3247 -- newforms form_for_model() and form_for_instance() no longer cr...
Adrian Holovaty
2007-02-20
Fixed #3257 -- Added newforms ModelChoiceField and ModelMultipleChoiceField, ...
Adrian Holovaty
2007-02-20
Fixed #2455 -- Added newforms USStateSelect widget in django.contrib.localfla...
Adrian Holovaty
2007-02-19
Fixed #3510 -- newforms validation errors are now HTML-escaped for HTML outpu...
Adrian Holovaty
2007-02-19
Improved newforms to handle wacky characters in Field help_text
Adrian Holovaty
2007-02-19
Fixed behaviour of admin interface (and AddManipulator) when
Malcolm Tredinnick
2007-02-18
Fixed #2916 -- Moved syncdb call out of simple test runner and into create_te...
Russell Keith-Magee
2007-02-18
Fixed #3210 -- Modified test Client.login() to use urlparse, allowing absolut...
Russell Keith-Magee
2007-02-17
Fixed #3259 -- Fixed problem with prepopulate_from for fields containing
Malcolm Tredinnick
2007-02-17
Fixed #3067 -- Improved caching of machine hostname to increase server restart
Malcolm Tredinnick
2007-02-17
Added workaround for loading duplicate model classes in management shell. Patch
Malcolm Tredinnick
2007-02-17
Fixed a warning generated by the (empty) Latvian djangojs.po file.
Malcolm Tredinnick
2007-02-17
Fixed #3500 -- Updated Japanese translation. Thanks, Makoto Tsuyuki.
Malcolm Tredinnick
2007-02-17
Fixed #1138 -- Applied a small fix to the Dutch translation. Thanks Niels Poppe.
Malcolm Tredinnick
2007-02-17
Fixed #3160 -- Added the ability to control the content type in a test client...
Russell Keith-Magee
2007-02-15
Fixed #3506 -- Changed newforms BoundField.help_text to an empty string if No...
Adrian Holovaty
2007-02-15
Fixed #3503 -- Added newforms UKPostcodeField in django.contrib.localflavor.u...
Adrian Holovaty
2007-02-15
Implented newforms USStateField in django.contrib.localflavor.usa. Refs #2455
Adrian Holovaty
2007-02-15
Created django.contrib.localflavor, for country- and culture-specific functio...
Adrian Holovaty
2007-02-15
Fixed #3409 -- Added render_value argument to newforms PasswordInput. Thanks ...
Adrian Holovaty
2007-02-15
Fixed #3314 -- Fixed a bug in newforms smart_unicode. Thanks for the patch, nesh
Adrian Holovaty
2007-02-15
Fixed #3456 -- Made it easier/more intuitive to render newforms help_text in ...
Adrian Holovaty
2007-02-15
Added empty space in newforms BaseForm.__init__() to visually group a lengthy...
Adrian Holovaty
2007-02-15
Fixed #1466 -- Added newforms USZipCodeField
Adrian Holovaty
2007-02-15
Fixed #3494 -- Small correct to djangojs.po for German (de) translation. Thanks
Malcolm Tredinnick
2007-02-15
Fixed #3451 -- Small fix to Finnish translation. Thanks jtorma.
Malcolm Tredinnick
2007-02-15
Fixed #3429 -- Updated German (de) translation. Thanks djunky.
Malcolm Tredinnick
2007-02-15
Fixed #3375 -- Updated Swedish (sv) translations. Thanks mikko@sorl.net.
Malcolm Tredinnick
2007-02-15
Updated .mo files. Accidently committed incorrect version in [4513].
Malcolm Tredinnick
2007-02-15
Fixed #3329 -- Added Catalan (ca) translation. Thanks Marc Fargas.
Malcolm Tredinnick
2007-02-15
Fixed #3123 -- Updated Dutch (nl) translation.
Malcolm Tredinnick
2007-02-14
Fixed #3093 -- Added Macedonian translation from Georgi Stanojevski
Malcolm Tredinnick
2007-02-14
Fixed #3058 -- Added partial Latvia translation from viestards.lists@gmail.com
Malcolm Tredinnick
2007-02-14
Implemented subclassing Forms in newforms
Adrian Holovaty
2007-02-14
Changed __year lookup to use a BETWEEN SQL statement instead of comparing the...
Adrian Holovaty
2007-02-13
Fixed #3489 -- Changed newforms to use copy.copy() in constructing self.field...
Adrian Holovaty
2007-02-13
Fixed #3394 -- Made min_num_in_admin be respected on new object creation. Patch
Malcolm Tredinnick
2007-02-13
Updated [4497] to use something closer to the English language in the comment.
Malcolm Tredinnick
2007-02-13
Fixed #3377 -- Fixed subtle infinite recursion bug in LazyDate objects. Thanks
Malcolm Tredinnick
2007-02-13
Fixed #3155 -- Allow an integer to be passed to the urlencode filter. Patch
Malcolm Tredinnick
2007-02-13
Fixed #2606 -- Added tag for working out the URL of a particular view function.
Malcolm Tredinnick
[prev]
[next]