summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2016-09-26Fixed #27276 -- Doc'd how to reverse admin's login view.Jonatas CD
2016-09-26Fixed #27270 -- Clarified a paragraph in docs/topics/forms/formsets.txt.Tim Graham
2016-09-24Fixed #27118 -- Made QuerySet.get_or_create()/update_or_create() error for a ...François Freitag
2016-09-23Simplified has_perm() example in topics/auth/customizing.txt.Berker Peksag
2016-09-22Fixed #27186 -- Fixed model form default fallback for MultiWidget, FileInput,...Tim Graham
2016-09-22Fixed #27056 -- Allowed migrating geometry field dimension on PostGISClaude Paroz
2016-09-21Fixed #27256 -- Changed Select widget's selected attribute to use HTML5 boole...Jon Dufresne
2016-09-21Doc'd how to use GitHub's "Squash and merge" button.Tim Graham
2016-09-21Fixed #26610 -- Added CITextField to contrib.postgres.Mads Jensen
2016-09-21Added myself to ops team (#7273)Markus Holtermann
2016-09-19Fixed #27238 -- Disabled check_pattern_startswith_slash if settings.APPEND_SL...Alasdair Nicol
2016-09-17Fixed a typo in docs/topics/auth/default.txt.aruseni
2016-09-17Corrected docs for return type of Field.formfield().zhuanyenan
2016-09-16Refs #27083 -- Updated conditional header comparison to match RFC 7232.Kevin Christopher Henry
2016-09-16Fixed #26697 -- Removed contrib.gis.maps.Tim Graham
2016-09-15Fixed typo in docs/ref/settings.txt.Tim Graham
2016-09-14Fixed #15143 -- Doc'd how to set the language for the test client.Michael Scott
2016-09-12Fixed #23155 -- Added request argument to user_login_failed signal.Gavin Wahl
2016-09-12Fixed #25187 -- Made request available in authentication backends.Aleksej Manaev
2016-09-12Fixed #27212 -- Fixed typo in docs/howto/static-files/index.txt.Tim Graham
2016-09-12Fixed #27209 -- Fixed typo in docs/ref/models/database-functions.txt.Simon Charette
2016-09-12Fixed #27098 -- Deprecated DatabaseIntrospection.get_indexesClaude Paroz
2016-09-10Fixed #26401 -- Added BaseAuthConfig to use auth without migrations.Jon Dufresne
2016-09-10Fixed #26097 -- Added password_validators_help_text_html to UserCreationForm.Alexander Gaevsky
2016-09-10Fixed #27207 -- Replaced <p> tag with <div> in admin help texts.Alexander Gaevsky
2016-09-10Fixed #27083 -- Added support for weak ETags.Kevin Christopher Henry
2016-09-09Normalized spelling of ETag.Tim Graham
2016-09-09Fixed #27199 -- Made AdminIntegerFieldWidget use NumberInput.Rinat Khabibiev
2016-09-08Fixed #27175 -- Deprecated silencing exceptions from the {% include %} templa...Jon Dufresne
2016-09-07Fixed #26956 -- Added success_url_allowed_hosts to LoginView and LogoutView.Jon Dufresne
2016-09-07Refs #26956 -- Allowed is_safe_url() to validate against multiple hostsJon Dufresne
2016-09-07Fixed #27143 -- Allowed combining SearchQuery with more than one & or | opera...Nicola Jordan
2016-09-07Fixed #27174 -- Explained where PollsConfig comes from in tutorial 2.Ankur Gupta
2016-09-07Fixed #27180 -- Fixed a crash in MySQL checks where SELECT @@sql_mode doesn't...Markus Gerards
2016-09-07Fixed #27172 -- Closed database cursor explicitly in two doc examplesChris Jerdonek
2016-09-06Fixed #24865 -- Added remove_stale_contenttypes management command.Tim Graham
2016-09-03Fixed #25788 -- Enabled the cached template loader if debug is False.Tim Graham
2016-09-03Replaced smart_* by force_* calls whenever possibleClaude Paroz
2016-09-03Fixed #26098 -- Used cdnjs.cloudflare for OpenLayers.js.Daniel Hahler
2016-09-02Doc'd how to remove old references in migration files.Tim Graham
2016-09-02Fixed #27099 -- Documented list filter's has_output() method.Jeff Willette
2016-09-01Refs #25850, #27142, #27110 -- Documented migration history consistency checks.Shai Berger
2016-09-01Added stub release notes for 1.10.2.Tim Graham
2016-09-01Added release date for 1.10.1.Tim Graham
2016-09-01Fixed #27142, #27110 -- Made makemigrations consistency checks respect databa...Tim Graham
2016-09-01Fixed #5908 -- Added {% resetcycle %} template tag.Sergei Maertens
2016-09-01Updated roadmap link for 1.11.Ed Morley
2016-09-01Clarified URL regex check message with respect to include().Riccardo Magliocchetti
2016-09-01Refs #27162 -- Complemented docs related to CreateExtensionClaude Paroz
2016-09-01Refs #27164 -- Fixed typo in docs/topics/db/multi-db.txtTim Graham