Histórico de commits

Autor SHA1 Mensagem Data
  James Bennett eb97c80010 0.90-bugfixes: fix for backport in [4418] 17 anos atrás
  James Bennett 78217bfc3a 0.90-bugfixes: Backporting [4244] for those using legacy Django with psycopg1 17 anos atrás
  James Bennett 56075c08c3 0.90-bugfixes: backport [2238]. Refs #1148 18 anos atrás
  James Bennett 4f5fb9f5db 0.90-bugfixes: changes in the README to provide more useful info on the branch and how it relates to Django proper 18 anos atrás
  James Bennett b2f1f380b3 0.90-bugfixes: fix a problem on mod_python that could result in stale DB connections 18 anos atrás
  James Bennett 6eefa521be 0.90-fixes: Fixed minor security hole in compile-messages.py. See trunk patch in [3592] 18 anos atrás
  Adrian Holovaty 021e0c6b88 Created 0.90-bugfixes branch, for bug fixes to version 0.90. Currently it's a copy of the 0.90 release tag 18 anos atrás
  Jacob Kaplan-Moss 2609cb37a5 Tagged 0.90 release 19 anos atrás
  Adrian Holovaty 17d54d1d9e Fixed #808 -- Fixed typo in docs/forms.txt. Thanks, limodou 19 anos atrás
  Adrian Holovaty 6b870c136b Changed tutorial02 not to say redirects and flatpages are included 19 anos atrás
  Adrian Holovaty 93519513a1 Added links to auth docs in docs/templates_python.txt 19 anos atrás
  Adrian Holovaty b2424a391a Updated setup.py to include locales and *.TXT in package_data. Changed version to 0.90. 19 anos atrás
  Adrian Holovaty 3301999387 Upgraded ez_setup.py from 0.6a5 to 0.6a7 19 anos atrás
  Adrian Holovaty 464e84257d Changed 'django-admin.py startapp' application template to use views.py instead of views package, for simplicity. Updated tutorial to reflect the change. 19 anos atrás
  Adrian Holovaty a469d821a1 Changed FormWrapper.fields (from [1253]) to be a property, so that it's only called when needed. 19 anos atrás
  Adrian Holovaty 2d49f70b0d Small style cleanup of docs/generic_views.txt 19 anos atrás
  Jacob Kaplan-Moss 991039dd1e Fixed #587 - iteration through formfields in a FormWrapper is now allowed (thanks, Boffbowsh) 19 anos atrás
  Georg Bauer 14695dc02a fixes #804 - updated slovak translation 19 anos atrás
  Georg Bauer 9b3b250291 added danish translation to the settings documentation 19 anos atrás
  Georg Bauer 29be17533a added new danish translation 19 anos atrás
  Jacob Kaplan-Moss 400cf5658d Added django.views.generic.simple.redirect_to view for issuing simple redirects. Also updated direct_to_template to use render_to_response to be consistant with coding style, and documented the simple generic views. 19 anos atrás
  Jacob Kaplan-Moss dcb5bc32e0 Added django.views.generic.simple.direct_to_template which renders a given template along with any other params from the URL pattern. 19 anos atrás
  Adrian Holovaty 2c61aff523 Fixed #796 -- Gave AnonymousUser a has_module_perms method. 19 anos atrás
  Jacob Kaplan-Moss d6aa904487 Fixed #799: any setting with "SECRET" or "PASSWORD" in the name is escaped in the debug view output (this can be expanded if there are other "naughty words" we want to strip out in the future. Thanks, Ian 19 anos atrás
  Georg Bauer 705a568854 added missing docstring to the blocktrans template tag 19 anos atrás
  Adrian Holovaty ed92d36825 Followup faq change to [1237] 19 anos atrás
  Adrian Holovaty a411d68a10 Added extra paragraphs to 'Why did you write all of Django from scratch' FAQ question 19 anos atrás
  Jacob Kaplan-Moss d0ec43298a Fixed bug in postgresql backend that prevented the user of passwords with spaces in them. 19 anos atrás
  Jacob Kaplan-Moss 065dd334de Added NOINDEX tag to debug 500 page (for robots) 19 anos atrás
  Jacob Kaplan-Moss 0710243ea1 Added "pretty" error pages to be used when DEBUG is True. 19 anos atrás