summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-11-12Fixed #17206 -- Fixed an outdated error message in the tutorial part 3. Thank...Julien Phalip
2011-11-11Fixed #16903 -- Added `--no-location` option to the `makemessages` command to...Julien Phalip
2011-11-11Fixed #17197 -- Prevented a locale leakage from an i18n test causing collater...Julien Phalip
2011-11-10Fixed #17184 -- Typo in models documentation. Thanks elimisteve for the report.Aymeric Augustin
2011-11-09Fixed incompatibility with Python 2.5 introduced in r17077. Thanks Florian fo...Ramiro Morales
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-07Fixes #17173 -- Added some extra regression tests for reversing namespaced ur...Chris Beaven
2011-11-06Refs #17171 -- Updated tutorial sections 3 and 4 to follow the startproject t...Carl Meyer
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-04Fixed #17164 -- Fixed outdated link to Atom spec in docs/ref/utils.txt. Thank...Adrian Holovaty
2011-11-04docs: Added missing 'form' argument to class-based-views.txt. Thanks, gabriel...Adrian Holovaty
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 #17129 - Model FAQ: Link to southLuke Plant
2011-11-01Fixed #5704 - Admin popup windows won't close when using application/xhtml as...Luke Plant
2011-11-01Fixed #4027 - Document how to make copies of model instancesLuke Plant
2011-11-01Fixed #17117 - ADMIN_MEDIA_PREFIX should still be visible in docsLuke 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-31Fixed #16816 -- Tweaked the test mock for `URLField.verify_exists` to allow t...Julien Phalip
2011-10-31Mentionned changes from r17056 in the release notes.Aymeric Augustin
2011-10-30Fixed #17063 -- Fixed visibility of a few version-dependant notes in our docu...Ramiro Morales
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
2011-10-29Enhanced loaddata error message printed when no DB fixture is provided.Ramiro Morales
2011-10-29Used the decorator syntax consistently for stringfilter. Fixed linebreaks tha...Aymeric Augustin
2011-10-29More django.conf.urls.defaults removals. Refs #17132Ramiro Morales
2011-10-28Fixed #17132 -- remove a leftover reference to django.conf.default.urls in Dj...Alex Gaynor
2011-10-28Fixed #17130 -- Corrected import path of get_wsgi_application in deployment d...Carl Meyer
2011-10-28Fixed #17127 -- Made field validators list independent per form instance. Tha...Carl Meyer
2011-10-28Tweaked some `AutoField` tests to not raise wanings in Python>=2.6, where `Ba...Julien Phalip
2011-10-27Fixed a test isolation problem that remained after r17042.Aymeric Augustin
2011-10-26Fixed several problems that hid one another in the cache tests and code.Aymeric Augustin
2011-10-26Fixed error message string assumptions in WSGI tests (were breaking tests on ...Carl Meyer
2011-10-26Removed remains from times when tests could be run outside of runtests.py.Aymeric Augustin
2011-10-26Improved settings manipulation in the cache tests with the suitable decorator...Aymeric Augustin
2011-10-26Avoid spurious failures in naturaltime tests.Carl Meyer
2011-10-26Fixed #16257 -- Added new `ModelAdmin.get_list_display_links()` method to all...Julien Phalip
2011-10-26Fixed a reference that was broken at r17026.Aymeric Augustin
2011-10-26Fixed #17090 -- Made the API specification for `ModelAdmin.get_list_display()...Julien Phalip
2011-10-26Fixed #17111 -- Made the `redirect_to` generic view properly handle query str...Julien Phalip
2011-10-26Fixed #15938 -- Prevented the `max_length` number in the admin `prepopulated_...Julien Phalip
2011-10-25Made some `contrib.messages` tests use `override_settings` for clarity. Thank...Julien Phalip
2011-10-24Fixed #17086 -- Removed pollution of global template-builtins from markup and...Carl Meyer