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-07-19
Fixed #2377 -- Imported ImproperlyConfigured exception into django.auth.models.
Malcolm Tredinnick
2006-07-19
Fixed #1647 -- Included slightly more information in template syntax error
Malcolm Tredinnick
2006-07-19
Fixed #2323 -- Made it possible to run make-messages without needing a
Malcolm Tredinnick
2006-07-19
Fixed #2257 -- MySQL wants constraint names to be unique per-database, so fixed
Malcolm Tredinnick
2006-07-19
Modified BooleanField's to_python method to play nice with encode()ed strings.
Russell Keith-Magee
2006-07-19
Modified to_python method for BooleanField so that the to_python(str(bool_val...
Russell Keith-Magee
2006-07-19
Fixed #2354 -- Added a note about "manage.py validate" to the list of useful
Malcolm Tredinnick
2006-07-19
Fixed #2332 -- Introduced is_authenticated() method on User and AnonymousUser...
Malcolm Tredinnick
2006-07-19
Fixed #2355 -- Corrected a couple of small typos in code examples in tutorial03.
Malcolm Tredinnick
2006-07-17
Documented allow_tags attribute for admin change list methods
Adrian Holovaty
2006-07-17
Added 'Turning off auto-reload' section to docs/django-admin.txt
Adrian Holovaty
2006-07-17
Fixed #2356 -- Removed references to get_object() from docs/tutorial03.txt. T...
Adrian Holovaty
2006-07-15
Fixed the timeuntil and timesince filter tests to not fail if the system clock
Malcolm Tredinnick
2006-07-15
Fixed a small typo in the wordwrap filter's docstring.
Malcolm Tredinnick
2006-07-15
More pre-emptive escaping of strings that should not be interpreted as HTML.
Malcolm Tredinnick
2006-07-14
Escaped variables that should not be interpreted as HTML and which might
Malcolm Tredinnick
2006-07-14
Escaped all strings that should not contain active HTML tags.
Malcolm Tredinnick
2006-07-14
Added command line flag to disable use of auto-reloader on development server.
Russell Keith-Magee
2006-07-14
Disable use of terminal colors when django-admin is run on a Pocket PC.
Russell Keith-Magee
2006-07-14
Fixed #2325 -- fix the authentication framework to work with new-style classes.
Malcolm Tredinnick
2006-07-14
Fixed #2347 -- documented the use of "and" in the blocktrans template tag.
Malcolm Tredinnick
2006-07-14
Added check_for_language and to_locale to utils.translation.trans_null
Adrian Holovaty
2006-07-14
Fixed another title string that needed escaping (these strings do need
Malcolm Tredinnick
2006-07-14
Fixed #2346 -- Escaped string output in titles in admin interface. Thanks Gary
Malcolm Tredinnick
2006-07-14
Fixed #2345 -- escaped object titles in breadcrumb display in admin. Thanks
Malcolm Tredinnick
2006-07-14
Changed masochistic to sadistic in docs/templates.txt. Thanks, hedronist
Adrian Holovaty
2006-07-14
Fixed #2344 -- Filtered some object string representations through the escape
Malcolm Tredinnick
2006-07-13
Fixed bug in manipulator_valid_rel_key -- it assumed the related object was r...
Adrian Holovaty
2006-07-13
Proofread docs/settings.txt changes from [3336]
Adrian Holovaty
2006-07-12
Made it clear that we do not alter the process environment when manual settings
Malcolm Tredinnick
2006-07-11
Fixed #2301 -- Fixed HTML problem with list_display_links. Thanks, kilian
Adrian Holovaty
2006-07-11
Added get_language_bidi to django.utils.translation.trans_nuill. Refs #2203
Adrian Holovaty
2006-07-11
Fixed #2326 -- Fixed exception catching in django.contrib.auth.models. Thanks...
Adrian Holovaty
2006-07-11
Added local 'qn' variable for backend.quote_name in django.db.models.query.de...
Adrian Holovaty
2006-07-11
Added local 'qn' variable for backend.quote_name in django.db.models.query.fi...
Adrian Holovaty
2006-07-11
Removed references to LOOKUP_SEPARATOR in django.db.models.query.lookup_inner
Adrian Holovaty
2006-07-11
Removed unnecessary 'except: raise' in django.db.models.query.lookup_inner
Adrian Holovaty
2006-07-11
Added local 'qn' variable for backend.quote_name in django.db.models.query.lo...
Adrian Holovaty
2006-07-11
Renamed 'clause' variable to 'lookup_type' in django.db.models.query.lookup_i...
Adrian Holovaty
2006-07-11
Small formatting change to m2m_and_m2o model unit test
Adrian Holovaty
2006-07-11
Changed runtests.py to set USE_I18N=True for testing
Adrian Holovaty
2006-07-11
Added note to docs/settings.txt and docs/i18n.txt about not importing from dj...
Adrian Holovaty
2006-07-11
Fixed #1614 -- get_sql(), lookup_inner() and parse_lookup() no longer return ...
Adrian Holovaty
2006-07-10
Decimated 'whilst' in docs/templates_python.txt from [3308]
Adrian Holovaty
2006-07-10
added arabic to the setup
Georg Bauer
2006-07-10
fixed #2302: added arabic translation. thx Ahmad Alhashemi.
Georg Bauer
2006-07-10
Typo fixing.
Malcolm Tredinnick
2006-07-10
Fixed #2320 -- corrected numerous errors in the custom tag examples in
Malcolm Tredinnick
2006-07-10
Fixed #2301 -- Added list_display_links option to 'class Admin', which regula...
Adrian Holovaty
2006-07-10
Fixed bug in utils.translation.trans_null -- get_date_formats and get_partial...
Adrian Holovaty
[next]