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
Age
Commit message (
Expand
)
Author
2006-06-18
Fixed #2176 -- Fixed typo in docs/db-api.txt. Thanks, simon@lieschke.net
Adrian Holovaty
2006-06-18
Fixed #2186 -- Fixed i18n variable substitution in admin/templates/registrati...
Adrian Holovaty
2006-06-18
Fixed #2173 -- Small tweaks to Windows mod_python question in docs/faq.txt. T...
Adrian Holovaty
2006-06-18
Fixed #2181 -- allow '{' and '}' to be escaped via {% templatetag ... %}.
Malcolm Tredinnick
2006-06-17
Fixed #2166 -- (take two!). Use "manage.py reset ..." to reset a model's
Malcolm Tredinnick
2006-06-16
Added AllValuesFilterSpec to admin changelist filters, which lets you put any...
Adrian Holovaty
2006-06-16
Fixed typo in docstring in db/transaction.py
Adrian Holovaty
2006-06-16
Added generic foreign key support to Django. Much thanks to Ian Holsman and
Jacob Kaplan-Moss
2006-06-16
Test harness actually now installs contrib apps so they can be used in tests.
Jacob Kaplan-Moss
2006-06-16
Fixed #2166 - Use "manage.py dbshell" as the portable way to pipe commands to
Malcolm Tredinnick
2006-06-15
Fixed the detection of when a custom manager is required because an 'objects'
Malcolm Tredinnick
2006-06-15
Fixed #2164 -- Create correct SQL when pk column name is not the same as the
Malcolm Tredinnick
2006-06-14
Fixed #2152 -- Now HTML-escaping user.first_name in admin/base.html template
Adrian Holovaty
2006-06-14
Fixed 1378 -- Added svn:ignore for .pyc files in django/conf/urls/.
Malcolm Tredinnick
2006-06-14
Fixed #2153 -- display debugging template even if no stack frame is found.
Malcolm Tredinnick
2006-06-14
Fixed #2141 -- corrected indentation problems in a couple of the code fragments.
Malcolm Tredinnick
2006-06-14
Fixed #2143 -- Changed a few places where the pre-magic-removal-merge syntax
Malcolm Tredinnick
2006-06-13
Fixed #2148 -- Now escaping ForeignKey fields correctly in Django admin chang...
Adrian Holovaty
2006-06-13
Fixed #2147: file uploads within the update_object generic view now works. T...
Jacob Kaplan-Moss
2006-06-12
Fixed #2139 -- Changed Redirect repr to str
Adrian Holovaty
2006-06-12
fixed #2128: updated BiDi support
Georg Bauer
2006-06-12
fixed #2113: fixed 'pl' translation of date formats
Georg Bauer
2006-06-12
fixed #2018: updated 'sk' translation
Georg Bauer
2006-06-12
Fixed the empty model saving case so that it retrieves the primary key id. Also
Malcolm Tredinnick
2006-06-11
Fixed #2127 -- Made datetime filters fail silently when passed empty strings or
Malcolm Tredinnick
2006-06-08
Tests to avoid regressions for ticket #2108. See also r3115.
Malcolm Tredinnick
2006-06-08
Fixed #2108 -- allow saving of empty models, rather than just dropping them.
Malcolm Tredinnick
2006-06-08
Fixed #2106 -- Made collapse-block JavaScript translatable. Thanks, ramiro
Adrian Holovaty
2006-06-08
Fixed #2109 -- Convert old-style classes to new-style classes throughout Djan...
Adrian Holovaty
2006-06-08
Added django.template.Token.split_contents() and used it to add support for s...
Adrian Holovaty
2006-06-08
Changed django.utils.text.smart_split to return strings, not tuples
Adrian Holovaty
2006-06-08
Fixed #2116 -- Added ul_class parameter to CheckboxSelectMultipleField. Thank...
Adrian Holovaty
2006-06-08
Solved the POST-data-lost-after-redirect problem by raising RuntimeError when...
Adrian Holovaty
2006-06-08
Fixed #2026 -- Added support for 'and' in template 'if' tags, added dozens of...
Adrian Holovaty
2006-06-08
Fixed #2118 -- Fixed typos in docs/add_ons.txt. Thanks, donarb@nwlink.com
Adrian Holovaty
2006-06-08
Added 'Is Django a content-management-system?' to the faq
Adrian Holovaty
2006-06-08
Fixed #2108 -- do not try to save an empty model.
Malcolm Tredinnick
2006-06-07
Fix test output as a result of the change in r3094.
Malcolm Tredinnick
2006-06-07
Added ckknight to AUTHORS
Adrian Holovaty
2006-06-07
Added django.utils.text.smart_split. Thanks, ckknight
Adrian Holovaty
2006-06-07
Fixed #1503 -- Improved model validator to throw an error if a model doesn't ...
Adrian Holovaty
2006-06-07
Removed legacy deprecated_args check from django.core.management
Adrian Holovaty
2006-06-07
Small improvement to django.template.resolve_variable -- isdigit() instead of...
Adrian Holovaty
2006-06-07
Fixed #2100 -- Made some remaining parts of the admin changelist translatable...
Adrian Holovaty
2006-06-07
Added section to docs/db-api.txt get_or_create() section about GET vs. POST
Adrian Holovaty
2006-06-07
Fixed #2098 -- Loosened validation for model 'ordering' parameter by allowing...
Adrian Holovaty
2006-06-07
Fixed #1697 and #2095 -- Made 'choices' parameter accept any iterable
Adrian Holovaty
2006-06-07
Fixed #2096 -- Fixed small error in docs/templates_python.txt. Thanks, ramiro
Adrian Holovaty
2006-06-07
Added Manager.get_or_create()
Adrian Holovaty
2006-06-06
fixed #2089: added language bidirectional support and updated the admin to us...
Georg Bauer
[next]