summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-05-07Fixed #26544 -- Delayed translations of SetPasswordForm help_textsClaude Paroz
2016-05-07Fixed #26593 -- Leveraged deferrable_sql() in SchemaEditorMarkus Holtermann
2016-05-06Fixed syntax highlighting in docs/topics/cache.txtTim Graham
2016-05-06Fixed #25986 -- Fixed crash sending email with non-ASCII in local part of the...Sergei Maertens
2016-05-06Removed HTTP prefixed CONTENT_TYPE/LENGTH headers in MultiPartParser.Tim Graham
2016-05-06Fixed #25588 -- Added spatial lookups to RasterField.Daniel Wiesmann
2016-05-06Refs #25847 -- Added system check for UserModel.is_anonymous/is_authenticated...Tim Graham
2016-05-06Fixed code example in docs/howto/custom-lookups.txtvytisb
2016-05-04Fixed #26555 -- Gave deconstructible objects a higher priority during seriali...Markus Holtermann
2016-05-04Replaced a 'raw' six importClaude Paroz
2016-05-04Fixed #22936 -- Obsoleted Field.get_prep_lookup()/get_db_prep_lookup()Claude Paroz
2016-05-04Fixed #26558 -- Removed need for request context processor on admin login page.Dan Stephenson
2016-05-03Fixed #26577 -- Disabled implicit wait of Selenium tests where appropriate.Simon Charette
2016-05-03Normalized "an SQL" spelling.Ville Skyttä
2016-05-03Fixed #26575 -- Disabled SelectFilter buttons when inactive.David Sanders
2016-05-03Clarified that setting names must be uppercase.David D Lowe
2016-05-03Refs #22897 -- Removed unneeded empty string QueryDict argument.Tim Graham
2016-05-03Fixed #26567 -- Updated references to obsolete RFC2616.Vasiliy Faronov
2016-05-03Fixed #26561 -- Improved admin's JavaScript SelectBox performance on large li...David Sanders
2016-05-03Added --noinput in migrate commmand's docs.Arthur Vuillard
2016-05-03Refs #16508 -- Added invalidation of stale cached instances of GenericForeign...Michal Petrucha
2016-05-03Refs #26565 -- Errored nicely when using Prefetch with a values() queryset.Simon Charette
2016-05-03Refs #16508 -- Made Model.__init__() aware of virtual fields.Michal Petrucha
2016-05-02Added stub release notes for 1.9.7.Tim Graham
2016-05-02Added release date for 1.9.6/1.8.13.Tim Graham
2016-05-02Fixed #26341 (again) -- Addressed multiple occurrences per line use caseClaude Paroz
2016-05-02Fixed #26569 -- Updated OSM Mapnik constructorbgaechter
2016-05-02Fixed docstring typos.Offby-One Kenobi
2016-05-02Refs 2bd1bbc -- Made GeometryField.get_db_prep_lookup() a private (deprecated...Tim Graham
2016-05-02Refs #22936 -- Moved more of Field.get_db_prep_lookup() to lookups.Tim Graham
2016-04-30Fixed #26440 -- Added a warning for non-url()s in urlpatterns.Alasdair Nicol
2016-04-30Fixed #26058 -- Delegated os.path bits of FileField's filename generation to ...Cristiano
2016-04-30Pulled translations from TransifexClaude Paroz
2016-04-30Removed deprecated Chinese language codes for contrib appsClaude Paroz
2016-04-30Fixed source path in contrib.admin translation catalogClaude Paroz
2016-04-30Fixed #26341 -- Fixed makemessages breaking location comments for HTML filesClaude Paroz
2016-04-30Adapted _assertPoLocComment for multi-file source lines in po filesClaude Paroz
2016-04-29Fixed #26207 -- Replaced dynamic classes with non-data descriptors for deferr...Anssi Kääriäinen
2016-04-29Refs #26479 -- Documented is/is not if tag operator behavior for nonexistent ...Alasdair Nicol
2016-04-29Added tests for if tag's != operator.Alasdair Nicol
2016-04-29Fixed #26546 -- Allowed HTTPStatus enum values for HttpResponse.status.David Evans
2016-04-29Refs #26557 -- Added forgotten release notes.Tim Graham
2016-04-29Fixed #26557 -- Converted empty strings to None when saving GenericIPAddressF...Joshua Phillips
2016-04-29Refs #26428 -- Added support for relative path redirects to the test client.Tim Graham
2016-04-29Added an explicit test that URL checks are recursive.Alasdair Nicol
2016-04-28Refs #15667 -- Removed choices argument from some RendererMixin methods.Tim Graham
2016-04-28Refs #26521 -- Adjusted CreateModel bases validation to account for mixins.Simon Charette
2016-04-28Fixed typo in docs/ref/contrib/admin/index.txteltronix
2016-04-28Fixed #26554 -- Updated docs URLs to readthedocs.ioTim Graham
2016-04-28Fixed #26553 -- Removed unneeded loop in views/i18n.pyTim Graham