summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
2011-10-20Removed a small useless piece of code from `contrib.auth`.Julien Phalip
2011-10-19Fixed #14806 -- Added support for contextual translations to the `trans` and ...Julien Phalip
2011-10-19Fixed #16393 -- FormWizard's cookie storage backend now works with all versio...Alex Gaynor
2011-10-18Remove comments referencing encryption. Django doesn't do encryption.Paul McMillan
2011-10-18Fixed #17067 -- reverted some backwards-incompatible changes from r16933 and ...Aymeric Augustin
2011-10-18Remove all relative imports. We have always been at war with relative imports.Alex Gaynor
2011-10-17Remove a great many of the remaining relative imports.Alex Gaynor
2011-10-17Remove several more relative imports.Alex Gaynor
2011-10-17Remove more relative imports (I will kill them all).Alex Gaynor
2011-10-17remove some relative imports from djangoAlex Gaynor
2011-10-17Fixed #17057 -- Corrected flatpage url uniqueness validation to account for f...Carl Meyer
2011-10-16Fixed #17056 -- Tweaked insert SQL clause generation so a corner case doesn't...Ramiro Morales
2011-10-16Fixed a test that was broken at r16978. Refs #17055.Aymeric Augustin
2011-10-16Fixed #15221 -- Made the admin filters on foreign key and m2m relationships d...Julien Phalip
2011-10-14Fixed #12308 -- Added tablespace support to the PostgreSQL backend.Aymeric Augustin
2011-10-14Remove the usage of deprecated function in Django. Also simplify the fallback...Alex Gaynor
2011-10-13Fixed #16899 -- Backported the fix for http://bugs.python.org/issue9063 and a...Aymeric Augustin
2011-10-13Fixed #16923 -- Removed unused method in the serialization code.Aymeric Augustin
2011-10-13Fixed #16906 -- Format datetimes with str/unicode instead of strftime where p...Aymeric Augustin
2011-10-13Fixed #16918 -- Ensured that custom querysets are used when provided to `Base...Julien Phalip
2011-10-13Fixed a couple of `assert` syntax warnings mistakingly introduced in r16966 a...Julien Phalip
2011-10-13Fixed a padding issue in admin tabular inline headers.Julien Phalip
2011-10-13Fixed #16776 -- Fixed a regression introduced in r16415 which caused Django's...Julien Phalip
2011-10-13Fixed #12467 -- Made the model data validation for `DateField` and `DateTimeF...Julien Phalip
2011-10-13Fixed #15372 -- Switched to a startproject default layout that allows us to a...Carl Meyer
2011-10-12Introduce `ContentType.objects.get_for_models(*models)` and use it in the the...Alex Gaynor
2011-10-12Convert the contettypes tests to use self.assertNumQueries, rather than hand ...Alex Gaynor
2011-10-11Simplify some code to have one loop, rather than two.Alex Gaynor
2011-10-11Change some string literals to be unicode, because:Alex Gaynor
2011-10-10Fixed #9460 -- Added template blocks for submit buttons rows in admin app mod...Ramiro Morales
2011-10-10Fixed #16371 -- Added a prefix "field-" to all CSS class names automatically ...Julien Phalip
2011-10-09Fixed #17019 -- Fixed a minor margin issue in multi-field admin form rows for...Julien Phalip
2011-10-08Fixed #16873 - Added dummy database backend in default settings, so that just...Carl Meyer
2011-10-08More efficient IN clauses for prefetch_related queries by use of sets to elim...Luke Plant
2011-10-08Fixed #17011 - Made override_settings modify a decorated class in-place rathe...Carl Meyer
2011-10-07Fixed #17014 - added protection against infinite recursion.Luke Plant
2011-10-07Fixed #17003 - prefetch_related should support foreign keys/one-to-oneLuke Plant
2011-10-07Fixed #14678 -- Added validation to catch flatpages with the same URL on the ...Carl Meyer
2011-10-07Fixed #17012 - Removed references to the 'hasNoProfanities' validator. Refs #...Aymeric Augustin
2011-10-07Fixed #8060 - Added permissions-checking for admin inlines. Thanks p.patruno ...Carl Meyer
2011-10-06Fixed #16705 - Made the test client adhere to the WSGI spec -- in particular,...Aymeric Augustin
2011-10-06Removed ForeignRelatedObjectsDescriptor.RelatedManager.delete_manager, which ...Luke Plant
2011-10-05Fixed #16937 - added `QuerySet.prefetch_related` to prefetch many related obj...Luke Plant
2011-10-05Fixed #16902 - select_related() results in a poor perfomanceLuke Plant
2011-10-05Fixed #16990 -- Fixed a couple of small docstring typos in the `django/test/t...Julien Phalip
2011-10-05Very small docstring correction.Luke Plant
2011-10-05Fixed #16987 -- Improved error message for session tests. Thanks jMyles and D...Paul McMillan
2011-10-04Fixed #16971 - Made the parsing of javascript files by 'makemessages' much fa...Aymeric Augustin
2011-10-02Fixed #10841 -- Switched response served when DEBUG=True and request.is_ajax(...Ramiro Morales
2011-09-30Fixed #16935 - misleading message if AttributeError escapes during SimpleTemp...Luke Plant