summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-03-06[1.11.x] Fixed #26817 -- Doc'd downsides and alternatives to Jinja2 context p...Tim Graham
2017-03-04[1.11.x] Fixed #27900 -- Made escapejs escape backticks for use in ES6 templa...Tim Graham
2017-03-03[1.11.x] Fixed #27887 -- Fixed URLs check crash with namespaced URLs inside n...Tim Graham
2017-03-02[1.11.x] Fixed #27889 -- Fixed incorrect check error if ModelAdmin.ordering r...David Szotten
2017-03-01[1.11.x] Fixed typo in docs/howto/custom-template-tags.txt.albertoconnor
2017-03-01[1.11.x] Fixed a backends test with psycopg2 2.7.Tim Graham
2017-03-01[1.11.x] Fixed typo in docs/releases/1.10.6.txt.Adam Johnson
2017-03-01[1.11.x] Added release date for 1.10.6.Tim Graham
2017-03-01[1.11.x] Fixed #27862 -- Fixed incorrectly quoted table aliases in Subquery SQL.Matthew Schinckel
2017-02-27[1.11.x] Refs #27843 -- Fixed 'invalid escape sequence' warning in truncate_n...Tim Graham
2017-02-24[1.11.x] Made a few queryset lookup examples consistent.Alexkane
2017-02-24[1.11.x] Fixed #27875 -- Doc'd manager_inheritance_from_future in manager docs.Tim Graham
2017-02-24[1.11.x] Fixed #27873 -- Fixed crash in setup_test_environment() if ALLOWED_H...Chris Lamb
2017-02-24[1.11.x] Refs #25187 -- Fixed AuthBackend.authenticate() compatibility for si...Tim Graham
2017-02-24[1.11.x] Fixed #27874 -- Fixed URL namespace warning (urls.W005) for nested n...Chris Lamb
2017-02-23[1.11.x] Completed 1.10.6 release noteClaude Paroz
2017-02-22[1.11.x] Updated Thai (th) locale formats.Manatsawin Hanmongkolchai
2017-02-22[1.11.x] Updated Bengali (bn) locale formats.Asif Saifuddin Auvi
2017-02-21[1.11.x] Used "0" ip shortcut for runserver example.Timothy Allen
2017-02-21[1.11.x] Fixed #27856 -- Improved accuracy of date subtraction on PostgreSQL.Vytis Banaitis
2017-02-20[1.11.x] Refs #23151 -- Removed RegexField's unused error_message parameter.Tim Graham
2017-02-20[1.11.x] Bumped version for 1.11 beta 1.1.11b1Tim Graham
2017-02-20[1.11.x] Fixed #27850 -- Made RelatedFieldWidgetWrapper call render() of the ...Collin Anderson
2017-02-20[1.11.x] Fixed typo in DurationField's docstring.Alexey Rogachev
2017-02-17[1.11.x] Fixed #27843 -- Fixed truncate_name() when the name contains a usern...Mariusz Felisiak
2017-02-17[1.11.x] Added tests for db.backends.utils.truncate_name().Mariusz Felisiak
2017-02-16[1.11.x] Fixed #27828 -- Fixed a crash when subtracting Integer/DurationField...Vytis Banaitis
2017-02-16[1.11.x] Clarified that creating a pull request for the tutorial isn't necess...Tim Graham
2017-02-15[1.11.x] Fixed #27135 -- Made index introspection return Index.suffix.Tim Graham
2017-02-15[1.11.x] Made a sentence in default_if_none docs consistent with other templa...Joon Hwan 김준환
2017-02-15[1.11.x] Removed docs/internals/roles.txt.Tim Graham
2017-02-15[1.11.x] Fixed #27840 -- Fixed KeyError in PasswordResetConfirmView.form_vali...Markus Holtermann
2017-02-14[1.11.x] Fixed GeoIP test failure with the latest data.Tim Graham
2017-02-13[1.11.x] Fixed #27823 -- Updated mod_wsgi example to use WSGIPythonHome.Tim Graham
2017-02-13[1.11.x] Fixed #27820 -- Fixed RequestDataTooBig/TooManyFieldsSent crash.amalia
2017-02-11[1.11.x] Fixed #27367 -- Doc'd and tested reversing of URLs with the same name.Robert Roskam
2017-02-11[1.11.x] Refs #26610 -- Added CIText mixin and CIChar/Email/TextField.Mads Jensen
2017-02-11[1.11.x] Fixed #27722 -- Reallowed using django.Template in {% include %}.Tim Graham
2017-02-11[1.11.x] Fixed #27742 -- Reverted "Fixed #24607 -- Serialized natural keys in...Tim Graham
2017-02-11[1.11.x] Removed WSGIServer.server_bind() identical to parent versionClaude Paroz
2017-02-10[1.11.x] Refs #27148 -- Fixed UUIDField.to_python(None) crash.ClairePhila
2017-02-09[1.11.x] Explained the shell's $ prefix in tutorial 1.Tim Graham
2017-02-08[1.11.x] Fixed typo in docs/topics/testing/tools.txt.Tim Graham
2017-02-08[1.11.x] Fixed #27821 -- Clarified docs of the return value of Form.clean_<fi...Tim Graham
2017-02-07[1.11.x] Fixed #27814 -- Removed an inaccurate sentence about Paginator.orphans.Tim Graham
2017-02-07[1.11.x] Fixed #27815 -- Made LoginView pass the request kwarg to Authenticat...Zoltan Gyarmati
2017-02-07[1.11.x] Fixed typo in docs/releases/1.11.txt.Atul Varma
2017-02-06[1.11.x] Fixed #27805 -- Fixed ClearableFileInput's "Clear" checkbox on model...Tim Graham
2017-02-04[1.11.x] Fixed running TransactionsPerRequestTests in isolation.Jon Dufresne
2017-02-03[1.11.x] Fixed #27741 -- Isolated TestCollectionHashedFilesCache in a tmpdir.David Sanders