summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
2011-11-22Fixed #17252 -- Fixed a minor regression introduced by the work in #11868, wh...Julien Phalip
2011-11-22Removed redundant definition of urls in the auth tests.Aymeric Augustin
2011-11-22Improved the test for #16847.Paul McMillan
2011-11-21Fixed Python 2.5 test failure introduced in r17135.Paul McMillan
2011-11-21Fixed #16378. Locmem now uses pickle.HIGHEST_PROTOCOL for better compatibilit...Paul McMillan
2011-11-21Fixed #16847. Session Cookies now default to httponly = True.Paul McMillan
2011-11-21Fixed #17274 -- Accepted TIME_ZONE = None when USE_TZ = True. Thanks pressure...Aymeric Augustin
2011-11-21Fixed #16787 -- Restored the ability to {% load %} template tags libraries wi...Aymeric Augustin
2011-11-21Fixed #17114 -- Handled integer values 0 and 1 for checkboxes like other inte...Aymeric Augustin
2011-11-20Fixed #17062 -- Ensured that the effect of SET TIME ZONE isn't lost when the ...Aymeric Augustin
2011-11-20Upgraded the date based generic views to avoid warnings when time zone suppor...Aymeric Augustin
2011-11-20Fixed #12073 -- Made `AdminDateWidget` and `AdminTimeWidget` consider user-su...Julien Phalip
2011-11-20Upgraded manage.py cleanup to be compatible with time zone support. See also ...Aymeric Augustin
2011-11-20Upgraded django.contrib.comments to be compatible with time zone support.Aymeric Augustin
2011-11-20Upgraded django.contrib.auth to be compatible with time zone support.Aymeric Augustin
2011-11-20Upgraded django.contrib.sessions to be compatible with time zone support.Aymeric Augustin
2011-11-20Made the database cache backend, which bypasses the ORM, compatible with time...Aymeric Augustin
2011-11-19Fixed #17263 -- Added a warning when a naive datetime reaches the database la...Aymeric Augustin
2011-11-19Fixed #15255 -- Ensured createcachetable honors database routers.Aymeric Augustin
2011-11-19Used symbolic constants for psycopg2 isolation levels.Aymeric Augustin
2011-11-18Fixed #16753 -- Supported network-path references in the syndication framewor...Aymeric Augustin
2011-11-18Fixed #17255 -- Removed "as" prefix from new timezone template filter names f...Jannis Leidel
2011-11-18Added support for time zones. Thanks Luke Plant for the review. Fixed #2626.Aymeric Augustin
2011-11-17Fixed #17128 -- Fixed a Python 2.5 incompatibility. Thanks, Simon Meers.Jannis Leidel
2011-11-17Fixed #17223 -- Correctly reference the signed cookies session backend. Thank...Jannis Leidel
2011-11-16Fixed #17234 -- Added back a missing endblock tag to an admindoc template. Th...Ramiro Morales
2011-11-15Fixed #15912 -- Ensured that `forms.CharField.widget_attrs()` always returns ...Julien Phalip
2011-11-13Refs #17215: Avoid generating 47 leftover tmp dirs during a clean test run.Karen Tracey
2011-11-13Fixed #13640: Avoid generating an exception when a model has an attribute nam...Karen Tracey
2011-11-13Fixed #17134: Corrected Python 2.5 fallback code for parsing microseconds in ...Karen Tracey
2011-11-12Fixed #17190 -- Ensured that the `NullBooleanSelect` widget's options get laz...Julien Phalip
2011-11-12Fix #16570: Restore ability to have decimal fields where max_digits equals de...Karen Tracey
2011-11-12Fix #13864: Removed database error raised when force_update is requsted on sa...Karen Tracey
2011-11-12Fix #16813: Restore checking whether a backend supports inctive users before ...Karen Tracey
2011-11-11Fixed #16903 -- Added `--no-location` option to the `makemessages` command to...Julien Phalip
2011-11-07Fixed #11118 -- Made management command BaseCommand restore locale after exec...Ramiro Morales
2011-11-07Fixed #17125 -- Made it possible to change a `RegexField`'s regular expressio...Julien Phalip
2011-11-06Fixed #17152 -- Fixed a few anomalies in the `contrib.formtools` documentatio...Julien Phalip
2011-11-06Fixed #17165 -- Fixed `SelectDateWidget._has_changed()` to work correctly wit...Julien Phalip
2011-11-03Fixed #16966 -- Stopped CachedStaticFilesStorage from choking on querystrings...Jannis Leidel
2011-11-02Fixed #16967 -- Made sure CachedStaticFilesStorage repopulates its cache if t...Jannis Leidel
2011-11-01Fixed #5704 - Admin popup windows won't close when using application/xhtml as...Luke Plant
2011-11-01Used yaml.safe_load instead of yaml.load, because safety should be the default.Aymeric Augustin
2011-11-01Made the cache locale-dependant when USE_L10N is True, even if USE_I18N is Fa...Aymeric Augustin
2011-10-31Fixed an obsolete comment.Aymeric Augustin
2011-10-30Fixed #17135 -- Made it possible to use decorators (like stringfilter) on tem...Aymeric Augustin
2011-10-29Made a couple of changes for readability and correctness in loaddata.Ramiro Morales
2011-10-29Made the defaultfilters tests run on the actual filters, not on functions imp...Aymeric Augustin
2011-10-29Fixed #16849 -- Updated management command verbosity option help text.Ramiro Morales
2011-10-29Used the decorator syntax consistently to register template filters.Aymeric Augustin