summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-05-19Fixed #20452 -- Rename 'headers' to 'header fields'.bbjay
2013-05-19Fixed #18990 -- Loaddata now complains if fixture doesn't existSenko Rasic
2013-05-19Fix a typo in a comment.Marc Tamlyn
2013-05-19Improve cookie based session backend docs.Marc Tamlyn
2013-05-19Merge pull request #1142 from Pike/masterAndrew Godwin
2013-05-19Merge pull request #1145 from postrational/ticket_20233Andrew Godwin
2013-05-19Fixed #18990: Loaddata now complains if fixture doesn't existSenko Rasic
2013-05-19Merge pull request #1143 from AndreaCrotti/masterMarc Tamlyn
2013-05-19refs #20233 - Full custom user model example isn't really fullpostrational
2013-05-19Merge pull request #1141 from inglesp/typoMarc Tamlyn
2013-05-19Merge pull request #1129 from frog32/masterMarc Tamlyn
2013-05-19add comment to explain why it's necessary to do an explicit check forAndrea Crotti
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