summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-05-19Merge pull request #1116 from elektrrrus/ticket_20234_20236Marc Tamlyn
2013-05-19Make Urdu (ur) recognized as RTL language. Refs #20454Axel Hecht
2013-05-19Typo in commentPeter Inglesby
2013-05-18Fixed #20004 -- Moved non DB-related assertions to SimpleTestCase.Ramiro Morales
2013-05-18Updated contrib.humanize translation templateClaude Paroz
2013-05-18Fixed #20246 -- Added non-breaking spaces between values an unitsEmil Stenström
2013-05-18Fixed #20440 -- Ensured CharField's max_length/min_length are integersTome Cvitan
2013-05-18Fixed #20234 and #20236 -- SingleObjectMixin fixesKarol Sikora
2013-05-18Fixed ff881aef on Python 3.Aymeric Augustin
2013-05-18add Leandra Finger, Silvan Spross and Marc Egli to AUTHORSMarc Egli
2013-05-18Add missing imports to the examples in the 'First Steps'leandrafinger
2013-05-18Add missing imports and models to the examples in the view layer documentationSilvan Spross
2013-05-18Add missing imports and models to the examples in the the model layer documen...Marc Egli
2013-05-18Fixed #13958 -- problem reporting exception from \r-line-ended fileShai Berger
2013-05-18Fixed #20284 - Added a note about DEBUG in static file docs.Tim Graham
2013-05-18Merge pull request #1135 from ambv/model_validation_fixDonald Stufft
2013-05-18Fixes a Python 3.x regression introduced in a19e9d80Łukasz Langa
2013-05-18Merge pull request #1127 from filias/20142Aymeric Augustin
2013-05-18Merge branch 'master' of github.com:django/djangoFlorian Apolloner
2013-05-18Fixed #15201: Marked CACHE_MIDDLEWARE_ANONYMOUS_ONLY as deprecatedŁukasz Langa
2013-05-18Fixed #14894 -- Ensure that activating a translation doesn't run into threadi...Florian Apolloner
2013-05-18Fix NoneType error when fetching a stale ContentType with get_for_idDiederik van der Boor
2013-05-18Merge branch 'allow-any-iterable-for-choices'Donald Stufft
2013-05-18Merge pull request #1128 from erikr/improve-smallint-docsTim Graham
2013-05-18Fixed #20335 - Documented the {% language %} template tag.Tim Graham
2013-05-18Fixed #20446 -- Documentation for SmallIntegerField does not clarify 'small'Erik Romijn
2013-05-18Fixed #20430 - Enable iterable of iterables for model choicesDonald Stufft
2013-05-18Merge pull request #1122 from ambv/issue13285Aymeric Augustin
2013-05-18Fixed #20142 -- Added error handling for fixture setupFilipa Andrade
2013-05-18Fixed #13285: populate_xheaders breaks cachingŁukasz Langa
2013-05-18Fixed #20444 -- Cookie-based sessions does not include a remote code executio...Erik Romijn
2013-05-18Moved IgnorePendingDeprecationWarningsMixin in django.test.utils.Aymeric Augustin
2013-05-18Fixed #19436 -- Don't log warnings in ensure_csrf_cookie.Olivier Sels
2013-05-18Merge pull request #1113 from denibertovic/masterAymeric Augustin
2013-05-18Added stripping of whitespace for SlugField and URLFieldDeni Bertovic
2013-05-18Slightly reworked imports in contrib.auth.__init__Claude Paroz
2013-05-18Fixed #18998 - Prevented session crash when auth backend removedJorge Bastida
2013-05-18Merge pull request #1088 from jacobb/upstreamDonald Stufft
2013-05-18Fixed #9595 -- Allow non-expiring cache timeouts.Jacob Burch
2013-05-18Merge pull request #1101 from erikr/masterFlorian Apolloner
2013-05-18Merge pull request #1100 from ambv/issue19919Aymeric Augustin
2013-05-18Fixed argument order for localized_fields to ensure backwards compatibilityErik Romijn
2013-05-18Fixes #19919: get_language_from_request() disregards "en-us" and "en" languagesŁukasz Langa
2013-05-18Fixed #20269 -- Adapted PostGIS template create script for CentOS/RHELClaude Paroz
2013-05-18Added example of using sitemaps with static views.Zbigniew Siciarz
2013-05-18Merge pull request #1084 from erikr/masterFlorian Apolloner
2013-05-18Merge pull request #1083 from Markush2010/ticket20235Marc Tamlyn
2013-05-18Fixed #13546 -- Easier handling of localize field options in ModelFormErik Romijn
2013-05-18Fixed #20235 -- Use self.object_list if object_list not present in get_contex...Matthew Somerville
2013-05-18Fixed #20402: removed as-limit from uWSGI example.Aymeric Augustin