I Use This!
High Activity

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 17 hours ago.
May 04, 2023 — May 04, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Documented the simple_tag and inclusion_tag functions that make writing certain types of template tags easier. More... almost 18 years ago
The tests now run correctly with the new psycopg2 backend. There's 4 failures, but they all have to do with the new way the psycopg2 handles datetimes and are probably a single fix. More... almost 18 years ago
Fixed whitespace in tests/runtests.py More... almost 18 years ago
Made a few small tweaks to admin doc pages. More... almost 18 years ago
Fixed #1724 -- updated the output from the shell commands to match what we now produce. More... almost 18 years ago
fixed #1909: updated japanese translation More... almost 18 years ago
fixed #1893: updated hebrew translation More... almost 18 years ago
Fixed #1904 -- Got postgresql_psycopg2 backend working. Thanks for the patch, [email protected] More... almost 18 years ago
fixed #1906: updated zh_CN translation More... almost 18 years ago
Clarified (hopefully) how to use the default settings override in configure(). More... almost 18 years ago
Clarified how extra_context values are evaluated and, in particular, how to pass in a "live" QuerySet. Thanks to Jay Parlar for pointing out the potential for confusion. More... almost 18 years ago
Changed the link the "official tarball" to refer to the 0.91 release and added a warning about the development version being preferred. Thanks to Todd O'Bryan for pointing out the misinformation. More... almost 18 years ago
Added comment explaining nonobvious self.__dict__ assignment in django.conf.__init__.py More... almost 18 years ago
Added postgresql_psycopg2 backend, which is untested, just for a starting point More... almost 18 years ago
Fixed #1321 -- Made DJANGO_SETTINGS_MODULE optional. You can now call django.conf.settings.configure() to set settings manually if you don't have a settings module. Thanks, Malcolm Tredinnick, Luke Plant, Fredrik Lundh More... almost 18 years ago
Fixed #1833 -- Fixed some errors in tutorials. Thanks, [email protected] More... almost 18 years ago
Fixed #1830 -- MySQL inspectdb now detects tinyint field properly More... almost 18 years ago
Fixed #1834 -- Added docstrings to admin template tags. Thanks, ubernostrum More... almost 18 years ago
updated translation files - new message IDs from magic removal More... almost 18 years ago
switched el translation to iso-8859-1 to prevent compile-messages and make-messasges abort. The el translation is still broken! More... almost 18 years ago
updated german translations More... almost 18 years ago
fixed #1854: updated icelandic translations More... almost 18 years ago
fixed #1831: added hungarian translation More... almost 18 years ago
fixed #1817: added translation hooks for 3-letter month names More... almost 18 years ago
fixed #1660: added support functions and tags for bidi language support More... almost 18 years ago
Added first stab at reverse matching to urlresolvers.py More... almost 18 years ago
Fixed #1884 -- Made django.db.models.options.get_verbose_name smarter. Thanks, Alex Dedul More... almost 18 years ago
Fixed #1815: More documentation proof-reading from [email protected]. More... almost 18 years ago
Fixed #1880 - typo in caching documentation. Thanks to Matthew Flanagan. More... almost 18 years ago
Fixed #1852 -- Improved TemplateSyntaxError to display the original exception if str() of the exception raises an exception in itself. Thanks, [email protected] More... almost 18 years ago